WPGlobus – Multilingual Everything! - Version 2.5.9

Version Description

  • (Core/Options) Omit "REST API" section for WordPress version before 5.5.
Download this release

Release Info

Developer tivnet
Plugin Icon 128x128 WPGlobus – Multilingual Everything!
Version 2.5.9
Comparing to
See all releases

Code changes from version 2.5.8 to 2.5.9

includes/options/class-wpglobus-options.php CHANGED
@@ -340,6 +340,7 @@ class WPGlobus_Options {
340
  <div class="wpglobus-options-sidebar wpglobus-options-wrap__item">
341
  <ul class="wpglobus-options-menu">
342
  <?php foreach ( $this->sections as $section_tab => $section ) : ?>
 
343
  <?php $section = $this->sanitize_section( $section ); ?>
344
  <?php
345
  // If section tab is not specified (old external sections?), create it from title.
@@ -362,6 +363,7 @@ class WPGlobus_Options {
362
  <div class="wpglobus-options-main wpglobus-options-wrap__item">
363
  <div class="wpglobus-options-info">
364
  <?php foreach ( $this->sections as $section_tab => $section ) : ?>
 
365
  <div id="section-tab-<?php echo esc_attr( $section_tab ); ?>"
366
  class="wpglobus-options-tab"
367
  data-tab="<?php echo esc_attr( $section_tab ); ?>">
@@ -1737,6 +1739,13 @@ class WPGlobus_Options {
1737
  * @return array
1738
  */
1739
  protected function section_rest_api() {
 
 
 
 
 
 
 
1740
 
1741
  $fields = array();
1742
 
340
  <div class="wpglobus-options-sidebar wpglobus-options-wrap__item">
341
  <ul class="wpglobus-options-menu">
342
  <?php foreach ( $this->sections as $section_tab => $section ) : ?>
343
+ <?php if ( empty( $section ) ) { continue; }; ?>
344
  <?php $section = $this->sanitize_section( $section ); ?>
345
  <?php
346
  // If section tab is not specified (old external sections?), create it from title.
363
  <div class="wpglobus-options-main wpglobus-options-wrap__item">
364
  <div class="wpglobus-options-info">
365
  <?php foreach ( $this->sections as $section_tab => $section ) : ?>
366
+ <?php if ( empty( $section ) ) { continue; }; ?>
367
  <div id="section-tab-<?php echo esc_attr( $section_tab ); ?>"
368
  class="wpglobus-options-tab"
369
  data-tab="<?php echo esc_attr( $section_tab ); ?>">
1739
  * @return array
1740
  */
1741
  protected function section_rest_api() {
1742
+
1743
+ if ( version_compare( $GLOBALS['wp_version'], '5.5', '<' ) ) {
1744
+ /**
1745
+ * @since 2.5.9
1746
+ */
1747
+ return array();
1748
+ }
1749
 
1750
  $fields = array();
1751
 
languages/wpglobus-ar.po CHANGED
@@ -327,22 +327,22 @@ msgid "Help"
327
  msgstr "مساعدة"
328
 
329
  #: includes/admin/class-wpglobus-customize-options.php:745,
330
- #: includes/options/class-wpglobus-options.php:1168
331
  msgid "Languages"
332
  msgstr "اللغات"
333
 
334
  #: includes/admin/class-wpglobus-customize-options.php:765,
335
- #: includes/options/class-wpglobus-options.php:1181
336
  msgid "Enabled Languages"
337
  msgstr "اللغات المفعلة"
338
 
339
  #: includes/admin/class-wpglobus-customize-options.php:767,
340
- #: includes/options/class-wpglobus-options.php:1182
341
  msgid "These languages are currently enabled on your site."
342
  msgstr "هذه اللغات هي حالياً مفغلة علي موقعك."
343
 
344
  #: includes/admin/class-wpglobus-customize-options.php:795,
345
- #: includes/options/class-wpglobus-options.php:1140
346
  msgid "Choose a language you would like to enable."
347
  msgstr "إختر اللغة التي تريد أن تُفعلها."
348
 
@@ -353,42 +353,42 @@ msgstr "إضغط زر [إحفظ & أنشر] لكي تؤكد."
353
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
354
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
355
  #: includes/admin/class-wpglobus-customize-options.php:801,
356
- #: includes/options/class-wpglobus-options.php:1146
357
  msgid "or Add new Language %1$s here %2$s"
358
  msgstr "أو أضف لغة جديدة %1$s هنا %2$s"
359
 
360
  #: includes/admin/class-wpglobus-customize-options.php:813,
361
- #: includes/options/class-wpglobus-options.php:1195
362
  msgid "Add Languages"
363
  msgstr "أضف لغة"
364
 
365
  #: includes/admin/class-wpglobus-customize-options.php:833,
366
- #: includes/options/class-wpglobus-options.php:1203
367
  msgid "Language Selector Mode"
368
  msgstr "وضع محدد اللغة"
369
 
370
  #: includes/admin/class-wpglobus-customize-options.php:838,
371
- #: includes/options/class-wpglobus-options.php:1206
372
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
373
  msgstr ""
374
 
375
  #: includes/admin/class-wpglobus-customize-options.php:839,
376
- #: includes/options/class-wpglobus-options.php:1207
377
  msgid "Full Name (English, Russian, Italian, etc.)"
378
  msgstr ""
379
 
380
  #: includes/admin/class-wpglobus-customize-options.php:841,
381
- #: includes/options/class-wpglobus-options.php:1208
382
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
383
  msgstr ""
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:842,
386
- #: includes/options/class-wpglobus-options.php:1209
387
  msgid "Flags only"
388
  msgstr "أعلام فقط"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:844,
391
- #: includes/options/class-wpglobus-options.php:1204
392
  msgid ""
393
  "Choose the way language name and country flag are shown in the drop-down menu"
394
  msgstr "إختر الطريقة بحيث كيفية ظهور أسم اللغة والعلم في القائمة المنسدلة"
@@ -399,13 +399,13 @@ msgstr ""
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:915,
401
  #: includes/admin/class-wpglobus-customize-options.php:888,
402
- #: includes/options/class-wpglobus-options.php:1222
403
  msgid "Language Selector Menu"
404
  msgstr "قائمة إختيار اللغة"
405
 
406
  #: includes/admin/class-wpglobus-customize-options.php:920,
407
  #: includes/admin/class-wpglobus-customize-options.php:899,
408
- #: includes/options/class-wpglobus-options.php:1223
409
  msgid "Choose the navigation menu where the language selector will be shown"
410
  msgstr ""
411
 
@@ -414,19 +414,19 @@ msgid "No menus have been created yet. Create some."
414
  msgstr "لا قوائم قد أونشئت بعد، أنشئ البعض."
415
 
416
  #: includes/admin/class-wpglobus-customize-options.php:940,
417
- #: includes/options/class-wpglobus-options.php:1233
418
  msgid "\"All Pages\" menus Language selector"
419
  msgstr ""
420
 
421
  #: includes/admin/class-wpglobus-customize-options.php:943,
422
- #: includes/options/class-wpglobus-options.php:1235
423
  msgid ""
424
  "Adds language selector to the menus that automatically list all existing "
425
  "pages (using `wp_list_pages`)"
426
  msgstr ""
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:960,
429
- #: includes/options/class-wpglobus-options.php:1348
430
  msgid "Custom CSS"
431
  msgstr "نمط مخصص"
432
 
@@ -445,22 +445,22 @@ msgid "Uncheck to disable WPGlobus"
445
  msgstr ""
446
 
447
  #: includes/admin/class-wpglobus-customize-options.php:1125,
448
- #: includes/options/class-wpglobus-options.php:1416
449
  msgid "Redirect"
450
  msgstr "إعادة توجية"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:1150,
453
- #: includes/options/class-wpglobus-options.php:1411
454
  msgid "Choose the language automatically, based on:"
455
  msgstr ""
456
 
457
  #: includes/admin/class-wpglobus-customize-options.php:1152,
458
- #: includes/options/class-wpglobus-options.php:1401
459
  msgid "Preferred language set in the browser"
460
  msgstr ""
461
 
462
  #: includes/admin/class-wpglobus-customize-options.php:1153,
463
- #: includes/options/class-wpglobus-options.php:1388
464
  msgid ""
465
  "When a user comes to the site for the first time, try to find the best "
466
  "matching language version of the page."
@@ -469,7 +469,7 @@ msgstr ""
469
  #: includes/admin/class-wpglobus-customize-options.php:1214,
470
  #: includes/admin/class-wpglobus-customize-options.php:1234,
471
  #: includes/admin/class-wpglobus-customize-options.php:1192,
472
- #: includes/options/class-wpglobus-options.php:1360
473
  msgid "Custom JS Code"
474
  msgstr "نمط مخصص"
475
 
@@ -511,12 +511,12 @@ msgid ""
511
  msgstr ""
512
 
513
  #: includes/admin/class-wpglobus-customize-options.php:1351,
514
- #: includes/options/class-wpglobus-options.php:600
515
  msgid "Thank you for installing WPGlobus!"
516
  msgstr "شكراً لك لتثبيت WPGlobus !"
517
 
518
  #: includes/admin/class-wpglobus-customize-options.php:1355,
519
- #: includes/options/class-wpglobus-options.php:604
520
  msgid "Read About WPGlobus"
521
  msgstr "إقرأ عن WPGlobus "
522
 
@@ -526,19 +526,19 @@ msgid ""
526
  msgstr ""
527
 
528
  #: includes/admin/class-wpglobus-customize-options.php:1363,
529
- #: includes/options/class-wpglobus-options.php:640
530
  msgid ""
531
  "Should you have any questions or comments, please do not hesitate to contact "
532
  "us."
533
  msgstr ""
534
 
535
  #: includes/admin/class-wpglobus-customize-options.php:1367,
536
- #: includes/options/class-wpglobus-options.php:644
537
  msgid "Sincerely Yours,"
538
  msgstr ""
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1369,
541
- #: includes/options/class-wpglobus-options.php:646,
542
  #: includes/options/wpglobus-options-header.php:34
543
  msgid "The WPGlobus Team"
544
  msgstr ""
@@ -546,14 +546,14 @@ msgstr ""
546
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
547
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
548
  #: includes/admin/class-wpglobus-customize-options.php:1388,
549
- #: includes/options/class-wpglobus-options.php:681
550
  msgid ""
551
  "We would hate to see you go. If something goes wrong, do not uninstall "
552
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
553
  msgstr ""
554
 
555
  #: includes/admin/class-wpglobus-customize-options.php:1395,
556
- #: includes/options/class-wpglobus-options.php:688
557
  msgid ""
558
  "Please note that if you deactivate WPGlobus, your site will show all the "
559
  "languages together, mixed up. You will need to remove all translations, "
@@ -563,7 +563,7 @@ msgstr ""
563
  #. translators: %s: link to the Clean-up Tool
564
  #. translators: %s: link to the Clean-up Tool.
565
  #: includes/admin/class-wpglobus-customize-options.php:1400,
566
- #: includes/options/class-wpglobus-options.php:692
567
  msgid ""
568
  "If there are just a few places, you should edit them manually. To "
569
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -574,7 +574,7 @@ msgstr ""
574
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
575
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
576
  #: includes/admin/class-wpglobus-customize-options.php:1403,
577
- #: includes/options/class-wpglobus-options.php:669
578
  msgid "%1$sClean-up Tool%2$s"
579
  msgstr ""
580
 
@@ -716,7 +716,7 @@ msgid ""
716
  msgstr ""
717
 
718
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
719
- #: includes/options/class-wpglobus-options.php:718
720
  msgid "Help Desk"
721
  msgstr "طاولة المساعدة"
722
 
@@ -795,7 +795,7 @@ msgid "WPGlobus Recommends:"
795
  msgstr ""
796
 
797
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
798
- #: includes/options/class-wpglobus-options.php:925
799
  msgid "WPGlobus for WooCommerce"
800
  msgstr ""
801
 
@@ -980,8 +980,8 @@ msgid "Language Selector Menu Style"
980
  msgstr ""
981
 
982
  #: includes/options/class-wpglobus-options.php:273,
983
- #: includes/options/class-wpglobus-options.php:794,
984
- #: includes/options/class-wpglobus-options.php:863
985
  msgid "WPGlobus Plus"
986
  msgstr ""
987
 
@@ -1007,161 +1007,161 @@ msgid ""
1007
  "Settings panel properly. Please try another browser."
1008
  msgstr ""
1009
 
1010
- #: includes/options/class-wpglobus-options.php:591,
1011
- #: includes/options/class-wpglobus-options.php:1569
1012
  msgid "Сompatibility"
1013
  msgstr ""
1014
 
1015
  #. translators: placeholders for "strong" tags.
1016
- #: includes/options/class-wpglobus-options.php:608
1017
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1018
  msgstr ""
1019
 
1020
  #. translators: placeholders for "strong" tags.
1021
- #: includes/options/class-wpglobus-options.php:611
1022
  msgid ""
1023
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1024
  "the language attributes: name, code, flag icon, etc."
1025
  msgstr ""
1026
 
1027
- #: includes/options/class-wpglobus-options.php:614
1028
  msgid "Important notes"
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
- #: includes/options/class-wpglobus-options.php:616
1033
  msgid "Version %1$s1.9.17%2$s "
1034
  msgstr ""
1035
 
1036
  #. translators: placeholders for "strong" tags.
1037
- #: includes/options/class-wpglobus-options.php:619
1038
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1039
  msgstr ""
1040
 
1041
  #. translators: placeholders for "strong" tags; compatibility tab link.
1042
- #: includes/options/class-wpglobus-options.php:622
1043
  msgid ""
1044
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1045
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1046
  msgstr ""
1047
 
1048
  #. translators: placeholders for "strong" tags; compatibility tab link.
1049
- #: includes/options/class-wpglobus-options.php:625
1050
  msgid ""
1051
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1052
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags.
1056
- #: includes/options/class-wpglobus-options.php:629
1057
  msgid "Version %1$s2.2.11%2$s "
1058
  msgstr ""
1059
 
1060
- #: includes/options/class-wpglobus-options.php:631
1061
  msgid "Starting from this version"
1062
  msgstr ""
1063
 
1064
  #. translators: placeholders for "strong" tags.
1065
- #: includes/options/class-wpglobus-options.php:634
1066
  msgid ""
1067
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1068
  "(CPT)."
1069
  msgstr ""
1070
 
1071
  #. translators: placeholders for "strong" tags.
1072
- #: includes/options/class-wpglobus-options.php:637
1073
  msgid ""
1074
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1075
  "the %1$s[%3$s]%2$s tab."
1076
  msgstr ""
1077
 
1078
- #: includes/options/class-wpglobus-options.php:654
1079
  msgid "Welcome!"
1080
  msgstr "مرحباً!"
1081
 
1082
- #: includes/options/class-wpglobus-options.php:677
1083
  msgid "Deactivating / Uninstalling"
1084
  msgstr ""
1085
 
1086
- #: includes/options/class-wpglobus-options.php:703
1087
  msgid "Uninstall"
1088
  msgstr ""
1089
 
1090
- #: includes/options/class-wpglobus-options.php:733
1091
  msgid "All add-ons"
1092
  msgstr ""
1093
 
1094
- #: includes/options/class-wpglobus-options.php:748
1095
  msgid "Mobile Menu"
1096
  msgstr ""
1097
 
1098
- #: includes/options/class-wpglobus-options.php:763
1099
  msgid "Language Widgets"
1100
  msgstr ""
1101
 
1102
- #: includes/options/class-wpglobus-options.php:833
1103
  msgid "We Recommend..."
1104
  msgstr ""
1105
 
1106
- #: includes/options/class-wpglobus-options.php:865
1107
  msgid ""
1108
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1109
  "website, such as:"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:868
1113
  msgid ""
1114
  "- Ability to write a post in one language and immediately publish it, not "
1115
  "waiting for the translation to other languages;"
1116
  msgstr ""
1117
 
1118
- #: includes/options/class-wpglobus-options.php:871
1119
  msgid "- Set different URLs for each translation;"
1120
  msgstr ""
1121
 
1122
- #: includes/options/class-wpglobus-options.php:874
1123
  msgid ""
1124
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1125
  "for each translation;"
1126
  msgstr ""
1127
 
1128
- #: includes/options/class-wpglobus-options.php:877
1129
  msgid "- and more..."
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:880,
1133
- #: includes/options/class-wpglobus-options.php:937,
1134
- #: includes/options/class-wpglobus-options.php:995
1135
  msgid "Click here to download"
1136
  msgstr ""
1137
 
1138
- #: includes/options/class-wpglobus-options.php:928
1139
  msgid ""
1140
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1141
  "translate your blog posts and pages to many languages."
1142
  msgstr ""
1143
 
1144
- #: includes/options/class-wpglobus-options.php:931
1145
  msgid "The next step is to translate your WooCommerce-based store!"
1146
  msgstr ""
1147
 
1148
- #: includes/options/class-wpglobus-options.php:934
1149
  msgid ""
1150
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1151
  "translate product titles and descriptions, categories, tags and attributes."
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:981
1155
  msgid "Multi-currency"
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:984
1159
  msgid ""
1160
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1161
  "a single currency only."
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:988
1165
  msgid ""
1166
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1167
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1169,259 +1169,259 @@ msgid ""
1169
  "positioning for global growth!"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:992
1173
  msgid ""
1174
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1175
  "re-calculating prices on-the-fly."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:1029
1179
  msgid "WPGlobus Premium Add-ons"
1180
  msgstr ""
1181
 
1182
- #: includes/options/class-wpglobus-options.php:1031
1183
  msgid ""
1184
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1185
  "you will be able to:"
1186
  msgstr ""
1187
 
1188
- #: includes/options/class-wpglobus-options.php:1036
1189
  msgid ""
1190
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1191
  "моя-страница and so on);"
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:1039
1195
  msgid ""
1196
  "Postpone translation to some languages and <strong>publish only the "
1197
  "translated texts</strong>;"
1198
  msgstr ""
1199
 
1200
- #: includes/options/class-wpglobus-options.php:1042
1201
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1202
  msgstr ""
1203
 
1204
- #: includes/options/class-wpglobus-options.php:1045
1205
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1048
1209
  msgid ""
1210
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1211
  "strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1052
1215
  msgid "...and more."
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1055
1219
  msgid "Click here to visit the WPGlobus Store"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1096
1223
  msgid "Select a language"
1224
  msgstr "حدد لغة"
1225
 
1226
  #. translators: %3$s placeholder for the icon (actual picture).
1227
- #: includes/options/class-wpglobus-options.php:1125
1228
  msgid ""
1229
  "Place the %1$smain language%2$s of your site at the top of the list by "
1230
  "dragging the %3$s icons."
1231
  msgstr ""
1232
 
1233
  #. translators: placeholders for the "strong" HTML tags.
1234
- #: includes/options/class-wpglobus-options.php:1128
1235
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1236
  msgstr ""
1237
 
1238
  #. translators: placeholders for the "strong" HTML tags.
1239
- #: includes/options/class-wpglobus-options.php:1131
1240
  msgid "%1$sAdd%2$s more languages using the section below."
1241
  msgstr ""
1242
 
1243
- #: includes/options/class-wpglobus-options.php:1132
1244
  msgid "When done, click the [Save Changes] button."
1245
  msgstr ""
1246
 
1247
  #. translators: %s - placeholder for the "Save Changes" button text.
1248
- #: includes/options/class-wpglobus-options.php:1143
1249
  msgid "Press the %s button to confirm."
1250
  msgstr ""
1251
 
1252
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1253
- #: includes/options/class-wpglobus-options.php:1160
1254
  msgid "-- none --"
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1161
1258
  msgid "All menus"
1259
  msgstr ""
1260
 
1261
- #: includes/options/class-wpglobus-options.php:1174
1262
  msgid "Instructions:"
1263
  msgstr "تعليمات:"
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1234
1266
  msgid "(Found in some themes)"
1267
  msgstr ""
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1236
1270
  msgid "Enable"
1271
  msgstr "مُفعّل"
1272
 
1273
- #: includes/options/class-wpglobus-options.php:1251
1274
  msgid "Languages table"
1275
  msgstr "لائحة اللغات"
1276
 
1277
- #: includes/options/class-wpglobus-options.php:1257
1278
  msgid "Use this table to add, edit or delete languages."
1279
  msgstr "إستخدم هذه اللأئحة لكي تضيف،تعدل أو تزيل اللغات."
1280
 
1281
- #: includes/options/class-wpglobus-options.php:1258
1282
  msgid "NOTE: you cannot remove the main language."
1283
  msgstr "ملحوظة: لا يمكنك مسح اللغة الرئيسية."
1284
 
1285
- #: includes/options/class-wpglobus-options.php:1306
1286
  msgid "WPGlobus is enabled on these Post Types"
1287
  msgstr ""
1288
 
1289
- #: includes/options/class-wpglobus-options.php:1307
1290
  msgid "Uncheck to disable"
1291
  msgstr ""
1292
 
1293
- #: includes/options/class-wpglobus-options.php:1308
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:1313
1300
  msgid "Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1329
1304
  msgid ""
1305
  "You should put here only the code provided by WPGlobus Support. Do not write "
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:1370
1311
  msgid "Custom Code"
1312
  msgstr ""
1313
 
1314
- #: includes/options/class-wpglobus-options.php:1478,
1315
- #: includes/options/class-wpglobus-options.php:1610,
1316
- #: includes/options/class-wpglobus-options.php:1721
1317
  msgid "Enabled"
1318
  msgstr "مفعل"
1319
 
1320
- #: includes/options/class-wpglobus-options.php:1491
1321
  msgid "Builders support"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1543
1325
  msgid "Builder mode is enabled on these Post Types"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1609
1329
  msgid "Old fashioned language switcher"
1330
  msgstr ""
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1615
1333
  msgid "Block Editor"
1334
  msgstr ""
1335
 
1336
- #: includes/options/class-wpglobus-options.php:1616
1337
  msgid "Block Editor Options"
1338
  msgstr ""
1339
 
1340
- #: includes/options/class-wpglobus-options.php:1645
1341
  msgid ""
1342
  "With the current settings, you will see the following lines in the section "
1343
  "HEAD of your site pages"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1647
1347
  msgid "(example for two languages)"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1694
1351
  msgid ""
1352
  "Tell search engines about localized versions of your pages using the "
1353
  "hreflang tag"
1354
  msgstr ""
1355
 
1356
- #: includes/options/class-wpglobus-options.php:1703
1357
  msgid "Output the hreflang tag as"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1706
1361
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1707
1365
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1366
  msgstr ""
1367
 
1368
- #: includes/options/class-wpglobus-options.php:1708
1369
  msgid "Language code only (en, ru, etc.)"
1370
  msgstr ""
1371
 
1372
- #: includes/options/class-wpglobus-options.php:1720
1373
  msgid "Use the code `x-default` for the main language"
1374
  msgstr ""
1375
 
1376
- #: includes/options/class-wpglobus-options.php:1726
1377
  msgid "Multilingual SEO"
1378
  msgstr ""
1379
 
1380
- #: includes/options/class-wpglobus-options.php:1727
1381
  msgid "Multilingual SEO Options"
1382
  msgstr ""
1383
 
1384
- #: includes/options/class-wpglobus-options.php:1757
1385
  msgid ""
1386
  "With WPGlobus, you can get translations for posts and pages using REST API."
1387
  msgstr ""
1388
 
1389
- #: includes/options/class-wpglobus-options.php:1784,
1390
- #: includes/options/class-wpglobus-options.php:1792,
1391
- #: includes/options/class-wpglobus-options.php:1765,
1392
- #: includes/options/class-wpglobus-options.php:1773
1393
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1394
  msgstr ""
1395
 
1396
- #: includes/options/class-wpglobus-options.php:1762
1397
  msgid ""
1398
  "For demonstration, you can try the first post that WordPress creates at the "
1399
  "initial installation."
1400
  msgstr ""
1401
 
1402
- #: includes/options/class-wpglobus-options.php:1803
1403
  msgid ""
1404
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1405
  "information."
1406
  msgstr ""
1407
 
1408
- #: includes/options/class-wpglobus-options.php:1810
1409
  msgid ""
1410
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1411
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1412
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1413
  msgstr ""
1414
 
1415
- #: includes/options/class-wpglobus-options.php:1823
1416
  msgid "Description:"
1417
  msgstr ""
1418
 
1419
- #: includes/options/class-wpglobus-options.php:1830,
1420
- #: includes/options/class-wpglobus-options.php:1831
1421
  msgid "REST API"
1422
  msgstr ""
1423
 
1424
- #: includes/options/class-wpglobus-options.php:2164
1425
  msgid "Translate strings"
1426
  msgstr ""
1427
 
327
  msgstr "مساعدة"
328
 
329
  #: includes/admin/class-wpglobus-customize-options.php:745,
330
+ #: includes/options/class-wpglobus-options.php:1170
331
  msgid "Languages"
332
  msgstr "اللغات"
333
 
334
  #: includes/admin/class-wpglobus-customize-options.php:765,
335
+ #: includes/options/class-wpglobus-options.php:1183
336
  msgid "Enabled Languages"
337
  msgstr "اللغات المفعلة"
338
 
339
  #: includes/admin/class-wpglobus-customize-options.php:767,
340
+ #: includes/options/class-wpglobus-options.php:1184
341
  msgid "These languages are currently enabled on your site."
342
  msgstr "هذه اللغات هي حالياً مفغلة علي موقعك."
343
 
344
  #: includes/admin/class-wpglobus-customize-options.php:795,
345
+ #: includes/options/class-wpglobus-options.php:1142
346
  msgid "Choose a language you would like to enable."
347
  msgstr "إختر اللغة التي تريد أن تُفعلها."
348
 
353
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
354
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
355
  #: includes/admin/class-wpglobus-customize-options.php:801,
356
+ #: includes/options/class-wpglobus-options.php:1148
357
  msgid "or Add new Language %1$s here %2$s"
358
  msgstr "أو أضف لغة جديدة %1$s هنا %2$s"
359
 
360
  #: includes/admin/class-wpglobus-customize-options.php:813,
361
+ #: includes/options/class-wpglobus-options.php:1197
362
  msgid "Add Languages"
363
  msgstr "أضف لغة"
364
 
365
  #: includes/admin/class-wpglobus-customize-options.php:833,
366
+ #: includes/options/class-wpglobus-options.php:1205
367
  msgid "Language Selector Mode"
368
  msgstr "وضع محدد اللغة"
369
 
370
  #: includes/admin/class-wpglobus-customize-options.php:838,
371
+ #: includes/options/class-wpglobus-options.php:1208
372
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
373
  msgstr ""
374
 
375
  #: includes/admin/class-wpglobus-customize-options.php:839,
376
+ #: includes/options/class-wpglobus-options.php:1209
377
  msgid "Full Name (English, Russian, Italian, etc.)"
378
  msgstr ""
379
 
380
  #: includes/admin/class-wpglobus-customize-options.php:841,
381
+ #: includes/options/class-wpglobus-options.php:1210
382
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
383
  msgstr ""
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:842,
386
+ #: includes/options/class-wpglobus-options.php:1211
387
  msgid "Flags only"
388
  msgstr "أعلام فقط"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:844,
391
+ #: includes/options/class-wpglobus-options.php:1206
392
  msgid ""
393
  "Choose the way language name and country flag are shown in the drop-down menu"
394
  msgstr "إختر الطريقة بحيث كيفية ظهور أسم اللغة والعلم في القائمة المنسدلة"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:915,
401
  #: includes/admin/class-wpglobus-customize-options.php:888,
402
+ #: includes/options/class-wpglobus-options.php:1224
403
  msgid "Language Selector Menu"
404
  msgstr "قائمة إختيار اللغة"
405
 
406
  #: includes/admin/class-wpglobus-customize-options.php:920,
407
  #: includes/admin/class-wpglobus-customize-options.php:899,
408
+ #: includes/options/class-wpglobus-options.php:1225
409
  msgid "Choose the navigation menu where the language selector will be shown"
410
  msgstr ""
411
 
414
  msgstr "لا قوائم قد أونشئت بعد، أنشئ البعض."
415
 
416
  #: includes/admin/class-wpglobus-customize-options.php:940,
417
+ #: includes/options/class-wpglobus-options.php:1235
418
  msgid "\"All Pages\" menus Language selector"
419
  msgstr ""
420
 
421
  #: includes/admin/class-wpglobus-customize-options.php:943,
422
+ #: includes/options/class-wpglobus-options.php:1237
423
  msgid ""
424
  "Adds language selector to the menus that automatically list all existing "
425
  "pages (using `wp_list_pages`)"
426
  msgstr ""
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:960,
429
+ #: includes/options/class-wpglobus-options.php:1350
430
  msgid "Custom CSS"
431
  msgstr "نمط مخصص"
432
 
445
  msgstr ""
446
 
447
  #: includes/admin/class-wpglobus-customize-options.php:1125,
448
+ #: includes/options/class-wpglobus-options.php:1418
449
  msgid "Redirect"
450
  msgstr "إعادة توجية"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:1150,
453
+ #: includes/options/class-wpglobus-options.php:1413
454
  msgid "Choose the language automatically, based on:"
455
  msgstr ""
456
 
457
  #: includes/admin/class-wpglobus-customize-options.php:1152,
458
+ #: includes/options/class-wpglobus-options.php:1403
459
  msgid "Preferred language set in the browser"
460
  msgstr ""
461
 
462
  #: includes/admin/class-wpglobus-customize-options.php:1153,
463
+ #: includes/options/class-wpglobus-options.php:1390
464
  msgid ""
465
  "When a user comes to the site for the first time, try to find the best "
466
  "matching language version of the page."
469
  #: includes/admin/class-wpglobus-customize-options.php:1214,
470
  #: includes/admin/class-wpglobus-customize-options.php:1234,
471
  #: includes/admin/class-wpglobus-customize-options.php:1192,
472
+ #: includes/options/class-wpglobus-options.php:1362
473
  msgid "Custom JS Code"
474
  msgstr "نمط مخصص"
475
 
511
  msgstr ""
512
 
513
  #: includes/admin/class-wpglobus-customize-options.php:1351,
514
+ #: includes/options/class-wpglobus-options.php:602
515
  msgid "Thank you for installing WPGlobus!"
516
  msgstr "شكراً لك لتثبيت WPGlobus !"
517
 
518
  #: includes/admin/class-wpglobus-customize-options.php:1355,
519
+ #: includes/options/class-wpglobus-options.php:606
520
  msgid "Read About WPGlobus"
521
  msgstr "إقرأ عن WPGlobus "
522
 
526
  msgstr ""
527
 
528
  #: includes/admin/class-wpglobus-customize-options.php:1363,
529
+ #: includes/options/class-wpglobus-options.php:642
530
  msgid ""
531
  "Should you have any questions or comments, please do not hesitate to contact "
532
  "us."
533
  msgstr ""
534
 
535
  #: includes/admin/class-wpglobus-customize-options.php:1367,
536
+ #: includes/options/class-wpglobus-options.php:646
537
  msgid "Sincerely Yours,"
538
  msgstr ""
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1369,
541
+ #: includes/options/class-wpglobus-options.php:648,
542
  #: includes/options/wpglobus-options-header.php:34
543
  msgid "The WPGlobus Team"
544
  msgstr ""
546
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
547
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
548
  #: includes/admin/class-wpglobus-customize-options.php:1388,
549
+ #: includes/options/class-wpglobus-options.php:683
550
  msgid ""
551
  "We would hate to see you go. If something goes wrong, do not uninstall "
552
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
553
  msgstr ""
554
 
555
  #: includes/admin/class-wpglobus-customize-options.php:1395,
556
+ #: includes/options/class-wpglobus-options.php:690
557
  msgid ""
558
  "Please note that if you deactivate WPGlobus, your site will show all the "
559
  "languages together, mixed up. You will need to remove all translations, "
563
  #. translators: %s: link to the Clean-up Tool
564
  #. translators: %s: link to the Clean-up Tool.
565
  #: includes/admin/class-wpglobus-customize-options.php:1400,
566
+ #: includes/options/class-wpglobus-options.php:694
567
  msgid ""
568
  "If there are just a few places, you should edit them manually. To "
569
  "automatically remove all translations at once, you can use the %s. WARNING: "
574
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
575
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
576
  #: includes/admin/class-wpglobus-customize-options.php:1403,
577
+ #: includes/options/class-wpglobus-options.php:671
578
  msgid "%1$sClean-up Tool%2$s"
579
  msgstr ""
580
 
716
  msgstr ""
717
 
718
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
719
+ #: includes/options/class-wpglobus-options.php:720
720
  msgid "Help Desk"
721
  msgstr "طاولة المساعدة"
722
 
795
  msgstr ""
796
 
797
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
798
+ #: includes/options/class-wpglobus-options.php:927
799
  msgid "WPGlobus for WooCommerce"
800
  msgstr ""
801
 
980
  msgstr ""
981
 
982
  #: includes/options/class-wpglobus-options.php:273,
983
+ #: includes/options/class-wpglobus-options.php:796,
984
+ #: includes/options/class-wpglobus-options.php:865
985
  msgid "WPGlobus Plus"
986
  msgstr ""
987
 
1007
  "Settings panel properly. Please try another browser."
1008
  msgstr ""
1009
 
1010
+ #: includes/options/class-wpglobus-options.php:593,
1011
+ #: includes/options/class-wpglobus-options.php:1571
1012
  msgid "Сompatibility"
1013
  msgstr ""
1014
 
1015
  #. translators: placeholders for "strong" tags.
1016
+ #: includes/options/class-wpglobus-options.php:610
1017
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1018
  msgstr ""
1019
 
1020
  #. translators: placeholders for "strong" tags.
1021
+ #: includes/options/class-wpglobus-options.php:613
1022
  msgid ""
1023
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1024
  "the language attributes: name, code, flag icon, etc."
1025
  msgstr ""
1026
 
1027
+ #: includes/options/class-wpglobus-options.php:616
1028
  msgid "Important notes"
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
+ #: includes/options/class-wpglobus-options.php:618
1033
  msgid "Version %1$s1.9.17%2$s "
1034
  msgstr ""
1035
 
1036
  #. translators: placeholders for "strong" tags.
1037
+ #: includes/options/class-wpglobus-options.php:621
1038
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1039
  msgstr ""
1040
 
1041
  #. translators: placeholders for "strong" tags; compatibility tab link.
1042
+ #: includes/options/class-wpglobus-options.php:624
1043
  msgid ""
1044
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1045
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1046
  msgstr ""
1047
 
1048
  #. translators: placeholders for "strong" tags; compatibility tab link.
1049
+ #: includes/options/class-wpglobus-options.php:627
1050
  msgid ""
1051
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1052
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags.
1056
+ #: includes/options/class-wpglobus-options.php:631
1057
  msgid "Version %1$s2.2.11%2$s "
1058
  msgstr ""
1059
 
1060
+ #: includes/options/class-wpglobus-options.php:633
1061
  msgid "Starting from this version"
1062
  msgstr ""
1063
 
1064
  #. translators: placeholders for "strong" tags.
1065
+ #: includes/options/class-wpglobus-options.php:636
1066
  msgid ""
1067
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1068
  "(CPT)."
1069
  msgstr ""
1070
 
1071
  #. translators: placeholders for "strong" tags.
1072
+ #: includes/options/class-wpglobus-options.php:639
1073
  msgid ""
1074
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1075
  "the %1$s[%3$s]%2$s tab."
1076
  msgstr ""
1077
 
1078
+ #: includes/options/class-wpglobus-options.php:656
1079
  msgid "Welcome!"
1080
  msgstr "مرحباً!"
1081
 
1082
+ #: includes/options/class-wpglobus-options.php:679
1083
  msgid "Deactivating / Uninstalling"
1084
  msgstr ""
1085
 
1086
+ #: includes/options/class-wpglobus-options.php:705
1087
  msgid "Uninstall"
1088
  msgstr ""
1089
 
1090
+ #: includes/options/class-wpglobus-options.php:735
1091
  msgid "All add-ons"
1092
  msgstr ""
1093
 
1094
+ #: includes/options/class-wpglobus-options.php:750
1095
  msgid "Mobile Menu"
1096
  msgstr ""
1097
 
1098
+ #: includes/options/class-wpglobus-options.php:765
1099
  msgid "Language Widgets"
1100
  msgstr ""
1101
 
1102
+ #: includes/options/class-wpglobus-options.php:835
1103
  msgid "We Recommend..."
1104
  msgstr ""
1105
 
1106
+ #: includes/options/class-wpglobus-options.php:867
1107
  msgid ""
1108
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1109
  "website, such as:"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:870
1113
  msgid ""
1114
  "- Ability to write a post in one language and immediately publish it, not "
1115
  "waiting for the translation to other languages;"
1116
  msgstr ""
1117
 
1118
+ #: includes/options/class-wpglobus-options.php:873
1119
  msgid "- Set different URLs for each translation;"
1120
  msgstr ""
1121
 
1122
+ #: includes/options/class-wpglobus-options.php:876
1123
  msgid ""
1124
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1125
  "for each translation;"
1126
  msgstr ""
1127
 
1128
+ #: includes/options/class-wpglobus-options.php:879
1129
  msgid "- and more..."
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:882,
1133
+ #: includes/options/class-wpglobus-options.php:939,
1134
+ #: includes/options/class-wpglobus-options.php:997
1135
  msgid "Click here to download"
1136
  msgstr ""
1137
 
1138
+ #: includes/options/class-wpglobus-options.php:930
1139
  msgid ""
1140
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1141
  "translate your blog posts and pages to many languages."
1142
  msgstr ""
1143
 
1144
+ #: includes/options/class-wpglobus-options.php:933
1145
  msgid "The next step is to translate your WooCommerce-based store!"
1146
  msgstr ""
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:936
1149
  msgid ""
1150
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1151
  "translate product titles and descriptions, categories, tags and attributes."
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:983
1155
  msgid "Multi-currency"
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:986
1159
  msgid ""
1160
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1161
  "a single currency only."
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:990
1165
  msgid ""
1166
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1167
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1169
  "positioning for global growth!"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:994
1173
  msgid ""
1174
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1175
  "re-calculating prices on-the-fly."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:1031
1179
  msgid "WPGlobus Premium Add-ons"
1180
  msgstr ""
1181
 
1182
+ #: includes/options/class-wpglobus-options.php:1033
1183
  msgid ""
1184
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1185
  "you will be able to:"
1186
  msgstr ""
1187
 
1188
+ #: includes/options/class-wpglobus-options.php:1038
1189
  msgid ""
1190
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1191
  "моя-страница and so on);"
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:1041
1195
  msgid ""
1196
  "Postpone translation to some languages and <strong>publish only the "
1197
  "translated texts</strong>;"
1198
  msgstr ""
1199
 
1200
+ #: includes/options/class-wpglobus-options.php:1044
1201
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1202
  msgstr ""
1203
 
1204
+ #: includes/options/class-wpglobus-options.php:1047
1205
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1050
1209
  msgid ""
1210
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1211
  "strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1054
1215
  msgid "...and more."
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1057
1219
  msgid "Click here to visit the WPGlobus Store"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1098
1223
  msgid "Select a language"
1224
  msgstr "حدد لغة"
1225
 
1226
  #. translators: %3$s placeholder for the icon (actual picture).
1227
+ #: includes/options/class-wpglobus-options.php:1127
1228
  msgid ""
1229
  "Place the %1$smain language%2$s of your site at the top of the list by "
1230
  "dragging the %3$s icons."
1231
  msgstr ""
1232
 
1233
  #. translators: placeholders for the "strong" HTML tags.
1234
+ #: includes/options/class-wpglobus-options.php:1130
1235
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1236
  msgstr ""
1237
 
1238
  #. translators: placeholders for the "strong" HTML tags.
1239
+ #: includes/options/class-wpglobus-options.php:1133
1240
  msgid "%1$sAdd%2$s more languages using the section below."
1241
  msgstr ""
1242
 
1243
+ #: includes/options/class-wpglobus-options.php:1134
1244
  msgid "When done, click the [Save Changes] button."
1245
  msgstr ""
1246
 
1247
  #. translators: %s - placeholder for the "Save Changes" button text.
1248
+ #: includes/options/class-wpglobus-options.php:1145
1249
  msgid "Press the %s button to confirm."
1250
  msgstr ""
1251
 
1252
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1253
+ #: includes/options/class-wpglobus-options.php:1162
1254
  msgid "-- none --"
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1163
1258
  msgid "All menus"
1259
  msgstr ""
1260
 
1261
+ #: includes/options/class-wpglobus-options.php:1176
1262
  msgid "Instructions:"
1263
  msgstr "تعليمات:"
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1236
1266
  msgid "(Found in some themes)"
1267
  msgstr ""
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1238
1270
  msgid "Enable"
1271
  msgstr "مُفعّل"
1272
 
1273
+ #: includes/options/class-wpglobus-options.php:1253
1274
  msgid "Languages table"
1275
  msgstr "لائحة اللغات"
1276
 
1277
+ #: includes/options/class-wpglobus-options.php:1259
1278
  msgid "Use this table to add, edit or delete languages."
1279
  msgstr "إستخدم هذه اللأئحة لكي تضيف،تعدل أو تزيل اللغات."
1280
 
1281
+ #: includes/options/class-wpglobus-options.php:1260
1282
  msgid "NOTE: you cannot remove the main language."
1283
  msgstr "ملحوظة: لا يمكنك مسح اللغة الرئيسية."
1284
 
1285
+ #: includes/options/class-wpglobus-options.php:1308
1286
  msgid "WPGlobus is enabled on these Post Types"
1287
  msgstr ""
1288
 
1289
+ #: includes/options/class-wpglobus-options.php:1309
1290
  msgid "Uncheck to disable"
1291
  msgstr ""
1292
 
1293
+ #: includes/options/class-wpglobus-options.php:1310
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:1315
1300
  msgid "Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1331
1304
  msgid ""
1305
  "You should put here only the code provided by WPGlobus Support. Do not write "
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:1372
1311
  msgid "Custom Code"
1312
  msgstr ""
1313
 
1314
+ #: includes/options/class-wpglobus-options.php:1480,
1315
+ #: includes/options/class-wpglobus-options.php:1612,
1316
+ #: includes/options/class-wpglobus-options.php:1723
1317
  msgid "Enabled"
1318
  msgstr "مفعل"
1319
 
1320
+ #: includes/options/class-wpglobus-options.php:1493
1321
  msgid "Builders support"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1545
1325
  msgid "Builder mode is enabled on these Post Types"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1611
1329
  msgid "Old fashioned language switcher"
1330
  msgstr ""
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1617
1333
  msgid "Block Editor"
1334
  msgstr ""
1335
 
1336
+ #: includes/options/class-wpglobus-options.php:1618
1337
  msgid "Block Editor Options"
1338
  msgstr ""
1339
 
1340
+ #: includes/options/class-wpglobus-options.php:1647
1341
  msgid ""
1342
  "With the current settings, you will see the following lines in the section "
1343
  "HEAD of your site pages"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1649
1347
  msgid "(example for two languages)"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1696
1351
  msgid ""
1352
  "Tell search engines about localized versions of your pages using the "
1353
  "hreflang tag"
1354
  msgstr ""
1355
 
1356
+ #: includes/options/class-wpglobus-options.php:1705
1357
  msgid "Output the hreflang tag as"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1708
1361
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1709
1365
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1366
  msgstr ""
1367
 
1368
+ #: includes/options/class-wpglobus-options.php:1710
1369
  msgid "Language code only (en, ru, etc.)"
1370
  msgstr ""
1371
 
1372
+ #: includes/options/class-wpglobus-options.php:1722
1373
  msgid "Use the code `x-default` for the main language"
1374
  msgstr ""
1375
 
1376
+ #: includes/options/class-wpglobus-options.php:1728
1377
  msgid "Multilingual SEO"
1378
  msgstr ""
1379
 
1380
+ #: includes/options/class-wpglobus-options.php:1729
1381
  msgid "Multilingual SEO Options"
1382
  msgstr ""
1383
 
1384
+ #: includes/options/class-wpglobus-options.php:1766
1385
  msgid ""
1386
  "With WPGlobus, you can get translations for posts and pages using REST API."
1387
  msgstr ""
1388
 
1389
+ #: includes/options/class-wpglobus-options.php:1793,
1390
+ #: includes/options/class-wpglobus-options.php:1801,
1391
+ #: includes/options/class-wpglobus-options.php:1774,
1392
+ #: includes/options/class-wpglobus-options.php:1782
1393
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1394
  msgstr ""
1395
 
1396
+ #: includes/options/class-wpglobus-options.php:1771
1397
  msgid ""
1398
  "For demonstration, you can try the first post that WordPress creates at the "
1399
  "initial installation."
1400
  msgstr ""
1401
 
1402
+ #: includes/options/class-wpglobus-options.php:1812
1403
  msgid ""
1404
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1405
  "information."
1406
  msgstr ""
1407
 
1408
+ #: includes/options/class-wpglobus-options.php:1819
1409
  msgid ""
1410
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1411
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1412
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1413
  msgstr ""
1414
 
1415
+ #: includes/options/class-wpglobus-options.php:1832
1416
  msgid "Description:"
1417
  msgstr ""
1418
 
1419
+ #: includes/options/class-wpglobus-options.php:1839,
1420
+ #: includes/options/class-wpglobus-options.php:1840
1421
  msgid "REST API"
1422
  msgstr ""
1423
 
1424
+ #: includes/options/class-wpglobus-options.php:2173
1425
  msgid "Translate strings"
1426
  msgstr ""
1427
 
languages/wpglobus-be.po CHANGED
@@ -349,22 +349,22 @@ msgid "Help"
349
  msgstr "Дапамога"
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:745,
352
- #: includes/options/class-wpglobus-options.php:1168
353
  msgid "Languages"
354
  msgstr "Языки"
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:765,
357
- #: includes/options/class-wpglobus-options.php:1181
358
  msgid "Enabled Languages"
359
  msgstr "Установленные языки"
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:767,
362
- #: includes/options/class-wpglobus-options.php:1182
363
  msgid "These languages are currently enabled on your site."
364
  msgstr "Эти языки включены в настоящее время на вашем сайте."
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:795,
367
- #: includes/options/class-wpglobus-options.php:1140
368
  msgid "Choose a language you would like to enable."
369
  msgstr ""
370
 
@@ -375,42 +375,42 @@ msgstr ""
375
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
376
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
377
  #: includes/admin/class-wpglobus-customize-options.php:801,
378
- #: includes/options/class-wpglobus-options.php:1146
379
  msgid "or Add new Language %1$s here %2$s"
380
  msgstr "или добавьте новый язык %1$s здесь %2$s"
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:813,
383
- #: includes/options/class-wpglobus-options.php:1195
384
  msgid "Add Languages"
385
  msgstr "Добавить языки"
386
 
387
  #: includes/admin/class-wpglobus-customize-options.php:833,
388
- #: includes/options/class-wpglobus-options.php:1203
389
  msgid "Language Selector Mode"
390
  msgstr "Способ показа переключателей "
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:838,
393
- #: includes/options/class-wpglobus-options.php:1206
394
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
395
  msgstr "Двухбуквенный код (en, ru, it, и т.п.) и флаг"
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:839,
398
- #: includes/options/class-wpglobus-options.php:1207
399
  msgid "Full Name (English, Russian, Italian, etc.)"
400
  msgstr "Полное название (English, Russian, Italian, и т.п.)"
401
 
402
  #: includes/admin/class-wpglobus-customize-options.php:841,
403
- #: includes/options/class-wpglobus-options.php:1208
404
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
405
  msgstr "Полное название (English, Russian, Italian, и т.п.) и флаг"
406
 
407
  #: includes/admin/class-wpglobus-customize-options.php:842,
408
- #: includes/options/class-wpglobus-options.php:1209
409
  msgid "Flags only"
410
  msgstr "Только флаги"
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:844,
413
- #: includes/options/class-wpglobus-options.php:1204
414
  msgid ""
415
  "Choose the way language name and country flag are shown in the drop-down menu"
416
  msgstr "Выберите способ показа названий языков и флагов в навигационном меню"
@@ -421,13 +421,13 @@ msgstr ""
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:915,
423
  #: includes/admin/class-wpglobus-customize-options.php:888,
424
- #: includes/options/class-wpglobus-options.php:1222
425
  msgid "Language Selector Menu"
426
  msgstr "Навигационное меню"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:920,
429
  #: includes/admin/class-wpglobus-customize-options.php:899,
430
- #: includes/options/class-wpglobus-options.php:1223
431
  msgid "Choose the navigation menu where the language selector will be shown"
432
  msgstr ""
433
  "Выберите навигационное меню, в котором будет показан переключатель языков"
@@ -437,12 +437,12 @@ msgid "No menus have been created yet. Create some."
437
  msgstr "Ни одного меню ещё не создано. Создайте."
438
 
439
  #: includes/admin/class-wpglobus-customize-options.php:940,
440
- #: includes/options/class-wpglobus-options.php:1233
441
  msgid "\"All Pages\" menus Language selector"
442
  msgstr "Переключатель языка в меню «Все страницы»"
443
 
444
  #: includes/admin/class-wpglobus-customize-options.php:943,
445
- #: includes/options/class-wpglobus-options.php:1235
446
  msgid ""
447
  "Adds language selector to the menus that automatically list all existing "
448
  "pages (using `wp_list_pages`)"
@@ -451,7 +451,7 @@ msgstr ""
451
  "всех страниц (с использованием `wp_list_pages`)"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:960,
454
- #: includes/options/class-wpglobus-options.php:1348
455
  msgid "Custom CSS"
456
  msgstr "Пользовательский CSS"
457
 
@@ -472,22 +472,22 @@ msgid "Uncheck to disable WPGlobus"
472
  msgstr "Снимите флажок, чтобы отключить WPGlobus"
473
 
474
  #: includes/admin/class-wpglobus-customize-options.php:1125,
475
- #: includes/options/class-wpglobus-options.php:1416
476
  msgid "Redirect"
477
  msgstr "Перенаправление"
478
 
479
  #: includes/admin/class-wpglobus-customize-options.php:1150,
480
- #: includes/options/class-wpglobus-options.php:1411
481
  msgid "Choose the language automatically, based on:"
482
  msgstr "Выбрать язык автоматически, учитывая:"
483
 
484
  #: includes/admin/class-wpglobus-customize-options.php:1152,
485
- #: includes/options/class-wpglobus-options.php:1401
486
  msgid "Preferred language set in the browser"
487
  msgstr "Язык, указанный как предпочтительный в настройках браузера"
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1153,
490
- #: includes/options/class-wpglobus-options.php:1388
491
  msgid ""
492
  "When a user comes to the site for the first time, try to find the best "
493
  "matching language version of the page."
@@ -498,7 +498,7 @@ msgstr ""
498
  #: includes/admin/class-wpglobus-customize-options.php:1214,
499
  #: includes/admin/class-wpglobus-customize-options.php:1234,
500
  #: includes/admin/class-wpglobus-customize-options.php:1192,
501
- #: includes/options/class-wpglobus-options.php:1360
502
  msgid "Custom JS Code"
503
  msgstr "Пользовательский JS"
504
 
@@ -543,12 +543,12 @@ msgstr ""
543
  "кнопку сохранения внизу."
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1351,
546
- #: includes/options/class-wpglobus-options.php:600
547
  msgid "Thank you for installing WPGlobus!"
548
  msgstr "Спасибо за то, что Вы установили плагин WPGlobus!"
549
 
550
  #: includes/admin/class-wpglobus-customize-options.php:1355,
551
- #: includes/options/class-wpglobus-options.php:604
552
  msgid "Read About WPGlobus"
553
  msgstr "Подробно о WPGlobus"
554
 
@@ -558,7 +558,7 @@ msgid ""
558
  msgstr "Настройки плагина находятся в разделе <strong>[Языки]</strong>."
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1363,
561
- #: includes/options/class-wpglobus-options.php:640
562
  msgid ""
563
  "Should you have any questions or comments, please do not hesitate to contact "
564
  "us."
@@ -567,12 +567,12 @@ msgstr ""
567
  "поддержкой."
568
 
569
  #: includes/admin/class-wpglobus-customize-options.php:1367,
570
- #: includes/options/class-wpglobus-options.php:644
571
  msgid "Sincerely Yours,"
572
  msgstr "С Уважением,"
573
 
574
  #: includes/admin/class-wpglobus-customize-options.php:1369,
575
- #: includes/options/class-wpglobus-options.php:646,
576
  #: includes/options/wpglobus-options-header.php:34
577
  msgid "The WPGlobus Team"
578
  msgstr "Команда WPGlobus"
@@ -580,7 +580,7 @@ msgstr "Команда WPGlobus"
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
582
  #: includes/admin/class-wpglobus-customize-options.php:1388,
583
- #: includes/options/class-wpglobus-options.php:681
584
  msgid ""
585
  "We would hate to see you go. If something goes wrong, do not uninstall "
586
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -589,7 +589,7 @@ msgstr ""
589
  "%1$sобратитесь к нам%2$s и позвольте Вам помочь!"
590
 
591
  #: includes/admin/class-wpglobus-customize-options.php:1395,
592
- #: includes/options/class-wpglobus-options.php:688
593
  msgid ""
594
  "Please note that if you deactivate WPGlobus, your site will show all the "
595
  "languages together, mixed up. You will need to remove all translations, "
@@ -602,7 +602,7 @@ msgstr ""
602
  #. translators: %s: link to the Clean-up Tool
603
  #. translators: %s: link to the Clean-up Tool.
604
  #: includes/admin/class-wpglobus-customize-options.php:1400,
605
- #: includes/options/class-wpglobus-options.php:692
606
  msgid ""
607
  "If there are just a few places, you should edit them manually. To "
608
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -617,7 +617,7 @@ msgstr ""
617
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
618
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
619
  #: includes/admin/class-wpglobus-customize-options.php:1403,
620
- #: includes/options/class-wpglobus-options.php:669
621
  msgid "%1$sClean-up Tool%2$s"
622
  msgstr "%1$sПрограмму очистки%2$s"
623
 
@@ -760,7 +760,7 @@ msgid ""
760
  msgstr ""
761
 
762
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
763
- #: includes/options/class-wpglobus-options.php:718
764
  msgid "Help Desk"
765
  msgstr "Поддержка"
766
 
@@ -843,7 +843,7 @@ msgid "WPGlobus Recommends:"
843
  msgstr "WPGlobus рекомендует:"
844
 
845
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
846
- #: includes/options/class-wpglobus-options.php:925
847
  msgid "WPGlobus for WooCommerce"
848
  msgstr "WPGlobus для WooCommerce"
849
 
@@ -1032,8 +1032,8 @@ msgid "Language Selector Menu Style"
1032
  msgstr ""
1033
 
1034
  #: includes/options/class-wpglobus-options.php:273,
1035
- #: includes/options/class-wpglobus-options.php:794,
1036
- #: includes/options/class-wpglobus-options.php:863
1037
  msgid "WPGlobus Plus"
1038
  msgstr ""
1039
 
@@ -1059,161 +1059,161 @@ msgid ""
1059
  "Settings panel properly. Please try another browser."
1060
  msgstr ""
1061
 
1062
- #: includes/options/class-wpglobus-options.php:591,
1063
- #: includes/options/class-wpglobus-options.php:1569
1064
  msgid "Сompatibility"
1065
  msgstr ""
1066
 
1067
  #. translators: placeholders for "strong" tags.
1068
- #: includes/options/class-wpglobus-options.php:608
1069
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1070
  msgstr ""
1071
 
1072
  #. translators: placeholders for "strong" tags.
1073
- #: includes/options/class-wpglobus-options.php:611
1074
  msgid ""
1075
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1076
  "the language attributes: name, code, flag icon, etc."
1077
  msgstr ""
1078
 
1079
- #: includes/options/class-wpglobus-options.php:614
1080
  msgid "Important notes"
1081
  msgstr ""
1082
 
1083
  #. translators: placeholders for "strong" tags.
1084
- #: includes/options/class-wpglobus-options.php:616
1085
  msgid "Version %1$s1.9.17%2$s "
1086
  msgstr ""
1087
 
1088
  #. translators: placeholders for "strong" tags.
1089
- #: includes/options/class-wpglobus-options.php:619
1090
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1091
  msgstr ""
1092
 
1093
  #. translators: placeholders for "strong" tags; compatibility tab link.
1094
- #: includes/options/class-wpglobus-options.php:622
1095
  msgid ""
1096
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1097
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1098
  msgstr ""
1099
 
1100
  #. translators: placeholders for "strong" tags; compatibility tab link.
1101
- #: includes/options/class-wpglobus-options.php:625
1102
  msgid ""
1103
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1104
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1105
  msgstr ""
1106
 
1107
  #. translators: placeholders for "strong" tags.
1108
- #: includes/options/class-wpglobus-options.php:629
1109
  msgid "Version %1$s2.2.11%2$s "
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:631
1113
  msgid "Starting from this version"
1114
  msgstr ""
1115
 
1116
  #. translators: placeholders for "strong" tags.
1117
- #: includes/options/class-wpglobus-options.php:634
1118
  msgid ""
1119
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1120
  "(CPT)."
1121
  msgstr ""
1122
 
1123
  #. translators: placeholders for "strong" tags.
1124
- #: includes/options/class-wpglobus-options.php:637
1125
  msgid ""
1126
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1127
  "the %1$s[%3$s]%2$s tab."
1128
  msgstr ""
1129
 
1130
- #: includes/options/class-wpglobus-options.php:654
1131
  msgid "Welcome!"
1132
  msgstr "Добро пожаловать!"
1133
 
1134
- #: includes/options/class-wpglobus-options.php:677
1135
  msgid "Deactivating / Uninstalling"
1136
  msgstr "Деактивация / Деинсталляция"
1137
 
1138
- #: includes/options/class-wpglobus-options.php:703
1139
  msgid "Uninstall"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:733
1143
  msgid "All add-ons"
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:748
1147
  msgid "Mobile Menu"
1148
  msgstr ""
1149
 
1150
- #: includes/options/class-wpglobus-options.php:763
1151
  msgid "Language Widgets"
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:833
1155
  msgid "We Recommend..."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:865
1159
  msgid ""
1160
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1161
  "website, such as:"
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:868
1165
  msgid ""
1166
  "- Ability to write a post in one language and immediately publish it, not "
1167
  "waiting for the translation to other languages;"
1168
  msgstr ""
1169
 
1170
- #: includes/options/class-wpglobus-options.php:871
1171
  msgid "- Set different URLs for each translation;"
1172
  msgstr ""
1173
 
1174
- #: includes/options/class-wpglobus-options.php:874
1175
  msgid ""
1176
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1177
  "for each translation;"
1178
  msgstr ""
1179
 
1180
- #: includes/options/class-wpglobus-options.php:877
1181
  msgid "- and more..."
1182
  msgstr ""
1183
 
1184
- #: includes/options/class-wpglobus-options.php:880,
1185
- #: includes/options/class-wpglobus-options.php:937,
1186
- #: includes/options/class-wpglobus-options.php:995
1187
  msgid "Click here to download"
1188
  msgstr ""
1189
 
1190
- #: includes/options/class-wpglobus-options.php:928
1191
  msgid ""
1192
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1193
  "translate your blog posts and pages to many languages."
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:931
1197
  msgid "The next step is to translate your WooCommerce-based store!"
1198
  msgstr ""
1199
 
1200
- #: includes/options/class-wpglobus-options.php:934
1201
  msgid ""
1202
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1203
  "translate product titles and descriptions, categories, tags and attributes."
1204
  msgstr ""
1205
 
1206
- #: includes/options/class-wpglobus-options.php:981
1207
  msgid "Multi-currency"
1208
  msgstr ""
1209
 
1210
- #: includes/options/class-wpglobus-options.php:984
1211
  msgid ""
1212
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1213
  "a single currency only."
1214
  msgstr ""
1215
 
1216
- #: includes/options/class-wpglobus-options.php:988
1217
  msgid ""
1218
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1219
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1221,260 +1221,260 @@ msgid ""
1221
  "positioning for global growth!"
1222
  msgstr ""
1223
 
1224
- #: includes/options/class-wpglobus-options.php:992
1225
  msgid ""
1226
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1227
  "re-calculating prices on-the-fly."
1228
  msgstr ""
1229
 
1230
- #: includes/options/class-wpglobus-options.php:1029
1231
  msgid "WPGlobus Premium Add-ons"
1232
  msgstr ""
1233
 
1234
- #: includes/options/class-wpglobus-options.php:1031
1235
  msgid ""
1236
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1237
  "you will be able to:"
1238
  msgstr ""
1239
 
1240
- #: includes/options/class-wpglobus-options.php:1036
1241
  msgid ""
1242
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1243
  "моя-страница and so on);"
1244
  msgstr ""
1245
 
1246
- #: includes/options/class-wpglobus-options.php:1039
1247
  msgid ""
1248
  "Postpone translation to some languages and <strong>publish only the "
1249
  "translated texts</strong>;"
1250
  msgstr ""
1251
 
1252
- #: includes/options/class-wpglobus-options.php:1042
1253
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1254
  msgstr ""
1255
 
1256
- #: includes/options/class-wpglobus-options.php:1045
1257
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1258
  msgstr ""
1259
 
1260
- #: includes/options/class-wpglobus-options.php:1048
1261
  msgid ""
1262
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1263
  "strong>;"
1264
  msgstr ""
1265
 
1266
- #: includes/options/class-wpglobus-options.php:1052
1267
  msgid "...and more."
1268
  msgstr ""
1269
 
1270
- #: includes/options/class-wpglobus-options.php:1055
1271
  msgid "Click here to visit the WPGlobus Store"
1272
  msgstr ""
1273
 
1274
- #: includes/options/class-wpglobus-options.php:1096
1275
  msgid "Select a language"
1276
  msgstr "Выберите язык"
1277
 
1278
  #. translators: %3$s placeholder for the icon (actual picture).
1279
- #: includes/options/class-wpglobus-options.php:1125
1280
  msgid ""
1281
  "Place the %1$smain language%2$s of your site at the top of the list by "
1282
  "dragging the %3$s icons."
1283
  msgstr ""
1284
 
1285
  #. translators: placeholders for the "strong" HTML tags.
1286
- #: includes/options/class-wpglobus-options.php:1128
1287
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1288
  msgstr ""
1289
 
1290
  #. translators: placeholders for the "strong" HTML tags.
1291
- #: includes/options/class-wpglobus-options.php:1131
1292
  msgid "%1$sAdd%2$s more languages using the section below."
1293
  msgstr ""
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1132
1296
  msgid "When done, click the [Save Changes] button."
1297
  msgstr "Когда закончите, нажмите кнопку [Сохранить изменения]."
1298
 
1299
  #. translators: %s - placeholder for the "Save Changes" button text.
1300
- #: includes/options/class-wpglobus-options.php:1143
1301
  msgid "Press the %s button to confirm."
1302
  msgstr ""
1303
 
1304
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1305
- #: includes/options/class-wpglobus-options.php:1160
1306
  msgid "-- none --"
1307
  msgstr ""
1308
 
1309
- #: includes/options/class-wpglobus-options.php:1161
1310
  msgid "All menus"
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1174
1314
  msgid "Instructions:"
1315
  msgstr "Инструкции:"
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1234
1318
  msgid "(Found in some themes)"
1319
  msgstr "(Используется в некоторых темах)"
1320
 
1321
- #: includes/options/class-wpglobus-options.php:1236
1322
  msgid "Enable"
1323
  msgstr "Включить"
1324
 
1325
- #: includes/options/class-wpglobus-options.php:1251
1326
  msgid "Languages table"
1327
  msgstr "Таблица языков"
1328
 
1329
- #: includes/options/class-wpglobus-options.php:1257
1330
  msgid "Use this table to add, edit or delete languages."
1331
  msgstr ""
1332
  "Используйте эту таблицу, чтобы добавлять, удалять или редактировать языки."
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1258
1335
  msgid "NOTE: you cannot remove the main language."
1336
  msgstr "ВНИМАНИЕ: язык по умолчанию не может быть удален."
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1306
1339
  msgid "WPGlobus is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1307
1343
  msgid "Uncheck to disable"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1308
1347
  msgid ""
1348
  "Please note that there are post types, which status is managed by other "
1349
  "plugins and cannot be changed here."
1350
  msgstr ""
1351
 
1352
- #: includes/options/class-wpglobus-options.php:1313
1353
  msgid "Post Types"
1354
  msgstr ""
1355
 
1356
- #: includes/options/class-wpglobus-options.php:1329
1357
  msgid ""
1358
  "You should put here only the code provided by WPGlobus Support. Do not write "
1359
  "anything else in the sections below as it might break the functionality of "
1360
  "your website!"
1361
  msgstr ""
1362
 
1363
- #: includes/options/class-wpglobus-options.php:1370
1364
  msgid "Custom Code"
1365
  msgstr ""
1366
 
1367
- #: includes/options/class-wpglobus-options.php:1478,
1368
- #: includes/options/class-wpglobus-options.php:1610,
1369
- #: includes/options/class-wpglobus-options.php:1721
1370
  msgid "Enabled"
1371
  msgstr ""
1372
 
1373
- #: includes/options/class-wpglobus-options.php:1491
1374
  msgid "Builders support"
1375
  msgstr ""
1376
 
1377
- #: includes/options/class-wpglobus-options.php:1543
1378
  msgid "Builder mode is enabled on these Post Types"
1379
  msgstr ""
1380
 
1381
- #: includes/options/class-wpglobus-options.php:1609
1382
  msgid "Old fashioned language switcher"
1383
  msgstr ""
1384
 
1385
- #: includes/options/class-wpglobus-options.php:1615
1386
  msgid "Block Editor"
1387
  msgstr ""
1388
 
1389
- #: includes/options/class-wpglobus-options.php:1616
1390
  msgid "Block Editor Options"
1391
  msgstr ""
1392
 
1393
- #: includes/options/class-wpglobus-options.php:1645
1394
  msgid ""
1395
  "With the current settings, you will see the following lines in the section "
1396
  "HEAD of your site pages"
1397
  msgstr ""
1398
 
1399
- #: includes/options/class-wpglobus-options.php:1647
1400
  msgid "(example for two languages)"
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1694
1404
  msgid ""
1405
  "Tell search engines about localized versions of your pages using the "
1406
  "hreflang tag"
1407
  msgstr ""
1408
 
1409
- #: includes/options/class-wpglobus-options.php:1703
1410
  msgid "Output the hreflang tag as"
1411
  msgstr ""
1412
 
1413
- #: includes/options/class-wpglobus-options.php:1706
1414
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1415
  msgstr ""
1416
 
1417
- #: includes/options/class-wpglobus-options.php:1707
1418
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1419
  msgstr ""
1420
 
1421
- #: includes/options/class-wpglobus-options.php:1708
1422
  msgid "Language code only (en, ru, etc.)"
1423
  msgstr ""
1424
 
1425
- #: includes/options/class-wpglobus-options.php:1720
1426
  msgid "Use the code `x-default` for the main language"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1726
1430
  msgid "Multilingual SEO"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1727
1434
  msgid "Multilingual SEO Options"
1435
  msgstr ""
1436
 
1437
- #: includes/options/class-wpglobus-options.php:1757
1438
  msgid ""
1439
  "With WPGlobus, you can get translations for posts and pages using REST API."
1440
  msgstr ""
1441
 
1442
- #: includes/options/class-wpglobus-options.php:1784,
1443
- #: includes/options/class-wpglobus-options.php:1792,
1444
- #: includes/options/class-wpglobus-options.php:1765,
1445
- #: includes/options/class-wpglobus-options.php:1773
1446
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1447
  msgstr ""
1448
 
1449
- #: includes/options/class-wpglobus-options.php:1762
1450
  msgid ""
1451
  "For demonstration, you can try the first post that WordPress creates at the "
1452
  "initial installation."
1453
  msgstr ""
1454
 
1455
- #: includes/options/class-wpglobus-options.php:1803
1456
  msgid ""
1457
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1458
  "information."
1459
  msgstr ""
1460
 
1461
- #: includes/options/class-wpglobus-options.php:1810
1462
  msgid ""
1463
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1464
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1465
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1466
  msgstr ""
1467
 
1468
- #: includes/options/class-wpglobus-options.php:1823
1469
  msgid "Description:"
1470
  msgstr ""
1471
 
1472
- #: includes/options/class-wpglobus-options.php:1830,
1473
- #: includes/options/class-wpglobus-options.php:1831
1474
  msgid "REST API"
1475
  msgstr ""
1476
 
1477
- #: includes/options/class-wpglobus-options.php:2164
1478
  msgid "Translate strings"
1479
  msgstr ""
1480
 
349
  msgstr "Дапамога"
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:745,
352
+ #: includes/options/class-wpglobus-options.php:1170
353
  msgid "Languages"
354
  msgstr "Языки"
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:765,
357
+ #: includes/options/class-wpglobus-options.php:1183
358
  msgid "Enabled Languages"
359
  msgstr "Установленные языки"
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:767,
362
+ #: includes/options/class-wpglobus-options.php:1184
363
  msgid "These languages are currently enabled on your site."
364
  msgstr "Эти языки включены в настоящее время на вашем сайте."
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:795,
367
+ #: includes/options/class-wpglobus-options.php:1142
368
  msgid "Choose a language you would like to enable."
369
  msgstr ""
370
 
375
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
376
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
377
  #: includes/admin/class-wpglobus-customize-options.php:801,
378
+ #: includes/options/class-wpglobus-options.php:1148
379
  msgid "or Add new Language %1$s here %2$s"
380
  msgstr "или добавьте новый язык %1$s здесь %2$s"
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:813,
383
+ #: includes/options/class-wpglobus-options.php:1197
384
  msgid "Add Languages"
385
  msgstr "Добавить языки"
386
 
387
  #: includes/admin/class-wpglobus-customize-options.php:833,
388
+ #: includes/options/class-wpglobus-options.php:1205
389
  msgid "Language Selector Mode"
390
  msgstr "Способ показа переключателей "
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:838,
393
+ #: includes/options/class-wpglobus-options.php:1208
394
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
395
  msgstr "Двухбуквенный код (en, ru, it, и т.п.) и флаг"
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:839,
398
+ #: includes/options/class-wpglobus-options.php:1209
399
  msgid "Full Name (English, Russian, Italian, etc.)"
400
  msgstr "Полное название (English, Russian, Italian, и т.п.)"
401
 
402
  #: includes/admin/class-wpglobus-customize-options.php:841,
403
+ #: includes/options/class-wpglobus-options.php:1210
404
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
405
  msgstr "Полное название (English, Russian, Italian, и т.п.) и флаг"
406
 
407
  #: includes/admin/class-wpglobus-customize-options.php:842,
408
+ #: includes/options/class-wpglobus-options.php:1211
409
  msgid "Flags only"
410
  msgstr "Только флаги"
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:844,
413
+ #: includes/options/class-wpglobus-options.php:1206
414
  msgid ""
415
  "Choose the way language name and country flag are shown in the drop-down menu"
416
  msgstr "Выберите способ показа названий языков и флагов в навигационном меню"
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:915,
423
  #: includes/admin/class-wpglobus-customize-options.php:888,
424
+ #: includes/options/class-wpglobus-options.php:1224
425
  msgid "Language Selector Menu"
426
  msgstr "Навигационное меню"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:920,
429
  #: includes/admin/class-wpglobus-customize-options.php:899,
430
+ #: includes/options/class-wpglobus-options.php:1225
431
  msgid "Choose the navigation menu where the language selector will be shown"
432
  msgstr ""
433
  "Выберите навигационное меню, в котором будет показан переключатель языков"
437
  msgstr "Ни одного меню ещё не создано. Создайте."
438
 
439
  #: includes/admin/class-wpglobus-customize-options.php:940,
440
+ #: includes/options/class-wpglobus-options.php:1235
441
  msgid "\"All Pages\" menus Language selector"
442
  msgstr "Переключатель языка в меню «Все страницы»"
443
 
444
  #: includes/admin/class-wpglobus-customize-options.php:943,
445
+ #: includes/options/class-wpglobus-options.php:1237
446
  msgid ""
447
  "Adds language selector to the menus that automatically list all existing "
448
  "pages (using `wp_list_pages`)"
451
  "всех страниц (с использованием `wp_list_pages`)"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:960,
454
+ #: includes/options/class-wpglobus-options.php:1350
455
  msgid "Custom CSS"
456
  msgstr "Пользовательский CSS"
457
 
472
  msgstr "Снимите флажок, чтобы отключить WPGlobus"
473
 
474
  #: includes/admin/class-wpglobus-customize-options.php:1125,
475
+ #: includes/options/class-wpglobus-options.php:1418
476
  msgid "Redirect"
477
  msgstr "Перенаправление"
478
 
479
  #: includes/admin/class-wpglobus-customize-options.php:1150,
480
+ #: includes/options/class-wpglobus-options.php:1413
481
  msgid "Choose the language automatically, based on:"
482
  msgstr "Выбрать язык автоматически, учитывая:"
483
 
484
  #: includes/admin/class-wpglobus-customize-options.php:1152,
485
+ #: includes/options/class-wpglobus-options.php:1403
486
  msgid "Preferred language set in the browser"
487
  msgstr "Язык, указанный как предпочтительный в настройках браузера"
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1153,
490
+ #: includes/options/class-wpglobus-options.php:1390
491
  msgid ""
492
  "When a user comes to the site for the first time, try to find the best "
493
  "matching language version of the page."
498
  #: includes/admin/class-wpglobus-customize-options.php:1214,
499
  #: includes/admin/class-wpglobus-customize-options.php:1234,
500
  #: includes/admin/class-wpglobus-customize-options.php:1192,
501
+ #: includes/options/class-wpglobus-options.php:1362
502
  msgid "Custom JS Code"
503
  msgstr "Пользовательский JS"
504
 
543
  "кнопку сохранения внизу."
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1351,
546
+ #: includes/options/class-wpglobus-options.php:602
547
  msgid "Thank you for installing WPGlobus!"
548
  msgstr "Спасибо за то, что Вы установили плагин WPGlobus!"
549
 
550
  #: includes/admin/class-wpglobus-customize-options.php:1355,
551
+ #: includes/options/class-wpglobus-options.php:606
552
  msgid "Read About WPGlobus"
553
  msgstr "Подробно о WPGlobus"
554
 
558
  msgstr "Настройки плагина находятся в разделе <strong>[Языки]</strong>."
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1363,
561
+ #: includes/options/class-wpglobus-options.php:642
562
  msgid ""
563
  "Should you have any questions or comments, please do not hesitate to contact "
564
  "us."
567
  "поддержкой."
568
 
569
  #: includes/admin/class-wpglobus-customize-options.php:1367,
570
+ #: includes/options/class-wpglobus-options.php:646
571
  msgid "Sincerely Yours,"
572
  msgstr "С Уважением,"
573
 
574
  #: includes/admin/class-wpglobus-customize-options.php:1369,
575
+ #: includes/options/class-wpglobus-options.php:648,
576
  #: includes/options/wpglobus-options-header.php:34
577
  msgid "The WPGlobus Team"
578
  msgstr "Команда WPGlobus"
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
582
  #: includes/admin/class-wpglobus-customize-options.php:1388,
583
+ #: includes/options/class-wpglobus-options.php:683
584
  msgid ""
585
  "We would hate to see you go. If something goes wrong, do not uninstall "
586
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
589
  "%1$sобратитесь к нам%2$s и позвольте Вам помочь!"
590
 
591
  #: includes/admin/class-wpglobus-customize-options.php:1395,
592
+ #: includes/options/class-wpglobus-options.php:690
593
  msgid ""
594
  "Please note that if you deactivate WPGlobus, your site will show all the "
595
  "languages together, mixed up. You will need to remove all translations, "
602
  #. translators: %s: link to the Clean-up Tool
603
  #. translators: %s: link to the Clean-up Tool.
604
  #: includes/admin/class-wpglobus-customize-options.php:1400,
605
+ #: includes/options/class-wpglobus-options.php:694
606
  msgid ""
607
  "If there are just a few places, you should edit them manually. To "
608
  "automatically remove all translations at once, you can use the %s. WARNING: "
617
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
618
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
619
  #: includes/admin/class-wpglobus-customize-options.php:1403,
620
+ #: includes/options/class-wpglobus-options.php:671
621
  msgid "%1$sClean-up Tool%2$s"
622
  msgstr "%1$sПрограмму очистки%2$s"
623
 
760
  msgstr ""
761
 
762
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
763
+ #: includes/options/class-wpglobus-options.php:720
764
  msgid "Help Desk"
765
  msgstr "Поддержка"
766
 
843
  msgstr "WPGlobus рекомендует:"
844
 
845
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
846
+ #: includes/options/class-wpglobus-options.php:927
847
  msgid "WPGlobus for WooCommerce"
848
  msgstr "WPGlobus для WooCommerce"
849
 
1032
  msgstr ""
1033
 
1034
  #: includes/options/class-wpglobus-options.php:273,
1035
+ #: includes/options/class-wpglobus-options.php:796,
1036
+ #: includes/options/class-wpglobus-options.php:865
1037
  msgid "WPGlobus Plus"
1038
  msgstr ""
1039
 
1059
  "Settings panel properly. Please try another browser."
1060
  msgstr ""
1061
 
1062
+ #: includes/options/class-wpglobus-options.php:593,
1063
+ #: includes/options/class-wpglobus-options.php:1571
1064
  msgid "Сompatibility"
1065
  msgstr ""
1066
 
1067
  #. translators: placeholders for "strong" tags.
1068
+ #: includes/options/class-wpglobus-options.php:610
1069
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1070
  msgstr ""
1071
 
1072
  #. translators: placeholders for "strong" tags.
1073
+ #: includes/options/class-wpglobus-options.php:613
1074
  msgid ""
1075
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1076
  "the language attributes: name, code, flag icon, etc."
1077
  msgstr ""
1078
 
1079
+ #: includes/options/class-wpglobus-options.php:616
1080
  msgid "Important notes"
1081
  msgstr ""
1082
 
1083
  #. translators: placeholders for "strong" tags.
1084
+ #: includes/options/class-wpglobus-options.php:618
1085
  msgid "Version %1$s1.9.17%2$s "
1086
  msgstr ""
1087
 
1088
  #. translators: placeholders for "strong" tags.
1089
+ #: includes/options/class-wpglobus-options.php:621
1090
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1091
  msgstr ""
1092
 
1093
  #. translators: placeholders for "strong" tags; compatibility tab link.
1094
+ #: includes/options/class-wpglobus-options.php:624
1095
  msgid ""
1096
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1097
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1098
  msgstr ""
1099
 
1100
  #. translators: placeholders for "strong" tags; compatibility tab link.
1101
+ #: includes/options/class-wpglobus-options.php:627
1102
  msgid ""
1103
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1104
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1105
  msgstr ""
1106
 
1107
  #. translators: placeholders for "strong" tags.
1108
+ #: includes/options/class-wpglobus-options.php:631
1109
  msgid "Version %1$s2.2.11%2$s "
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:633
1113
  msgid "Starting from this version"
1114
  msgstr ""
1115
 
1116
  #. translators: placeholders for "strong" tags.
1117
+ #: includes/options/class-wpglobus-options.php:636
1118
  msgid ""
1119
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1120
  "(CPT)."
1121
  msgstr ""
1122
 
1123
  #. translators: placeholders for "strong" tags.
1124
+ #: includes/options/class-wpglobus-options.php:639
1125
  msgid ""
1126
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1127
  "the %1$s[%3$s]%2$s tab."
1128
  msgstr ""
1129
 
1130
+ #: includes/options/class-wpglobus-options.php:656
1131
  msgid "Welcome!"
1132
  msgstr "Добро пожаловать!"
1133
 
1134
+ #: includes/options/class-wpglobus-options.php:679
1135
  msgid "Deactivating / Uninstalling"
1136
  msgstr "Деактивация / Деинсталляция"
1137
 
1138
+ #: includes/options/class-wpglobus-options.php:705
1139
  msgid "Uninstall"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:735
1143
  msgid "All add-ons"
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:750
1147
  msgid "Mobile Menu"
1148
  msgstr ""
1149
 
1150
+ #: includes/options/class-wpglobus-options.php:765
1151
  msgid "Language Widgets"
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:835
1155
  msgid "We Recommend..."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:867
1159
  msgid ""
1160
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1161
  "website, such as:"
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:870
1165
  msgid ""
1166
  "- Ability to write a post in one language and immediately publish it, not "
1167
  "waiting for the translation to other languages;"
1168
  msgstr ""
1169
 
1170
+ #: includes/options/class-wpglobus-options.php:873
1171
  msgid "- Set different URLs for each translation;"
1172
  msgstr ""
1173
 
1174
+ #: includes/options/class-wpglobus-options.php:876
1175
  msgid ""
1176
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1177
  "for each translation;"
1178
  msgstr ""
1179
 
1180
+ #: includes/options/class-wpglobus-options.php:879
1181
  msgid "- and more..."
1182
  msgstr ""
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:882,
1185
+ #: includes/options/class-wpglobus-options.php:939,
1186
+ #: includes/options/class-wpglobus-options.php:997
1187
  msgid "Click here to download"
1188
  msgstr ""
1189
 
1190
+ #: includes/options/class-wpglobus-options.php:930
1191
  msgid ""
1192
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1193
  "translate your blog posts and pages to many languages."
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:933
1197
  msgid "The next step is to translate your WooCommerce-based store!"
1198
  msgstr ""
1199
 
1200
+ #: includes/options/class-wpglobus-options.php:936
1201
  msgid ""
1202
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1203
  "translate product titles and descriptions, categories, tags and attributes."
1204
  msgstr ""
1205
 
1206
+ #: includes/options/class-wpglobus-options.php:983
1207
  msgid "Multi-currency"
1208
  msgstr ""
1209
 
1210
+ #: includes/options/class-wpglobus-options.php:986
1211
  msgid ""
1212
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1213
  "a single currency only."
1214
  msgstr ""
1215
 
1216
+ #: includes/options/class-wpglobus-options.php:990
1217
  msgid ""
1218
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1219
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1221
  "positioning for global growth!"
1222
  msgstr ""
1223
 
1224
+ #: includes/options/class-wpglobus-options.php:994
1225
  msgid ""
1226
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1227
  "re-calculating prices on-the-fly."
1228
  msgstr ""
1229
 
1230
+ #: includes/options/class-wpglobus-options.php:1031
1231
  msgid "WPGlobus Premium Add-ons"
1232
  msgstr ""
1233
 
1234
+ #: includes/options/class-wpglobus-options.php:1033
1235
  msgid ""
1236
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1237
  "you will be able to:"
1238
  msgstr ""
1239
 
1240
+ #: includes/options/class-wpglobus-options.php:1038
1241
  msgid ""
1242
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1243
  "моя-страница and so on);"
1244
  msgstr ""
1245
 
1246
+ #: includes/options/class-wpglobus-options.php:1041
1247
  msgid ""
1248
  "Postpone translation to some languages and <strong>publish only the "
1249
  "translated texts</strong>;"
1250
  msgstr ""
1251
 
1252
+ #: includes/options/class-wpglobus-options.php:1044
1253
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1254
  msgstr ""
1255
 
1256
+ #: includes/options/class-wpglobus-options.php:1047
1257
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1258
  msgstr ""
1259
 
1260
+ #: includes/options/class-wpglobus-options.php:1050
1261
  msgid ""
1262
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1263
  "strong>;"
1264
  msgstr ""
1265
 
1266
+ #: includes/options/class-wpglobus-options.php:1054
1267
  msgid "...and more."
1268
  msgstr ""
1269
 
1270
+ #: includes/options/class-wpglobus-options.php:1057
1271
  msgid "Click here to visit the WPGlobus Store"
1272
  msgstr ""
1273
 
1274
+ #: includes/options/class-wpglobus-options.php:1098
1275
  msgid "Select a language"
1276
  msgstr "Выберите язык"
1277
 
1278
  #. translators: %3$s placeholder for the icon (actual picture).
1279
+ #: includes/options/class-wpglobus-options.php:1127
1280
  msgid ""
1281
  "Place the %1$smain language%2$s of your site at the top of the list by "
1282
  "dragging the %3$s icons."
1283
  msgstr ""
1284
 
1285
  #. translators: placeholders for the "strong" HTML tags.
1286
+ #: includes/options/class-wpglobus-options.php:1130
1287
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1288
  msgstr ""
1289
 
1290
  #. translators: placeholders for the "strong" HTML tags.
1291
+ #: includes/options/class-wpglobus-options.php:1133
1292
  msgid "%1$sAdd%2$s more languages using the section below."
1293
  msgstr ""
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1134
1296
  msgid "When done, click the [Save Changes] button."
1297
  msgstr "Когда закончите, нажмите кнопку [Сохранить изменения]."
1298
 
1299
  #. translators: %s - placeholder for the "Save Changes" button text.
1300
+ #: includes/options/class-wpglobus-options.php:1145
1301
  msgid "Press the %s button to confirm."
1302
  msgstr ""
1303
 
1304
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1305
+ #: includes/options/class-wpglobus-options.php:1162
1306
  msgid "-- none --"
1307
  msgstr ""
1308
 
1309
+ #: includes/options/class-wpglobus-options.php:1163
1310
  msgid "All menus"
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1176
1314
  msgid "Instructions:"
1315
  msgstr "Инструкции:"
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1236
1318
  msgid "(Found in some themes)"
1319
  msgstr "(Используется в некоторых темах)"
1320
 
1321
+ #: includes/options/class-wpglobus-options.php:1238
1322
  msgid "Enable"
1323
  msgstr "Включить"
1324
 
1325
+ #: includes/options/class-wpglobus-options.php:1253
1326
  msgid "Languages table"
1327
  msgstr "Таблица языков"
1328
 
1329
+ #: includes/options/class-wpglobus-options.php:1259
1330
  msgid "Use this table to add, edit or delete languages."
1331
  msgstr ""
1332
  "Используйте эту таблицу, чтобы добавлять, удалять или редактировать языки."
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1260
1335
  msgid "NOTE: you cannot remove the main language."
1336
  msgstr "ВНИМАНИЕ: язык по умолчанию не может быть удален."
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1308
1339
  msgid "WPGlobus is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1309
1343
  msgid "Uncheck to disable"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1310
1347
  msgid ""
1348
  "Please note that there are post types, which status is managed by other "
1349
  "plugins and cannot be changed here."
1350
  msgstr ""
1351
 
1352
+ #: includes/options/class-wpglobus-options.php:1315
1353
  msgid "Post Types"
1354
  msgstr ""
1355
 
1356
+ #: includes/options/class-wpglobus-options.php:1331
1357
  msgid ""
1358
  "You should put here only the code provided by WPGlobus Support. Do not write "
1359
  "anything else in the sections below as it might break the functionality of "
1360
  "your website!"
1361
  msgstr ""
1362
 
1363
+ #: includes/options/class-wpglobus-options.php:1372
1364
  msgid "Custom Code"
1365
  msgstr ""
1366
 
1367
+ #: includes/options/class-wpglobus-options.php:1480,
1368
+ #: includes/options/class-wpglobus-options.php:1612,
1369
+ #: includes/options/class-wpglobus-options.php:1723
1370
  msgid "Enabled"
1371
  msgstr ""
1372
 
1373
+ #: includes/options/class-wpglobus-options.php:1493
1374
  msgid "Builders support"
1375
  msgstr ""
1376
 
1377
+ #: includes/options/class-wpglobus-options.php:1545
1378
  msgid "Builder mode is enabled on these Post Types"
1379
  msgstr ""
1380
 
1381
+ #: includes/options/class-wpglobus-options.php:1611
1382
  msgid "Old fashioned language switcher"
1383
  msgstr ""
1384
 
1385
+ #: includes/options/class-wpglobus-options.php:1617
1386
  msgid "Block Editor"
1387
  msgstr ""
1388
 
1389
+ #: includes/options/class-wpglobus-options.php:1618
1390
  msgid "Block Editor Options"
1391
  msgstr ""
1392
 
1393
+ #: includes/options/class-wpglobus-options.php:1647
1394
  msgid ""
1395
  "With the current settings, you will see the following lines in the section "
1396
  "HEAD of your site pages"
1397
  msgstr ""
1398
 
1399
+ #: includes/options/class-wpglobus-options.php:1649
1400
  msgid "(example for two languages)"
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1696
1404
  msgid ""
1405
  "Tell search engines about localized versions of your pages using the "
1406
  "hreflang tag"
1407
  msgstr ""
1408
 
1409
+ #: includes/options/class-wpglobus-options.php:1705
1410
  msgid "Output the hreflang tag as"
1411
  msgstr ""
1412
 
1413
+ #: includes/options/class-wpglobus-options.php:1708
1414
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1415
  msgstr ""
1416
 
1417
+ #: includes/options/class-wpglobus-options.php:1709
1418
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1419
  msgstr ""
1420
 
1421
+ #: includes/options/class-wpglobus-options.php:1710
1422
  msgid "Language code only (en, ru, etc.)"
1423
  msgstr ""
1424
 
1425
+ #: includes/options/class-wpglobus-options.php:1722
1426
  msgid "Use the code `x-default` for the main language"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1728
1430
  msgid "Multilingual SEO"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1729
1434
  msgid "Multilingual SEO Options"
1435
  msgstr ""
1436
 
1437
+ #: includes/options/class-wpglobus-options.php:1766
1438
  msgid ""
1439
  "With WPGlobus, you can get translations for posts and pages using REST API."
1440
  msgstr ""
1441
 
1442
+ #: includes/options/class-wpglobus-options.php:1793,
1443
+ #: includes/options/class-wpglobus-options.php:1801,
1444
+ #: includes/options/class-wpglobus-options.php:1774,
1445
+ #: includes/options/class-wpglobus-options.php:1782
1446
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1447
  msgstr ""
1448
 
1449
+ #: includes/options/class-wpglobus-options.php:1771
1450
  msgid ""
1451
  "For demonstration, you can try the first post that WordPress creates at the "
1452
  "initial installation."
1453
  msgstr ""
1454
 
1455
+ #: includes/options/class-wpglobus-options.php:1812
1456
  msgid ""
1457
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1458
  "information."
1459
  msgstr ""
1460
 
1461
+ #: includes/options/class-wpglobus-options.php:1819
1462
  msgid ""
1463
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1464
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1465
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1466
  msgstr ""
1467
 
1468
+ #: includes/options/class-wpglobus-options.php:1832
1469
  msgid "Description:"
1470
  msgstr ""
1471
 
1472
+ #: includes/options/class-wpglobus-options.php:1839,
1473
+ #: includes/options/class-wpglobus-options.php:1840
1474
  msgid "REST API"
1475
  msgstr ""
1476
 
1477
+ #: includes/options/class-wpglobus-options.php:2173
1478
  msgid "Translate strings"
1479
  msgstr ""
1480
 
languages/wpglobus-bg_BG.po CHANGED
@@ -303,22 +303,22 @@ msgid "Help"
303
  msgstr ""
304
 
305
  #: includes/admin/class-wpglobus-customize-options.php:745,
306
- #: includes/options/class-wpglobus-options.php:1168
307
  msgid "Languages"
308
  msgstr ""
309
 
310
  #: includes/admin/class-wpglobus-customize-options.php:765,
311
- #: includes/options/class-wpglobus-options.php:1181
312
  msgid "Enabled Languages"
313
  msgstr ""
314
 
315
  #: includes/admin/class-wpglobus-customize-options.php:767,
316
- #: includes/options/class-wpglobus-options.php:1182
317
  msgid "These languages are currently enabled on your site."
318
  msgstr ""
319
 
320
  #: includes/admin/class-wpglobus-customize-options.php:795,
321
- #: includes/options/class-wpglobus-options.php:1140
322
  msgid "Choose a language you would like to enable."
323
  msgstr ""
324
 
@@ -329,42 +329,42 @@ msgstr ""
329
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
331
  #: includes/admin/class-wpglobus-customize-options.php:801,
332
- #: includes/options/class-wpglobus-options.php:1146
333
  msgid "or Add new Language %1$s here %2$s"
334
  msgstr ""
335
 
336
  #: includes/admin/class-wpglobus-customize-options.php:813,
337
- #: includes/options/class-wpglobus-options.php:1195
338
  msgid "Add Languages"
339
  msgstr ""
340
 
341
  #: includes/admin/class-wpglobus-customize-options.php:833,
342
- #: includes/options/class-wpglobus-options.php:1203
343
  msgid "Language Selector Mode"
344
  msgstr ""
345
 
346
  #: includes/admin/class-wpglobus-customize-options.php:838,
347
- #: includes/options/class-wpglobus-options.php:1206
348
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
349
  msgstr ""
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:839,
352
- #: includes/options/class-wpglobus-options.php:1207
353
  msgid "Full Name (English, Russian, Italian, etc.)"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:841,
357
- #: includes/options/class-wpglobus-options.php:1208
358
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:842,
362
- #: includes/options/class-wpglobus-options.php:1209
363
  msgid "Flags only"
364
  msgstr ""
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:844,
367
- #: includes/options/class-wpglobus-options.php:1204
368
  msgid ""
369
  "Choose the way language name and country flag are shown in the drop-down menu"
370
  msgstr ""
@@ -375,13 +375,13 @@ msgstr ""
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:915,
377
  #: includes/admin/class-wpglobus-customize-options.php:888,
378
- #: includes/options/class-wpglobus-options.php:1222
379
  msgid "Language Selector Menu"
380
  msgstr ""
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:920,
383
  #: includes/admin/class-wpglobus-customize-options.php:899,
384
- #: includes/options/class-wpglobus-options.php:1223
385
  msgid "Choose the navigation menu where the language selector will be shown"
386
  msgstr ""
387
 
@@ -390,19 +390,19 @@ msgid "No menus have been created yet. Create some."
390
  msgstr ""
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:940,
393
- #: includes/options/class-wpglobus-options.php:1233
394
  msgid "\"All Pages\" menus Language selector"
395
  msgstr ""
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:943,
398
- #: includes/options/class-wpglobus-options.php:1235
399
  msgid ""
400
  "Adds language selector to the menus that automatically list all existing "
401
  "pages (using `wp_list_pages`)"
402
  msgstr ""
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:960,
405
- #: includes/options/class-wpglobus-options.php:1348
406
  msgid "Custom CSS"
407
  msgstr ""
408
 
@@ -421,22 +421,22 @@ msgid "Uncheck to disable WPGlobus"
421
  msgstr ""
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:1125,
424
- #: includes/options/class-wpglobus-options.php:1416
425
  msgid "Redirect"
426
  msgstr ""
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:1150,
429
- #: includes/options/class-wpglobus-options.php:1411
430
  msgid "Choose the language automatically, based on:"
431
  msgstr ""
432
 
433
  #: includes/admin/class-wpglobus-customize-options.php:1152,
434
- #: includes/options/class-wpglobus-options.php:1401
435
  msgid "Preferred language set in the browser"
436
  msgstr ""
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:1153,
439
- #: includes/options/class-wpglobus-options.php:1388
440
  msgid ""
441
  "When a user comes to the site for the first time, try to find the best "
442
  "matching language version of the page."
@@ -445,7 +445,7 @@ msgstr ""
445
  #: includes/admin/class-wpglobus-customize-options.php:1214,
446
  #: includes/admin/class-wpglobus-customize-options.php:1234,
447
  #: includes/admin/class-wpglobus-customize-options.php:1192,
448
- #: includes/options/class-wpglobus-options.php:1360
449
  msgid "Custom JS Code"
450
  msgstr ""
451
 
@@ -487,12 +487,12 @@ msgid ""
487
  msgstr ""
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1351,
490
- #: includes/options/class-wpglobus-options.php:600
491
  msgid "Thank you for installing WPGlobus!"
492
  msgstr ""
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1355,
495
- #: includes/options/class-wpglobus-options.php:604
496
  msgid "Read About WPGlobus"
497
  msgstr ""
498
 
@@ -502,19 +502,19 @@ msgid ""
502
  msgstr ""
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1363,
505
- #: includes/options/class-wpglobus-options.php:640
506
  msgid ""
507
  "Should you have any questions or comments, please do not hesitate to contact "
508
  "us."
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1367,
512
- #: includes/options/class-wpglobus-options.php:644
513
  msgid "Sincerely Yours,"
514
  msgstr ""
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1369,
517
- #: includes/options/class-wpglobus-options.php:646,
518
  #: includes/options/wpglobus-options-header.php:34
519
  msgid "The WPGlobus Team"
520
  msgstr ""
@@ -522,14 +522,14 @@ msgstr ""
522
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #: includes/admin/class-wpglobus-customize-options.php:1388,
525
- #: includes/options/class-wpglobus-options.php:681
526
  msgid ""
527
  "We would hate to see you go. If something goes wrong, do not uninstall "
528
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
529
  msgstr ""
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1395,
532
- #: includes/options/class-wpglobus-options.php:688
533
  msgid ""
534
  "Please note that if you deactivate WPGlobus, your site will show all the "
535
  "languages together, mixed up. You will need to remove all translations, "
@@ -539,7 +539,7 @@ msgstr ""
539
  #. translators: %s: link to the Clean-up Tool
540
  #. translators: %s: link to the Clean-up Tool.
541
  #: includes/admin/class-wpglobus-customize-options.php:1400,
542
- #: includes/options/class-wpglobus-options.php:692
543
  msgid ""
544
  "If there are just a few places, you should edit them manually. To "
545
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -550,7 +550,7 @@ msgstr ""
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1403,
553
- #: includes/options/class-wpglobus-options.php:669
554
  msgid "%1$sClean-up Tool%2$s"
555
  msgstr ""
556
 
@@ -692,7 +692,7 @@ msgid ""
692
  msgstr ""
693
 
694
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
695
- #: includes/options/class-wpglobus-options.php:718
696
  msgid "Help Desk"
697
  msgstr ""
698
 
@@ -771,7 +771,7 @@ msgid "WPGlobus Recommends:"
771
  msgstr ""
772
 
773
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
774
- #: includes/options/class-wpglobus-options.php:925
775
  msgid "WPGlobus for WooCommerce"
776
  msgstr ""
777
 
@@ -956,8 +956,8 @@ msgid "Language Selector Menu Style"
956
  msgstr ""
957
 
958
  #: includes/options/class-wpglobus-options.php:273,
959
- #: includes/options/class-wpglobus-options.php:794,
960
- #: includes/options/class-wpglobus-options.php:863
961
  msgid "WPGlobus Plus"
962
  msgstr ""
963
 
@@ -983,161 +983,161 @@ msgid ""
983
  "Settings panel properly. Please try another browser."
984
  msgstr ""
985
 
986
- #: includes/options/class-wpglobus-options.php:591,
987
- #: includes/options/class-wpglobus-options.php:1569
988
  msgid "Сompatibility"
989
  msgstr ""
990
 
991
  #. translators: placeholders for "strong" tags.
992
- #: includes/options/class-wpglobus-options.php:608
993
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
994
  msgstr ""
995
 
996
  #. translators: placeholders for "strong" tags.
997
- #: includes/options/class-wpglobus-options.php:611
998
  msgid ""
999
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1000
  "the language attributes: name, code, flag icon, etc."
1001
  msgstr ""
1002
 
1003
- #: includes/options/class-wpglobus-options.php:614
1004
  msgid "Important notes"
1005
  msgstr "Важни забележки"
1006
 
1007
  #. translators: placeholders for "strong" tags.
1008
- #: includes/options/class-wpglobus-options.php:616
1009
  msgid "Version %1$s1.9.17%2$s "
1010
  msgstr ""
1011
 
1012
  #. translators: placeholders for "strong" tags.
1013
- #: includes/options/class-wpglobus-options.php:619
1014
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1015
  msgstr ""
1016
 
1017
  #. translators: placeholders for "strong" tags; compatibility tab link.
1018
- #: includes/options/class-wpglobus-options.php:622
1019
  msgid ""
1020
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1021
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags; compatibility tab link.
1025
- #: includes/options/class-wpglobus-options.php:625
1026
  msgid ""
1027
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1028
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
- #: includes/options/class-wpglobus-options.php:629
1033
  msgid "Version %1$s2.2.11%2$s "
1034
  msgstr ""
1035
 
1036
- #: includes/options/class-wpglobus-options.php:631
1037
  msgid "Starting from this version"
1038
  msgstr ""
1039
 
1040
  #. translators: placeholders for "strong" tags.
1041
- #: includes/options/class-wpglobus-options.php:634
1042
  msgid ""
1043
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1044
  "(CPT)."
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
- #: includes/options/class-wpglobus-options.php:637
1049
  msgid ""
1050
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1051
  "the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
- #: includes/options/class-wpglobus-options.php:654
1055
  msgid "Welcome!"
1056
  msgstr ""
1057
 
1058
- #: includes/options/class-wpglobus-options.php:677
1059
  msgid "Deactivating / Uninstalling"
1060
  msgstr ""
1061
 
1062
- #: includes/options/class-wpglobus-options.php:703
1063
  msgid "Uninstall"
1064
  msgstr ""
1065
 
1066
- #: includes/options/class-wpglobus-options.php:733
1067
  msgid "All add-ons"
1068
  msgstr ""
1069
 
1070
- #: includes/options/class-wpglobus-options.php:748
1071
  msgid "Mobile Menu"
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:763
1075
  msgid "Language Widgets"
1076
  msgstr ""
1077
 
1078
- #: includes/options/class-wpglobus-options.php:833
1079
  msgid "We Recommend..."
1080
  msgstr ""
1081
 
1082
- #: includes/options/class-wpglobus-options.php:865
1083
  msgid ""
1084
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1085
  "website, such as:"
1086
  msgstr ""
1087
 
1088
- #: includes/options/class-wpglobus-options.php:868
1089
  msgid ""
1090
  "- Ability to write a post in one language and immediately publish it, not "
1091
  "waiting for the translation to other languages;"
1092
  msgstr ""
1093
 
1094
- #: includes/options/class-wpglobus-options.php:871
1095
  msgid "- Set different URLs for each translation;"
1096
  msgstr ""
1097
 
1098
- #: includes/options/class-wpglobus-options.php:874
1099
  msgid ""
1100
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1101
  "for each translation;"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:877
1105
  msgid "- and more..."
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:880,
1109
- #: includes/options/class-wpglobus-options.php:937,
1110
- #: includes/options/class-wpglobus-options.php:995
1111
  msgid "Click here to download"
1112
  msgstr ""
1113
 
1114
- #: includes/options/class-wpglobus-options.php:928
1115
  msgid ""
1116
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1117
  "translate your blog posts and pages to many languages."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:931
1121
  msgid "The next step is to translate your WooCommerce-based store!"
1122
  msgstr ""
1123
 
1124
- #: includes/options/class-wpglobus-options.php:934
1125
  msgid ""
1126
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1127
  "translate product titles and descriptions, categories, tags and attributes."
1128
  msgstr ""
1129
 
1130
- #: includes/options/class-wpglobus-options.php:981
1131
  msgid "Multi-currency"
1132
  msgstr ""
1133
 
1134
- #: includes/options/class-wpglobus-options.php:984
1135
  msgid ""
1136
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1137
  "a single currency only."
1138
  msgstr ""
1139
 
1140
- #: includes/options/class-wpglobus-options.php:988
1141
  msgid ""
1142
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1143
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1145,259 +1145,259 @@ msgid ""
1145
  "positioning for global growth!"
1146
  msgstr ""
1147
 
1148
- #: includes/options/class-wpglobus-options.php:992
1149
  msgid ""
1150
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1151
  "re-calculating prices on-the-fly."
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:1029
1155
  msgid "WPGlobus Premium Add-ons"
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:1031
1159
  msgid ""
1160
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1161
  "you will be able to:"
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:1036
1165
  msgid ""
1166
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1167
  "моя-страница and so on);"
1168
  msgstr ""
1169
 
1170
- #: includes/options/class-wpglobus-options.php:1039
1171
  msgid ""
1172
  "Postpone translation to some languages and <strong>publish only the "
1173
  "translated texts</strong>;"
1174
  msgstr ""
1175
 
1176
- #: includes/options/class-wpglobus-options.php:1042
1177
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1178
  msgstr ""
1179
 
1180
- #: includes/options/class-wpglobus-options.php:1045
1181
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1182
  msgstr ""
1183
 
1184
- #: includes/options/class-wpglobus-options.php:1048
1185
  msgid ""
1186
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1187
  "strong>;"
1188
  msgstr ""
1189
 
1190
- #: includes/options/class-wpglobus-options.php:1052
1191
  msgid "...and more."
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:1055
1195
  msgid "Click here to visit the WPGlobus Store"
1196
  msgstr ""
1197
 
1198
- #: includes/options/class-wpglobus-options.php:1096
1199
  msgid "Select a language"
1200
  msgstr ""
1201
 
1202
  #. translators: %3$s placeholder for the icon (actual picture).
1203
- #: includes/options/class-wpglobus-options.php:1125
1204
  msgid ""
1205
  "Place the %1$smain language%2$s of your site at the top of the list by "
1206
  "dragging the %3$s icons."
1207
  msgstr ""
1208
 
1209
  #. translators: placeholders for the "strong" HTML tags.
1210
- #: includes/options/class-wpglobus-options.php:1128
1211
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1212
  msgstr ""
1213
 
1214
  #. translators: placeholders for the "strong" HTML tags.
1215
- #: includes/options/class-wpglobus-options.php:1131
1216
  msgid "%1$sAdd%2$s more languages using the section below."
1217
  msgstr ""
1218
 
1219
- #: includes/options/class-wpglobus-options.php:1132
1220
  msgid "When done, click the [Save Changes] button."
1221
  msgstr ""
1222
 
1223
  #. translators: %s - placeholder for the "Save Changes" button text.
1224
- #: includes/options/class-wpglobus-options.php:1143
1225
  msgid "Press the %s button to confirm."
1226
  msgstr ""
1227
 
1228
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1229
- #: includes/options/class-wpglobus-options.php:1160
1230
  msgid "-- none --"
1231
  msgstr ""
1232
 
1233
- #: includes/options/class-wpglobus-options.php:1161
1234
  msgid "All menus"
1235
  msgstr ""
1236
 
1237
- #: includes/options/class-wpglobus-options.php:1174
1238
  msgid "Instructions:"
1239
  msgstr ""
1240
 
1241
- #: includes/options/class-wpglobus-options.php:1234
1242
  msgid "(Found in some themes)"
1243
  msgstr ""
1244
 
1245
- #: includes/options/class-wpglobus-options.php:1236
1246
  msgid "Enable"
1247
  msgstr "Позволи"
1248
 
1249
- #: includes/options/class-wpglobus-options.php:1251
1250
  msgid "Languages table"
1251
  msgstr ""
1252
 
1253
- #: includes/options/class-wpglobus-options.php:1257
1254
  msgid "Use this table to add, edit or delete languages."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1258
1258
  msgid "NOTE: you cannot remove the main language."
1259
  msgstr ""
1260
 
1261
- #: includes/options/class-wpglobus-options.php:1306
1262
  msgid "WPGlobus is enabled on these Post Types"
1263
  msgstr ""
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1307
1266
  msgid "Uncheck to disable"
1267
  msgstr ""
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1308
1270
  msgid ""
1271
  "Please note that there are post types, which status is managed by other "
1272
  "plugins and cannot be changed here."
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1313
1276
  msgid "Post Types"
1277
  msgstr ""
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1329
1280
  msgid ""
1281
  "You should put here only the code provided by WPGlobus Support. Do not write "
1282
  "anything else in the sections below as it might break the functionality of "
1283
  "your website!"
1284
  msgstr ""
1285
 
1286
- #: includes/options/class-wpglobus-options.php:1370
1287
  msgid "Custom Code"
1288
  msgstr ""
1289
 
1290
- #: includes/options/class-wpglobus-options.php:1478,
1291
- #: includes/options/class-wpglobus-options.php:1610,
1292
- #: includes/options/class-wpglobus-options.php:1721
1293
  msgid "Enabled"
1294
  msgstr "Включен"
1295
 
1296
- #: includes/options/class-wpglobus-options.php:1491
1297
  msgid "Builders support"
1298
  msgstr ""
1299
 
1300
- #: includes/options/class-wpglobus-options.php:1543
1301
  msgid "Builder mode is enabled on these Post Types"
1302
  msgstr ""
1303
 
1304
- #: includes/options/class-wpglobus-options.php:1609
1305
  msgid "Old fashioned language switcher"
1306
  msgstr ""
1307
 
1308
- #: includes/options/class-wpglobus-options.php:1615
1309
  msgid "Block Editor"
1310
  msgstr ""
1311
 
1312
- #: includes/options/class-wpglobus-options.php:1616
1313
  msgid "Block Editor Options"
1314
  msgstr ""
1315
 
1316
- #: includes/options/class-wpglobus-options.php:1645
1317
  msgid ""
1318
  "With the current settings, you will see the following lines in the section "
1319
  "HEAD of your site pages"
1320
  msgstr ""
1321
 
1322
- #: includes/options/class-wpglobus-options.php:1647
1323
  msgid "(example for two languages)"
1324
  msgstr ""
1325
 
1326
- #: includes/options/class-wpglobus-options.php:1694
1327
  msgid ""
1328
  "Tell search engines about localized versions of your pages using the "
1329
  "hreflang tag"
1330
  msgstr ""
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1703
1333
  msgid "Output the hreflang tag as"
1334
  msgstr ""
1335
 
1336
- #: includes/options/class-wpglobus-options.php:1706
1337
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1338
  msgstr ""
1339
 
1340
- #: includes/options/class-wpglobus-options.php:1707
1341
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1342
  msgstr ""
1343
 
1344
- #: includes/options/class-wpglobus-options.php:1708
1345
  msgid "Language code only (en, ru, etc.)"
1346
  msgstr ""
1347
 
1348
- #: includes/options/class-wpglobus-options.php:1720
1349
  msgid "Use the code `x-default` for the main language"
1350
  msgstr ""
1351
 
1352
- #: includes/options/class-wpglobus-options.php:1726
1353
  msgid "Multilingual SEO"
1354
  msgstr ""
1355
 
1356
- #: includes/options/class-wpglobus-options.php:1727
1357
  msgid "Multilingual SEO Options"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1757
1361
  msgid ""
1362
  "With WPGlobus, you can get translations for posts and pages using REST API."
1363
  msgstr ""
1364
 
1365
- #: includes/options/class-wpglobus-options.php:1784,
1366
- #: includes/options/class-wpglobus-options.php:1792,
1367
- #: includes/options/class-wpglobus-options.php:1765,
1368
- #: includes/options/class-wpglobus-options.php:1773
1369
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1370
  msgstr ""
1371
 
1372
- #: includes/options/class-wpglobus-options.php:1762
1373
  msgid ""
1374
  "For demonstration, you can try the first post that WordPress creates at the "
1375
  "initial installation."
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1803
1379
  msgid ""
1380
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1381
  "information."
1382
  msgstr ""
1383
 
1384
- #: includes/options/class-wpglobus-options.php:1810
1385
  msgid ""
1386
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1387
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1388
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1389
  msgstr ""
1390
 
1391
- #: includes/options/class-wpglobus-options.php:1823
1392
  msgid "Description:"
1393
  msgstr ""
1394
 
1395
- #: includes/options/class-wpglobus-options.php:1830,
1396
- #: includes/options/class-wpglobus-options.php:1831
1397
  msgid "REST API"
1398
  msgstr ""
1399
 
1400
- #: includes/options/class-wpglobus-options.php:2164
1401
  msgid "Translate strings"
1402
  msgstr ""
1403
 
303
  msgstr ""
304
 
305
  #: includes/admin/class-wpglobus-customize-options.php:745,
306
+ #: includes/options/class-wpglobus-options.php:1170
307
  msgid "Languages"
308
  msgstr ""
309
 
310
  #: includes/admin/class-wpglobus-customize-options.php:765,
311
+ #: includes/options/class-wpglobus-options.php:1183
312
  msgid "Enabled Languages"
313
  msgstr ""
314
 
315
  #: includes/admin/class-wpglobus-customize-options.php:767,
316
+ #: includes/options/class-wpglobus-options.php:1184
317
  msgid "These languages are currently enabled on your site."
318
  msgstr ""
319
 
320
  #: includes/admin/class-wpglobus-customize-options.php:795,
321
+ #: includes/options/class-wpglobus-options.php:1142
322
  msgid "Choose a language you would like to enable."
323
  msgstr ""
324
 
329
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
331
  #: includes/admin/class-wpglobus-customize-options.php:801,
332
+ #: includes/options/class-wpglobus-options.php:1148
333
  msgid "or Add new Language %1$s here %2$s"
334
  msgstr ""
335
 
336
  #: includes/admin/class-wpglobus-customize-options.php:813,
337
+ #: includes/options/class-wpglobus-options.php:1197
338
  msgid "Add Languages"
339
  msgstr ""
340
 
341
  #: includes/admin/class-wpglobus-customize-options.php:833,
342
+ #: includes/options/class-wpglobus-options.php:1205
343
  msgid "Language Selector Mode"
344
  msgstr ""
345
 
346
  #: includes/admin/class-wpglobus-customize-options.php:838,
347
+ #: includes/options/class-wpglobus-options.php:1208
348
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
349
  msgstr ""
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:839,
352
+ #: includes/options/class-wpglobus-options.php:1209
353
  msgid "Full Name (English, Russian, Italian, etc.)"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:841,
357
+ #: includes/options/class-wpglobus-options.php:1210
358
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:842,
362
+ #: includes/options/class-wpglobus-options.php:1211
363
  msgid "Flags only"
364
  msgstr ""
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:844,
367
+ #: includes/options/class-wpglobus-options.php:1206
368
  msgid ""
369
  "Choose the way language name and country flag are shown in the drop-down menu"
370
  msgstr ""
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:915,
377
  #: includes/admin/class-wpglobus-customize-options.php:888,
378
+ #: includes/options/class-wpglobus-options.php:1224
379
  msgid "Language Selector Menu"
380
  msgstr ""
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:920,
383
  #: includes/admin/class-wpglobus-customize-options.php:899,
384
+ #: includes/options/class-wpglobus-options.php:1225
385
  msgid "Choose the navigation menu where the language selector will be shown"
386
  msgstr ""
387
 
390
  msgstr ""
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:940,
393
+ #: includes/options/class-wpglobus-options.php:1235
394
  msgid "\"All Pages\" menus Language selector"
395
  msgstr ""
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:943,
398
+ #: includes/options/class-wpglobus-options.php:1237
399
  msgid ""
400
  "Adds language selector to the menus that automatically list all existing "
401
  "pages (using `wp_list_pages`)"
402
  msgstr ""
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:960,
405
+ #: includes/options/class-wpglobus-options.php:1350
406
  msgid "Custom CSS"
407
  msgstr ""
408
 
421
  msgstr ""
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:1125,
424
+ #: includes/options/class-wpglobus-options.php:1418
425
  msgid "Redirect"
426
  msgstr ""
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:1150,
429
+ #: includes/options/class-wpglobus-options.php:1413
430
  msgid "Choose the language automatically, based on:"
431
  msgstr ""
432
 
433
  #: includes/admin/class-wpglobus-customize-options.php:1152,
434
+ #: includes/options/class-wpglobus-options.php:1403
435
  msgid "Preferred language set in the browser"
436
  msgstr ""
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:1153,
439
+ #: includes/options/class-wpglobus-options.php:1390
440
  msgid ""
441
  "When a user comes to the site for the first time, try to find the best "
442
  "matching language version of the page."
445
  #: includes/admin/class-wpglobus-customize-options.php:1214,
446
  #: includes/admin/class-wpglobus-customize-options.php:1234,
447
  #: includes/admin/class-wpglobus-customize-options.php:1192,
448
+ #: includes/options/class-wpglobus-options.php:1362
449
  msgid "Custom JS Code"
450
  msgstr ""
451
 
487
  msgstr ""
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1351,
490
+ #: includes/options/class-wpglobus-options.php:602
491
  msgid "Thank you for installing WPGlobus!"
492
  msgstr ""
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1355,
495
+ #: includes/options/class-wpglobus-options.php:606
496
  msgid "Read About WPGlobus"
497
  msgstr ""
498
 
502
  msgstr ""
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1363,
505
+ #: includes/options/class-wpglobus-options.php:642
506
  msgid ""
507
  "Should you have any questions or comments, please do not hesitate to contact "
508
  "us."
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1367,
512
+ #: includes/options/class-wpglobus-options.php:646
513
  msgid "Sincerely Yours,"
514
  msgstr ""
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1369,
517
+ #: includes/options/class-wpglobus-options.php:648,
518
  #: includes/options/wpglobus-options-header.php:34
519
  msgid "The WPGlobus Team"
520
  msgstr ""
522
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #: includes/admin/class-wpglobus-customize-options.php:1388,
525
+ #: includes/options/class-wpglobus-options.php:683
526
  msgid ""
527
  "We would hate to see you go. If something goes wrong, do not uninstall "
528
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
529
  msgstr ""
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1395,
532
+ #: includes/options/class-wpglobus-options.php:690
533
  msgid ""
534
  "Please note that if you deactivate WPGlobus, your site will show all the "
535
  "languages together, mixed up. You will need to remove all translations, "
539
  #. translators: %s: link to the Clean-up Tool
540
  #. translators: %s: link to the Clean-up Tool.
541
  #: includes/admin/class-wpglobus-customize-options.php:1400,
542
+ #: includes/options/class-wpglobus-options.php:694
543
  msgid ""
544
  "If there are just a few places, you should edit them manually. To "
545
  "automatically remove all translations at once, you can use the %s. WARNING: "
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1403,
553
+ #: includes/options/class-wpglobus-options.php:671
554
  msgid "%1$sClean-up Tool%2$s"
555
  msgstr ""
556
 
692
  msgstr ""
693
 
694
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
695
+ #: includes/options/class-wpglobus-options.php:720
696
  msgid "Help Desk"
697
  msgstr ""
698
 
771
  msgstr ""
772
 
773
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
774
+ #: includes/options/class-wpglobus-options.php:927
775
  msgid "WPGlobus for WooCommerce"
776
  msgstr ""
777
 
956
  msgstr ""
957
 
958
  #: includes/options/class-wpglobus-options.php:273,
959
+ #: includes/options/class-wpglobus-options.php:796,
960
+ #: includes/options/class-wpglobus-options.php:865
961
  msgid "WPGlobus Plus"
962
  msgstr ""
963
 
983
  "Settings panel properly. Please try another browser."
984
  msgstr ""
985
 
986
+ #: includes/options/class-wpglobus-options.php:593,
987
+ #: includes/options/class-wpglobus-options.php:1571
988
  msgid "Сompatibility"
989
  msgstr ""
990
 
991
  #. translators: placeholders for "strong" tags.
992
+ #: includes/options/class-wpglobus-options.php:610
993
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
994
  msgstr ""
995
 
996
  #. translators: placeholders for "strong" tags.
997
+ #: includes/options/class-wpglobus-options.php:613
998
  msgid ""
999
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1000
  "the language attributes: name, code, flag icon, etc."
1001
  msgstr ""
1002
 
1003
+ #: includes/options/class-wpglobus-options.php:616
1004
  msgid "Important notes"
1005
  msgstr "Важни забележки"
1006
 
1007
  #. translators: placeholders for "strong" tags.
1008
+ #: includes/options/class-wpglobus-options.php:618
1009
  msgid "Version %1$s1.9.17%2$s "
1010
  msgstr ""
1011
 
1012
  #. translators: placeholders for "strong" tags.
1013
+ #: includes/options/class-wpglobus-options.php:621
1014
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1015
  msgstr ""
1016
 
1017
  #. translators: placeholders for "strong" tags; compatibility tab link.
1018
+ #: includes/options/class-wpglobus-options.php:624
1019
  msgid ""
1020
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1021
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags; compatibility tab link.
1025
+ #: includes/options/class-wpglobus-options.php:627
1026
  msgid ""
1027
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1028
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
+ #: includes/options/class-wpglobus-options.php:631
1033
  msgid "Version %1$s2.2.11%2$s "
1034
  msgstr ""
1035
 
1036
+ #: includes/options/class-wpglobus-options.php:633
1037
  msgid "Starting from this version"
1038
  msgstr ""
1039
 
1040
  #. translators: placeholders for "strong" tags.
1041
+ #: includes/options/class-wpglobus-options.php:636
1042
  msgid ""
1043
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1044
  "(CPT)."
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
+ #: includes/options/class-wpglobus-options.php:639
1049
  msgid ""
1050
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1051
  "the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
+ #: includes/options/class-wpglobus-options.php:656
1055
  msgid "Welcome!"
1056
  msgstr ""
1057
 
1058
+ #: includes/options/class-wpglobus-options.php:679
1059
  msgid "Deactivating / Uninstalling"
1060
  msgstr ""
1061
 
1062
+ #: includes/options/class-wpglobus-options.php:705
1063
  msgid "Uninstall"
1064
  msgstr ""
1065
 
1066
+ #: includes/options/class-wpglobus-options.php:735
1067
  msgid "All add-ons"
1068
  msgstr ""
1069
 
1070
+ #: includes/options/class-wpglobus-options.php:750
1071
  msgid "Mobile Menu"
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:765
1075
  msgid "Language Widgets"
1076
  msgstr ""
1077
 
1078
+ #: includes/options/class-wpglobus-options.php:835
1079
  msgid "We Recommend..."
1080
  msgstr ""
1081
 
1082
+ #: includes/options/class-wpglobus-options.php:867
1083
  msgid ""
1084
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1085
  "website, such as:"
1086
  msgstr ""
1087
 
1088
+ #: includes/options/class-wpglobus-options.php:870
1089
  msgid ""
1090
  "- Ability to write a post in one language and immediately publish it, not "
1091
  "waiting for the translation to other languages;"
1092
  msgstr ""
1093
 
1094
+ #: includes/options/class-wpglobus-options.php:873
1095
  msgid "- Set different URLs for each translation;"
1096
  msgstr ""
1097
 
1098
+ #: includes/options/class-wpglobus-options.php:876
1099
  msgid ""
1100
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1101
  "for each translation;"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:879
1105
  msgid "- and more..."
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:882,
1109
+ #: includes/options/class-wpglobus-options.php:939,
1110
+ #: includes/options/class-wpglobus-options.php:997
1111
  msgid "Click here to download"
1112
  msgstr ""
1113
 
1114
+ #: includes/options/class-wpglobus-options.php:930
1115
  msgid ""
1116
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1117
  "translate your blog posts and pages to many languages."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:933
1121
  msgid "The next step is to translate your WooCommerce-based store!"
1122
  msgstr ""
1123
 
1124
+ #: includes/options/class-wpglobus-options.php:936
1125
  msgid ""
1126
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1127
  "translate product titles and descriptions, categories, tags and attributes."
1128
  msgstr ""
1129
 
1130
+ #: includes/options/class-wpglobus-options.php:983
1131
  msgid "Multi-currency"
1132
  msgstr ""
1133
 
1134
+ #: includes/options/class-wpglobus-options.php:986
1135
  msgid ""
1136
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1137
  "a single currency only."
1138
  msgstr ""
1139
 
1140
+ #: includes/options/class-wpglobus-options.php:990
1141
  msgid ""
1142
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1143
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1145
  "positioning for global growth!"
1146
  msgstr ""
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:994
1149
  msgid ""
1150
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1151
  "re-calculating prices on-the-fly."
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:1031
1155
  msgid "WPGlobus Premium Add-ons"
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:1033
1159
  msgid ""
1160
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1161
  "you will be able to:"
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:1038
1165
  msgid ""
1166
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1167
  "моя-страница and so on);"
1168
  msgstr ""
1169
 
1170
+ #: includes/options/class-wpglobus-options.php:1041
1171
  msgid ""
1172
  "Postpone translation to some languages and <strong>publish only the "
1173
  "translated texts</strong>;"
1174
  msgstr ""
1175
 
1176
+ #: includes/options/class-wpglobus-options.php:1044
1177
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1178
  msgstr ""
1179
 
1180
+ #: includes/options/class-wpglobus-options.php:1047
1181
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1182
  msgstr ""
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:1050
1185
  msgid ""
1186
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1187
  "strong>;"
1188
  msgstr ""
1189
 
1190
+ #: includes/options/class-wpglobus-options.php:1054
1191
  msgid "...and more."
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:1057
1195
  msgid "Click here to visit the WPGlobus Store"
1196
  msgstr ""
1197
 
1198
+ #: includes/options/class-wpglobus-options.php:1098
1199
  msgid "Select a language"
1200
  msgstr ""
1201
 
1202
  #. translators: %3$s placeholder for the icon (actual picture).
1203
+ #: includes/options/class-wpglobus-options.php:1127
1204
  msgid ""
1205
  "Place the %1$smain language%2$s of your site at the top of the list by "
1206
  "dragging the %3$s icons."
1207
  msgstr ""
1208
 
1209
  #. translators: placeholders for the "strong" HTML tags.
1210
+ #: includes/options/class-wpglobus-options.php:1130
1211
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1212
  msgstr ""
1213
 
1214
  #. translators: placeholders for the "strong" HTML tags.
1215
+ #: includes/options/class-wpglobus-options.php:1133
1216
  msgid "%1$sAdd%2$s more languages using the section below."
1217
  msgstr ""
1218
 
1219
+ #: includes/options/class-wpglobus-options.php:1134
1220
  msgid "When done, click the [Save Changes] button."
1221
  msgstr ""
1222
 
1223
  #. translators: %s - placeholder for the "Save Changes" button text.
1224
+ #: includes/options/class-wpglobus-options.php:1145
1225
  msgid "Press the %s button to confirm."
1226
  msgstr ""
1227
 
1228
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1229
+ #: includes/options/class-wpglobus-options.php:1162
1230
  msgid "-- none --"
1231
  msgstr ""
1232
 
1233
+ #: includes/options/class-wpglobus-options.php:1163
1234
  msgid "All menus"
1235
  msgstr ""
1236
 
1237
+ #: includes/options/class-wpglobus-options.php:1176
1238
  msgid "Instructions:"
1239
  msgstr ""
1240
 
1241
+ #: includes/options/class-wpglobus-options.php:1236
1242
  msgid "(Found in some themes)"
1243
  msgstr ""
1244
 
1245
+ #: includes/options/class-wpglobus-options.php:1238
1246
  msgid "Enable"
1247
  msgstr "Позволи"
1248
 
1249
+ #: includes/options/class-wpglobus-options.php:1253
1250
  msgid "Languages table"
1251
  msgstr ""
1252
 
1253
+ #: includes/options/class-wpglobus-options.php:1259
1254
  msgid "Use this table to add, edit or delete languages."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1260
1258
  msgid "NOTE: you cannot remove the main language."
1259
  msgstr ""
1260
 
1261
+ #: includes/options/class-wpglobus-options.php:1308
1262
  msgid "WPGlobus is enabled on these Post Types"
1263
  msgstr ""
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1309
1266
  msgid "Uncheck to disable"
1267
  msgstr ""
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1310
1270
  msgid ""
1271
  "Please note that there are post types, which status is managed by other "
1272
  "plugins and cannot be changed here."
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1315
1276
  msgid "Post Types"
1277
  msgstr ""
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1331
1280
  msgid ""
1281
  "You should put here only the code provided by WPGlobus Support. Do not write "
1282
  "anything else in the sections below as it might break the functionality of "
1283
  "your website!"
1284
  msgstr ""
1285
 
1286
+ #: includes/options/class-wpglobus-options.php:1372
1287
  msgid "Custom Code"
1288
  msgstr ""
1289
 
1290
+ #: includes/options/class-wpglobus-options.php:1480,
1291
+ #: includes/options/class-wpglobus-options.php:1612,
1292
+ #: includes/options/class-wpglobus-options.php:1723
1293
  msgid "Enabled"
1294
  msgstr "Включен"
1295
 
1296
+ #: includes/options/class-wpglobus-options.php:1493
1297
  msgid "Builders support"
1298
  msgstr ""
1299
 
1300
+ #: includes/options/class-wpglobus-options.php:1545
1301
  msgid "Builder mode is enabled on these Post Types"
1302
  msgstr ""
1303
 
1304
+ #: includes/options/class-wpglobus-options.php:1611
1305
  msgid "Old fashioned language switcher"
1306
  msgstr ""
1307
 
1308
+ #: includes/options/class-wpglobus-options.php:1617
1309
  msgid "Block Editor"
1310
  msgstr ""
1311
 
1312
+ #: includes/options/class-wpglobus-options.php:1618
1313
  msgid "Block Editor Options"
1314
  msgstr ""
1315
 
1316
+ #: includes/options/class-wpglobus-options.php:1647
1317
  msgid ""
1318
  "With the current settings, you will see the following lines in the section "
1319
  "HEAD of your site pages"
1320
  msgstr ""
1321
 
1322
+ #: includes/options/class-wpglobus-options.php:1649
1323
  msgid "(example for two languages)"
1324
  msgstr ""
1325
 
1326
+ #: includes/options/class-wpglobus-options.php:1696
1327
  msgid ""
1328
  "Tell search engines about localized versions of your pages using the "
1329
  "hreflang tag"
1330
  msgstr ""
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1705
1333
  msgid "Output the hreflang tag as"
1334
  msgstr ""
1335
 
1336
+ #: includes/options/class-wpglobus-options.php:1708
1337
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1338
  msgstr ""
1339
 
1340
+ #: includes/options/class-wpglobus-options.php:1709
1341
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1342
  msgstr ""
1343
 
1344
+ #: includes/options/class-wpglobus-options.php:1710
1345
  msgid "Language code only (en, ru, etc.)"
1346
  msgstr ""
1347
 
1348
+ #: includes/options/class-wpglobus-options.php:1722
1349
  msgid "Use the code `x-default` for the main language"
1350
  msgstr ""
1351
 
1352
+ #: includes/options/class-wpglobus-options.php:1728
1353
  msgid "Multilingual SEO"
1354
  msgstr ""
1355
 
1356
+ #: includes/options/class-wpglobus-options.php:1729
1357
  msgid "Multilingual SEO Options"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1766
1361
  msgid ""
1362
  "With WPGlobus, you can get translations for posts and pages using REST API."
1363
  msgstr ""
1364
 
1365
+ #: includes/options/class-wpglobus-options.php:1793,
1366
+ #: includes/options/class-wpglobus-options.php:1801,
1367
+ #: includes/options/class-wpglobus-options.php:1774,
1368
+ #: includes/options/class-wpglobus-options.php:1782
1369
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1370
  msgstr ""
1371
 
1372
+ #: includes/options/class-wpglobus-options.php:1771
1373
  msgid ""
1374
  "For demonstration, you can try the first post that WordPress creates at the "
1375
  "initial installation."
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1812
1379
  msgid ""
1380
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1381
  "information."
1382
  msgstr ""
1383
 
1384
+ #: includes/options/class-wpglobus-options.php:1819
1385
  msgid ""
1386
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1387
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1388
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1389
  msgstr ""
1390
 
1391
+ #: includes/options/class-wpglobus-options.php:1832
1392
  msgid "Description:"
1393
  msgstr ""
1394
 
1395
+ #: includes/options/class-wpglobus-options.php:1839,
1396
+ #: includes/options/class-wpglobus-options.php:1840
1397
  msgid "REST API"
1398
  msgstr ""
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:2173
1401
  msgid "Translate strings"
1402
  msgstr ""
1403
 
languages/wpglobus-de_CH.po CHANGED
@@ -323,22 +323,22 @@ msgid "Help"
323
  msgstr "Hilfe"
324
 
325
  #: includes/admin/class-wpglobus-customize-options.php:745,
326
- #: includes/options/class-wpglobus-options.php:1168
327
  msgid "Languages"
328
  msgstr "Sprachen"
329
 
330
  #: includes/admin/class-wpglobus-customize-options.php:765,
331
- #: includes/options/class-wpglobus-options.php:1181
332
  msgid "Enabled Languages"
333
  msgstr "Aktivierte Sprachen"
334
 
335
  #: includes/admin/class-wpglobus-customize-options.php:767,
336
- #: includes/options/class-wpglobus-options.php:1182
337
  msgid "These languages are currently enabled on your site."
338
  msgstr "Diese Sprachen sind momentan auf Ihrer Website aktiviert."
339
 
340
  #: includes/admin/class-wpglobus-customize-options.php:795,
341
- #: includes/options/class-wpglobus-options.php:1140
342
  msgid "Choose a language you would like to enable."
343
  msgstr ""
344
 
@@ -349,42 +349,42 @@ msgstr ""
349
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
350
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
351
  #: includes/admin/class-wpglobus-customize-options.php:801,
352
- #: includes/options/class-wpglobus-options.php:1146
353
  msgid "or Add new Language %1$s here %2$s"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:813,
357
- #: includes/options/class-wpglobus-options.php:1195
358
  msgid "Add Languages"
359
  msgstr "Sprachen hinzufügen"
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:833,
362
- #: includes/options/class-wpglobus-options.php:1203
363
  msgid "Language Selector Mode"
364
  msgstr "Sprach-Selektor Modus"
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:838,
367
- #: includes/options/class-wpglobus-options.php:1206
368
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
369
  msgstr "Zweistelliger Buchstaben-Code mit Flagge (de, ru, it, usw.)"
370
 
371
  #: includes/admin/class-wpglobus-customize-options.php:839,
372
- #: includes/options/class-wpglobus-options.php:1207
373
  msgid "Full Name (English, Russian, Italian, etc.)"
374
  msgstr "Vollständiger Name (English, Russian, Italian, etc.)"
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:841,
377
- #: includes/options/class-wpglobus-options.php:1208
378
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
379
  msgstr "Vollständiger Name mit Flagge (Englisch, Russisch, Italienisch, etc.)"
380
 
381
  #: includes/admin/class-wpglobus-customize-options.php:842,
382
- #: includes/options/class-wpglobus-options.php:1209
383
  msgid "Flags only"
384
  msgstr "nur Flaggen"
385
 
386
  #: includes/admin/class-wpglobus-customize-options.php:844,
387
- #: includes/options/class-wpglobus-options.php:1204
388
  msgid ""
389
  "Choose the way language name and country flag are shown in the drop-down menu"
390
  msgstr ""
@@ -397,13 +397,13 @@ msgstr ""
397
 
398
  #: includes/admin/class-wpglobus-customize-options.php:915,
399
  #: includes/admin/class-wpglobus-customize-options.php:888,
400
- #: includes/options/class-wpglobus-options.php:1222
401
  msgid "Language Selector Menu"
402
  msgstr "Language Selector Menu"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:920,
405
  #: includes/admin/class-wpglobus-customize-options.php:899,
406
- #: includes/options/class-wpglobus-options.php:1223
407
  msgid "Choose the navigation menu where the language selector will be shown"
408
  msgstr ""
409
  "Wählen Sie das Navigationsmenü, wo die Sprachwahl angezeigt werden soll."
@@ -413,12 +413,12 @@ msgid "No menus have been created yet. Create some."
413
  msgstr ""
414
 
415
  #: includes/admin/class-wpglobus-customize-options.php:940,
416
- #: includes/options/class-wpglobus-options.php:1233
417
  msgid "\"All Pages\" menus Language selector"
418
  msgstr "\"Alle Seiten\" Menü Sprachauswahl"
419
 
420
  #: includes/admin/class-wpglobus-customize-options.php:943,
421
- #: includes/options/class-wpglobus-options.php:1235
422
  msgid ""
423
  "Adds language selector to the menus that automatically list all existing "
424
  "pages (using `wp_list_pages`)"
@@ -427,7 +427,7 @@ msgstr ""
427
  "auflistet ( `benutzt wp_list_pages`)"
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:960,
430
- #: includes/options/class-wpglobus-options.php:1348
431
  msgid "Custom CSS"
432
  msgstr "Benutzerdefiniertes CSS"
433
 
@@ -449,22 +449,22 @@ msgid "Uncheck to disable WPGlobus"
449
  msgstr "Deaktivieren Sie die Checkbox, um WPGlobus deaktivieren"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:1125,
452
- #: includes/options/class-wpglobus-options.php:1416
453
  msgid "Redirect"
454
  msgstr "Weiterleiten"
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:1150,
457
- #: includes/options/class-wpglobus-options.php:1411
458
  msgid "Choose the language automatically, based on:"
459
  msgstr ""
460
 
461
  #: includes/admin/class-wpglobus-customize-options.php:1152,
462
- #: includes/options/class-wpglobus-options.php:1401
463
  msgid "Preferred language set in the browser"
464
  msgstr ""
465
 
466
  #: includes/admin/class-wpglobus-customize-options.php:1153,
467
- #: includes/options/class-wpglobus-options.php:1388
468
  msgid ""
469
  "When a user comes to the site for the first time, try to find the best "
470
  "matching language version of the page."
@@ -473,7 +473,7 @@ msgstr ""
473
  #: includes/admin/class-wpglobus-customize-options.php:1214,
474
  #: includes/admin/class-wpglobus-customize-options.php:1234,
475
  #: includes/admin/class-wpglobus-customize-options.php:1192,
476
- #: includes/options/class-wpglobus-options.php:1360
477
  msgid "Custom JS Code"
478
  msgstr ""
479
 
@@ -515,12 +515,12 @@ msgid ""
515
  msgstr ""
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1351,
518
- #: includes/options/class-wpglobus-options.php:600
519
  msgid "Thank you for installing WPGlobus!"
520
  msgstr "Danke, dass Sie WPGlobus installiert haben!"
521
 
522
  #: includes/admin/class-wpglobus-customize-options.php:1355,
523
- #: includes/options/class-wpglobus-options.php:604
524
  msgid "Read About WPGlobus"
525
  msgstr "Lesen Sie mehr über WPGlobus"
526
 
@@ -532,7 +532,7 @@ msgstr ""
532
  "Optionen einzurichten."
533
 
534
  #: includes/admin/class-wpglobus-customize-options.php:1363,
535
- #: includes/options/class-wpglobus-options.php:640
536
  msgid ""
537
  "Should you have any questions or comments, please do not hesitate to contact "
538
  "us."
@@ -541,12 +541,12 @@ msgstr ""
541
  "uns Ihnen zu helfen."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1367,
544
- #: includes/options/class-wpglobus-options.php:644
545
  msgid "Sincerely Yours,"
546
  msgstr "Mit freundlichen Grüßen,"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1369,
549
- #: includes/options/class-wpglobus-options.php:646,
550
  #: includes/options/wpglobus-options-header.php:34
551
  msgid "The WPGlobus Team"
552
  msgstr "Das WPGlobus-Team"
@@ -554,14 +554,14 @@ msgstr "Das WPGlobus-Team"
554
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
555
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
556
  #: includes/admin/class-wpglobus-customize-options.php:1388,
557
- #: includes/options/class-wpglobus-options.php:681
558
  msgid ""
559
  "We would hate to see you go. If something goes wrong, do not uninstall "
560
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
561
  msgstr ""
562
 
563
  #: includes/admin/class-wpglobus-customize-options.php:1395,
564
- #: includes/options/class-wpglobus-options.php:688
565
  msgid ""
566
  "Please note that if you deactivate WPGlobus, your site will show all the "
567
  "languages together, mixed up. You will need to remove all translations, "
@@ -571,7 +571,7 @@ msgstr ""
571
  #. translators: %s: link to the Clean-up Tool
572
  #. translators: %s: link to the Clean-up Tool.
573
  #: includes/admin/class-wpglobus-customize-options.php:1400,
574
- #: includes/options/class-wpglobus-options.php:692
575
  msgid ""
576
  "If there are just a few places, you should edit them manually. To "
577
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -582,7 +582,7 @@ msgstr ""
582
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
583
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
584
  #: includes/admin/class-wpglobus-customize-options.php:1403,
585
- #: includes/options/class-wpglobus-options.php:669
586
  msgid "%1$sClean-up Tool%2$s"
587
  msgstr ""
588
 
@@ -728,7 +728,7 @@ msgid ""
728
  msgstr ""
729
 
730
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
731
- #: includes/options/class-wpglobus-options.php:718
732
  msgid "Help Desk"
733
  msgstr ""
734
 
@@ -807,7 +807,7 @@ msgid "WPGlobus Recommends:"
807
  msgstr ""
808
 
809
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
810
- #: includes/options/class-wpglobus-options.php:925
811
  msgid "WPGlobus for WooCommerce"
812
  msgstr ""
813
 
@@ -995,8 +995,8 @@ msgid "Language Selector Menu Style"
995
  msgstr ""
996
 
997
  #: includes/options/class-wpglobus-options.php:273,
998
- #: includes/options/class-wpglobus-options.php:794,
999
- #: includes/options/class-wpglobus-options.php:863
1000
  msgid "WPGlobus Plus"
1001
  msgstr ""
1002
 
@@ -1022,161 +1022,161 @@ msgid ""
1022
  "Settings panel properly. Please try another browser."
1023
  msgstr ""
1024
 
1025
- #: includes/options/class-wpglobus-options.php:591,
1026
- #: includes/options/class-wpglobus-options.php:1569
1027
  msgid "Сompatibility"
1028
  msgstr ""
1029
 
1030
  #. translators: placeholders for "strong" tags.
1031
- #: includes/options/class-wpglobus-options.php:608
1032
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1033
  msgstr ""
1034
 
1035
  #. translators: placeholders for "strong" tags.
1036
- #: includes/options/class-wpglobus-options.php:611
1037
  msgid ""
1038
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1039
  "the language attributes: name, code, flag icon, etc."
1040
  msgstr ""
1041
 
1042
- #: includes/options/class-wpglobus-options.php:614
1043
  msgid "Important notes"
1044
  msgstr ""
1045
 
1046
  #. translators: placeholders for "strong" tags.
1047
- #: includes/options/class-wpglobus-options.php:616
1048
  msgid "Version %1$s1.9.17%2$s "
1049
  msgstr ""
1050
 
1051
  #. translators: placeholders for "strong" tags.
1052
- #: includes/options/class-wpglobus-options.php:619
1053
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1054
  msgstr ""
1055
 
1056
  #. translators: placeholders for "strong" tags; compatibility tab link.
1057
- #: includes/options/class-wpglobus-options.php:622
1058
  msgid ""
1059
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1060
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1061
  msgstr ""
1062
 
1063
  #. translators: placeholders for "strong" tags; compatibility tab link.
1064
- #: includes/options/class-wpglobus-options.php:625
1065
  msgid ""
1066
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1067
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
- #: includes/options/class-wpglobus-options.php:629
1072
  msgid "Version %1$s2.2.11%2$s "
1073
  msgstr ""
1074
 
1075
- #: includes/options/class-wpglobus-options.php:631
1076
  msgid "Starting from this version"
1077
  msgstr ""
1078
 
1079
  #. translators: placeholders for "strong" tags.
1080
- #: includes/options/class-wpglobus-options.php:634
1081
  msgid ""
1082
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1083
  "(CPT)."
1084
  msgstr ""
1085
 
1086
  #. translators: placeholders for "strong" tags.
1087
- #: includes/options/class-wpglobus-options.php:637
1088
  msgid ""
1089
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1090
  "the %1$s[%3$s]%2$s tab."
1091
  msgstr ""
1092
 
1093
- #: includes/options/class-wpglobus-options.php:654
1094
  msgid "Welcome!"
1095
  msgstr "Willkommen!"
1096
 
1097
- #: includes/options/class-wpglobus-options.php:677
1098
  msgid "Deactivating / Uninstalling"
1099
  msgstr ""
1100
 
1101
- #: includes/options/class-wpglobus-options.php:703
1102
  msgid "Uninstall"
1103
  msgstr ""
1104
 
1105
- #: includes/options/class-wpglobus-options.php:733
1106
  msgid "All add-ons"
1107
  msgstr ""
1108
 
1109
- #: includes/options/class-wpglobus-options.php:748
1110
  msgid "Mobile Menu"
1111
  msgstr ""
1112
 
1113
- #: includes/options/class-wpglobus-options.php:763
1114
  msgid "Language Widgets"
1115
  msgstr ""
1116
 
1117
- #: includes/options/class-wpglobus-options.php:833
1118
  msgid "We Recommend..."
1119
  msgstr ""
1120
 
1121
- #: includes/options/class-wpglobus-options.php:865
1122
  msgid ""
1123
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1124
  "website, such as:"
1125
  msgstr ""
1126
 
1127
- #: includes/options/class-wpglobus-options.php:868
1128
  msgid ""
1129
  "- Ability to write a post in one language and immediately publish it, not "
1130
  "waiting for the translation to other languages;"
1131
  msgstr ""
1132
 
1133
- #: includes/options/class-wpglobus-options.php:871
1134
  msgid "- Set different URLs for each translation;"
1135
  msgstr ""
1136
 
1137
- #: includes/options/class-wpglobus-options.php:874
1138
  msgid ""
1139
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1140
  "for each translation;"
1141
  msgstr ""
1142
 
1143
- #: includes/options/class-wpglobus-options.php:877
1144
  msgid "- and more..."
1145
  msgstr ""
1146
 
1147
- #: includes/options/class-wpglobus-options.php:880,
1148
- #: includes/options/class-wpglobus-options.php:937,
1149
- #: includes/options/class-wpglobus-options.php:995
1150
  msgid "Click here to download"
1151
  msgstr ""
1152
 
1153
- #: includes/options/class-wpglobus-options.php:928
1154
  msgid ""
1155
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1156
  "translate your blog posts and pages to many languages."
1157
  msgstr ""
1158
 
1159
- #: includes/options/class-wpglobus-options.php:931
1160
  msgid "The next step is to translate your WooCommerce-based store!"
1161
  msgstr ""
1162
 
1163
- #: includes/options/class-wpglobus-options.php:934
1164
  msgid ""
1165
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1166
  "translate product titles and descriptions, categories, tags and attributes."
1167
  msgstr ""
1168
 
1169
- #: includes/options/class-wpglobus-options.php:981
1170
  msgid "Multi-currency"
1171
  msgstr ""
1172
 
1173
- #: includes/options/class-wpglobus-options.php:984
1174
  msgid ""
1175
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1176
  "a single currency only."
1177
  msgstr ""
1178
 
1179
- #: includes/options/class-wpglobus-options.php:988
1180
  msgid ""
1181
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1182
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1184,261 +1184,261 @@ msgid ""
1184
  "positioning for global growth!"
1185
  msgstr ""
1186
 
1187
- #: includes/options/class-wpglobus-options.php:992
1188
  msgid ""
1189
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1190
  "re-calculating prices on-the-fly."
1191
  msgstr ""
1192
 
1193
- #: includes/options/class-wpglobus-options.php:1029
1194
  msgid "WPGlobus Premium Add-ons"
1195
  msgstr ""
1196
 
1197
- #: includes/options/class-wpglobus-options.php:1031
1198
  msgid ""
1199
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1200
  "you will be able to:"
1201
  msgstr ""
1202
 
1203
- #: includes/options/class-wpglobus-options.php:1036
1204
  msgid ""
1205
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1206
  "моя-страница and so on);"
1207
  msgstr ""
1208
 
1209
- #: includes/options/class-wpglobus-options.php:1039
1210
  msgid ""
1211
  "Postpone translation to some languages and <strong>publish only the "
1212
  "translated texts</strong>;"
1213
  msgstr ""
1214
 
1215
- #: includes/options/class-wpglobus-options.php:1042
1216
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1217
  msgstr ""
1218
 
1219
- #: includes/options/class-wpglobus-options.php:1045
1220
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1221
  msgstr ""
1222
 
1223
- #: includes/options/class-wpglobus-options.php:1048
1224
  msgid ""
1225
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1226
  "strong>;"
1227
  msgstr ""
1228
 
1229
- #: includes/options/class-wpglobus-options.php:1052
1230
  msgid "...and more."
1231
  msgstr ""
1232
 
1233
- #: includes/options/class-wpglobus-options.php:1055
1234
  msgid "Click here to visit the WPGlobus Store"
1235
  msgstr ""
1236
 
1237
- #: includes/options/class-wpglobus-options.php:1096
1238
  msgid "Select a language"
1239
  msgstr "Wählen Sie eine Sprache"
1240
 
1241
  #. translators: %3$s placeholder for the icon (actual picture).
1242
- #: includes/options/class-wpglobus-options.php:1125
1243
  msgid ""
1244
  "Place the %1$smain language%2$s of your site at the top of the list by "
1245
  "dragging the %3$s icons."
1246
  msgstr ""
1247
 
1248
  #. translators: placeholders for the "strong" HTML tags.
1249
- #: includes/options/class-wpglobus-options.php:1128
1250
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1251
  msgstr ""
1252
 
1253
  #. translators: placeholders for the "strong" HTML tags.
1254
- #: includes/options/class-wpglobus-options.php:1131
1255
  msgid "%1$sAdd%2$s more languages using the section below."
1256
  msgstr ""
1257
 
1258
- #: includes/options/class-wpglobus-options.php:1132
1259
  msgid "When done, click the [Save Changes] button."
1260
  msgstr "Wenn Sie fertig sind, klicken Sie auf [Änderungen speichern]."
1261
 
1262
  #. translators: %s - placeholder for the "Save Changes" button text.
1263
- #: includes/options/class-wpglobus-options.php:1143
1264
  msgid "Press the %s button to confirm."
1265
  msgstr ""
1266
 
1267
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1268
- #: includes/options/class-wpglobus-options.php:1160
1269
  msgid "-- none --"
1270
  msgstr ""
1271
 
1272
- #: includes/options/class-wpglobus-options.php:1161
1273
  msgid "All menus"
1274
  msgstr ""
1275
 
1276
- #: includes/options/class-wpglobus-options.php:1174
1277
  msgid "Instructions:"
1278
  msgstr "Anleitung:"
1279
 
1280
- #: includes/options/class-wpglobus-options.php:1234
1281
  msgid "(Found in some themes)"
1282
  msgstr "(In einigen Themes gefunden)"
1283
 
1284
- #: includes/options/class-wpglobus-options.php:1236
1285
  msgid "Enable"
1286
  msgstr "Aktivieren"
1287
 
1288
- #: includes/options/class-wpglobus-options.php:1251
1289
  msgid "Languages table"
1290
  msgstr "Sprachtabelle"
1291
 
1292
- #: includes/options/class-wpglobus-options.php:1257
1293
  msgid "Use this table to add, edit or delete languages."
1294
  msgstr ""
1295
  "Verwenden Sie diese Tabelle, um Sprachen hinzuzufügen, zu bearbeiten oder zu "
1296
  "löschen."
1297
 
1298
- #: includes/options/class-wpglobus-options.php:1258
1299
  msgid "NOTE: you cannot remove the main language."
1300
  msgstr "Hinweis: Sie können nicht die Hauptsprache entfernen."
1301
 
1302
- #: includes/options/class-wpglobus-options.php:1306
1303
  msgid "WPGlobus is enabled on these Post Types"
1304
  msgstr ""
1305
 
1306
- #: includes/options/class-wpglobus-options.php:1307
1307
  msgid "Uncheck to disable"
1308
  msgstr ""
1309
 
1310
- #: includes/options/class-wpglobus-options.php:1308
1311
  msgid ""
1312
  "Please note that there are post types, which status is managed by other "
1313
  "plugins and cannot be changed here."
1314
  msgstr ""
1315
 
1316
- #: includes/options/class-wpglobus-options.php:1313
1317
  msgid "Post Types"
1318
  msgstr ""
1319
 
1320
- #: includes/options/class-wpglobus-options.php:1329
1321
  msgid ""
1322
  "You should put here only the code provided by WPGlobus Support. Do not write "
1323
  "anything else in the sections below as it might break the functionality of "
1324
  "your website!"
1325
  msgstr ""
1326
 
1327
- #: includes/options/class-wpglobus-options.php:1370
1328
  msgid "Custom Code"
1329
  msgstr ""
1330
 
1331
- #: includes/options/class-wpglobus-options.php:1478,
1332
- #: includes/options/class-wpglobus-options.php:1610,
1333
- #: includes/options/class-wpglobus-options.php:1721
1334
  msgid "Enabled"
1335
  msgstr "aktiv"
1336
 
1337
- #: includes/options/class-wpglobus-options.php:1491
1338
  msgid "Builders support"
1339
  msgstr ""
1340
 
1341
- #: includes/options/class-wpglobus-options.php:1543
1342
  msgid "Builder mode is enabled on these Post Types"
1343
  msgstr ""
1344
 
1345
- #: includes/options/class-wpglobus-options.php:1609
1346
  msgid "Old fashioned language switcher"
1347
  msgstr ""
1348
 
1349
- #: includes/options/class-wpglobus-options.php:1615
1350
  msgid "Block Editor"
1351
  msgstr ""
1352
 
1353
- #: includes/options/class-wpglobus-options.php:1616
1354
  msgid "Block Editor Options"
1355
  msgstr ""
1356
 
1357
- #: includes/options/class-wpglobus-options.php:1645
1358
  msgid ""
1359
  "With the current settings, you will see the following lines in the section "
1360
  "HEAD of your site pages"
1361
  msgstr ""
1362
 
1363
- #: includes/options/class-wpglobus-options.php:1647
1364
  msgid "(example for two languages)"
1365
  msgstr ""
1366
 
1367
- #: includes/options/class-wpglobus-options.php:1694
1368
  msgid ""
1369
  "Tell search engines about localized versions of your pages using the "
1370
  "hreflang tag"
1371
  msgstr ""
1372
 
1373
- #: includes/options/class-wpglobus-options.php:1703
1374
  msgid "Output the hreflang tag as"
1375
  msgstr ""
1376
 
1377
- #: includes/options/class-wpglobus-options.php:1706
1378
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1379
  msgstr ""
1380
 
1381
- #: includes/options/class-wpglobus-options.php:1707
1382
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1383
  msgstr ""
1384
 
1385
- #: includes/options/class-wpglobus-options.php:1708
1386
  msgid "Language code only (en, ru, etc.)"
1387
  msgstr ""
1388
 
1389
- #: includes/options/class-wpglobus-options.php:1720
1390
  msgid "Use the code `x-default` for the main language"
1391
  msgstr ""
1392
 
1393
- #: includes/options/class-wpglobus-options.php:1726
1394
  msgid "Multilingual SEO"
1395
  msgstr ""
1396
 
1397
- #: includes/options/class-wpglobus-options.php:1727
1398
  msgid "Multilingual SEO Options"
1399
  msgstr ""
1400
 
1401
- #: includes/options/class-wpglobus-options.php:1757
1402
  msgid ""
1403
  "With WPGlobus, you can get translations for posts and pages using REST API."
1404
  msgstr ""
1405
 
1406
- #: includes/options/class-wpglobus-options.php:1784,
1407
- #: includes/options/class-wpglobus-options.php:1792,
1408
- #: includes/options/class-wpglobus-options.php:1765,
1409
- #: includes/options/class-wpglobus-options.php:1773
1410
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1411
  msgstr ""
1412
 
1413
- #: includes/options/class-wpglobus-options.php:1762
1414
  msgid ""
1415
  "For demonstration, you can try the first post that WordPress creates at the "
1416
  "initial installation."
1417
  msgstr ""
1418
 
1419
- #: includes/options/class-wpglobus-options.php:1803
1420
  msgid ""
1421
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1422
  "information."
1423
  msgstr ""
1424
 
1425
- #: includes/options/class-wpglobus-options.php:1810
1426
  msgid ""
1427
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1428
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1429
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1430
  msgstr ""
1431
 
1432
- #: includes/options/class-wpglobus-options.php:1823
1433
  msgid "Description:"
1434
  msgstr ""
1435
 
1436
- #: includes/options/class-wpglobus-options.php:1830,
1437
- #: includes/options/class-wpglobus-options.php:1831
1438
  msgid "REST API"
1439
  msgstr ""
1440
 
1441
- #: includes/options/class-wpglobus-options.php:2164
1442
  msgid "Translate strings"
1443
  msgstr ""
1444
 
323
  msgstr "Hilfe"
324
 
325
  #: includes/admin/class-wpglobus-customize-options.php:745,
326
+ #: includes/options/class-wpglobus-options.php:1170
327
  msgid "Languages"
328
  msgstr "Sprachen"
329
 
330
  #: includes/admin/class-wpglobus-customize-options.php:765,
331
+ #: includes/options/class-wpglobus-options.php:1183
332
  msgid "Enabled Languages"
333
  msgstr "Aktivierte Sprachen"
334
 
335
  #: includes/admin/class-wpglobus-customize-options.php:767,
336
+ #: includes/options/class-wpglobus-options.php:1184
337
  msgid "These languages are currently enabled on your site."
338
  msgstr "Diese Sprachen sind momentan auf Ihrer Website aktiviert."
339
 
340
  #: includes/admin/class-wpglobus-customize-options.php:795,
341
+ #: includes/options/class-wpglobus-options.php:1142
342
  msgid "Choose a language you would like to enable."
343
  msgstr ""
344
 
349
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
350
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
351
  #: includes/admin/class-wpglobus-customize-options.php:801,
352
+ #: includes/options/class-wpglobus-options.php:1148
353
  msgid "or Add new Language %1$s here %2$s"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:813,
357
+ #: includes/options/class-wpglobus-options.php:1197
358
  msgid "Add Languages"
359
  msgstr "Sprachen hinzufügen"
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:833,
362
+ #: includes/options/class-wpglobus-options.php:1205
363
  msgid "Language Selector Mode"
364
  msgstr "Sprach-Selektor Modus"
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:838,
367
+ #: includes/options/class-wpglobus-options.php:1208
368
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
369
  msgstr "Zweistelliger Buchstaben-Code mit Flagge (de, ru, it, usw.)"
370
 
371
  #: includes/admin/class-wpglobus-customize-options.php:839,
372
+ #: includes/options/class-wpglobus-options.php:1209
373
  msgid "Full Name (English, Russian, Italian, etc.)"
374
  msgstr "Vollständiger Name (English, Russian, Italian, etc.)"
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:841,
377
+ #: includes/options/class-wpglobus-options.php:1210
378
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
379
  msgstr "Vollständiger Name mit Flagge (Englisch, Russisch, Italienisch, etc.)"
380
 
381
  #: includes/admin/class-wpglobus-customize-options.php:842,
382
+ #: includes/options/class-wpglobus-options.php:1211
383
  msgid "Flags only"
384
  msgstr "nur Flaggen"
385
 
386
  #: includes/admin/class-wpglobus-customize-options.php:844,
387
+ #: includes/options/class-wpglobus-options.php:1206
388
  msgid ""
389
  "Choose the way language name and country flag are shown in the drop-down menu"
390
  msgstr ""
397
 
398
  #: includes/admin/class-wpglobus-customize-options.php:915,
399
  #: includes/admin/class-wpglobus-customize-options.php:888,
400
+ #: includes/options/class-wpglobus-options.php:1224
401
  msgid "Language Selector Menu"
402
  msgstr "Language Selector Menu"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:920,
405
  #: includes/admin/class-wpglobus-customize-options.php:899,
406
+ #: includes/options/class-wpglobus-options.php:1225
407
  msgid "Choose the navigation menu where the language selector will be shown"
408
  msgstr ""
409
  "Wählen Sie das Navigationsmenü, wo die Sprachwahl angezeigt werden soll."
413
  msgstr ""
414
 
415
  #: includes/admin/class-wpglobus-customize-options.php:940,
416
+ #: includes/options/class-wpglobus-options.php:1235
417
  msgid "\"All Pages\" menus Language selector"
418
  msgstr "\"Alle Seiten\" Menü Sprachauswahl"
419
 
420
  #: includes/admin/class-wpglobus-customize-options.php:943,
421
+ #: includes/options/class-wpglobus-options.php:1237
422
  msgid ""
423
  "Adds language selector to the menus that automatically list all existing "
424
  "pages (using `wp_list_pages`)"
427
  "auflistet ( `benutzt wp_list_pages`)"
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:960,
430
+ #: includes/options/class-wpglobus-options.php:1350
431
  msgid "Custom CSS"
432
  msgstr "Benutzerdefiniertes CSS"
433
 
449
  msgstr "Deaktivieren Sie die Checkbox, um WPGlobus deaktivieren"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:1125,
452
+ #: includes/options/class-wpglobus-options.php:1418
453
  msgid "Redirect"
454
  msgstr "Weiterleiten"
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:1150,
457
+ #: includes/options/class-wpglobus-options.php:1413
458
  msgid "Choose the language automatically, based on:"
459
  msgstr ""
460
 
461
  #: includes/admin/class-wpglobus-customize-options.php:1152,
462
+ #: includes/options/class-wpglobus-options.php:1403
463
  msgid "Preferred language set in the browser"
464
  msgstr ""
465
 
466
  #: includes/admin/class-wpglobus-customize-options.php:1153,
467
+ #: includes/options/class-wpglobus-options.php:1390
468
  msgid ""
469
  "When a user comes to the site for the first time, try to find the best "
470
  "matching language version of the page."
473
  #: includes/admin/class-wpglobus-customize-options.php:1214,
474
  #: includes/admin/class-wpglobus-customize-options.php:1234,
475
  #: includes/admin/class-wpglobus-customize-options.php:1192,
476
+ #: includes/options/class-wpglobus-options.php:1362
477
  msgid "Custom JS Code"
478
  msgstr ""
479
 
515
  msgstr ""
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1351,
518
+ #: includes/options/class-wpglobus-options.php:602
519
  msgid "Thank you for installing WPGlobus!"
520
  msgstr "Danke, dass Sie WPGlobus installiert haben!"
521
 
522
  #: includes/admin/class-wpglobus-customize-options.php:1355,
523
+ #: includes/options/class-wpglobus-options.php:606
524
  msgid "Read About WPGlobus"
525
  msgstr "Lesen Sie mehr über WPGlobus"
526
 
532
  "Optionen einzurichten."
533
 
534
  #: includes/admin/class-wpglobus-customize-options.php:1363,
535
+ #: includes/options/class-wpglobus-options.php:642
536
  msgid ""
537
  "Should you have any questions or comments, please do not hesitate to contact "
538
  "us."
541
  "uns Ihnen zu helfen."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1367,
544
+ #: includes/options/class-wpglobus-options.php:646
545
  msgid "Sincerely Yours,"
546
  msgstr "Mit freundlichen Grüßen,"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1369,
549
+ #: includes/options/class-wpglobus-options.php:648,
550
  #: includes/options/wpglobus-options-header.php:34
551
  msgid "The WPGlobus Team"
552
  msgstr "Das WPGlobus-Team"
554
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
555
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
556
  #: includes/admin/class-wpglobus-customize-options.php:1388,
557
+ #: includes/options/class-wpglobus-options.php:683
558
  msgid ""
559
  "We would hate to see you go. If something goes wrong, do not uninstall "
560
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
561
  msgstr ""
562
 
563
  #: includes/admin/class-wpglobus-customize-options.php:1395,
564
+ #: includes/options/class-wpglobus-options.php:690
565
  msgid ""
566
  "Please note that if you deactivate WPGlobus, your site will show all the "
567
  "languages together, mixed up. You will need to remove all translations, "
571
  #. translators: %s: link to the Clean-up Tool
572
  #. translators: %s: link to the Clean-up Tool.
573
  #: includes/admin/class-wpglobus-customize-options.php:1400,
574
+ #: includes/options/class-wpglobus-options.php:694
575
  msgid ""
576
  "If there are just a few places, you should edit them manually. To "
577
  "automatically remove all translations at once, you can use the %s. WARNING: "
582
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
583
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
584
  #: includes/admin/class-wpglobus-customize-options.php:1403,
585
+ #: includes/options/class-wpglobus-options.php:671
586
  msgid "%1$sClean-up Tool%2$s"
587
  msgstr ""
588
 
728
  msgstr ""
729
 
730
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
731
+ #: includes/options/class-wpglobus-options.php:720
732
  msgid "Help Desk"
733
  msgstr ""
734
 
807
  msgstr ""
808
 
809
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
810
+ #: includes/options/class-wpglobus-options.php:927
811
  msgid "WPGlobus for WooCommerce"
812
  msgstr ""
813
 
995
  msgstr ""
996
 
997
  #: includes/options/class-wpglobus-options.php:273,
998
+ #: includes/options/class-wpglobus-options.php:796,
999
+ #: includes/options/class-wpglobus-options.php:865
1000
  msgid "WPGlobus Plus"
1001
  msgstr ""
1002
 
1022
  "Settings panel properly. Please try another browser."
1023
  msgstr ""
1024
 
1025
+ #: includes/options/class-wpglobus-options.php:593,
1026
+ #: includes/options/class-wpglobus-options.php:1571
1027
  msgid "Сompatibility"
1028
  msgstr ""
1029
 
1030
  #. translators: placeholders for "strong" tags.
1031
+ #: includes/options/class-wpglobus-options.php:610
1032
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1033
  msgstr ""
1034
 
1035
  #. translators: placeholders for "strong" tags.
1036
+ #: includes/options/class-wpglobus-options.php:613
1037
  msgid ""
1038
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1039
  "the language attributes: name, code, flag icon, etc."
1040
  msgstr ""
1041
 
1042
+ #: includes/options/class-wpglobus-options.php:616
1043
  msgid "Important notes"
1044
  msgstr ""
1045
 
1046
  #. translators: placeholders for "strong" tags.
1047
+ #: includes/options/class-wpglobus-options.php:618
1048
  msgid "Version %1$s1.9.17%2$s "
1049
  msgstr ""
1050
 
1051
  #. translators: placeholders for "strong" tags.
1052
+ #: includes/options/class-wpglobus-options.php:621
1053
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1054
  msgstr ""
1055
 
1056
  #. translators: placeholders for "strong" tags; compatibility tab link.
1057
+ #: includes/options/class-wpglobus-options.php:624
1058
  msgid ""
1059
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1060
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1061
  msgstr ""
1062
 
1063
  #. translators: placeholders for "strong" tags; compatibility tab link.
1064
+ #: includes/options/class-wpglobus-options.php:627
1065
  msgid ""
1066
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1067
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
+ #: includes/options/class-wpglobus-options.php:631
1072
  msgid "Version %1$s2.2.11%2$s "
1073
  msgstr ""
1074
 
1075
+ #: includes/options/class-wpglobus-options.php:633
1076
  msgid "Starting from this version"
1077
  msgstr ""
1078
 
1079
  #. translators: placeholders for "strong" tags.
1080
+ #: includes/options/class-wpglobus-options.php:636
1081
  msgid ""
1082
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1083
  "(CPT)."
1084
  msgstr ""
1085
 
1086
  #. translators: placeholders for "strong" tags.
1087
+ #: includes/options/class-wpglobus-options.php:639
1088
  msgid ""
1089
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1090
  "the %1$s[%3$s]%2$s tab."
1091
  msgstr ""
1092
 
1093
+ #: includes/options/class-wpglobus-options.php:656
1094
  msgid "Welcome!"
1095
  msgstr "Willkommen!"
1096
 
1097
+ #: includes/options/class-wpglobus-options.php:679
1098
  msgid "Deactivating / Uninstalling"
1099
  msgstr ""
1100
 
1101
+ #: includes/options/class-wpglobus-options.php:705
1102
  msgid "Uninstall"
1103
  msgstr ""
1104
 
1105
+ #: includes/options/class-wpglobus-options.php:735
1106
  msgid "All add-ons"
1107
  msgstr ""
1108
 
1109
+ #: includes/options/class-wpglobus-options.php:750
1110
  msgid "Mobile Menu"
1111
  msgstr ""
1112
 
1113
+ #: includes/options/class-wpglobus-options.php:765
1114
  msgid "Language Widgets"
1115
  msgstr ""
1116
 
1117
+ #: includes/options/class-wpglobus-options.php:835
1118
  msgid "We Recommend..."
1119
  msgstr ""
1120
 
1121
+ #: includes/options/class-wpglobus-options.php:867
1122
  msgid ""
1123
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1124
  "website, such as:"
1125
  msgstr ""
1126
 
1127
+ #: includes/options/class-wpglobus-options.php:870
1128
  msgid ""
1129
  "- Ability to write a post in one language and immediately publish it, not "
1130
  "waiting for the translation to other languages;"
1131
  msgstr ""
1132
 
1133
+ #: includes/options/class-wpglobus-options.php:873
1134
  msgid "- Set different URLs for each translation;"
1135
  msgstr ""
1136
 
1137
+ #: includes/options/class-wpglobus-options.php:876
1138
  msgid ""
1139
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1140
  "for each translation;"
1141
  msgstr ""
1142
 
1143
+ #: includes/options/class-wpglobus-options.php:879
1144
  msgid "- and more..."
1145
  msgstr ""
1146
 
1147
+ #: includes/options/class-wpglobus-options.php:882,
1148
+ #: includes/options/class-wpglobus-options.php:939,
1149
+ #: includes/options/class-wpglobus-options.php:997
1150
  msgid "Click here to download"
1151
  msgstr ""
1152
 
1153
+ #: includes/options/class-wpglobus-options.php:930
1154
  msgid ""
1155
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1156
  "translate your blog posts and pages to many languages."
1157
  msgstr ""
1158
 
1159
+ #: includes/options/class-wpglobus-options.php:933
1160
  msgid "The next step is to translate your WooCommerce-based store!"
1161
  msgstr ""
1162
 
1163
+ #: includes/options/class-wpglobus-options.php:936
1164
  msgid ""
1165
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1166
  "translate product titles and descriptions, categories, tags and attributes."
1167
  msgstr ""
1168
 
1169
+ #: includes/options/class-wpglobus-options.php:983
1170
  msgid "Multi-currency"
1171
  msgstr ""
1172
 
1173
+ #: includes/options/class-wpglobus-options.php:986
1174
  msgid ""
1175
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1176
  "a single currency only."
1177
  msgstr ""
1178
 
1179
+ #: includes/options/class-wpglobus-options.php:990
1180
  msgid ""
1181
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1182
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1184
  "positioning for global growth!"
1185
  msgstr ""
1186
 
1187
+ #: includes/options/class-wpglobus-options.php:994
1188
  msgid ""
1189
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1190
  "re-calculating prices on-the-fly."
1191
  msgstr ""
1192
 
1193
+ #: includes/options/class-wpglobus-options.php:1031
1194
  msgid "WPGlobus Premium Add-ons"
1195
  msgstr ""
1196
 
1197
+ #: includes/options/class-wpglobus-options.php:1033
1198
  msgid ""
1199
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1200
  "you will be able to:"
1201
  msgstr ""
1202
 
1203
+ #: includes/options/class-wpglobus-options.php:1038
1204
  msgid ""
1205
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1206
  "моя-страница and so on);"
1207
  msgstr ""
1208
 
1209
+ #: includes/options/class-wpglobus-options.php:1041
1210
  msgid ""
1211
  "Postpone translation to some languages and <strong>publish only the "
1212
  "translated texts</strong>;"
1213
  msgstr ""
1214
 
1215
+ #: includes/options/class-wpglobus-options.php:1044
1216
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1217
  msgstr ""
1218
 
1219
+ #: includes/options/class-wpglobus-options.php:1047
1220
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1221
  msgstr ""
1222
 
1223
+ #: includes/options/class-wpglobus-options.php:1050
1224
  msgid ""
1225
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1226
  "strong>;"
1227
  msgstr ""
1228
 
1229
+ #: includes/options/class-wpglobus-options.php:1054
1230
  msgid "...and more."
1231
  msgstr ""
1232
 
1233
+ #: includes/options/class-wpglobus-options.php:1057
1234
  msgid "Click here to visit the WPGlobus Store"
1235
  msgstr ""
1236
 
1237
+ #: includes/options/class-wpglobus-options.php:1098
1238
  msgid "Select a language"
1239
  msgstr "Wählen Sie eine Sprache"
1240
 
1241
  #. translators: %3$s placeholder for the icon (actual picture).
1242
+ #: includes/options/class-wpglobus-options.php:1127
1243
  msgid ""
1244
  "Place the %1$smain language%2$s of your site at the top of the list by "
1245
  "dragging the %3$s icons."
1246
  msgstr ""
1247
 
1248
  #. translators: placeholders for the "strong" HTML tags.
1249
+ #: includes/options/class-wpglobus-options.php:1130
1250
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1251
  msgstr ""
1252
 
1253
  #. translators: placeholders for the "strong" HTML tags.
1254
+ #: includes/options/class-wpglobus-options.php:1133
1255
  msgid "%1$sAdd%2$s more languages using the section below."
1256
  msgstr ""
1257
 
1258
+ #: includes/options/class-wpglobus-options.php:1134
1259
  msgid "When done, click the [Save Changes] button."
1260
  msgstr "Wenn Sie fertig sind, klicken Sie auf [Änderungen speichern]."
1261
 
1262
  #. translators: %s - placeholder for the "Save Changes" button text.
1263
+ #: includes/options/class-wpglobus-options.php:1145
1264
  msgid "Press the %s button to confirm."
1265
  msgstr ""
1266
 
1267
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1268
+ #: includes/options/class-wpglobus-options.php:1162
1269
  msgid "-- none --"
1270
  msgstr ""
1271
 
1272
+ #: includes/options/class-wpglobus-options.php:1163
1273
  msgid "All menus"
1274
  msgstr ""
1275
 
1276
+ #: includes/options/class-wpglobus-options.php:1176
1277
  msgid "Instructions:"
1278
  msgstr "Anleitung:"
1279
 
1280
+ #: includes/options/class-wpglobus-options.php:1236
1281
  msgid "(Found in some themes)"
1282
  msgstr "(In einigen Themes gefunden)"
1283
 
1284
+ #: includes/options/class-wpglobus-options.php:1238
1285
  msgid "Enable"
1286
  msgstr "Aktivieren"
1287
 
1288
+ #: includes/options/class-wpglobus-options.php:1253
1289
  msgid "Languages table"
1290
  msgstr "Sprachtabelle"
1291
 
1292
+ #: includes/options/class-wpglobus-options.php:1259
1293
  msgid "Use this table to add, edit or delete languages."
1294
  msgstr ""
1295
  "Verwenden Sie diese Tabelle, um Sprachen hinzuzufügen, zu bearbeiten oder zu "
1296
  "löschen."
1297
 
1298
+ #: includes/options/class-wpglobus-options.php:1260
1299
  msgid "NOTE: you cannot remove the main language."
1300
  msgstr "Hinweis: Sie können nicht die Hauptsprache entfernen."
1301
 
1302
+ #: includes/options/class-wpglobus-options.php:1308
1303
  msgid "WPGlobus is enabled on these Post Types"
1304
  msgstr ""
1305
 
1306
+ #: includes/options/class-wpglobus-options.php:1309
1307
  msgid "Uncheck to disable"
1308
  msgstr ""
1309
 
1310
+ #: includes/options/class-wpglobus-options.php:1310
1311
  msgid ""
1312
  "Please note that there are post types, which status is managed by other "
1313
  "plugins and cannot be changed here."
1314
  msgstr ""
1315
 
1316
+ #: includes/options/class-wpglobus-options.php:1315
1317
  msgid "Post Types"
1318
  msgstr ""
1319
 
1320
+ #: includes/options/class-wpglobus-options.php:1331
1321
  msgid ""
1322
  "You should put here only the code provided by WPGlobus Support. Do not write "
1323
  "anything else in the sections below as it might break the functionality of "
1324
  "your website!"
1325
  msgstr ""
1326
 
1327
+ #: includes/options/class-wpglobus-options.php:1372
1328
  msgid "Custom Code"
1329
  msgstr ""
1330
 
1331
+ #: includes/options/class-wpglobus-options.php:1480,
1332
+ #: includes/options/class-wpglobus-options.php:1612,
1333
+ #: includes/options/class-wpglobus-options.php:1723
1334
  msgid "Enabled"
1335
  msgstr "aktiv"
1336
 
1337
+ #: includes/options/class-wpglobus-options.php:1493
1338
  msgid "Builders support"
1339
  msgstr ""
1340
 
1341
+ #: includes/options/class-wpglobus-options.php:1545
1342
  msgid "Builder mode is enabled on these Post Types"
1343
  msgstr ""
1344
 
1345
+ #: includes/options/class-wpglobus-options.php:1611
1346
  msgid "Old fashioned language switcher"
1347
  msgstr ""
1348
 
1349
+ #: includes/options/class-wpglobus-options.php:1617
1350
  msgid "Block Editor"
1351
  msgstr ""
1352
 
1353
+ #: includes/options/class-wpglobus-options.php:1618
1354
  msgid "Block Editor Options"
1355
  msgstr ""
1356
 
1357
+ #: includes/options/class-wpglobus-options.php:1647
1358
  msgid ""
1359
  "With the current settings, you will see the following lines in the section "
1360
  "HEAD of your site pages"
1361
  msgstr ""
1362
 
1363
+ #: includes/options/class-wpglobus-options.php:1649
1364
  msgid "(example for two languages)"
1365
  msgstr ""
1366
 
1367
+ #: includes/options/class-wpglobus-options.php:1696
1368
  msgid ""
1369
  "Tell search engines about localized versions of your pages using the "
1370
  "hreflang tag"
1371
  msgstr ""
1372
 
1373
+ #: includes/options/class-wpglobus-options.php:1705
1374
  msgid "Output the hreflang tag as"
1375
  msgstr ""
1376
 
1377
+ #: includes/options/class-wpglobus-options.php:1708
1378
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1379
  msgstr ""
1380
 
1381
+ #: includes/options/class-wpglobus-options.php:1709
1382
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1383
  msgstr ""
1384
 
1385
+ #: includes/options/class-wpglobus-options.php:1710
1386
  msgid "Language code only (en, ru, etc.)"
1387
  msgstr ""
1388
 
1389
+ #: includes/options/class-wpglobus-options.php:1722
1390
  msgid "Use the code `x-default` for the main language"
1391
  msgstr ""
1392
 
1393
+ #: includes/options/class-wpglobus-options.php:1728
1394
  msgid "Multilingual SEO"
1395
  msgstr ""
1396
 
1397
+ #: includes/options/class-wpglobus-options.php:1729
1398
  msgid "Multilingual SEO Options"
1399
  msgstr ""
1400
 
1401
+ #: includes/options/class-wpglobus-options.php:1766
1402
  msgid ""
1403
  "With WPGlobus, you can get translations for posts and pages using REST API."
1404
  msgstr ""
1405
 
1406
+ #: includes/options/class-wpglobus-options.php:1793,
1407
+ #: includes/options/class-wpglobus-options.php:1801,
1408
+ #: includes/options/class-wpglobus-options.php:1774,
1409
+ #: includes/options/class-wpglobus-options.php:1782
1410
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1411
  msgstr ""
1412
 
1413
+ #: includes/options/class-wpglobus-options.php:1771
1414
  msgid ""
1415
  "For demonstration, you can try the first post that WordPress creates at the "
1416
  "initial installation."
1417
  msgstr ""
1418
 
1419
+ #: includes/options/class-wpglobus-options.php:1812
1420
  msgid ""
1421
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1422
  "information."
1423
  msgstr ""
1424
 
1425
+ #: includes/options/class-wpglobus-options.php:1819
1426
  msgid ""
1427
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1428
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1429
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1430
  msgstr ""
1431
 
1432
+ #: includes/options/class-wpglobus-options.php:1832
1433
  msgid "Description:"
1434
  msgstr ""
1435
 
1436
+ #: includes/options/class-wpglobus-options.php:1839,
1437
+ #: includes/options/class-wpglobus-options.php:1840
1438
  msgid "REST API"
1439
  msgstr ""
1440
 
1441
+ #: includes/options/class-wpglobus-options.php:2173
1442
  msgid "Translate strings"
1443
  msgstr ""
1444
 
languages/wpglobus-de_DE.po CHANGED
@@ -323,22 +323,22 @@ msgid "Help"
323
  msgstr "Hilfe"
324
 
325
  #: includes/admin/class-wpglobus-customize-options.php:745,
326
- #: includes/options/class-wpglobus-options.php:1168
327
  msgid "Languages"
328
  msgstr "Sprachen"
329
 
330
  #: includes/admin/class-wpglobus-customize-options.php:765,
331
- #: includes/options/class-wpglobus-options.php:1181
332
  msgid "Enabled Languages"
333
  msgstr "Aktivierte Sprachen"
334
 
335
  #: includes/admin/class-wpglobus-customize-options.php:767,
336
- #: includes/options/class-wpglobus-options.php:1182
337
  msgid "These languages are currently enabled on your site."
338
  msgstr "Diese Sprachen sind momentan auf Ihrer Website aktiviert."
339
 
340
  #: includes/admin/class-wpglobus-customize-options.php:795,
341
- #: includes/options/class-wpglobus-options.php:1140
342
  msgid "Choose a language you would like to enable."
343
  msgstr ""
344
 
@@ -349,42 +349,42 @@ msgstr ""
349
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
350
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
351
  #: includes/admin/class-wpglobus-customize-options.php:801,
352
- #: includes/options/class-wpglobus-options.php:1146
353
  msgid "or Add new Language %1$s here %2$s"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:813,
357
- #: includes/options/class-wpglobus-options.php:1195
358
  msgid "Add Languages"
359
  msgstr "Sprachen hinzufügen"
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:833,
362
- #: includes/options/class-wpglobus-options.php:1203
363
  msgid "Language Selector Mode"
364
  msgstr "Sprach-Selektor Modus"
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:838,
367
- #: includes/options/class-wpglobus-options.php:1206
368
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
369
  msgstr "Zweistelliger Buchstaben-Code mit Flagge (de, ru, it, usw.)"
370
 
371
  #: includes/admin/class-wpglobus-customize-options.php:839,
372
- #: includes/options/class-wpglobus-options.php:1207
373
  msgid "Full Name (English, Russian, Italian, etc.)"
374
  msgstr "Vollständiger Name (English, Russian, Italian, etc.)"
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:841,
377
- #: includes/options/class-wpglobus-options.php:1208
378
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
379
  msgstr "Vollständiger Name mit Flagge (Englisch, Russisch, Italienisch, etc.)"
380
 
381
  #: includes/admin/class-wpglobus-customize-options.php:842,
382
- #: includes/options/class-wpglobus-options.php:1209
383
  msgid "Flags only"
384
  msgstr "nur Flaggen"
385
 
386
  #: includes/admin/class-wpglobus-customize-options.php:844,
387
- #: includes/options/class-wpglobus-options.php:1204
388
  msgid ""
389
  "Choose the way language name and country flag are shown in the drop-down menu"
390
  msgstr ""
@@ -397,13 +397,13 @@ msgstr ""
397
 
398
  #: includes/admin/class-wpglobus-customize-options.php:915,
399
  #: includes/admin/class-wpglobus-customize-options.php:888,
400
- #: includes/options/class-wpglobus-options.php:1222
401
  msgid "Language Selector Menu"
402
  msgstr "Language Selector Menu"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:920,
405
  #: includes/admin/class-wpglobus-customize-options.php:899,
406
- #: includes/options/class-wpglobus-options.php:1223
407
  msgid "Choose the navigation menu where the language selector will be shown"
408
  msgstr ""
409
  "Wählen Sie das Navigationsmenü, wo die Sprachwahl angezeigt werden soll."
@@ -413,12 +413,12 @@ msgid "No menus have been created yet. Create some."
413
  msgstr ""
414
 
415
  #: includes/admin/class-wpglobus-customize-options.php:940,
416
- #: includes/options/class-wpglobus-options.php:1233
417
  msgid "\"All Pages\" menus Language selector"
418
  msgstr "\"Alle Seiten\" Menü Sprachauswahl"
419
 
420
  #: includes/admin/class-wpglobus-customize-options.php:943,
421
- #: includes/options/class-wpglobus-options.php:1235
422
  msgid ""
423
  "Adds language selector to the menus that automatically list all existing "
424
  "pages (using `wp_list_pages`)"
@@ -427,7 +427,7 @@ msgstr ""
427
  "auflistet ( `benutzt wp_list_pages`)"
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:960,
430
- #: includes/options/class-wpglobus-options.php:1348
431
  msgid "Custom CSS"
432
  msgstr "Benutzerdefiniertes CSS"
433
 
@@ -449,22 +449,22 @@ msgid "Uncheck to disable WPGlobus"
449
  msgstr "Deaktivieren Sie die Checkbox, um WPGlobus deaktivieren"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:1125,
452
- #: includes/options/class-wpglobus-options.php:1416
453
  msgid "Redirect"
454
  msgstr "Weiterleiten"
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:1150,
457
- #: includes/options/class-wpglobus-options.php:1411
458
  msgid "Choose the language automatically, based on:"
459
  msgstr ""
460
 
461
  #: includes/admin/class-wpglobus-customize-options.php:1152,
462
- #: includes/options/class-wpglobus-options.php:1401
463
  msgid "Preferred language set in the browser"
464
  msgstr ""
465
 
466
  #: includes/admin/class-wpglobus-customize-options.php:1153,
467
- #: includes/options/class-wpglobus-options.php:1388
468
  msgid ""
469
  "When a user comes to the site for the first time, try to find the best "
470
  "matching language version of the page."
@@ -473,7 +473,7 @@ msgstr ""
473
  #: includes/admin/class-wpglobus-customize-options.php:1214,
474
  #: includes/admin/class-wpglobus-customize-options.php:1234,
475
  #: includes/admin/class-wpglobus-customize-options.php:1192,
476
- #: includes/options/class-wpglobus-options.php:1360
477
  msgid "Custom JS Code"
478
  msgstr ""
479
 
@@ -515,12 +515,12 @@ msgid ""
515
  msgstr ""
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1351,
518
- #: includes/options/class-wpglobus-options.php:600
519
  msgid "Thank you for installing WPGlobus!"
520
  msgstr "Danke, dass Sie WPGlobus installiert haben!"
521
 
522
  #: includes/admin/class-wpglobus-customize-options.php:1355,
523
- #: includes/options/class-wpglobus-options.php:604
524
  msgid "Read About WPGlobus"
525
  msgstr "Lesen Sie mehr über WPGlobus"
526
 
@@ -532,7 +532,7 @@ msgstr ""
532
  "Optionen einzurichten."
533
 
534
  #: includes/admin/class-wpglobus-customize-options.php:1363,
535
- #: includes/options/class-wpglobus-options.php:640
536
  msgid ""
537
  "Should you have any questions or comments, please do not hesitate to contact "
538
  "us."
@@ -541,12 +541,12 @@ msgstr ""
541
  "uns Ihnen zu helfen."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1367,
544
- #: includes/options/class-wpglobus-options.php:644
545
  msgid "Sincerely Yours,"
546
  msgstr "Mit freundlichen Grüßen,"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1369,
549
- #: includes/options/class-wpglobus-options.php:646,
550
  #: includes/options/wpglobus-options-header.php:34
551
  msgid "The WPGlobus Team"
552
  msgstr "Das WPGlobus-Team"
@@ -554,14 +554,14 @@ msgstr "Das WPGlobus-Team"
554
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
555
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
556
  #: includes/admin/class-wpglobus-customize-options.php:1388,
557
- #: includes/options/class-wpglobus-options.php:681
558
  msgid ""
559
  "We would hate to see you go. If something goes wrong, do not uninstall "
560
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
561
  msgstr ""
562
 
563
  #: includes/admin/class-wpglobus-customize-options.php:1395,
564
- #: includes/options/class-wpglobus-options.php:688
565
  msgid ""
566
  "Please note that if you deactivate WPGlobus, your site will show all the "
567
  "languages together, mixed up. You will need to remove all translations, "
@@ -571,7 +571,7 @@ msgstr ""
571
  #. translators: %s: link to the Clean-up Tool
572
  #. translators: %s: link to the Clean-up Tool.
573
  #: includes/admin/class-wpglobus-customize-options.php:1400,
574
- #: includes/options/class-wpglobus-options.php:692
575
  msgid ""
576
  "If there are just a few places, you should edit them manually. To "
577
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -582,7 +582,7 @@ msgstr ""
582
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
583
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
584
  #: includes/admin/class-wpglobus-customize-options.php:1403,
585
- #: includes/options/class-wpglobus-options.php:669
586
  msgid "%1$sClean-up Tool%2$s"
587
  msgstr ""
588
 
@@ -728,7 +728,7 @@ msgid ""
728
  msgstr ""
729
 
730
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
731
- #: includes/options/class-wpglobus-options.php:718
732
  msgid "Help Desk"
733
  msgstr ""
734
 
@@ -808,7 +808,7 @@ msgid "WPGlobus Recommends:"
808
  msgstr ""
809
 
810
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
811
- #: includes/options/class-wpglobus-options.php:925
812
  msgid "WPGlobus for WooCommerce"
813
  msgstr ""
814
 
@@ -996,8 +996,8 @@ msgid "Language Selector Menu Style"
996
  msgstr ""
997
 
998
  #: includes/options/class-wpglobus-options.php:273,
999
- #: includes/options/class-wpglobus-options.php:794,
1000
- #: includes/options/class-wpglobus-options.php:863
1001
  msgid "WPGlobus Plus"
1002
  msgstr ""
1003
 
@@ -1023,161 +1023,161 @@ msgid ""
1023
  "Settings panel properly. Please try another browser."
1024
  msgstr ""
1025
 
1026
- #: includes/options/class-wpglobus-options.php:591,
1027
- #: includes/options/class-wpglobus-options.php:1569
1028
  msgid "Сompatibility"
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
- #: includes/options/class-wpglobus-options.php:608
1033
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1034
  msgstr ""
1035
 
1036
  #. translators: placeholders for "strong" tags.
1037
- #: includes/options/class-wpglobus-options.php:611
1038
  msgid ""
1039
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1040
  "the language attributes: name, code, flag icon, etc."
1041
  msgstr ""
1042
 
1043
- #: includes/options/class-wpglobus-options.php:614
1044
  msgid "Important notes"
1045
  msgstr "Wichtige Hinweise"
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
- #: includes/options/class-wpglobus-options.php:616
1049
  msgid "Version %1$s1.9.17%2$s "
1050
  msgstr ""
1051
 
1052
  #. translators: placeholders for "strong" tags.
1053
- #: includes/options/class-wpglobus-options.php:619
1054
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1055
  msgstr ""
1056
 
1057
  #. translators: placeholders for "strong" tags; compatibility tab link.
1058
- #: includes/options/class-wpglobus-options.php:622
1059
  msgid ""
1060
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1061
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1062
  msgstr ""
1063
 
1064
  #. translators: placeholders for "strong" tags; compatibility tab link.
1065
- #: includes/options/class-wpglobus-options.php:625
1066
  msgid ""
1067
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1068
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1069
  msgstr ""
1070
 
1071
  #. translators: placeholders for "strong" tags.
1072
- #: includes/options/class-wpglobus-options.php:629
1073
  msgid "Version %1$s2.2.11%2$s "
1074
  msgstr ""
1075
 
1076
- #: includes/options/class-wpglobus-options.php:631
1077
  msgid "Starting from this version"
1078
  msgstr ""
1079
 
1080
  #. translators: placeholders for "strong" tags.
1081
- #: includes/options/class-wpglobus-options.php:634
1082
  msgid ""
1083
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1084
  "(CPT)."
1085
  msgstr ""
1086
 
1087
  #. translators: placeholders for "strong" tags.
1088
- #: includes/options/class-wpglobus-options.php:637
1089
  msgid ""
1090
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1091
  "the %1$s[%3$s]%2$s tab."
1092
  msgstr ""
1093
 
1094
- #: includes/options/class-wpglobus-options.php:654
1095
  msgid "Welcome!"
1096
  msgstr "Willkommen!"
1097
 
1098
- #: includes/options/class-wpglobus-options.php:677
1099
  msgid "Deactivating / Uninstalling"
1100
  msgstr ""
1101
 
1102
- #: includes/options/class-wpglobus-options.php:703
1103
  msgid "Uninstall"
1104
  msgstr "Deinstallieren"
1105
 
1106
- #: includes/options/class-wpglobus-options.php:733
1107
  msgid "All add-ons"
1108
  msgstr ""
1109
 
1110
- #: includes/options/class-wpglobus-options.php:748
1111
  msgid "Mobile Menu"
1112
  msgstr ""
1113
 
1114
- #: includes/options/class-wpglobus-options.php:763
1115
  msgid "Language Widgets"
1116
  msgstr ""
1117
 
1118
- #: includes/options/class-wpglobus-options.php:833
1119
  msgid "We Recommend..."
1120
  msgstr ""
1121
 
1122
- #: includes/options/class-wpglobus-options.php:865
1123
  msgid ""
1124
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1125
  "website, such as:"
1126
  msgstr ""
1127
 
1128
- #: includes/options/class-wpglobus-options.php:868
1129
  msgid ""
1130
  "- Ability to write a post in one language and immediately publish it, not "
1131
  "waiting for the translation to other languages;"
1132
  msgstr ""
1133
 
1134
- #: includes/options/class-wpglobus-options.php:871
1135
  msgid "- Set different URLs for each translation;"
1136
  msgstr ""
1137
 
1138
- #: includes/options/class-wpglobus-options.php:874
1139
  msgid ""
1140
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1141
  "for each translation;"
1142
  msgstr ""
1143
 
1144
- #: includes/options/class-wpglobus-options.php:877
1145
  msgid "- and more..."
1146
  msgstr ""
1147
 
1148
- #: includes/options/class-wpglobus-options.php:880,
1149
- #: includes/options/class-wpglobus-options.php:937,
1150
- #: includes/options/class-wpglobus-options.php:995
1151
  msgid "Click here to download"
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:928
1155
  msgid ""
1156
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1157
  "translate your blog posts and pages to many languages."
1158
  msgstr ""
1159
 
1160
- #: includes/options/class-wpglobus-options.php:931
1161
  msgid "The next step is to translate your WooCommerce-based store!"
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:934
1165
  msgid ""
1166
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1167
  "translate product titles and descriptions, categories, tags and attributes."
1168
  msgstr ""
1169
 
1170
- #: includes/options/class-wpglobus-options.php:981
1171
  msgid "Multi-currency"
1172
  msgstr ""
1173
 
1174
- #: includes/options/class-wpglobus-options.php:984
1175
  msgid ""
1176
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1177
  "a single currency only."
1178
  msgstr ""
1179
 
1180
- #: includes/options/class-wpglobus-options.php:988
1181
  msgid ""
1182
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1183
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1185,261 +1185,261 @@ msgid ""
1185
  "positioning for global growth!"
1186
  msgstr ""
1187
 
1188
- #: includes/options/class-wpglobus-options.php:992
1189
  msgid ""
1190
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1191
  "re-calculating prices on-the-fly."
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:1029
1195
  msgid "WPGlobus Premium Add-ons"
1196
  msgstr ""
1197
 
1198
- #: includes/options/class-wpglobus-options.php:1031
1199
  msgid ""
1200
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1201
  "you will be able to:"
1202
  msgstr ""
1203
 
1204
- #: includes/options/class-wpglobus-options.php:1036
1205
  msgid ""
1206
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1207
  "моя-страница and so on);"
1208
  msgstr ""
1209
 
1210
- #: includes/options/class-wpglobus-options.php:1039
1211
  msgid ""
1212
  "Postpone translation to some languages and <strong>publish only the "
1213
  "translated texts</strong>;"
1214
  msgstr ""
1215
 
1216
- #: includes/options/class-wpglobus-options.php:1042
1217
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1218
  msgstr ""
1219
 
1220
- #: includes/options/class-wpglobus-options.php:1045
1221
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1222
  msgstr ""
1223
 
1224
- #: includes/options/class-wpglobus-options.php:1048
1225
  msgid ""
1226
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1227
  "strong>;"
1228
  msgstr ""
1229
 
1230
- #: includes/options/class-wpglobus-options.php:1052
1231
  msgid "...and more."
1232
  msgstr ""
1233
 
1234
- #: includes/options/class-wpglobus-options.php:1055
1235
  msgid "Click here to visit the WPGlobus Store"
1236
  msgstr ""
1237
 
1238
- #: includes/options/class-wpglobus-options.php:1096
1239
  msgid "Select a language"
1240
  msgstr "Wählen Sie eine Sprache"
1241
 
1242
  #. translators: %3$s placeholder for the icon (actual picture).
1243
- #: includes/options/class-wpglobus-options.php:1125
1244
  msgid ""
1245
  "Place the %1$smain language%2$s of your site at the top of the list by "
1246
  "dragging the %3$s icons."
1247
  msgstr ""
1248
 
1249
  #. translators: placeholders for the "strong" HTML tags.
1250
- #: includes/options/class-wpglobus-options.php:1128
1251
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1252
  msgstr ""
1253
 
1254
  #. translators: placeholders for the "strong" HTML tags.
1255
- #: includes/options/class-wpglobus-options.php:1131
1256
  msgid "%1$sAdd%2$s more languages using the section below."
1257
  msgstr ""
1258
 
1259
- #: includes/options/class-wpglobus-options.php:1132
1260
  msgid "When done, click the [Save Changes] button."
1261
  msgstr "Wenn Sie fertig sind, klicken Sie auf [Änderungen speichern]."
1262
 
1263
  #. translators: %s - placeholder for the "Save Changes" button text.
1264
- #: includes/options/class-wpglobus-options.php:1143
1265
  msgid "Press the %s button to confirm."
1266
  msgstr ""
1267
 
1268
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1269
- #: includes/options/class-wpglobus-options.php:1160
1270
  msgid "-- none --"
1271
  msgstr ""
1272
 
1273
- #: includes/options/class-wpglobus-options.php:1161
1274
  msgid "All menus"
1275
  msgstr ""
1276
 
1277
- #: includes/options/class-wpglobus-options.php:1174
1278
  msgid "Instructions:"
1279
  msgstr "Anleitung:"
1280
 
1281
- #: includes/options/class-wpglobus-options.php:1234
1282
  msgid "(Found in some themes)"
1283
  msgstr "(In einigen Themes gefunden)"
1284
 
1285
- #: includes/options/class-wpglobus-options.php:1236
1286
  msgid "Enable"
1287
  msgstr "Aktivieren"
1288
 
1289
- #: includes/options/class-wpglobus-options.php:1251
1290
  msgid "Languages table"
1291
  msgstr "Sprachtabelle"
1292
 
1293
- #: includes/options/class-wpglobus-options.php:1257
1294
  msgid "Use this table to add, edit or delete languages."
1295
  msgstr ""
1296
  "Verwenden Sie diese Tabelle, um Sprachen hinzuzufügen, zu bearbeiten oder zu "
1297
  "löschen."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1258
1300
  msgid "NOTE: you cannot remove the main language."
1301
  msgstr "Hinweis: Sie können nicht die Hauptsprache entfernen."
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1306
1304
  msgid "WPGlobus is enabled on these Post Types"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1307
1308
  msgid "Uncheck to disable"
1309
  msgstr ""
1310
 
1311
- #: includes/options/class-wpglobus-options.php:1308
1312
  msgid ""
1313
  "Please note that there are post types, which status is managed by other "
1314
  "plugins and cannot be changed here."
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1313
1318
  msgid "Post Types"
1319
  msgstr "Post-Types"
1320
 
1321
- #: includes/options/class-wpglobus-options.php:1329
1322
  msgid ""
1323
  "You should put here only the code provided by WPGlobus Support. Do not write "
1324
  "anything else in the sections below as it might break the functionality of "
1325
  "your website!"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1370
1329
  msgid "Custom Code"
1330
  msgstr "Benutzerdefinierter Code"
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1478,
1333
- #: includes/options/class-wpglobus-options.php:1610,
1334
- #: includes/options/class-wpglobus-options.php:1721
1335
  msgid "Enabled"
1336
  msgstr "Aktiviert"
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1491
1339
  msgid "Builders support"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1543
1343
  msgid "Builder mode is enabled on these Post Types"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1609
1347
  msgid "Old fashioned language switcher"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1615
1351
  msgid "Block Editor"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1616
1355
  msgid "Block Editor Options"
1356
  msgstr ""
1357
 
1358
- #: includes/options/class-wpglobus-options.php:1645
1359
  msgid ""
1360
  "With the current settings, you will see the following lines in the section "
1361
  "HEAD of your site pages"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1647
1365
  msgid "(example for two languages)"
1366
  msgstr ""
1367
 
1368
- #: includes/options/class-wpglobus-options.php:1694
1369
  msgid ""
1370
  "Tell search engines about localized versions of your pages using the "
1371
  "hreflang tag"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1703
1375
  msgid "Output the hreflang tag as"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1706
1379
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1707
1383
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1708
1387
  msgid "Language code only (en, ru, etc.)"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1720
1391
  msgid "Use the code `x-default` for the main language"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1726
1395
  msgid "Multilingual SEO"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1727
1399
  msgid "Multilingual SEO Options"
1400
  msgstr ""
1401
 
1402
- #: includes/options/class-wpglobus-options.php:1757
1403
  msgid ""
1404
  "With WPGlobus, you can get translations for posts and pages using REST API."
1405
  msgstr ""
1406
 
1407
- #: includes/options/class-wpglobus-options.php:1784,
1408
- #: includes/options/class-wpglobus-options.php:1792,
1409
- #: includes/options/class-wpglobus-options.php:1765,
1410
- #: includes/options/class-wpglobus-options.php:1773
1411
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1412
  msgstr ""
1413
 
1414
- #: includes/options/class-wpglobus-options.php:1762
1415
  msgid ""
1416
  "For demonstration, you can try the first post that WordPress creates at the "
1417
  "initial installation."
1418
  msgstr ""
1419
 
1420
- #: includes/options/class-wpglobus-options.php:1803
1421
  msgid ""
1422
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1423
  "information."
1424
  msgstr ""
1425
 
1426
- #: includes/options/class-wpglobus-options.php:1810
1427
  msgid ""
1428
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1429
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1430
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1823
1434
  msgid "Description:"
1435
  msgstr ""
1436
 
1437
- #: includes/options/class-wpglobus-options.php:1830,
1438
- #: includes/options/class-wpglobus-options.php:1831
1439
  msgid "REST API"
1440
  msgstr ""
1441
 
1442
- #: includes/options/class-wpglobus-options.php:2164
1443
  msgid "Translate strings"
1444
  msgstr ""
1445
 
323
  msgstr "Hilfe"
324
 
325
  #: includes/admin/class-wpglobus-customize-options.php:745,
326
+ #: includes/options/class-wpglobus-options.php:1170
327
  msgid "Languages"
328
  msgstr "Sprachen"
329
 
330
  #: includes/admin/class-wpglobus-customize-options.php:765,
331
+ #: includes/options/class-wpglobus-options.php:1183
332
  msgid "Enabled Languages"
333
  msgstr "Aktivierte Sprachen"
334
 
335
  #: includes/admin/class-wpglobus-customize-options.php:767,
336
+ #: includes/options/class-wpglobus-options.php:1184
337
  msgid "These languages are currently enabled on your site."
338
  msgstr "Diese Sprachen sind momentan auf Ihrer Website aktiviert."
339
 
340
  #: includes/admin/class-wpglobus-customize-options.php:795,
341
+ #: includes/options/class-wpglobus-options.php:1142
342
  msgid "Choose a language you would like to enable."
343
  msgstr ""
344
 
349
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
350
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
351
  #: includes/admin/class-wpglobus-customize-options.php:801,
352
+ #: includes/options/class-wpglobus-options.php:1148
353
  msgid "or Add new Language %1$s here %2$s"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:813,
357
+ #: includes/options/class-wpglobus-options.php:1197
358
  msgid "Add Languages"
359
  msgstr "Sprachen hinzufügen"
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:833,
362
+ #: includes/options/class-wpglobus-options.php:1205
363
  msgid "Language Selector Mode"
364
  msgstr "Sprach-Selektor Modus"
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:838,
367
+ #: includes/options/class-wpglobus-options.php:1208
368
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
369
  msgstr "Zweistelliger Buchstaben-Code mit Flagge (de, ru, it, usw.)"
370
 
371
  #: includes/admin/class-wpglobus-customize-options.php:839,
372
+ #: includes/options/class-wpglobus-options.php:1209
373
  msgid "Full Name (English, Russian, Italian, etc.)"
374
  msgstr "Vollständiger Name (English, Russian, Italian, etc.)"
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:841,
377
+ #: includes/options/class-wpglobus-options.php:1210
378
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
379
  msgstr "Vollständiger Name mit Flagge (Englisch, Russisch, Italienisch, etc.)"
380
 
381
  #: includes/admin/class-wpglobus-customize-options.php:842,
382
+ #: includes/options/class-wpglobus-options.php:1211
383
  msgid "Flags only"
384
  msgstr "nur Flaggen"
385
 
386
  #: includes/admin/class-wpglobus-customize-options.php:844,
387
+ #: includes/options/class-wpglobus-options.php:1206
388
  msgid ""
389
  "Choose the way language name and country flag are shown in the drop-down menu"
390
  msgstr ""
397
 
398
  #: includes/admin/class-wpglobus-customize-options.php:915,
399
  #: includes/admin/class-wpglobus-customize-options.php:888,
400
+ #: includes/options/class-wpglobus-options.php:1224
401
  msgid "Language Selector Menu"
402
  msgstr "Language Selector Menu"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:920,
405
  #: includes/admin/class-wpglobus-customize-options.php:899,
406
+ #: includes/options/class-wpglobus-options.php:1225
407
  msgid "Choose the navigation menu where the language selector will be shown"
408
  msgstr ""
409
  "Wählen Sie das Navigationsmenü, wo die Sprachwahl angezeigt werden soll."
413
  msgstr ""
414
 
415
  #: includes/admin/class-wpglobus-customize-options.php:940,
416
+ #: includes/options/class-wpglobus-options.php:1235
417
  msgid "\"All Pages\" menus Language selector"
418
  msgstr "\"Alle Seiten\" Menü Sprachauswahl"
419
 
420
  #: includes/admin/class-wpglobus-customize-options.php:943,
421
+ #: includes/options/class-wpglobus-options.php:1237
422
  msgid ""
423
  "Adds language selector to the menus that automatically list all existing "
424
  "pages (using `wp_list_pages`)"
427
  "auflistet ( `benutzt wp_list_pages`)"
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:960,
430
+ #: includes/options/class-wpglobus-options.php:1350
431
  msgid "Custom CSS"
432
  msgstr "Benutzerdefiniertes CSS"
433
 
449
  msgstr "Deaktivieren Sie die Checkbox, um WPGlobus deaktivieren"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:1125,
452
+ #: includes/options/class-wpglobus-options.php:1418
453
  msgid "Redirect"
454
  msgstr "Weiterleiten"
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:1150,
457
+ #: includes/options/class-wpglobus-options.php:1413
458
  msgid "Choose the language automatically, based on:"
459
  msgstr ""
460
 
461
  #: includes/admin/class-wpglobus-customize-options.php:1152,
462
+ #: includes/options/class-wpglobus-options.php:1403
463
  msgid "Preferred language set in the browser"
464
  msgstr ""
465
 
466
  #: includes/admin/class-wpglobus-customize-options.php:1153,
467
+ #: includes/options/class-wpglobus-options.php:1390
468
  msgid ""
469
  "When a user comes to the site for the first time, try to find the best "
470
  "matching language version of the page."
473
  #: includes/admin/class-wpglobus-customize-options.php:1214,
474
  #: includes/admin/class-wpglobus-customize-options.php:1234,
475
  #: includes/admin/class-wpglobus-customize-options.php:1192,
476
+ #: includes/options/class-wpglobus-options.php:1362
477
  msgid "Custom JS Code"
478
  msgstr ""
479
 
515
  msgstr ""
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1351,
518
+ #: includes/options/class-wpglobus-options.php:602
519
  msgid "Thank you for installing WPGlobus!"
520
  msgstr "Danke, dass Sie WPGlobus installiert haben!"
521
 
522
  #: includes/admin/class-wpglobus-customize-options.php:1355,
523
+ #: includes/options/class-wpglobus-options.php:606
524
  msgid "Read About WPGlobus"
525
  msgstr "Lesen Sie mehr über WPGlobus"
526
 
532
  "Optionen einzurichten."
533
 
534
  #: includes/admin/class-wpglobus-customize-options.php:1363,
535
+ #: includes/options/class-wpglobus-options.php:642
536
  msgid ""
537
  "Should you have any questions or comments, please do not hesitate to contact "
538
  "us."
541
  "uns Ihnen zu helfen."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1367,
544
+ #: includes/options/class-wpglobus-options.php:646
545
  msgid "Sincerely Yours,"
546
  msgstr "Mit freundlichen Grüßen,"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1369,
549
+ #: includes/options/class-wpglobus-options.php:648,
550
  #: includes/options/wpglobus-options-header.php:34
551
  msgid "The WPGlobus Team"
552
  msgstr "Das WPGlobus-Team"
554
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
555
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
556
  #: includes/admin/class-wpglobus-customize-options.php:1388,
557
+ #: includes/options/class-wpglobus-options.php:683
558
  msgid ""
559
  "We would hate to see you go. If something goes wrong, do not uninstall "
560
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
561
  msgstr ""
562
 
563
  #: includes/admin/class-wpglobus-customize-options.php:1395,
564
+ #: includes/options/class-wpglobus-options.php:690
565
  msgid ""
566
  "Please note that if you deactivate WPGlobus, your site will show all the "
567
  "languages together, mixed up. You will need to remove all translations, "
571
  #. translators: %s: link to the Clean-up Tool
572
  #. translators: %s: link to the Clean-up Tool.
573
  #: includes/admin/class-wpglobus-customize-options.php:1400,
574
+ #: includes/options/class-wpglobus-options.php:694
575
  msgid ""
576
  "If there are just a few places, you should edit them manually. To "
577
  "automatically remove all translations at once, you can use the %s. WARNING: "
582
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
583
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
584
  #: includes/admin/class-wpglobus-customize-options.php:1403,
585
+ #: includes/options/class-wpglobus-options.php:671
586
  msgid "%1$sClean-up Tool%2$s"
587
  msgstr ""
588
 
728
  msgstr ""
729
 
730
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
731
+ #: includes/options/class-wpglobus-options.php:720
732
  msgid "Help Desk"
733
  msgstr ""
734
 
808
  msgstr ""
809
 
810
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
811
+ #: includes/options/class-wpglobus-options.php:927
812
  msgid "WPGlobus for WooCommerce"
813
  msgstr ""
814
 
996
  msgstr ""
997
 
998
  #: includes/options/class-wpglobus-options.php:273,
999
+ #: includes/options/class-wpglobus-options.php:796,
1000
+ #: includes/options/class-wpglobus-options.php:865
1001
  msgid "WPGlobus Plus"
1002
  msgstr ""
1003
 
1023
  "Settings panel properly. Please try another browser."
1024
  msgstr ""
1025
 
1026
+ #: includes/options/class-wpglobus-options.php:593,
1027
+ #: includes/options/class-wpglobus-options.php:1571
1028
  msgid "Сompatibility"
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
+ #: includes/options/class-wpglobus-options.php:610
1033
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1034
  msgstr ""
1035
 
1036
  #. translators: placeholders for "strong" tags.
1037
+ #: includes/options/class-wpglobus-options.php:613
1038
  msgid ""
1039
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1040
  "the language attributes: name, code, flag icon, etc."
1041
  msgstr ""
1042
 
1043
+ #: includes/options/class-wpglobus-options.php:616
1044
  msgid "Important notes"
1045
  msgstr "Wichtige Hinweise"
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
+ #: includes/options/class-wpglobus-options.php:618
1049
  msgid "Version %1$s1.9.17%2$s "
1050
  msgstr ""
1051
 
1052
  #. translators: placeholders for "strong" tags.
1053
+ #: includes/options/class-wpglobus-options.php:621
1054
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1055
  msgstr ""
1056
 
1057
  #. translators: placeholders for "strong" tags; compatibility tab link.
1058
+ #: includes/options/class-wpglobus-options.php:624
1059
  msgid ""
1060
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1061
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1062
  msgstr ""
1063
 
1064
  #. translators: placeholders for "strong" tags; compatibility tab link.
1065
+ #: includes/options/class-wpglobus-options.php:627
1066
  msgid ""
1067
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1068
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1069
  msgstr ""
1070
 
1071
  #. translators: placeholders for "strong" tags.
1072
+ #: includes/options/class-wpglobus-options.php:631
1073
  msgid "Version %1$s2.2.11%2$s "
1074
  msgstr ""
1075
 
1076
+ #: includes/options/class-wpglobus-options.php:633
1077
  msgid "Starting from this version"
1078
  msgstr ""
1079
 
1080
  #. translators: placeholders for "strong" tags.
1081
+ #: includes/options/class-wpglobus-options.php:636
1082
  msgid ""
1083
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1084
  "(CPT)."
1085
  msgstr ""
1086
 
1087
  #. translators: placeholders for "strong" tags.
1088
+ #: includes/options/class-wpglobus-options.php:639
1089
  msgid ""
1090
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1091
  "the %1$s[%3$s]%2$s tab."
1092
  msgstr ""
1093
 
1094
+ #: includes/options/class-wpglobus-options.php:656
1095
  msgid "Welcome!"
1096
  msgstr "Willkommen!"
1097
 
1098
+ #: includes/options/class-wpglobus-options.php:679
1099
  msgid "Deactivating / Uninstalling"
1100
  msgstr ""
1101
 
1102
+ #: includes/options/class-wpglobus-options.php:705
1103
  msgid "Uninstall"
1104
  msgstr "Deinstallieren"
1105
 
1106
+ #: includes/options/class-wpglobus-options.php:735
1107
  msgid "All add-ons"
1108
  msgstr ""
1109
 
1110
+ #: includes/options/class-wpglobus-options.php:750
1111
  msgid "Mobile Menu"
1112
  msgstr ""
1113
 
1114
+ #: includes/options/class-wpglobus-options.php:765
1115
  msgid "Language Widgets"
1116
  msgstr ""
1117
 
1118
+ #: includes/options/class-wpglobus-options.php:835
1119
  msgid "We Recommend..."
1120
  msgstr ""
1121
 
1122
+ #: includes/options/class-wpglobus-options.php:867
1123
  msgid ""
1124
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1125
  "website, such as:"
1126
  msgstr ""
1127
 
1128
+ #: includes/options/class-wpglobus-options.php:870
1129
  msgid ""
1130
  "- Ability to write a post in one language and immediately publish it, not "
1131
  "waiting for the translation to other languages;"
1132
  msgstr ""
1133
 
1134
+ #: includes/options/class-wpglobus-options.php:873
1135
  msgid "- Set different URLs for each translation;"
1136
  msgstr ""
1137
 
1138
+ #: includes/options/class-wpglobus-options.php:876
1139
  msgid ""
1140
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1141
  "for each translation;"
1142
  msgstr ""
1143
 
1144
+ #: includes/options/class-wpglobus-options.php:879
1145
  msgid "- and more..."
1146
  msgstr ""
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:882,
1149
+ #: includes/options/class-wpglobus-options.php:939,
1150
+ #: includes/options/class-wpglobus-options.php:997
1151
  msgid "Click here to download"
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:930
1155
  msgid ""
1156
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1157
  "translate your blog posts and pages to many languages."
1158
  msgstr ""
1159
 
1160
+ #: includes/options/class-wpglobus-options.php:933
1161
  msgid "The next step is to translate your WooCommerce-based store!"
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:936
1165
  msgid ""
1166
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1167
  "translate product titles and descriptions, categories, tags and attributes."
1168
  msgstr ""
1169
 
1170
+ #: includes/options/class-wpglobus-options.php:983
1171
  msgid "Multi-currency"
1172
  msgstr ""
1173
 
1174
+ #: includes/options/class-wpglobus-options.php:986
1175
  msgid ""
1176
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1177
  "a single currency only."
1178
  msgstr ""
1179
 
1180
+ #: includes/options/class-wpglobus-options.php:990
1181
  msgid ""
1182
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1183
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1185
  "positioning for global growth!"
1186
  msgstr ""
1187
 
1188
+ #: includes/options/class-wpglobus-options.php:994
1189
  msgid ""
1190
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1191
  "re-calculating prices on-the-fly."
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:1031
1195
  msgid "WPGlobus Premium Add-ons"
1196
  msgstr ""
1197
 
1198
+ #: includes/options/class-wpglobus-options.php:1033
1199
  msgid ""
1200
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1201
  "you will be able to:"
1202
  msgstr ""
1203
 
1204
+ #: includes/options/class-wpglobus-options.php:1038
1205
  msgid ""
1206
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1207
  "моя-страница and so on);"
1208
  msgstr ""
1209
 
1210
+ #: includes/options/class-wpglobus-options.php:1041
1211
  msgid ""
1212
  "Postpone translation to some languages and <strong>publish only the "
1213
  "translated texts</strong>;"
1214
  msgstr ""
1215
 
1216
+ #: includes/options/class-wpglobus-options.php:1044
1217
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1218
  msgstr ""
1219
 
1220
+ #: includes/options/class-wpglobus-options.php:1047
1221
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1222
  msgstr ""
1223
 
1224
+ #: includes/options/class-wpglobus-options.php:1050
1225
  msgid ""
1226
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1227
  "strong>;"
1228
  msgstr ""
1229
 
1230
+ #: includes/options/class-wpglobus-options.php:1054
1231
  msgid "...and more."
1232
  msgstr ""
1233
 
1234
+ #: includes/options/class-wpglobus-options.php:1057
1235
  msgid "Click here to visit the WPGlobus Store"
1236
  msgstr ""
1237
 
1238
+ #: includes/options/class-wpglobus-options.php:1098
1239
  msgid "Select a language"
1240
  msgstr "Wählen Sie eine Sprache"
1241
 
1242
  #. translators: %3$s placeholder for the icon (actual picture).
1243
+ #: includes/options/class-wpglobus-options.php:1127
1244
  msgid ""
1245
  "Place the %1$smain language%2$s of your site at the top of the list by "
1246
  "dragging the %3$s icons."
1247
  msgstr ""
1248
 
1249
  #. translators: placeholders for the "strong" HTML tags.
1250
+ #: includes/options/class-wpglobus-options.php:1130
1251
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1252
  msgstr ""
1253
 
1254
  #. translators: placeholders for the "strong" HTML tags.
1255
+ #: includes/options/class-wpglobus-options.php:1133
1256
  msgid "%1$sAdd%2$s more languages using the section below."
1257
  msgstr ""
1258
 
1259
+ #: includes/options/class-wpglobus-options.php:1134
1260
  msgid "When done, click the [Save Changes] button."
1261
  msgstr "Wenn Sie fertig sind, klicken Sie auf [Änderungen speichern]."
1262
 
1263
  #. translators: %s - placeholder for the "Save Changes" button text.
1264
+ #: includes/options/class-wpglobus-options.php:1145
1265
  msgid "Press the %s button to confirm."
1266
  msgstr ""
1267
 
1268
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1269
+ #: includes/options/class-wpglobus-options.php:1162
1270
  msgid "-- none --"
1271
  msgstr ""
1272
 
1273
+ #: includes/options/class-wpglobus-options.php:1163
1274
  msgid "All menus"
1275
  msgstr ""
1276
 
1277
+ #: includes/options/class-wpglobus-options.php:1176
1278
  msgid "Instructions:"
1279
  msgstr "Anleitung:"
1280
 
1281
+ #: includes/options/class-wpglobus-options.php:1236
1282
  msgid "(Found in some themes)"
1283
  msgstr "(In einigen Themes gefunden)"
1284
 
1285
+ #: includes/options/class-wpglobus-options.php:1238
1286
  msgid "Enable"
1287
  msgstr "Aktivieren"
1288
 
1289
+ #: includes/options/class-wpglobus-options.php:1253
1290
  msgid "Languages table"
1291
  msgstr "Sprachtabelle"
1292
 
1293
+ #: includes/options/class-wpglobus-options.php:1259
1294
  msgid "Use this table to add, edit or delete languages."
1295
  msgstr ""
1296
  "Verwenden Sie diese Tabelle, um Sprachen hinzuzufügen, zu bearbeiten oder zu "
1297
  "löschen."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1260
1300
  msgid "NOTE: you cannot remove the main language."
1301
  msgstr "Hinweis: Sie können nicht die Hauptsprache entfernen."
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1308
1304
  msgid "WPGlobus is enabled on these Post Types"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1309
1308
  msgid "Uncheck to disable"
1309
  msgstr ""
1310
 
1311
+ #: includes/options/class-wpglobus-options.php:1310
1312
  msgid ""
1313
  "Please note that there are post types, which status is managed by other "
1314
  "plugins and cannot be changed here."
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1315
1318
  msgid "Post Types"
1319
  msgstr "Post-Types"
1320
 
1321
+ #: includes/options/class-wpglobus-options.php:1331
1322
  msgid ""
1323
  "You should put here only the code provided by WPGlobus Support. Do not write "
1324
  "anything else in the sections below as it might break the functionality of "
1325
  "your website!"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1372
1329
  msgid "Custom Code"
1330
  msgstr "Benutzerdefinierter Code"
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1480,
1333
+ #: includes/options/class-wpglobus-options.php:1612,
1334
+ #: includes/options/class-wpglobus-options.php:1723
1335
  msgid "Enabled"
1336
  msgstr "Aktiviert"
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1493
1339
  msgid "Builders support"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1545
1343
  msgid "Builder mode is enabled on these Post Types"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1611
1347
  msgid "Old fashioned language switcher"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1617
1351
  msgid "Block Editor"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1618
1355
  msgid "Block Editor Options"
1356
  msgstr ""
1357
 
1358
+ #: includes/options/class-wpglobus-options.php:1647
1359
  msgid ""
1360
  "With the current settings, you will see the following lines in the section "
1361
  "HEAD of your site pages"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1649
1365
  msgid "(example for two languages)"
1366
  msgstr ""
1367
 
1368
+ #: includes/options/class-wpglobus-options.php:1696
1369
  msgid ""
1370
  "Tell search engines about localized versions of your pages using the "
1371
  "hreflang tag"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1705
1375
  msgid "Output the hreflang tag as"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1708
1379
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1709
1383
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1710
1387
  msgid "Language code only (en, ru, etc.)"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1722
1391
  msgid "Use the code `x-default` for the main language"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1728
1395
  msgid "Multilingual SEO"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1729
1399
  msgid "Multilingual SEO Options"
1400
  msgstr ""
1401
 
1402
+ #: includes/options/class-wpglobus-options.php:1766
1403
  msgid ""
1404
  "With WPGlobus, you can get translations for posts and pages using REST API."
1405
  msgstr ""
1406
 
1407
+ #: includes/options/class-wpglobus-options.php:1793,
1408
+ #: includes/options/class-wpglobus-options.php:1801,
1409
+ #: includes/options/class-wpglobus-options.php:1774,
1410
+ #: includes/options/class-wpglobus-options.php:1782
1411
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1412
  msgstr ""
1413
 
1414
+ #: includes/options/class-wpglobus-options.php:1771
1415
  msgid ""
1416
  "For demonstration, you can try the first post that WordPress creates at the "
1417
  "initial installation."
1418
  msgstr ""
1419
 
1420
+ #: includes/options/class-wpglobus-options.php:1812
1421
  msgid ""
1422
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1423
  "information."
1424
  msgstr ""
1425
 
1426
+ #: includes/options/class-wpglobus-options.php:1819
1427
  msgid ""
1428
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1429
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1430
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1832
1434
  msgid "Description:"
1435
  msgstr ""
1436
 
1437
+ #: includes/options/class-wpglobus-options.php:1839,
1438
+ #: includes/options/class-wpglobus-options.php:1840
1439
  msgid "REST API"
1440
  msgstr ""
1441
 
1442
+ #: includes/options/class-wpglobus-options.php:2173
1443
  msgid "Translate strings"
1444
  msgstr ""
1445
 
languages/wpglobus-el.po CHANGED
@@ -304,22 +304,22 @@ msgid "Help"
304
  msgstr "Βοήθεια"
305
 
306
  #: includes/admin/class-wpglobus-customize-options.php:745,
307
- #: includes/options/class-wpglobus-options.php:1168
308
  msgid "Languages"
309
  msgstr ""
310
 
311
  #: includes/admin/class-wpglobus-customize-options.php:765,
312
- #: includes/options/class-wpglobus-options.php:1181
313
  msgid "Enabled Languages"
314
  msgstr ""
315
 
316
  #: includes/admin/class-wpglobus-customize-options.php:767,
317
- #: includes/options/class-wpglobus-options.php:1182
318
  msgid "These languages are currently enabled on your site."
319
  msgstr ""
320
 
321
  #: includes/admin/class-wpglobus-customize-options.php:795,
322
- #: includes/options/class-wpglobus-options.php:1140
323
  msgid "Choose a language you would like to enable."
324
  msgstr ""
325
 
@@ -330,42 +330,42 @@ msgstr ""
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
331
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
332
  #: includes/admin/class-wpglobus-customize-options.php:801,
333
- #: includes/options/class-wpglobus-options.php:1146
334
  msgid "or Add new Language %1$s here %2$s"
335
  msgstr ""
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:813,
338
- #: includes/options/class-wpglobus-options.php:1195
339
  msgid "Add Languages"
340
  msgstr ""
341
 
342
  #: includes/admin/class-wpglobus-customize-options.php:833,
343
- #: includes/options/class-wpglobus-options.php:1203
344
  msgid "Language Selector Mode"
345
  msgstr ""
346
 
347
  #: includes/admin/class-wpglobus-customize-options.php:838,
348
- #: includes/options/class-wpglobus-options.php:1206
349
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
350
  msgstr ""
351
 
352
  #: includes/admin/class-wpglobus-customize-options.php:839,
353
- #: includes/options/class-wpglobus-options.php:1207
354
  msgid "Full Name (English, Russian, Italian, etc.)"
355
  msgstr ""
356
 
357
  #: includes/admin/class-wpglobus-customize-options.php:841,
358
- #: includes/options/class-wpglobus-options.php:1208
359
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
360
  msgstr ""
361
 
362
  #: includes/admin/class-wpglobus-customize-options.php:842,
363
- #: includes/options/class-wpglobus-options.php:1209
364
  msgid "Flags only"
365
  msgstr ""
366
 
367
  #: includes/admin/class-wpglobus-customize-options.php:844,
368
- #: includes/options/class-wpglobus-options.php:1204
369
  msgid ""
370
  "Choose the way language name and country flag are shown in the drop-down menu"
371
  msgstr ""
@@ -376,13 +376,13 @@ msgstr ""
376
 
377
  #: includes/admin/class-wpglobus-customize-options.php:915,
378
  #: includes/admin/class-wpglobus-customize-options.php:888,
379
- #: includes/options/class-wpglobus-options.php:1222
380
  msgid "Language Selector Menu"
381
  msgstr ""
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:920,
384
  #: includes/admin/class-wpglobus-customize-options.php:899,
385
- #: includes/options/class-wpglobus-options.php:1223
386
  msgid "Choose the navigation menu where the language selector will be shown"
387
  msgstr ""
388
 
@@ -391,19 +391,19 @@ msgid "No menus have been created yet. Create some."
391
  msgstr ""
392
 
393
  #: includes/admin/class-wpglobus-customize-options.php:940,
394
- #: includes/options/class-wpglobus-options.php:1233
395
  msgid "\"All Pages\" menus Language selector"
396
  msgstr ""
397
 
398
  #: includes/admin/class-wpglobus-customize-options.php:943,
399
- #: includes/options/class-wpglobus-options.php:1235
400
  msgid ""
401
  "Adds language selector to the menus that automatically list all existing "
402
  "pages (using `wp_list_pages`)"
403
  msgstr ""
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:960,
406
- #: includes/options/class-wpglobus-options.php:1348
407
  msgid "Custom CSS"
408
  msgstr ""
409
 
@@ -422,22 +422,22 @@ msgid "Uncheck to disable WPGlobus"
422
  msgstr ""
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:1125,
425
- #: includes/options/class-wpglobus-options.php:1416
426
  msgid "Redirect"
427
  msgstr ""
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:1150,
430
- #: includes/options/class-wpglobus-options.php:1411
431
  msgid "Choose the language automatically, based on:"
432
  msgstr ""
433
 
434
  #: includes/admin/class-wpglobus-customize-options.php:1152,
435
- #: includes/options/class-wpglobus-options.php:1401
436
  msgid "Preferred language set in the browser"
437
  msgstr ""
438
 
439
  #: includes/admin/class-wpglobus-customize-options.php:1153,
440
- #: includes/options/class-wpglobus-options.php:1388
441
  msgid ""
442
  "When a user comes to the site for the first time, try to find the best "
443
  "matching language version of the page."
@@ -446,7 +446,7 @@ msgstr ""
446
  #: includes/admin/class-wpglobus-customize-options.php:1214,
447
  #: includes/admin/class-wpglobus-customize-options.php:1234,
448
  #: includes/admin/class-wpglobus-customize-options.php:1192,
449
- #: includes/options/class-wpglobus-options.php:1360
450
  msgid "Custom JS Code"
451
  msgstr ""
452
 
@@ -488,12 +488,12 @@ msgid ""
488
  msgstr ""
489
 
490
  #: includes/admin/class-wpglobus-customize-options.php:1351,
491
- #: includes/options/class-wpglobus-options.php:600
492
  msgid "Thank you for installing WPGlobus!"
493
  msgstr ""
494
 
495
  #: includes/admin/class-wpglobus-customize-options.php:1355,
496
- #: includes/options/class-wpglobus-options.php:604
497
  msgid "Read About WPGlobus"
498
  msgstr ""
499
 
@@ -503,19 +503,19 @@ msgid ""
503
  msgstr ""
504
 
505
  #: includes/admin/class-wpglobus-customize-options.php:1363,
506
- #: includes/options/class-wpglobus-options.php:640
507
  msgid ""
508
  "Should you have any questions or comments, please do not hesitate to contact "
509
  "us."
510
  msgstr ""
511
 
512
  #: includes/admin/class-wpglobus-customize-options.php:1367,
513
- #: includes/options/class-wpglobus-options.php:644
514
  msgid "Sincerely Yours,"
515
  msgstr ""
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1369,
518
- #: includes/options/class-wpglobus-options.php:646,
519
  #: includes/options/wpglobus-options-header.php:34
520
  msgid "The WPGlobus Team"
521
  msgstr ""
@@ -523,14 +523,14 @@ msgstr ""
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
525
  #: includes/admin/class-wpglobus-customize-options.php:1388,
526
- #: includes/options/class-wpglobus-options.php:681
527
  msgid ""
528
  "We would hate to see you go. If something goes wrong, do not uninstall "
529
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
530
  msgstr ""
531
 
532
  #: includes/admin/class-wpglobus-customize-options.php:1395,
533
- #: includes/options/class-wpglobus-options.php:688
534
  msgid ""
535
  "Please note that if you deactivate WPGlobus, your site will show all the "
536
  "languages together, mixed up. You will need to remove all translations, "
@@ -540,7 +540,7 @@ msgstr ""
540
  #. translators: %s: link to the Clean-up Tool
541
  #. translators: %s: link to the Clean-up Tool.
542
  #: includes/admin/class-wpglobus-customize-options.php:1400,
543
- #: includes/options/class-wpglobus-options.php:692
544
  msgid ""
545
  "If there are just a few places, you should edit them manually. To "
546
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -551,7 +551,7 @@ msgstr ""
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1403,
554
- #: includes/options/class-wpglobus-options.php:669
555
  msgid "%1$sClean-up Tool%2$s"
556
  msgstr ""
557
 
@@ -693,7 +693,7 @@ msgid ""
693
  msgstr ""
694
 
695
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
696
- #: includes/options/class-wpglobus-options.php:718
697
  msgid "Help Desk"
698
  msgstr ""
699
 
@@ -772,7 +772,7 @@ msgid "WPGlobus Recommends:"
772
  msgstr ""
773
 
774
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
775
- #: includes/options/class-wpglobus-options.php:925
776
  msgid "WPGlobus for WooCommerce"
777
  msgstr ""
778
 
@@ -957,8 +957,8 @@ msgid "Language Selector Menu Style"
957
  msgstr ""
958
 
959
  #: includes/options/class-wpglobus-options.php:273,
960
- #: includes/options/class-wpglobus-options.php:794,
961
- #: includes/options/class-wpglobus-options.php:863
962
  msgid "WPGlobus Plus"
963
  msgstr ""
964
 
@@ -984,161 +984,161 @@ msgid ""
984
  "Settings panel properly. Please try another browser."
985
  msgstr ""
986
 
987
- #: includes/options/class-wpglobus-options.php:591,
988
- #: includes/options/class-wpglobus-options.php:1569
989
  msgid "Сompatibility"
990
  msgstr ""
991
 
992
  #. translators: placeholders for "strong" tags.
993
- #: includes/options/class-wpglobus-options.php:608
994
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
995
  msgstr ""
996
 
997
  #. translators: placeholders for "strong" tags.
998
- #: includes/options/class-wpglobus-options.php:611
999
  msgid ""
1000
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1001
  "the language attributes: name, code, flag icon, etc."
1002
  msgstr ""
1003
 
1004
- #: includes/options/class-wpglobus-options.php:614
1005
  msgid "Important notes"
1006
  msgstr "Σημαντικές σημειώσεις"
1007
 
1008
  #. translators: placeholders for "strong" tags.
1009
- #: includes/options/class-wpglobus-options.php:616
1010
  msgid "Version %1$s1.9.17%2$s "
1011
  msgstr ""
1012
 
1013
  #. translators: placeholders for "strong" tags.
1014
- #: includes/options/class-wpglobus-options.php:619
1015
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1016
  msgstr ""
1017
 
1018
  #. translators: placeholders for "strong" tags; compatibility tab link.
1019
- #: includes/options/class-wpglobus-options.php:622
1020
  msgid ""
1021
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1022
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1023
  msgstr ""
1024
 
1025
  #. translators: placeholders for "strong" tags; compatibility tab link.
1026
- #: includes/options/class-wpglobus-options.php:625
1027
  msgid ""
1028
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1029
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1030
  msgstr ""
1031
 
1032
  #. translators: placeholders for "strong" tags.
1033
- #: includes/options/class-wpglobus-options.php:629
1034
  msgid "Version %1$s2.2.11%2$s "
1035
  msgstr ""
1036
 
1037
- #: includes/options/class-wpglobus-options.php:631
1038
  msgid "Starting from this version"
1039
  msgstr ""
1040
 
1041
  #. translators: placeholders for "strong" tags.
1042
- #: includes/options/class-wpglobus-options.php:634
1043
  msgid ""
1044
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1045
  "(CPT)."
1046
  msgstr ""
1047
 
1048
  #. translators: placeholders for "strong" tags.
1049
- #: includes/options/class-wpglobus-options.php:637
1050
  msgid ""
1051
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1052
  "the %1$s[%3$s]%2$s tab."
1053
  msgstr ""
1054
 
1055
- #: includes/options/class-wpglobus-options.php:654
1056
  msgid "Welcome!"
1057
  msgstr ""
1058
 
1059
- #: includes/options/class-wpglobus-options.php:677
1060
  msgid "Deactivating / Uninstalling"
1061
  msgstr ""
1062
 
1063
- #: includes/options/class-wpglobus-options.php:703
1064
  msgid "Uninstall"
1065
  msgstr "Απεγκατάσταση"
1066
 
1067
- #: includes/options/class-wpglobus-options.php:733
1068
  msgid "All add-ons"
1069
  msgstr ""
1070
 
1071
- #: includes/options/class-wpglobus-options.php:748
1072
  msgid "Mobile Menu"
1073
  msgstr ""
1074
 
1075
- #: includes/options/class-wpglobus-options.php:763
1076
  msgid "Language Widgets"
1077
  msgstr ""
1078
 
1079
- #: includes/options/class-wpglobus-options.php:833
1080
  msgid "We Recommend..."
1081
  msgstr ""
1082
 
1083
- #: includes/options/class-wpglobus-options.php:865
1084
  msgid ""
1085
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1086
  "website, such as:"
1087
  msgstr ""
1088
 
1089
- #: includes/options/class-wpglobus-options.php:868
1090
  msgid ""
1091
  "- Ability to write a post in one language and immediately publish it, not "
1092
  "waiting for the translation to other languages;"
1093
  msgstr ""
1094
 
1095
- #: includes/options/class-wpglobus-options.php:871
1096
  msgid "- Set different URLs for each translation;"
1097
  msgstr ""
1098
 
1099
- #: includes/options/class-wpglobus-options.php:874
1100
  msgid ""
1101
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1102
  "for each translation;"
1103
  msgstr ""
1104
 
1105
- #: includes/options/class-wpglobus-options.php:877
1106
  msgid "- and more..."
1107
  msgstr ""
1108
 
1109
- #: includes/options/class-wpglobus-options.php:880,
1110
- #: includes/options/class-wpglobus-options.php:937,
1111
- #: includes/options/class-wpglobus-options.php:995
1112
  msgid "Click here to download"
1113
  msgstr ""
1114
 
1115
- #: includes/options/class-wpglobus-options.php:928
1116
  msgid ""
1117
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1118
  "translate your blog posts and pages to many languages."
1119
  msgstr ""
1120
 
1121
- #: includes/options/class-wpglobus-options.php:931
1122
  msgid "The next step is to translate your WooCommerce-based store!"
1123
  msgstr ""
1124
 
1125
- #: includes/options/class-wpglobus-options.php:934
1126
  msgid ""
1127
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1128
  "translate product titles and descriptions, categories, tags and attributes."
1129
  msgstr ""
1130
 
1131
- #: includes/options/class-wpglobus-options.php:981
1132
  msgid "Multi-currency"
1133
  msgstr ""
1134
 
1135
- #: includes/options/class-wpglobus-options.php:984
1136
  msgid ""
1137
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1138
  "a single currency only."
1139
  msgstr ""
1140
 
1141
- #: includes/options/class-wpglobus-options.php:988
1142
  msgid ""
1143
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1144
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1146,259 +1146,259 @@ msgid ""
1146
  "positioning for global growth!"
1147
  msgstr ""
1148
 
1149
- #: includes/options/class-wpglobus-options.php:992
1150
  msgid ""
1151
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1152
  "re-calculating prices on-the-fly."
1153
  msgstr ""
1154
 
1155
- #: includes/options/class-wpglobus-options.php:1029
1156
  msgid "WPGlobus Premium Add-ons"
1157
  msgstr ""
1158
 
1159
- #: includes/options/class-wpglobus-options.php:1031
1160
  msgid ""
1161
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1162
  "you will be able to:"
1163
  msgstr ""
1164
 
1165
- #: includes/options/class-wpglobus-options.php:1036
1166
  msgid ""
1167
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1168
  "моя-страница and so on);"
1169
  msgstr ""
1170
 
1171
- #: includes/options/class-wpglobus-options.php:1039
1172
  msgid ""
1173
  "Postpone translation to some languages and <strong>publish only the "
1174
  "translated texts</strong>;"
1175
  msgstr ""
1176
 
1177
- #: includes/options/class-wpglobus-options.php:1042
1178
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1179
  msgstr ""
1180
 
1181
- #: includes/options/class-wpglobus-options.php:1045
1182
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1183
  msgstr ""
1184
 
1185
- #: includes/options/class-wpglobus-options.php:1048
1186
  msgid ""
1187
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1188
  "strong>;"
1189
  msgstr ""
1190
 
1191
- #: includes/options/class-wpglobus-options.php:1052
1192
  msgid "...and more."
1193
  msgstr ""
1194
 
1195
- #: includes/options/class-wpglobus-options.php:1055
1196
  msgid "Click here to visit the WPGlobus Store"
1197
  msgstr ""
1198
 
1199
- #: includes/options/class-wpglobus-options.php:1096
1200
  msgid "Select a language"
1201
  msgstr ""
1202
 
1203
  #. translators: %3$s placeholder for the icon (actual picture).
1204
- #: includes/options/class-wpglobus-options.php:1125
1205
  msgid ""
1206
  "Place the %1$smain language%2$s of your site at the top of the list by "
1207
  "dragging the %3$s icons."
1208
  msgstr ""
1209
 
1210
  #. translators: placeholders for the "strong" HTML tags.
1211
- #: includes/options/class-wpglobus-options.php:1128
1212
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1213
  msgstr ""
1214
 
1215
  #. translators: placeholders for the "strong" HTML tags.
1216
- #: includes/options/class-wpglobus-options.php:1131
1217
  msgid "%1$sAdd%2$s more languages using the section below."
1218
  msgstr ""
1219
 
1220
- #: includes/options/class-wpglobus-options.php:1132
1221
  msgid "When done, click the [Save Changes] button."
1222
  msgstr ""
1223
 
1224
  #. translators: %s - placeholder for the "Save Changes" button text.
1225
- #: includes/options/class-wpglobus-options.php:1143
1226
  msgid "Press the %s button to confirm."
1227
  msgstr ""
1228
 
1229
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1230
- #: includes/options/class-wpglobus-options.php:1160
1231
  msgid "-- none --"
1232
  msgstr ""
1233
 
1234
- #: includes/options/class-wpglobus-options.php:1161
1235
  msgid "All menus"
1236
  msgstr ""
1237
 
1238
- #: includes/options/class-wpglobus-options.php:1174
1239
  msgid "Instructions:"
1240
  msgstr ""
1241
 
1242
- #: includes/options/class-wpglobus-options.php:1234
1243
  msgid "(Found in some themes)"
1244
  msgstr ""
1245
 
1246
- #: includes/options/class-wpglobus-options.php:1236
1247
  msgid "Enable"
1248
  msgstr ""
1249
 
1250
- #: includes/options/class-wpglobus-options.php:1251
1251
  msgid "Languages table"
1252
  msgstr ""
1253
 
1254
- #: includes/options/class-wpglobus-options.php:1257
1255
  msgid "Use this table to add, edit or delete languages."
1256
  msgstr ""
1257
 
1258
- #: includes/options/class-wpglobus-options.php:1258
1259
  msgid "NOTE: you cannot remove the main language."
1260
  msgstr ""
1261
 
1262
- #: includes/options/class-wpglobus-options.php:1306
1263
  msgid "WPGlobus is enabled on these Post Types"
1264
  msgstr ""
1265
 
1266
- #: includes/options/class-wpglobus-options.php:1307
1267
  msgid "Uncheck to disable"
1268
  msgstr ""
1269
 
1270
- #: includes/options/class-wpglobus-options.php:1308
1271
  msgid ""
1272
  "Please note that there are post types, which status is managed by other "
1273
  "plugins and cannot be changed here."
1274
  msgstr ""
1275
 
1276
- #: includes/options/class-wpglobus-options.php:1313
1277
  msgid "Post Types"
1278
  msgstr ""
1279
 
1280
- #: includes/options/class-wpglobus-options.php:1329
1281
  msgid ""
1282
  "You should put here only the code provided by WPGlobus Support. Do not write "
1283
  "anything else in the sections below as it might break the functionality of "
1284
  "your website!"
1285
  msgstr ""
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1370
1288
  msgid "Custom Code"
1289
  msgstr "Κωδικός Πελάτη"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1478,
1292
- #: includes/options/class-wpglobus-options.php:1610,
1293
- #: includes/options/class-wpglobus-options.php:1721
1294
  msgid "Enabled"
1295
  msgstr "Ενεργοποιημένο"
1296
 
1297
- #: includes/options/class-wpglobus-options.php:1491
1298
  msgid "Builders support"
1299
  msgstr ""
1300
 
1301
- #: includes/options/class-wpglobus-options.php:1543
1302
  msgid "Builder mode is enabled on these Post Types"
1303
  msgstr ""
1304
 
1305
- #: includes/options/class-wpglobus-options.php:1609
1306
  msgid "Old fashioned language switcher"
1307
  msgstr ""
1308
 
1309
- #: includes/options/class-wpglobus-options.php:1615
1310
  msgid "Block Editor"
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1616
1314
  msgid "Block Editor Options"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1645
1318
  msgid ""
1319
  "With the current settings, you will see the following lines in the section "
1320
  "HEAD of your site pages"
1321
  msgstr ""
1322
 
1323
- #: includes/options/class-wpglobus-options.php:1647
1324
  msgid "(example for two languages)"
1325
  msgstr ""
1326
 
1327
- #: includes/options/class-wpglobus-options.php:1694
1328
  msgid ""
1329
  "Tell search engines about localized versions of your pages using the "
1330
  "hreflang tag"
1331
  msgstr ""
1332
 
1333
- #: includes/options/class-wpglobus-options.php:1703
1334
  msgid "Output the hreflang tag as"
1335
  msgstr ""
1336
 
1337
- #: includes/options/class-wpglobus-options.php:1706
1338
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1339
  msgstr ""
1340
 
1341
- #: includes/options/class-wpglobus-options.php:1707
1342
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1343
  msgstr ""
1344
 
1345
- #: includes/options/class-wpglobus-options.php:1708
1346
  msgid "Language code only (en, ru, etc.)"
1347
  msgstr ""
1348
 
1349
- #: includes/options/class-wpglobus-options.php:1720
1350
  msgid "Use the code `x-default` for the main language"
1351
  msgstr ""
1352
 
1353
- #: includes/options/class-wpglobus-options.php:1726
1354
  msgid "Multilingual SEO"
1355
  msgstr ""
1356
 
1357
- #: includes/options/class-wpglobus-options.php:1727
1358
  msgid "Multilingual SEO Options"
1359
  msgstr ""
1360
 
1361
- #: includes/options/class-wpglobus-options.php:1757
1362
  msgid ""
1363
  "With WPGlobus, you can get translations for posts and pages using REST API."
1364
  msgstr ""
1365
 
1366
- #: includes/options/class-wpglobus-options.php:1784,
1367
- #: includes/options/class-wpglobus-options.php:1792,
1368
- #: includes/options/class-wpglobus-options.php:1765,
1369
- #: includes/options/class-wpglobus-options.php:1773
1370
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1371
  msgstr ""
1372
 
1373
- #: includes/options/class-wpglobus-options.php:1762
1374
  msgid ""
1375
  "For demonstration, you can try the first post that WordPress creates at the "
1376
  "initial installation."
1377
  msgstr ""
1378
 
1379
- #: includes/options/class-wpglobus-options.php:1803
1380
  msgid ""
1381
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1382
  "information."
1383
  msgstr ""
1384
 
1385
- #: includes/options/class-wpglobus-options.php:1810
1386
  msgid ""
1387
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1388
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1389
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1390
  msgstr ""
1391
 
1392
- #: includes/options/class-wpglobus-options.php:1823
1393
  msgid "Description:"
1394
  msgstr ""
1395
 
1396
- #: includes/options/class-wpglobus-options.php:1830,
1397
- #: includes/options/class-wpglobus-options.php:1831
1398
  msgid "REST API"
1399
  msgstr ""
1400
 
1401
- #: includes/options/class-wpglobus-options.php:2164
1402
  msgid "Translate strings"
1403
  msgstr ""
1404
 
304
  msgstr "Βοήθεια"
305
 
306
  #: includes/admin/class-wpglobus-customize-options.php:745,
307
+ #: includes/options/class-wpglobus-options.php:1170
308
  msgid "Languages"
309
  msgstr ""
310
 
311
  #: includes/admin/class-wpglobus-customize-options.php:765,
312
+ #: includes/options/class-wpglobus-options.php:1183
313
  msgid "Enabled Languages"
314
  msgstr ""
315
 
316
  #: includes/admin/class-wpglobus-customize-options.php:767,
317
+ #: includes/options/class-wpglobus-options.php:1184
318
  msgid "These languages are currently enabled on your site."
319
  msgstr ""
320
 
321
  #: includes/admin/class-wpglobus-customize-options.php:795,
322
+ #: includes/options/class-wpglobus-options.php:1142
323
  msgid "Choose a language you would like to enable."
324
  msgstr ""
325
 
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
331
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
332
  #: includes/admin/class-wpglobus-customize-options.php:801,
333
+ #: includes/options/class-wpglobus-options.php:1148
334
  msgid "or Add new Language %1$s here %2$s"
335
  msgstr ""
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:813,
338
+ #: includes/options/class-wpglobus-options.php:1197
339
  msgid "Add Languages"
340
  msgstr ""
341
 
342
  #: includes/admin/class-wpglobus-customize-options.php:833,
343
+ #: includes/options/class-wpglobus-options.php:1205
344
  msgid "Language Selector Mode"
345
  msgstr ""
346
 
347
  #: includes/admin/class-wpglobus-customize-options.php:838,
348
+ #: includes/options/class-wpglobus-options.php:1208
349
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
350
  msgstr ""
351
 
352
  #: includes/admin/class-wpglobus-customize-options.php:839,
353
+ #: includes/options/class-wpglobus-options.php:1209
354
  msgid "Full Name (English, Russian, Italian, etc.)"
355
  msgstr ""
356
 
357
  #: includes/admin/class-wpglobus-customize-options.php:841,
358
+ #: includes/options/class-wpglobus-options.php:1210
359
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
360
  msgstr ""
361
 
362
  #: includes/admin/class-wpglobus-customize-options.php:842,
363
+ #: includes/options/class-wpglobus-options.php:1211
364
  msgid "Flags only"
365
  msgstr ""
366
 
367
  #: includes/admin/class-wpglobus-customize-options.php:844,
368
+ #: includes/options/class-wpglobus-options.php:1206
369
  msgid ""
370
  "Choose the way language name and country flag are shown in the drop-down menu"
371
  msgstr ""
376
 
377
  #: includes/admin/class-wpglobus-customize-options.php:915,
378
  #: includes/admin/class-wpglobus-customize-options.php:888,
379
+ #: includes/options/class-wpglobus-options.php:1224
380
  msgid "Language Selector Menu"
381
  msgstr ""
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:920,
384
  #: includes/admin/class-wpglobus-customize-options.php:899,
385
+ #: includes/options/class-wpglobus-options.php:1225
386
  msgid "Choose the navigation menu where the language selector will be shown"
387
  msgstr ""
388
 
391
  msgstr ""
392
 
393
  #: includes/admin/class-wpglobus-customize-options.php:940,
394
+ #: includes/options/class-wpglobus-options.php:1235
395
  msgid "\"All Pages\" menus Language selector"
396
  msgstr ""
397
 
398
  #: includes/admin/class-wpglobus-customize-options.php:943,
399
+ #: includes/options/class-wpglobus-options.php:1237
400
  msgid ""
401
  "Adds language selector to the menus that automatically list all existing "
402
  "pages (using `wp_list_pages`)"
403
  msgstr ""
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:960,
406
+ #: includes/options/class-wpglobus-options.php:1350
407
  msgid "Custom CSS"
408
  msgstr ""
409
 
422
  msgstr ""
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:1125,
425
+ #: includes/options/class-wpglobus-options.php:1418
426
  msgid "Redirect"
427
  msgstr ""
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:1150,
430
+ #: includes/options/class-wpglobus-options.php:1413
431
  msgid "Choose the language automatically, based on:"
432
  msgstr ""
433
 
434
  #: includes/admin/class-wpglobus-customize-options.php:1152,
435
+ #: includes/options/class-wpglobus-options.php:1403
436
  msgid "Preferred language set in the browser"
437
  msgstr ""
438
 
439
  #: includes/admin/class-wpglobus-customize-options.php:1153,
440
+ #: includes/options/class-wpglobus-options.php:1390
441
  msgid ""
442
  "When a user comes to the site for the first time, try to find the best "
443
  "matching language version of the page."
446
  #: includes/admin/class-wpglobus-customize-options.php:1214,
447
  #: includes/admin/class-wpglobus-customize-options.php:1234,
448
  #: includes/admin/class-wpglobus-customize-options.php:1192,
449
+ #: includes/options/class-wpglobus-options.php:1362
450
  msgid "Custom JS Code"
451
  msgstr ""
452
 
488
  msgstr ""
489
 
490
  #: includes/admin/class-wpglobus-customize-options.php:1351,
491
+ #: includes/options/class-wpglobus-options.php:602
492
  msgid "Thank you for installing WPGlobus!"
493
  msgstr ""
494
 
495
  #: includes/admin/class-wpglobus-customize-options.php:1355,
496
+ #: includes/options/class-wpglobus-options.php:606
497
  msgid "Read About WPGlobus"
498
  msgstr ""
499
 
503
  msgstr ""
504
 
505
  #: includes/admin/class-wpglobus-customize-options.php:1363,
506
+ #: includes/options/class-wpglobus-options.php:642
507
  msgid ""
508
  "Should you have any questions or comments, please do not hesitate to contact "
509
  "us."
510
  msgstr ""
511
 
512
  #: includes/admin/class-wpglobus-customize-options.php:1367,
513
+ #: includes/options/class-wpglobus-options.php:646
514
  msgid "Sincerely Yours,"
515
  msgstr ""
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1369,
518
+ #: includes/options/class-wpglobus-options.php:648,
519
  #: includes/options/wpglobus-options-header.php:34
520
  msgid "The WPGlobus Team"
521
  msgstr ""
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
525
  #: includes/admin/class-wpglobus-customize-options.php:1388,
526
+ #: includes/options/class-wpglobus-options.php:683
527
  msgid ""
528
  "We would hate to see you go. If something goes wrong, do not uninstall "
529
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
530
  msgstr ""
531
 
532
  #: includes/admin/class-wpglobus-customize-options.php:1395,
533
+ #: includes/options/class-wpglobus-options.php:690
534
  msgid ""
535
  "Please note that if you deactivate WPGlobus, your site will show all the "
536
  "languages together, mixed up. You will need to remove all translations, "
540
  #. translators: %s: link to the Clean-up Tool
541
  #. translators: %s: link to the Clean-up Tool.
542
  #: includes/admin/class-wpglobus-customize-options.php:1400,
543
+ #: includes/options/class-wpglobus-options.php:694
544
  msgid ""
545
  "If there are just a few places, you should edit them manually. To "
546
  "automatically remove all translations at once, you can use the %s. WARNING: "
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1403,
554
+ #: includes/options/class-wpglobus-options.php:671
555
  msgid "%1$sClean-up Tool%2$s"
556
  msgstr ""
557
 
693
  msgstr ""
694
 
695
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
696
+ #: includes/options/class-wpglobus-options.php:720
697
  msgid "Help Desk"
698
  msgstr ""
699
 
772
  msgstr ""
773
 
774
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
775
+ #: includes/options/class-wpglobus-options.php:927
776
  msgid "WPGlobus for WooCommerce"
777
  msgstr ""
778
 
957
  msgstr ""
958
 
959
  #: includes/options/class-wpglobus-options.php:273,
960
+ #: includes/options/class-wpglobus-options.php:796,
961
+ #: includes/options/class-wpglobus-options.php:865
962
  msgid "WPGlobus Plus"
963
  msgstr ""
964
 
984
  "Settings panel properly. Please try another browser."
985
  msgstr ""
986
 
987
+ #: includes/options/class-wpglobus-options.php:593,
988
+ #: includes/options/class-wpglobus-options.php:1571
989
  msgid "Сompatibility"
990
  msgstr ""
991
 
992
  #. translators: placeholders for "strong" tags.
993
+ #: includes/options/class-wpglobus-options.php:610
994
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
995
  msgstr ""
996
 
997
  #. translators: placeholders for "strong" tags.
998
+ #: includes/options/class-wpglobus-options.php:613
999
  msgid ""
1000
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1001
  "the language attributes: name, code, flag icon, etc."
1002
  msgstr ""
1003
 
1004
+ #: includes/options/class-wpglobus-options.php:616
1005
  msgid "Important notes"
1006
  msgstr "Σημαντικές σημειώσεις"
1007
 
1008
  #. translators: placeholders for "strong" tags.
1009
+ #: includes/options/class-wpglobus-options.php:618
1010
  msgid "Version %1$s1.9.17%2$s "
1011
  msgstr ""
1012
 
1013
  #. translators: placeholders for "strong" tags.
1014
+ #: includes/options/class-wpglobus-options.php:621
1015
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1016
  msgstr ""
1017
 
1018
  #. translators: placeholders for "strong" tags; compatibility tab link.
1019
+ #: includes/options/class-wpglobus-options.php:624
1020
  msgid ""
1021
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1022
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1023
  msgstr ""
1024
 
1025
  #. translators: placeholders for "strong" tags; compatibility tab link.
1026
+ #: includes/options/class-wpglobus-options.php:627
1027
  msgid ""
1028
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1029
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1030
  msgstr ""
1031
 
1032
  #. translators: placeholders for "strong" tags.
1033
+ #: includes/options/class-wpglobus-options.php:631
1034
  msgid "Version %1$s2.2.11%2$s "
1035
  msgstr ""
1036
 
1037
+ #: includes/options/class-wpglobus-options.php:633
1038
  msgid "Starting from this version"
1039
  msgstr ""
1040
 
1041
  #. translators: placeholders for "strong" tags.
1042
+ #: includes/options/class-wpglobus-options.php:636
1043
  msgid ""
1044
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1045
  "(CPT)."
1046
  msgstr ""
1047
 
1048
  #. translators: placeholders for "strong" tags.
1049
+ #: includes/options/class-wpglobus-options.php:639
1050
  msgid ""
1051
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1052
  "the %1$s[%3$s]%2$s tab."
1053
  msgstr ""
1054
 
1055
+ #: includes/options/class-wpglobus-options.php:656
1056
  msgid "Welcome!"
1057
  msgstr ""
1058
 
1059
+ #: includes/options/class-wpglobus-options.php:679
1060
  msgid "Deactivating / Uninstalling"
1061
  msgstr ""
1062
 
1063
+ #: includes/options/class-wpglobus-options.php:705
1064
  msgid "Uninstall"
1065
  msgstr "Απεγκατάσταση"
1066
 
1067
+ #: includes/options/class-wpglobus-options.php:735
1068
  msgid "All add-ons"
1069
  msgstr ""
1070
 
1071
+ #: includes/options/class-wpglobus-options.php:750
1072
  msgid "Mobile Menu"
1073
  msgstr ""
1074
 
1075
+ #: includes/options/class-wpglobus-options.php:765
1076
  msgid "Language Widgets"
1077
  msgstr ""
1078
 
1079
+ #: includes/options/class-wpglobus-options.php:835
1080
  msgid "We Recommend..."
1081
  msgstr ""
1082
 
1083
+ #: includes/options/class-wpglobus-options.php:867
1084
  msgid ""
1085
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1086
  "website, such as:"
1087
  msgstr ""
1088
 
1089
+ #: includes/options/class-wpglobus-options.php:870
1090
  msgid ""
1091
  "- Ability to write a post in one language and immediately publish it, not "
1092
  "waiting for the translation to other languages;"
1093
  msgstr ""
1094
 
1095
+ #: includes/options/class-wpglobus-options.php:873
1096
  msgid "- Set different URLs for each translation;"
1097
  msgstr ""
1098
 
1099
+ #: includes/options/class-wpglobus-options.php:876
1100
  msgid ""
1101
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1102
  "for each translation;"
1103
  msgstr ""
1104
 
1105
+ #: includes/options/class-wpglobus-options.php:879
1106
  msgid "- and more..."
1107
  msgstr ""
1108
 
1109
+ #: includes/options/class-wpglobus-options.php:882,
1110
+ #: includes/options/class-wpglobus-options.php:939,
1111
+ #: includes/options/class-wpglobus-options.php:997
1112
  msgid "Click here to download"
1113
  msgstr ""
1114
 
1115
+ #: includes/options/class-wpglobus-options.php:930
1116
  msgid ""
1117
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1118
  "translate your blog posts and pages to many languages."
1119
  msgstr ""
1120
 
1121
+ #: includes/options/class-wpglobus-options.php:933
1122
  msgid "The next step is to translate your WooCommerce-based store!"
1123
  msgstr ""
1124
 
1125
+ #: includes/options/class-wpglobus-options.php:936
1126
  msgid ""
1127
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1128
  "translate product titles and descriptions, categories, tags and attributes."
1129
  msgstr ""
1130
 
1131
+ #: includes/options/class-wpglobus-options.php:983
1132
  msgid "Multi-currency"
1133
  msgstr ""
1134
 
1135
+ #: includes/options/class-wpglobus-options.php:986
1136
  msgid ""
1137
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1138
  "a single currency only."
1139
  msgstr ""
1140
 
1141
+ #: includes/options/class-wpglobus-options.php:990
1142
  msgid ""
1143
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1144
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1146
  "positioning for global growth!"
1147
  msgstr ""
1148
 
1149
+ #: includes/options/class-wpglobus-options.php:994
1150
  msgid ""
1151
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1152
  "re-calculating prices on-the-fly."
1153
  msgstr ""
1154
 
1155
+ #: includes/options/class-wpglobus-options.php:1031
1156
  msgid "WPGlobus Premium Add-ons"
1157
  msgstr ""
1158
 
1159
+ #: includes/options/class-wpglobus-options.php:1033
1160
  msgid ""
1161
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1162
  "you will be able to:"
1163
  msgstr ""
1164
 
1165
+ #: includes/options/class-wpglobus-options.php:1038
1166
  msgid ""
1167
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1168
  "моя-страница and so on);"
1169
  msgstr ""
1170
 
1171
+ #: includes/options/class-wpglobus-options.php:1041
1172
  msgid ""
1173
  "Postpone translation to some languages and <strong>publish only the "
1174
  "translated texts</strong>;"
1175
  msgstr ""
1176
 
1177
+ #: includes/options/class-wpglobus-options.php:1044
1178
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1179
  msgstr ""
1180
 
1181
+ #: includes/options/class-wpglobus-options.php:1047
1182
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1183
  msgstr ""
1184
 
1185
+ #: includes/options/class-wpglobus-options.php:1050
1186
  msgid ""
1187
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1188
  "strong>;"
1189
  msgstr ""
1190
 
1191
+ #: includes/options/class-wpglobus-options.php:1054
1192
  msgid "...and more."
1193
  msgstr ""
1194
 
1195
+ #: includes/options/class-wpglobus-options.php:1057
1196
  msgid "Click here to visit the WPGlobus Store"
1197
  msgstr ""
1198
 
1199
+ #: includes/options/class-wpglobus-options.php:1098
1200
  msgid "Select a language"
1201
  msgstr ""
1202
 
1203
  #. translators: %3$s placeholder for the icon (actual picture).
1204
+ #: includes/options/class-wpglobus-options.php:1127
1205
  msgid ""
1206
  "Place the %1$smain language%2$s of your site at the top of the list by "
1207
  "dragging the %3$s icons."
1208
  msgstr ""
1209
 
1210
  #. translators: placeholders for the "strong" HTML tags.
1211
+ #: includes/options/class-wpglobus-options.php:1130
1212
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1213
  msgstr ""
1214
 
1215
  #. translators: placeholders for the "strong" HTML tags.
1216
+ #: includes/options/class-wpglobus-options.php:1133
1217
  msgid "%1$sAdd%2$s more languages using the section below."
1218
  msgstr ""
1219
 
1220
+ #: includes/options/class-wpglobus-options.php:1134
1221
  msgid "When done, click the [Save Changes] button."
1222
  msgstr ""
1223
 
1224
  #. translators: %s - placeholder for the "Save Changes" button text.
1225
+ #: includes/options/class-wpglobus-options.php:1145
1226
  msgid "Press the %s button to confirm."
1227
  msgstr ""
1228
 
1229
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1230
+ #: includes/options/class-wpglobus-options.php:1162
1231
  msgid "-- none --"
1232
  msgstr ""
1233
 
1234
+ #: includes/options/class-wpglobus-options.php:1163
1235
  msgid "All menus"
1236
  msgstr ""
1237
 
1238
+ #: includes/options/class-wpglobus-options.php:1176
1239
  msgid "Instructions:"
1240
  msgstr ""
1241
 
1242
+ #: includes/options/class-wpglobus-options.php:1236
1243
  msgid "(Found in some themes)"
1244
  msgstr ""
1245
 
1246
+ #: includes/options/class-wpglobus-options.php:1238
1247
  msgid "Enable"
1248
  msgstr ""
1249
 
1250
+ #: includes/options/class-wpglobus-options.php:1253
1251
  msgid "Languages table"
1252
  msgstr ""
1253
 
1254
+ #: includes/options/class-wpglobus-options.php:1259
1255
  msgid "Use this table to add, edit or delete languages."
1256
  msgstr ""
1257
 
1258
+ #: includes/options/class-wpglobus-options.php:1260
1259
  msgid "NOTE: you cannot remove the main language."
1260
  msgstr ""
1261
 
1262
+ #: includes/options/class-wpglobus-options.php:1308
1263
  msgid "WPGlobus is enabled on these Post Types"
1264
  msgstr ""
1265
 
1266
+ #: includes/options/class-wpglobus-options.php:1309
1267
  msgid "Uncheck to disable"
1268
  msgstr ""
1269
 
1270
+ #: includes/options/class-wpglobus-options.php:1310
1271
  msgid ""
1272
  "Please note that there are post types, which status is managed by other "
1273
  "plugins and cannot be changed here."
1274
  msgstr ""
1275
 
1276
+ #: includes/options/class-wpglobus-options.php:1315
1277
  msgid "Post Types"
1278
  msgstr ""
1279
 
1280
+ #: includes/options/class-wpglobus-options.php:1331
1281
  msgid ""
1282
  "You should put here only the code provided by WPGlobus Support. Do not write "
1283
  "anything else in the sections below as it might break the functionality of "
1284
  "your website!"
1285
  msgstr ""
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1372
1288
  msgid "Custom Code"
1289
  msgstr "Κωδικός Πελάτη"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1480,
1292
+ #: includes/options/class-wpglobus-options.php:1612,
1293
+ #: includes/options/class-wpglobus-options.php:1723
1294
  msgid "Enabled"
1295
  msgstr "Ενεργοποιημένο"
1296
 
1297
+ #: includes/options/class-wpglobus-options.php:1493
1298
  msgid "Builders support"
1299
  msgstr ""
1300
 
1301
+ #: includes/options/class-wpglobus-options.php:1545
1302
  msgid "Builder mode is enabled on these Post Types"
1303
  msgstr ""
1304
 
1305
+ #: includes/options/class-wpglobus-options.php:1611
1306
  msgid "Old fashioned language switcher"
1307
  msgstr ""
1308
 
1309
+ #: includes/options/class-wpglobus-options.php:1617
1310
  msgid "Block Editor"
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1618
1314
  msgid "Block Editor Options"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1647
1318
  msgid ""
1319
  "With the current settings, you will see the following lines in the section "
1320
  "HEAD of your site pages"
1321
  msgstr ""
1322
 
1323
+ #: includes/options/class-wpglobus-options.php:1649
1324
  msgid "(example for two languages)"
1325
  msgstr ""
1326
 
1327
+ #: includes/options/class-wpglobus-options.php:1696
1328
  msgid ""
1329
  "Tell search engines about localized versions of your pages using the "
1330
  "hreflang tag"
1331
  msgstr ""
1332
 
1333
+ #: includes/options/class-wpglobus-options.php:1705
1334
  msgid "Output the hreflang tag as"
1335
  msgstr ""
1336
 
1337
+ #: includes/options/class-wpglobus-options.php:1708
1338
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1339
  msgstr ""
1340
 
1341
+ #: includes/options/class-wpglobus-options.php:1709
1342
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1343
  msgstr ""
1344
 
1345
+ #: includes/options/class-wpglobus-options.php:1710
1346
  msgid "Language code only (en, ru, etc.)"
1347
  msgstr ""
1348
 
1349
+ #: includes/options/class-wpglobus-options.php:1722
1350
  msgid "Use the code `x-default` for the main language"
1351
  msgstr ""
1352
 
1353
+ #: includes/options/class-wpglobus-options.php:1728
1354
  msgid "Multilingual SEO"
1355
  msgstr ""
1356
 
1357
+ #: includes/options/class-wpglobus-options.php:1729
1358
  msgid "Multilingual SEO Options"
1359
  msgstr ""
1360
 
1361
+ #: includes/options/class-wpglobus-options.php:1766
1362
  msgid ""
1363
  "With WPGlobus, you can get translations for posts and pages using REST API."
1364
  msgstr ""
1365
 
1366
+ #: includes/options/class-wpglobus-options.php:1793,
1367
+ #: includes/options/class-wpglobus-options.php:1801,
1368
+ #: includes/options/class-wpglobus-options.php:1774,
1369
+ #: includes/options/class-wpglobus-options.php:1782
1370
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1371
  msgstr ""
1372
 
1373
+ #: includes/options/class-wpglobus-options.php:1771
1374
  msgid ""
1375
  "For demonstration, you can try the first post that WordPress creates at the "
1376
  "initial installation."
1377
  msgstr ""
1378
 
1379
+ #: includes/options/class-wpglobus-options.php:1812
1380
  msgid ""
1381
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1382
  "information."
1383
  msgstr ""
1384
 
1385
+ #: includes/options/class-wpglobus-options.php:1819
1386
  msgid ""
1387
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1388
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1389
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1390
  msgstr ""
1391
 
1392
+ #: includes/options/class-wpglobus-options.php:1832
1393
  msgid "Description:"
1394
  msgstr ""
1395
 
1396
+ #: includes/options/class-wpglobus-options.php:1839,
1397
+ #: includes/options/class-wpglobus-options.php:1840
1398
  msgid "REST API"
1399
  msgstr ""
1400
 
1401
+ #: includes/options/class-wpglobus-options.php:2173
1402
  msgid "Translate strings"
1403
  msgstr ""
1404
 
languages/wpglobus-en_AU.po CHANGED
@@ -348,22 +348,22 @@ msgid "Help"
348
  msgstr "Help"
349
 
350
  #: includes/admin/class-wpglobus-customize-options.php:745,
351
- #: includes/options/class-wpglobus-options.php:1168
352
  msgid "Languages"
353
  msgstr "Languages"
354
 
355
  #: includes/admin/class-wpglobus-customize-options.php:765,
356
- #: includes/options/class-wpglobus-options.php:1181
357
  msgid "Enabled Languages"
358
  msgstr "Enabled Languages"
359
 
360
  #: includes/admin/class-wpglobus-customize-options.php:767,
361
- #: includes/options/class-wpglobus-options.php:1182
362
  msgid "These languages are currently enabled on your site."
363
  msgstr "These languages are currently enabled on your site."
364
 
365
  #: includes/admin/class-wpglobus-customize-options.php:795,
366
- #: includes/options/class-wpglobus-options.php:1140
367
  msgid "Choose a language you would like to enable."
368
  msgstr ""
369
 
@@ -374,42 +374,42 @@ msgstr ""
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
375
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
376
  #: includes/admin/class-wpglobus-customize-options.php:801,
377
- #: includes/options/class-wpglobus-options.php:1146
378
  msgid "or Add new Language %1$s here %2$s"
379
  msgstr "or Add new Language %1$s here %2$s"
380
 
381
  #: includes/admin/class-wpglobus-customize-options.php:813,
382
- #: includes/options/class-wpglobus-options.php:1195
383
  msgid "Add Languages"
384
  msgstr "Add Languages"
385
 
386
  #: includes/admin/class-wpglobus-customize-options.php:833,
387
- #: includes/options/class-wpglobus-options.php:1203
388
  msgid "Language Selector Mode"
389
  msgstr "Language Selector Mode"
390
 
391
  #: includes/admin/class-wpglobus-customize-options.php:838,
392
- #: includes/options/class-wpglobus-options.php:1206
393
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
394
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
395
 
396
  #: includes/admin/class-wpglobus-customize-options.php:839,
397
- #: includes/options/class-wpglobus-options.php:1207
398
  msgid "Full Name (English, Russian, Italian, etc.)"
399
  msgstr "Full Name (English, Russian, Italian, etc.)"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:841,
402
- #: includes/options/class-wpglobus-options.php:1208
403
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
404
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
405
 
406
  #: includes/admin/class-wpglobus-customize-options.php:842,
407
- #: includes/options/class-wpglobus-options.php:1209
408
  msgid "Flags only"
409
  msgstr "Flags only"
410
 
411
  #: includes/admin/class-wpglobus-customize-options.php:844,
412
- #: includes/options/class-wpglobus-options.php:1204
413
  msgid ""
414
  "Choose the way language name and country flag are shown in the drop-down menu"
415
  msgstr ""
@@ -421,13 +421,13 @@ msgstr ""
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:915,
423
  #: includes/admin/class-wpglobus-customize-options.php:888,
424
- #: includes/options/class-wpglobus-options.php:1222
425
  msgid "Language Selector Menu"
426
  msgstr "Language Selector Menu"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:920,
429
  #: includes/admin/class-wpglobus-customize-options.php:899,
430
- #: includes/options/class-wpglobus-options.php:1223
431
  msgid "Choose the navigation menu where the language selector will be shown"
432
  msgstr "Choose the navigation menu where the language selector will be shown"
433
 
@@ -436,12 +436,12 @@ msgid "No menus have been created yet. Create some."
436
  msgstr "No menus have been created yet. Create some."
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:940,
439
- #: includes/options/class-wpglobus-options.php:1233
440
  msgid "\"All Pages\" menus Language selector"
441
  msgstr "\"All Pages\" menus Language selector"
442
 
443
  #: includes/admin/class-wpglobus-customize-options.php:943,
444
- #: includes/options/class-wpglobus-options.php:1235
445
  msgid ""
446
  "Adds language selector to the menus that automatically list all existing "
447
  "pages (using `wp_list_pages`)"
@@ -450,7 +450,7 @@ msgstr ""
450
  "pages (using `wp_list_pages`)"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:960,
453
- #: includes/options/class-wpglobus-options.php:1348
454
  msgid "Custom CSS"
455
  msgstr "Custom CSS"
456
 
@@ -471,22 +471,22 @@ msgid "Uncheck to disable WPGlobus"
471
  msgstr "Uncheck to disable WPGlobus"
472
 
473
  #: includes/admin/class-wpglobus-customize-options.php:1125,
474
- #: includes/options/class-wpglobus-options.php:1416
475
  msgid "Redirect"
476
  msgstr "Redirect"
477
 
478
  #: includes/admin/class-wpglobus-customize-options.php:1150,
479
- #: includes/options/class-wpglobus-options.php:1411
480
  msgid "Choose the language automatically, based on:"
481
  msgstr "Choose the language automatically, based on:"
482
 
483
  #: includes/admin/class-wpglobus-customize-options.php:1152,
484
- #: includes/options/class-wpglobus-options.php:1401
485
  msgid "Preferred language set in the browser"
486
  msgstr "Preferred language set in the browser"
487
 
488
  #: includes/admin/class-wpglobus-customize-options.php:1153,
489
- #: includes/options/class-wpglobus-options.php:1388
490
  msgid ""
491
  "When a user comes to the site for the first time, try to find the best "
492
  "matching language version of the page."
@@ -497,7 +497,7 @@ msgstr ""
497
  #: includes/admin/class-wpglobus-customize-options.php:1214,
498
  #: includes/admin/class-wpglobus-customize-options.php:1234,
499
  #: includes/admin/class-wpglobus-customize-options.php:1192,
500
- #: includes/options/class-wpglobus-options.php:1360
501
  msgid "Custom JS Code"
502
  msgstr "Custom JS Code"
503
 
@@ -541,12 +541,12 @@ msgstr ""
541
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1351,
544
- #: includes/options/class-wpglobus-options.php:600
545
  msgid "Thank you for installing WPGlobus!"
546
  msgstr "Thank you for installing WPGlobus!"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1355,
549
- #: includes/options/class-wpglobus-options.php:604
550
  msgid "Read About WPGlobus"
551
  msgstr "Read About WPGlobus"
552
 
@@ -557,7 +557,7 @@ msgstr ""
557
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1363,
560
- #: includes/options/class-wpglobus-options.php:640
561
  msgid ""
562
  "Should you have any questions or comments, please do not hesitate to contact "
563
  "us."
@@ -566,12 +566,12 @@ msgstr ""
566
  "us."
567
 
568
  #: includes/admin/class-wpglobus-customize-options.php:1367,
569
- #: includes/options/class-wpglobus-options.php:644
570
  msgid "Sincerely Yours,"
571
  msgstr "Sincerely Yours,"
572
 
573
  #: includes/admin/class-wpglobus-customize-options.php:1369,
574
- #: includes/options/class-wpglobus-options.php:646,
575
  #: includes/options/wpglobus-options-header.php:34
576
  msgid "The WPGlobus Team"
577
  msgstr "The WPGlobus Team"
@@ -579,7 +579,7 @@ msgstr "The WPGlobus Team"
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1388,
582
- #: includes/options/class-wpglobus-options.php:681
583
  msgid ""
584
  "We would hate to see you go. If something goes wrong, do not uninstall "
585
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -588,7 +588,7 @@ msgstr ""
588
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
589
 
590
  #: includes/admin/class-wpglobus-customize-options.php:1395,
591
- #: includes/options/class-wpglobus-options.php:688
592
  msgid ""
593
  "Please note that if you deactivate WPGlobus, your site will show all the "
594
  "languages together, mixed up. You will need to remove all translations, "
@@ -601,7 +601,7 @@ msgstr ""
601
  #. translators: %s: link to the Clean-up Tool
602
  #. translators: %s: link to the Clean-up Tool.
603
  #: includes/admin/class-wpglobus-customize-options.php:1400,
604
- #: includes/options/class-wpglobus-options.php:692
605
  msgid ""
606
  "If there are just a few places, you should edit them manually. To "
607
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -616,7 +616,7 @@ msgstr ""
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
618
  #: includes/admin/class-wpglobus-customize-options.php:1403,
619
- #: includes/options/class-wpglobus-options.php:669
620
  msgid "%1$sClean-up Tool%2$s"
621
  msgstr "%1$sClean-up Tool%2$s"
622
 
@@ -760,7 +760,7 @@ msgid ""
760
  msgstr ""
761
 
762
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
763
- #: includes/options/class-wpglobus-options.php:718
764
  msgid "Help Desk"
765
  msgstr "Help Desk"
766
 
@@ -842,7 +842,7 @@ msgid "WPGlobus Recommends:"
842
  msgstr "WPGlobus Recommends:"
843
 
844
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
845
- #: includes/options/class-wpglobus-options.php:925
846
  msgid "WPGlobus for WooCommerce"
847
  msgstr "WPGlobus for WooCommerce"
848
 
@@ -1031,8 +1031,8 @@ msgid "Language Selector Menu Style"
1031
  msgstr ""
1032
 
1033
  #: includes/options/class-wpglobus-options.php:273,
1034
- #: includes/options/class-wpglobus-options.php:794,
1035
- #: includes/options/class-wpglobus-options.php:863
1036
  msgid "WPGlobus Plus"
1037
  msgstr ""
1038
 
@@ -1058,161 +1058,161 @@ msgid ""
1058
  "Settings panel properly. Please try another browser."
1059
  msgstr ""
1060
 
1061
- #: includes/options/class-wpglobus-options.php:591,
1062
- #: includes/options/class-wpglobus-options.php:1569
1063
  msgid "Сompatibility"
1064
  msgstr ""
1065
 
1066
  #. translators: placeholders for "strong" tags.
1067
- #: includes/options/class-wpglobus-options.php:608
1068
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1069
  msgstr ""
1070
 
1071
  #. translators: placeholders for "strong" tags.
1072
- #: includes/options/class-wpglobus-options.php:611
1073
  msgid ""
1074
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1075
  "the language attributes: name, code, flag icon, etc."
1076
  msgstr ""
1077
 
1078
- #: includes/options/class-wpglobus-options.php:614
1079
  msgid "Important notes"
1080
  msgstr ""
1081
 
1082
  #. translators: placeholders for "strong" tags.
1083
- #: includes/options/class-wpglobus-options.php:616
1084
  msgid "Version %1$s1.9.17%2$s "
1085
  msgstr ""
1086
 
1087
  #. translators: placeholders for "strong" tags.
1088
- #: includes/options/class-wpglobus-options.php:619
1089
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1090
  msgstr ""
1091
 
1092
  #. translators: placeholders for "strong" tags; compatibility tab link.
1093
- #: includes/options/class-wpglobus-options.php:622
1094
  msgid ""
1095
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1096
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1097
  msgstr ""
1098
 
1099
  #. translators: placeholders for "strong" tags; compatibility tab link.
1100
- #: includes/options/class-wpglobus-options.php:625
1101
  msgid ""
1102
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1103
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1104
  msgstr ""
1105
 
1106
  #. translators: placeholders for "strong" tags.
1107
- #: includes/options/class-wpglobus-options.php:629
1108
  msgid "Version %1$s2.2.11%2$s "
1109
  msgstr ""
1110
 
1111
- #: includes/options/class-wpglobus-options.php:631
1112
  msgid "Starting from this version"
1113
  msgstr ""
1114
 
1115
  #. translators: placeholders for "strong" tags.
1116
- #: includes/options/class-wpglobus-options.php:634
1117
  msgid ""
1118
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1119
  "(CPT)."
1120
  msgstr ""
1121
 
1122
  #. translators: placeholders for "strong" tags.
1123
- #: includes/options/class-wpglobus-options.php:637
1124
  msgid ""
1125
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1126
  "the %1$s[%3$s]%2$s tab."
1127
  msgstr ""
1128
 
1129
- #: includes/options/class-wpglobus-options.php:654
1130
  msgid "Welcome!"
1131
  msgstr "Welcome!"
1132
 
1133
- #: includes/options/class-wpglobus-options.php:677
1134
  msgid "Deactivating / Uninstalling"
1135
  msgstr "Deactivating / Uninstalling"
1136
 
1137
- #: includes/options/class-wpglobus-options.php:703
1138
  msgid "Uninstall"
1139
  msgstr ""
1140
 
1141
- #: includes/options/class-wpglobus-options.php:733
1142
  msgid "All add-ons"
1143
  msgstr ""
1144
 
1145
- #: includes/options/class-wpglobus-options.php:748
1146
  msgid "Mobile Menu"
1147
  msgstr ""
1148
 
1149
- #: includes/options/class-wpglobus-options.php:763
1150
  msgid "Language Widgets"
1151
  msgstr ""
1152
 
1153
- #: includes/options/class-wpglobus-options.php:833
1154
  msgid "We Recommend..."
1155
  msgstr ""
1156
 
1157
- #: includes/options/class-wpglobus-options.php:865
1158
  msgid ""
1159
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1160
  "website, such as:"
1161
  msgstr ""
1162
 
1163
- #: includes/options/class-wpglobus-options.php:868
1164
  msgid ""
1165
  "- Ability to write a post in one language and immediately publish it, not "
1166
  "waiting for the translation to other languages;"
1167
  msgstr ""
1168
 
1169
- #: includes/options/class-wpglobus-options.php:871
1170
  msgid "- Set different URLs for each translation;"
1171
  msgstr ""
1172
 
1173
- #: includes/options/class-wpglobus-options.php:874
1174
  msgid ""
1175
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1176
  "for each translation;"
1177
  msgstr ""
1178
 
1179
- #: includes/options/class-wpglobus-options.php:877
1180
  msgid "- and more..."
1181
  msgstr ""
1182
 
1183
- #: includes/options/class-wpglobus-options.php:880,
1184
- #: includes/options/class-wpglobus-options.php:937,
1185
- #: includes/options/class-wpglobus-options.php:995
1186
  msgid "Click here to download"
1187
  msgstr ""
1188
 
1189
- #: includes/options/class-wpglobus-options.php:928
1190
  msgid ""
1191
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1192
  "translate your blog posts and pages to many languages."
1193
  msgstr ""
1194
 
1195
- #: includes/options/class-wpglobus-options.php:931
1196
  msgid "The next step is to translate your WooCommerce-based store!"
1197
  msgstr ""
1198
 
1199
- #: includes/options/class-wpglobus-options.php:934
1200
  msgid ""
1201
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1202
  "translate product titles and descriptions, categories, tags and attributes."
1203
  msgstr ""
1204
 
1205
- #: includes/options/class-wpglobus-options.php:981
1206
  msgid "Multi-currency"
1207
  msgstr ""
1208
 
1209
- #: includes/options/class-wpglobus-options.php:984
1210
  msgid ""
1211
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1212
  "a single currency only."
1213
  msgstr ""
1214
 
1215
- #: includes/options/class-wpglobus-options.php:988
1216
  msgid ""
1217
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1218
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1220,259 +1220,259 @@ msgid ""
1220
  "positioning for global growth!"
1221
  msgstr ""
1222
 
1223
- #: includes/options/class-wpglobus-options.php:992
1224
  msgid ""
1225
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1226
  "re-calculating prices on-the-fly."
1227
  msgstr ""
1228
 
1229
- #: includes/options/class-wpglobus-options.php:1029
1230
  msgid "WPGlobus Premium Add-ons"
1231
  msgstr ""
1232
 
1233
- #: includes/options/class-wpglobus-options.php:1031
1234
  msgid ""
1235
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1236
  "you will be able to:"
1237
  msgstr ""
1238
 
1239
- #: includes/options/class-wpglobus-options.php:1036
1240
  msgid ""
1241
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1242
  "моя-страница and so on);"
1243
  msgstr ""
1244
 
1245
- #: includes/options/class-wpglobus-options.php:1039
1246
  msgid ""
1247
  "Postpone translation to some languages and <strong>publish only the "
1248
  "translated texts</strong>;"
1249
  msgstr ""
1250
 
1251
- #: includes/options/class-wpglobus-options.php:1042
1252
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1253
  msgstr ""
1254
 
1255
- #: includes/options/class-wpglobus-options.php:1045
1256
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1257
  msgstr ""
1258
 
1259
- #: includes/options/class-wpglobus-options.php:1048
1260
  msgid ""
1261
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1262
  "strong>;"
1263
  msgstr ""
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1052
1266
  msgid "...and more."
1267
  msgstr ""
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1055
1270
  msgid "Click here to visit the WPGlobus Store"
1271
  msgstr ""
1272
 
1273
- #: includes/options/class-wpglobus-options.php:1096
1274
  msgid "Select a language"
1275
  msgstr "Select a language"
1276
 
1277
  #. translators: %3$s placeholder for the icon (actual picture).
1278
- #: includes/options/class-wpglobus-options.php:1125
1279
  msgid ""
1280
  "Place the %1$smain language%2$s of your site at the top of the list by "
1281
  "dragging the %3$s icons."
1282
  msgstr ""
1283
 
1284
  #. translators: placeholders for the "strong" HTML tags.
1285
- #: includes/options/class-wpglobus-options.php:1128
1286
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1287
  msgstr ""
1288
 
1289
  #. translators: placeholders for the "strong" HTML tags.
1290
- #: includes/options/class-wpglobus-options.php:1131
1291
  msgid "%1$sAdd%2$s more languages using the section below."
1292
  msgstr ""
1293
 
1294
- #: includes/options/class-wpglobus-options.php:1132
1295
  msgid "When done, click the [Save Changes] button."
1296
  msgstr "When done, click the [Save Changes] button."
1297
 
1298
  #. translators: %s - placeholder for the "Save Changes" button text.
1299
- #: includes/options/class-wpglobus-options.php:1143
1300
  msgid "Press the %s button to confirm."
1301
  msgstr ""
1302
 
1303
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1304
- #: includes/options/class-wpglobus-options.php:1160
1305
  msgid "-- none --"
1306
  msgstr ""
1307
 
1308
- #: includes/options/class-wpglobus-options.php:1161
1309
  msgid "All menus"
1310
  msgstr ""
1311
 
1312
- #: includes/options/class-wpglobus-options.php:1174
1313
  msgid "Instructions:"
1314
  msgstr "Instructions:"
1315
 
1316
- #: includes/options/class-wpglobus-options.php:1234
1317
  msgid "(Found in some themes)"
1318
  msgstr "(Found in some themes)"
1319
 
1320
- #: includes/options/class-wpglobus-options.php:1236
1321
  msgid "Enable"
1322
  msgstr "Enable"
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1251
1325
  msgid "Languages table"
1326
  msgstr "Languages table"
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1257
1329
  msgid "Use this table to add, edit or delete languages."
1330
  msgstr "Use this table to add, edit or delete languages."
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1258
1333
  msgid "NOTE: you cannot remove the main language."
1334
  msgstr "NOTE: you cannot remove the main language."
1335
 
1336
- #: includes/options/class-wpglobus-options.php:1306
1337
  msgid "WPGlobus is enabled on these Post Types"
1338
  msgstr ""
1339
 
1340
- #: includes/options/class-wpglobus-options.php:1307
1341
  msgid "Uncheck to disable"
1342
  msgstr ""
1343
 
1344
- #: includes/options/class-wpglobus-options.php:1308
1345
  msgid ""
1346
  "Please note that there are post types, which status is managed by other "
1347
  "plugins and cannot be changed here."
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1313
1351
  msgid "Post Types"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1329
1355
  msgid ""
1356
  "You should put here only the code provided by WPGlobus Support. Do not write "
1357
  "anything else in the sections below as it might break the functionality of "
1358
  "your website!"
1359
  msgstr ""
1360
 
1361
- #: includes/options/class-wpglobus-options.php:1370
1362
  msgid "Custom Code"
1363
  msgstr ""
1364
 
1365
- #: includes/options/class-wpglobus-options.php:1478,
1366
- #: includes/options/class-wpglobus-options.php:1610,
1367
- #: includes/options/class-wpglobus-options.php:1721
1368
  msgid "Enabled"
1369
  msgstr "Enabled"
1370
 
1371
- #: includes/options/class-wpglobus-options.php:1491
1372
  msgid "Builders support"
1373
  msgstr ""
1374
 
1375
- #: includes/options/class-wpglobus-options.php:1543
1376
  msgid "Builder mode is enabled on these Post Types"
1377
  msgstr ""
1378
 
1379
- #: includes/options/class-wpglobus-options.php:1609
1380
  msgid "Old fashioned language switcher"
1381
  msgstr ""
1382
 
1383
- #: includes/options/class-wpglobus-options.php:1615
1384
  msgid "Block Editor"
1385
  msgstr ""
1386
 
1387
- #: includes/options/class-wpglobus-options.php:1616
1388
  msgid "Block Editor Options"
1389
  msgstr ""
1390
 
1391
- #: includes/options/class-wpglobus-options.php:1645
1392
  msgid ""
1393
  "With the current settings, you will see the following lines in the section "
1394
  "HEAD of your site pages"
1395
  msgstr ""
1396
 
1397
- #: includes/options/class-wpglobus-options.php:1647
1398
  msgid "(example for two languages)"
1399
  msgstr ""
1400
 
1401
- #: includes/options/class-wpglobus-options.php:1694
1402
  msgid ""
1403
  "Tell search engines about localized versions of your pages using the "
1404
  "hreflang tag"
1405
  msgstr ""
1406
 
1407
- #: includes/options/class-wpglobus-options.php:1703
1408
  msgid "Output the hreflang tag as"
1409
  msgstr ""
1410
 
1411
- #: includes/options/class-wpglobus-options.php:1706
1412
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1413
  msgstr ""
1414
 
1415
- #: includes/options/class-wpglobus-options.php:1707
1416
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1417
  msgstr ""
1418
 
1419
- #: includes/options/class-wpglobus-options.php:1708
1420
  msgid "Language code only (en, ru, etc.)"
1421
  msgstr ""
1422
 
1423
- #: includes/options/class-wpglobus-options.php:1720
1424
  msgid "Use the code `x-default` for the main language"
1425
  msgstr ""
1426
 
1427
- #: includes/options/class-wpglobus-options.php:1726
1428
  msgid "Multilingual SEO"
1429
  msgstr ""
1430
 
1431
- #: includes/options/class-wpglobus-options.php:1727
1432
  msgid "Multilingual SEO Options"
1433
  msgstr ""
1434
 
1435
- #: includes/options/class-wpglobus-options.php:1757
1436
  msgid ""
1437
  "With WPGlobus, you can get translations for posts and pages using REST API."
1438
  msgstr ""
1439
 
1440
- #: includes/options/class-wpglobus-options.php:1784,
1441
- #: includes/options/class-wpglobus-options.php:1792,
1442
- #: includes/options/class-wpglobus-options.php:1765,
1443
- #: includes/options/class-wpglobus-options.php:1773
1444
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1445
  msgstr ""
1446
 
1447
- #: includes/options/class-wpglobus-options.php:1762
1448
  msgid ""
1449
  "For demonstration, you can try the first post that WordPress creates at the "
1450
  "initial installation."
1451
  msgstr ""
1452
 
1453
- #: includes/options/class-wpglobus-options.php:1803
1454
  msgid ""
1455
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1456
  "information."
1457
  msgstr ""
1458
 
1459
- #: includes/options/class-wpglobus-options.php:1810
1460
  msgid ""
1461
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1462
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1463
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1464
  msgstr ""
1465
 
1466
- #: includes/options/class-wpglobus-options.php:1823
1467
  msgid "Description:"
1468
  msgstr ""
1469
 
1470
- #: includes/options/class-wpglobus-options.php:1830,
1471
- #: includes/options/class-wpglobus-options.php:1831
1472
  msgid "REST API"
1473
  msgstr ""
1474
 
1475
- #: includes/options/class-wpglobus-options.php:2164
1476
  msgid "Translate strings"
1477
  msgstr ""
1478
 
348
  msgstr "Help"
349
 
350
  #: includes/admin/class-wpglobus-customize-options.php:745,
351
+ #: includes/options/class-wpglobus-options.php:1170
352
  msgid "Languages"
353
  msgstr "Languages"
354
 
355
  #: includes/admin/class-wpglobus-customize-options.php:765,
356
+ #: includes/options/class-wpglobus-options.php:1183
357
  msgid "Enabled Languages"
358
  msgstr "Enabled Languages"
359
 
360
  #: includes/admin/class-wpglobus-customize-options.php:767,
361
+ #: includes/options/class-wpglobus-options.php:1184
362
  msgid "These languages are currently enabled on your site."
363
  msgstr "These languages are currently enabled on your site."
364
 
365
  #: includes/admin/class-wpglobus-customize-options.php:795,
366
+ #: includes/options/class-wpglobus-options.php:1142
367
  msgid "Choose a language you would like to enable."
368
  msgstr ""
369
 
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
375
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
376
  #: includes/admin/class-wpglobus-customize-options.php:801,
377
+ #: includes/options/class-wpglobus-options.php:1148
378
  msgid "or Add new Language %1$s here %2$s"
379
  msgstr "or Add new Language %1$s here %2$s"
380
 
381
  #: includes/admin/class-wpglobus-customize-options.php:813,
382
+ #: includes/options/class-wpglobus-options.php:1197
383
  msgid "Add Languages"
384
  msgstr "Add Languages"
385
 
386
  #: includes/admin/class-wpglobus-customize-options.php:833,
387
+ #: includes/options/class-wpglobus-options.php:1205
388
  msgid "Language Selector Mode"
389
  msgstr "Language Selector Mode"
390
 
391
  #: includes/admin/class-wpglobus-customize-options.php:838,
392
+ #: includes/options/class-wpglobus-options.php:1208
393
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
394
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
395
 
396
  #: includes/admin/class-wpglobus-customize-options.php:839,
397
+ #: includes/options/class-wpglobus-options.php:1209
398
  msgid "Full Name (English, Russian, Italian, etc.)"
399
  msgstr "Full Name (English, Russian, Italian, etc.)"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:841,
402
+ #: includes/options/class-wpglobus-options.php:1210
403
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
404
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
405
 
406
  #: includes/admin/class-wpglobus-customize-options.php:842,
407
+ #: includes/options/class-wpglobus-options.php:1211
408
  msgid "Flags only"
409
  msgstr "Flags only"
410
 
411
  #: includes/admin/class-wpglobus-customize-options.php:844,
412
+ #: includes/options/class-wpglobus-options.php:1206
413
  msgid ""
414
  "Choose the way language name and country flag are shown in the drop-down menu"
415
  msgstr ""
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:915,
423
  #: includes/admin/class-wpglobus-customize-options.php:888,
424
+ #: includes/options/class-wpglobus-options.php:1224
425
  msgid "Language Selector Menu"
426
  msgstr "Language Selector Menu"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:920,
429
  #: includes/admin/class-wpglobus-customize-options.php:899,
430
+ #: includes/options/class-wpglobus-options.php:1225
431
  msgid "Choose the navigation menu where the language selector will be shown"
432
  msgstr "Choose the navigation menu where the language selector will be shown"
433
 
436
  msgstr "No menus have been created yet. Create some."
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:940,
439
+ #: includes/options/class-wpglobus-options.php:1235
440
  msgid "\"All Pages\" menus Language selector"
441
  msgstr "\"All Pages\" menus Language selector"
442
 
443
  #: includes/admin/class-wpglobus-customize-options.php:943,
444
+ #: includes/options/class-wpglobus-options.php:1237
445
  msgid ""
446
  "Adds language selector to the menus that automatically list all existing "
447
  "pages (using `wp_list_pages`)"
450
  "pages (using `wp_list_pages`)"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:960,
453
+ #: includes/options/class-wpglobus-options.php:1350
454
  msgid "Custom CSS"
455
  msgstr "Custom CSS"
456
 
471
  msgstr "Uncheck to disable WPGlobus"
472
 
473
  #: includes/admin/class-wpglobus-customize-options.php:1125,
474
+ #: includes/options/class-wpglobus-options.php:1418
475
  msgid "Redirect"
476
  msgstr "Redirect"
477
 
478
  #: includes/admin/class-wpglobus-customize-options.php:1150,
479
+ #: includes/options/class-wpglobus-options.php:1413
480
  msgid "Choose the language automatically, based on:"
481
  msgstr "Choose the language automatically, based on:"
482
 
483
  #: includes/admin/class-wpglobus-customize-options.php:1152,
484
+ #: includes/options/class-wpglobus-options.php:1403
485
  msgid "Preferred language set in the browser"
486
  msgstr "Preferred language set in the browser"
487
 
488
  #: includes/admin/class-wpglobus-customize-options.php:1153,
489
+ #: includes/options/class-wpglobus-options.php:1390
490
  msgid ""
491
  "When a user comes to the site for the first time, try to find the best "
492
  "matching language version of the page."
497
  #: includes/admin/class-wpglobus-customize-options.php:1214,
498
  #: includes/admin/class-wpglobus-customize-options.php:1234,
499
  #: includes/admin/class-wpglobus-customize-options.php:1192,
500
+ #: includes/options/class-wpglobus-options.php:1362
501
  msgid "Custom JS Code"
502
  msgstr "Custom JS Code"
503
 
541
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1351,
544
+ #: includes/options/class-wpglobus-options.php:602
545
  msgid "Thank you for installing WPGlobus!"
546
  msgstr "Thank you for installing WPGlobus!"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1355,
549
+ #: includes/options/class-wpglobus-options.php:606
550
  msgid "Read About WPGlobus"
551
  msgstr "Read About WPGlobus"
552
 
557
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1363,
560
+ #: includes/options/class-wpglobus-options.php:642
561
  msgid ""
562
  "Should you have any questions or comments, please do not hesitate to contact "
563
  "us."
566
  "us."
567
 
568
  #: includes/admin/class-wpglobus-customize-options.php:1367,
569
+ #: includes/options/class-wpglobus-options.php:646
570
  msgid "Sincerely Yours,"
571
  msgstr "Sincerely Yours,"
572
 
573
  #: includes/admin/class-wpglobus-customize-options.php:1369,
574
+ #: includes/options/class-wpglobus-options.php:648,
575
  #: includes/options/wpglobus-options-header.php:34
576
  msgid "The WPGlobus Team"
577
  msgstr "The WPGlobus Team"
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1388,
582
+ #: includes/options/class-wpglobus-options.php:683
583
  msgid ""
584
  "We would hate to see you go. If something goes wrong, do not uninstall "
585
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
588
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
589
 
590
  #: includes/admin/class-wpglobus-customize-options.php:1395,
591
+ #: includes/options/class-wpglobus-options.php:690
592
  msgid ""
593
  "Please note that if you deactivate WPGlobus, your site will show all the "
594
  "languages together, mixed up. You will need to remove all translations, "
601
  #. translators: %s: link to the Clean-up Tool
602
  #. translators: %s: link to the Clean-up Tool.
603
  #: includes/admin/class-wpglobus-customize-options.php:1400,
604
+ #: includes/options/class-wpglobus-options.php:694
605
  msgid ""
606
  "If there are just a few places, you should edit them manually. To "
607
  "automatically remove all translations at once, you can use the %s. WARNING: "
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
618
  #: includes/admin/class-wpglobus-customize-options.php:1403,
619
+ #: includes/options/class-wpglobus-options.php:671
620
  msgid "%1$sClean-up Tool%2$s"
621
  msgstr "%1$sClean-up Tool%2$s"
622
 
760
  msgstr ""
761
 
762
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
763
+ #: includes/options/class-wpglobus-options.php:720
764
  msgid "Help Desk"
765
  msgstr "Help Desk"
766
 
842
  msgstr "WPGlobus Recommends:"
843
 
844
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
845
+ #: includes/options/class-wpglobus-options.php:927
846
  msgid "WPGlobus for WooCommerce"
847
  msgstr "WPGlobus for WooCommerce"
848
 
1031
  msgstr ""
1032
 
1033
  #: includes/options/class-wpglobus-options.php:273,
1034
+ #: includes/options/class-wpglobus-options.php:796,
1035
+ #: includes/options/class-wpglobus-options.php:865
1036
  msgid "WPGlobus Plus"
1037
  msgstr ""
1038
 
1058
  "Settings panel properly. Please try another browser."
1059
  msgstr ""
1060
 
1061
+ #: includes/options/class-wpglobus-options.php:593,
1062
+ #: includes/options/class-wpglobus-options.php:1571
1063
  msgid "Сompatibility"
1064
  msgstr ""
1065
 
1066
  #. translators: placeholders for "strong" tags.
1067
+ #: includes/options/class-wpglobus-options.php:610
1068
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1069
  msgstr ""
1070
 
1071
  #. translators: placeholders for "strong" tags.
1072
+ #: includes/options/class-wpglobus-options.php:613
1073
  msgid ""
1074
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1075
  "the language attributes: name, code, flag icon, etc."
1076
  msgstr ""
1077
 
1078
+ #: includes/options/class-wpglobus-options.php:616
1079
  msgid "Important notes"
1080
  msgstr ""
1081
 
1082
  #. translators: placeholders for "strong" tags.
1083
+ #: includes/options/class-wpglobus-options.php:618
1084
  msgid "Version %1$s1.9.17%2$s "
1085
  msgstr ""
1086
 
1087
  #. translators: placeholders for "strong" tags.
1088
+ #: includes/options/class-wpglobus-options.php:621
1089
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1090
  msgstr ""
1091
 
1092
  #. translators: placeholders for "strong" tags; compatibility tab link.
1093
+ #: includes/options/class-wpglobus-options.php:624
1094
  msgid ""
1095
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1096
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1097
  msgstr ""
1098
 
1099
  #. translators: placeholders for "strong" tags; compatibility tab link.
1100
+ #: includes/options/class-wpglobus-options.php:627
1101
  msgid ""
1102
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1103
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1104
  msgstr ""
1105
 
1106
  #. translators: placeholders for "strong" tags.
1107
+ #: includes/options/class-wpglobus-options.php:631
1108
  msgid "Version %1$s2.2.11%2$s "
1109
  msgstr ""
1110
 
1111
+ #: includes/options/class-wpglobus-options.php:633
1112
  msgid "Starting from this version"
1113
  msgstr ""
1114
 
1115
  #. translators: placeholders for "strong" tags.
1116
+ #: includes/options/class-wpglobus-options.php:636
1117
  msgid ""
1118
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1119
  "(CPT)."
1120
  msgstr ""
1121
 
1122
  #. translators: placeholders for "strong" tags.
1123
+ #: includes/options/class-wpglobus-options.php:639
1124
  msgid ""
1125
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1126
  "the %1$s[%3$s]%2$s tab."
1127
  msgstr ""
1128
 
1129
+ #: includes/options/class-wpglobus-options.php:656
1130
  msgid "Welcome!"
1131
  msgstr "Welcome!"
1132
 
1133
+ #: includes/options/class-wpglobus-options.php:679
1134
  msgid "Deactivating / Uninstalling"
1135
  msgstr "Deactivating / Uninstalling"
1136
 
1137
+ #: includes/options/class-wpglobus-options.php:705
1138
  msgid "Uninstall"
1139
  msgstr ""
1140
 
1141
+ #: includes/options/class-wpglobus-options.php:735
1142
  msgid "All add-ons"
1143
  msgstr ""
1144
 
1145
+ #: includes/options/class-wpglobus-options.php:750
1146
  msgid "Mobile Menu"
1147
  msgstr ""
1148
 
1149
+ #: includes/options/class-wpglobus-options.php:765
1150
  msgid "Language Widgets"
1151
  msgstr ""
1152
 
1153
+ #: includes/options/class-wpglobus-options.php:835
1154
  msgid "We Recommend..."
1155
  msgstr ""
1156
 
1157
+ #: includes/options/class-wpglobus-options.php:867
1158
  msgid ""
1159
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1160
  "website, such as:"
1161
  msgstr ""
1162
 
1163
+ #: includes/options/class-wpglobus-options.php:870
1164
  msgid ""
1165
  "- Ability to write a post in one language and immediately publish it, not "
1166
  "waiting for the translation to other languages;"
1167
  msgstr ""
1168
 
1169
+ #: includes/options/class-wpglobus-options.php:873
1170
  msgid "- Set different URLs for each translation;"
1171
  msgstr ""
1172
 
1173
+ #: includes/options/class-wpglobus-options.php:876
1174
  msgid ""
1175
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1176
  "for each translation;"
1177
  msgstr ""
1178
 
1179
+ #: includes/options/class-wpglobus-options.php:879
1180
  msgid "- and more..."
1181
  msgstr ""
1182
 
1183
+ #: includes/options/class-wpglobus-options.php:882,
1184
+ #: includes/options/class-wpglobus-options.php:939,
1185
+ #: includes/options/class-wpglobus-options.php:997
1186
  msgid "Click here to download"
1187
  msgstr ""
1188
 
1189
+ #: includes/options/class-wpglobus-options.php:930
1190
  msgid ""
1191
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1192
  "translate your blog posts and pages to many languages."
1193
  msgstr ""
1194
 
1195
+ #: includes/options/class-wpglobus-options.php:933
1196
  msgid "The next step is to translate your WooCommerce-based store!"
1197
  msgstr ""
1198
 
1199
+ #: includes/options/class-wpglobus-options.php:936
1200
  msgid ""
1201
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1202
  "translate product titles and descriptions, categories, tags and attributes."
1203
  msgstr ""
1204
 
1205
+ #: includes/options/class-wpglobus-options.php:983
1206
  msgid "Multi-currency"
1207
  msgstr ""
1208
 
1209
+ #: includes/options/class-wpglobus-options.php:986
1210
  msgid ""
1211
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1212
  "a single currency only."
1213
  msgstr ""
1214
 
1215
+ #: includes/options/class-wpglobus-options.php:990
1216
  msgid ""
1217
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1218
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1220
  "positioning for global growth!"
1221
  msgstr ""
1222
 
1223
+ #: includes/options/class-wpglobus-options.php:994
1224
  msgid ""
1225
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1226
  "re-calculating prices on-the-fly."
1227
  msgstr ""
1228
 
1229
+ #: includes/options/class-wpglobus-options.php:1031
1230
  msgid "WPGlobus Premium Add-ons"
1231
  msgstr ""
1232
 
1233
+ #: includes/options/class-wpglobus-options.php:1033
1234
  msgid ""
1235
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1236
  "you will be able to:"
1237
  msgstr ""
1238
 
1239
+ #: includes/options/class-wpglobus-options.php:1038
1240
  msgid ""
1241
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1242
  "моя-страница and so on);"
1243
  msgstr ""
1244
 
1245
+ #: includes/options/class-wpglobus-options.php:1041
1246
  msgid ""
1247
  "Postpone translation to some languages and <strong>publish only the "
1248
  "translated texts</strong>;"
1249
  msgstr ""
1250
 
1251
+ #: includes/options/class-wpglobus-options.php:1044
1252
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1253
  msgstr ""
1254
 
1255
+ #: includes/options/class-wpglobus-options.php:1047
1256
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1257
  msgstr ""
1258
 
1259
+ #: includes/options/class-wpglobus-options.php:1050
1260
  msgid ""
1261
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1262
  "strong>;"
1263
  msgstr ""
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1054
1266
  msgid "...and more."
1267
  msgstr ""
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1057
1270
  msgid "Click here to visit the WPGlobus Store"
1271
  msgstr ""
1272
 
1273
+ #: includes/options/class-wpglobus-options.php:1098
1274
  msgid "Select a language"
1275
  msgstr "Select a language"
1276
 
1277
  #. translators: %3$s placeholder for the icon (actual picture).
1278
+ #: includes/options/class-wpglobus-options.php:1127
1279
  msgid ""
1280
  "Place the %1$smain language%2$s of your site at the top of the list by "
1281
  "dragging the %3$s icons."
1282
  msgstr ""
1283
 
1284
  #. translators: placeholders for the "strong" HTML tags.
1285
+ #: includes/options/class-wpglobus-options.php:1130
1286
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1287
  msgstr ""
1288
 
1289
  #. translators: placeholders for the "strong" HTML tags.
1290
+ #: includes/options/class-wpglobus-options.php:1133
1291
  msgid "%1$sAdd%2$s more languages using the section below."
1292
  msgstr ""
1293
 
1294
+ #: includes/options/class-wpglobus-options.php:1134
1295
  msgid "When done, click the [Save Changes] button."
1296
  msgstr "When done, click the [Save Changes] button."
1297
 
1298
  #. translators: %s - placeholder for the "Save Changes" button text.
1299
+ #: includes/options/class-wpglobus-options.php:1145
1300
  msgid "Press the %s button to confirm."
1301
  msgstr ""
1302
 
1303
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1304
+ #: includes/options/class-wpglobus-options.php:1162
1305
  msgid "-- none --"
1306
  msgstr ""
1307
 
1308
+ #: includes/options/class-wpglobus-options.php:1163
1309
  msgid "All menus"
1310
  msgstr ""
1311
 
1312
+ #: includes/options/class-wpglobus-options.php:1176
1313
  msgid "Instructions:"
1314
  msgstr "Instructions:"
1315
 
1316
+ #: includes/options/class-wpglobus-options.php:1236
1317
  msgid "(Found in some themes)"
1318
  msgstr "(Found in some themes)"
1319
 
1320
+ #: includes/options/class-wpglobus-options.php:1238
1321
  msgid "Enable"
1322
  msgstr "Enable"
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1253
1325
  msgid "Languages table"
1326
  msgstr "Languages table"
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1259
1329
  msgid "Use this table to add, edit or delete languages."
1330
  msgstr "Use this table to add, edit or delete languages."
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1260
1333
  msgid "NOTE: you cannot remove the main language."
1334
  msgstr "NOTE: you cannot remove the main language."
1335
 
1336
+ #: includes/options/class-wpglobus-options.php:1308
1337
  msgid "WPGlobus is enabled on these Post Types"
1338
  msgstr ""
1339
 
1340
+ #: includes/options/class-wpglobus-options.php:1309
1341
  msgid "Uncheck to disable"
1342
  msgstr ""
1343
 
1344
+ #: includes/options/class-wpglobus-options.php:1310
1345
  msgid ""
1346
  "Please note that there are post types, which status is managed by other "
1347
  "plugins and cannot be changed here."
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1315
1351
  msgid "Post Types"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1331
1355
  msgid ""
1356
  "You should put here only the code provided by WPGlobus Support. Do not write "
1357
  "anything else in the sections below as it might break the functionality of "
1358
  "your website!"
1359
  msgstr ""
1360
 
1361
+ #: includes/options/class-wpglobus-options.php:1372
1362
  msgid "Custom Code"
1363
  msgstr ""
1364
 
1365
+ #: includes/options/class-wpglobus-options.php:1480,
1366
+ #: includes/options/class-wpglobus-options.php:1612,
1367
+ #: includes/options/class-wpglobus-options.php:1723
1368
  msgid "Enabled"
1369
  msgstr "Enabled"
1370
 
1371
+ #: includes/options/class-wpglobus-options.php:1493
1372
  msgid "Builders support"
1373
  msgstr ""
1374
 
1375
+ #: includes/options/class-wpglobus-options.php:1545
1376
  msgid "Builder mode is enabled on these Post Types"
1377
  msgstr ""
1378
 
1379
+ #: includes/options/class-wpglobus-options.php:1611
1380
  msgid "Old fashioned language switcher"
1381
  msgstr ""
1382
 
1383
+ #: includes/options/class-wpglobus-options.php:1617
1384
  msgid "Block Editor"
1385
  msgstr ""
1386
 
1387
+ #: includes/options/class-wpglobus-options.php:1618
1388
  msgid "Block Editor Options"
1389
  msgstr ""
1390
 
1391
+ #: includes/options/class-wpglobus-options.php:1647
1392
  msgid ""
1393
  "With the current settings, you will see the following lines in the section "
1394
  "HEAD of your site pages"
1395
  msgstr ""
1396
 
1397
+ #: includes/options/class-wpglobus-options.php:1649
1398
  msgid "(example for two languages)"
1399
  msgstr ""
1400
 
1401
+ #: includes/options/class-wpglobus-options.php:1696
1402
  msgid ""
1403
  "Tell search engines about localized versions of your pages using the "
1404
  "hreflang tag"
1405
  msgstr ""
1406
 
1407
+ #: includes/options/class-wpglobus-options.php:1705
1408
  msgid "Output the hreflang tag as"
1409
  msgstr ""
1410
 
1411
+ #: includes/options/class-wpglobus-options.php:1708
1412
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1413
  msgstr ""
1414
 
1415
+ #: includes/options/class-wpglobus-options.php:1709
1416
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1417
  msgstr ""
1418
 
1419
+ #: includes/options/class-wpglobus-options.php:1710
1420
  msgid "Language code only (en, ru, etc.)"
1421
  msgstr ""
1422
 
1423
+ #: includes/options/class-wpglobus-options.php:1722
1424
  msgid "Use the code `x-default` for the main language"
1425
  msgstr ""
1426
 
1427
+ #: includes/options/class-wpglobus-options.php:1728
1428
  msgid "Multilingual SEO"
1429
  msgstr ""
1430
 
1431
+ #: includes/options/class-wpglobus-options.php:1729
1432
  msgid "Multilingual SEO Options"
1433
  msgstr ""
1434
 
1435
+ #: includes/options/class-wpglobus-options.php:1766
1436
  msgid ""
1437
  "With WPGlobus, you can get translations for posts and pages using REST API."
1438
  msgstr ""
1439
 
1440
+ #: includes/options/class-wpglobus-options.php:1793,
1441
+ #: includes/options/class-wpglobus-options.php:1801,
1442
+ #: includes/options/class-wpglobus-options.php:1774,
1443
+ #: includes/options/class-wpglobus-options.php:1782
1444
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1445
  msgstr ""
1446
 
1447
+ #: includes/options/class-wpglobus-options.php:1771
1448
  msgid ""
1449
  "For demonstration, you can try the first post that WordPress creates at the "
1450
  "initial installation."
1451
  msgstr ""
1452
 
1453
+ #: includes/options/class-wpglobus-options.php:1812
1454
  msgid ""
1455
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1456
  "information."
1457
  msgstr ""
1458
 
1459
+ #: includes/options/class-wpglobus-options.php:1819
1460
  msgid ""
1461
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1462
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1463
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1464
  msgstr ""
1465
 
1466
+ #: includes/options/class-wpglobus-options.php:1832
1467
  msgid "Description:"
1468
  msgstr ""
1469
 
1470
+ #: includes/options/class-wpglobus-options.php:1839,
1471
+ #: includes/options/class-wpglobus-options.php:1840
1472
  msgid "REST API"
1473
  msgstr ""
1474
 
1475
+ #: includes/options/class-wpglobus-options.php:2173
1476
  msgid "Translate strings"
1477
  msgstr ""
1478
 
languages/wpglobus-en_CA.po CHANGED
@@ -347,22 +347,22 @@ msgid "Help"
347
  msgstr "Help"
348
 
349
  #: includes/admin/class-wpglobus-customize-options.php:745,
350
- #: includes/options/class-wpglobus-options.php:1168
351
  msgid "Languages"
352
  msgstr "Languages"
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:765,
355
- #: includes/options/class-wpglobus-options.php:1181
356
  msgid "Enabled Languages"
357
  msgstr "Enabled Languages"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:767,
360
- #: includes/options/class-wpglobus-options.php:1182
361
  msgid "These languages are currently enabled on your site."
362
  msgstr "These languages are currently enabled on your site."
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:795,
365
- #: includes/options/class-wpglobus-options.php:1140
366
  msgid "Choose a language you would like to enable."
367
  msgstr ""
368
 
@@ -373,42 +373,42 @@ msgstr ""
373
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
375
  #: includes/admin/class-wpglobus-customize-options.php:801,
376
- #: includes/options/class-wpglobus-options.php:1146
377
  msgid "or Add new Language %1$s here %2$s"
378
  msgstr "or Add new Language %1$s here %2$s"
379
 
380
  #: includes/admin/class-wpglobus-customize-options.php:813,
381
- #: includes/options/class-wpglobus-options.php:1195
382
  msgid "Add Languages"
383
  msgstr "Add Languages"
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:833,
386
- #: includes/options/class-wpglobus-options.php:1203
387
  msgid "Language Selector Mode"
388
  msgstr "Language Selector Mode"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:838,
391
- #: includes/options/class-wpglobus-options.php:1206
392
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
393
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:839,
396
- #: includes/options/class-wpglobus-options.php:1207
397
  msgid "Full Name (English, Russian, Italian, etc.)"
398
  msgstr "Full Name (English, Russian, Italian, etc.)"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:841,
401
- #: includes/options/class-wpglobus-options.php:1208
402
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
403
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:842,
406
- #: includes/options/class-wpglobus-options.php:1209
407
  msgid "Flags only"
408
  msgstr "Flags only"
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:844,
411
- #: includes/options/class-wpglobus-options.php:1204
412
  msgid ""
413
  "Choose the way language name and country flag are shown in the drop-down menu"
414
  msgstr ""
@@ -420,13 +420,13 @@ msgstr ""
420
 
421
  #: includes/admin/class-wpglobus-customize-options.php:915,
422
  #: includes/admin/class-wpglobus-customize-options.php:888,
423
- #: includes/options/class-wpglobus-options.php:1222
424
  msgid "Language Selector Menu"
425
  msgstr "Language Selector Menu"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:920,
428
  #: includes/admin/class-wpglobus-customize-options.php:899,
429
- #: includes/options/class-wpglobus-options.php:1223
430
  msgid "Choose the navigation menu where the language selector will be shown"
431
  msgstr "Choose the navigation menu where the language selector will be shown"
432
 
@@ -435,12 +435,12 @@ msgid "No menus have been created yet. Create some."
435
  msgstr "No menus have been created yet. Create some."
436
 
437
  #: includes/admin/class-wpglobus-customize-options.php:940,
438
- #: includes/options/class-wpglobus-options.php:1233
439
  msgid "\"All Pages\" menus Language selector"
440
  msgstr "\"All Pages\" menus Language selector"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:943,
443
- #: includes/options/class-wpglobus-options.php:1235
444
  msgid ""
445
  "Adds language selector to the menus that automatically list all existing "
446
  "pages (using `wp_list_pages`)"
@@ -449,7 +449,7 @@ msgstr ""
449
  "pages (using `wp_list_pages`)"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:960,
452
- #: includes/options/class-wpglobus-options.php:1348
453
  msgid "Custom CSS"
454
  msgstr "Custom CSS"
455
 
@@ -470,22 +470,22 @@ msgid "Uncheck to disable WPGlobus"
470
  msgstr "Uncheck to disable WPGlobus"
471
 
472
  #: includes/admin/class-wpglobus-customize-options.php:1125,
473
- #: includes/options/class-wpglobus-options.php:1416
474
  msgid "Redirect"
475
  msgstr "Redirect"
476
 
477
  #: includes/admin/class-wpglobus-customize-options.php:1150,
478
- #: includes/options/class-wpglobus-options.php:1411
479
  msgid "Choose the language automatically, based on:"
480
  msgstr "Choose the language automatically, based on:"
481
 
482
  #: includes/admin/class-wpglobus-customize-options.php:1152,
483
- #: includes/options/class-wpglobus-options.php:1401
484
  msgid "Preferred language set in the browser"
485
  msgstr "Preferred language set in the browser"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1153,
488
- #: includes/options/class-wpglobus-options.php:1388
489
  msgid ""
490
  "When a user comes to the site for the first time, try to find the best "
491
  "matching language version of the page."
@@ -496,7 +496,7 @@ msgstr ""
496
  #: includes/admin/class-wpglobus-customize-options.php:1214,
497
  #: includes/admin/class-wpglobus-customize-options.php:1234,
498
  #: includes/admin/class-wpglobus-customize-options.php:1192,
499
- #: includes/options/class-wpglobus-options.php:1360
500
  msgid "Custom JS Code"
501
  msgstr "Custom JS Code"
502
 
@@ -540,12 +540,12 @@ msgstr ""
540
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
541
 
542
  #: includes/admin/class-wpglobus-customize-options.php:1351,
543
- #: includes/options/class-wpglobus-options.php:600
544
  msgid "Thank you for installing WPGlobus!"
545
  msgstr "Thank you for installing WPGlobus!"
546
 
547
  #: includes/admin/class-wpglobus-customize-options.php:1355,
548
- #: includes/options/class-wpglobus-options.php:604
549
  msgid "Read About WPGlobus"
550
  msgstr "Read About WPGlobus"
551
 
@@ -556,7 +556,7 @@ msgstr ""
556
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
557
 
558
  #: includes/admin/class-wpglobus-customize-options.php:1363,
559
- #: includes/options/class-wpglobus-options.php:640
560
  msgid ""
561
  "Should you have any questions or comments, please do not hesitate to contact "
562
  "us."
@@ -565,12 +565,12 @@ msgstr ""
565
  "us."
566
 
567
  #: includes/admin/class-wpglobus-customize-options.php:1367,
568
- #: includes/options/class-wpglobus-options.php:644
569
  msgid "Sincerely Yours,"
570
  msgstr "Sincerely Yours,"
571
 
572
  #: includes/admin/class-wpglobus-customize-options.php:1369,
573
- #: includes/options/class-wpglobus-options.php:646,
574
  #: includes/options/wpglobus-options-header.php:34
575
  msgid "The WPGlobus Team"
576
  msgstr "The WPGlobus Team"
@@ -578,7 +578,7 @@ msgstr "The WPGlobus Team"
578
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #: includes/admin/class-wpglobus-customize-options.php:1388,
581
- #: includes/options/class-wpglobus-options.php:681
582
  msgid ""
583
  "We would hate to see you go. If something goes wrong, do not uninstall "
584
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -587,7 +587,7 @@ msgstr ""
587
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
588
 
589
  #: includes/admin/class-wpglobus-customize-options.php:1395,
590
- #: includes/options/class-wpglobus-options.php:688
591
  msgid ""
592
  "Please note that if you deactivate WPGlobus, your site will show all the "
593
  "languages together, mixed up. You will need to remove all translations, "
@@ -600,7 +600,7 @@ msgstr ""
600
  #. translators: %s: link to the Clean-up Tool
601
  #. translators: %s: link to the Clean-up Tool.
602
  #: includes/admin/class-wpglobus-customize-options.php:1400,
603
- #: includes/options/class-wpglobus-options.php:692
604
  msgid ""
605
  "If there are just a few places, you should edit them manually. To "
606
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -615,7 +615,7 @@ msgstr ""
615
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #: includes/admin/class-wpglobus-customize-options.php:1403,
618
- #: includes/options/class-wpglobus-options.php:669
619
  msgid "%1$sClean-up Tool%2$s"
620
  msgstr "%1$sClean-up Tool%2$s"
621
 
@@ -759,7 +759,7 @@ msgid ""
759
  msgstr ""
760
 
761
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
762
- #: includes/options/class-wpglobus-options.php:718
763
  msgid "Help Desk"
764
  msgstr "Help Desk"
765
 
@@ -841,7 +841,7 @@ msgid "WPGlobus Recommends:"
841
  msgstr "WPGlobus Recommends:"
842
 
843
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
844
- #: includes/options/class-wpglobus-options.php:925
845
  msgid "WPGlobus for WooCommerce"
846
  msgstr "WPGlobus for WooCommerce"
847
 
@@ -1030,8 +1030,8 @@ msgid "Language Selector Menu Style"
1030
  msgstr ""
1031
 
1032
  #: includes/options/class-wpglobus-options.php:273,
1033
- #: includes/options/class-wpglobus-options.php:794,
1034
- #: includes/options/class-wpglobus-options.php:863
1035
  msgid "WPGlobus Plus"
1036
  msgstr ""
1037
 
@@ -1057,161 +1057,161 @@ msgid ""
1057
  "Settings panel properly. Please try another browser."
1058
  msgstr ""
1059
 
1060
- #: includes/options/class-wpglobus-options.php:591,
1061
- #: includes/options/class-wpglobus-options.php:1569
1062
  msgid "Сompatibility"
1063
  msgstr ""
1064
 
1065
  #. translators: placeholders for "strong" tags.
1066
- #: includes/options/class-wpglobus-options.php:608
1067
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
- #: includes/options/class-wpglobus-options.php:611
1072
  msgid ""
1073
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1074
  "the language attributes: name, code, flag icon, etc."
1075
  msgstr ""
1076
 
1077
- #: includes/options/class-wpglobus-options.php:614
1078
  msgid "Important notes"
1079
  msgstr ""
1080
 
1081
  #. translators: placeholders for "strong" tags.
1082
- #: includes/options/class-wpglobus-options.php:616
1083
  msgid "Version %1$s1.9.17%2$s "
1084
  msgstr ""
1085
 
1086
  #. translators: placeholders for "strong" tags.
1087
- #: includes/options/class-wpglobus-options.php:619
1088
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1089
  msgstr ""
1090
 
1091
  #. translators: placeholders for "strong" tags; compatibility tab link.
1092
- #: includes/options/class-wpglobus-options.php:622
1093
  msgid ""
1094
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1095
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1096
  msgstr ""
1097
 
1098
  #. translators: placeholders for "strong" tags; compatibility tab link.
1099
- #: includes/options/class-wpglobus-options.php:625
1100
  msgid ""
1101
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1102
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1103
  msgstr ""
1104
 
1105
  #. translators: placeholders for "strong" tags.
1106
- #: includes/options/class-wpglobus-options.php:629
1107
  msgid "Version %1$s2.2.11%2$s "
1108
  msgstr ""
1109
 
1110
- #: includes/options/class-wpglobus-options.php:631
1111
  msgid "Starting from this version"
1112
  msgstr ""
1113
 
1114
  #. translators: placeholders for "strong" tags.
1115
- #: includes/options/class-wpglobus-options.php:634
1116
  msgid ""
1117
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1118
  "(CPT)."
1119
  msgstr ""
1120
 
1121
  #. translators: placeholders for "strong" tags.
1122
- #: includes/options/class-wpglobus-options.php:637
1123
  msgid ""
1124
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1125
  "the %1$s[%3$s]%2$s tab."
1126
  msgstr ""
1127
 
1128
- #: includes/options/class-wpglobus-options.php:654
1129
  msgid "Welcome!"
1130
  msgstr "Welcome!"
1131
 
1132
- #: includes/options/class-wpglobus-options.php:677
1133
  msgid "Deactivating / Uninstalling"
1134
  msgstr "Deactivating / Uninstalling"
1135
 
1136
- #: includes/options/class-wpglobus-options.php:703
1137
  msgid "Uninstall"
1138
  msgstr ""
1139
 
1140
- #: includes/options/class-wpglobus-options.php:733
1141
  msgid "All add-ons"
1142
  msgstr ""
1143
 
1144
- #: includes/options/class-wpglobus-options.php:748
1145
  msgid "Mobile Menu"
1146
  msgstr ""
1147
 
1148
- #: includes/options/class-wpglobus-options.php:763
1149
  msgid "Language Widgets"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:833
1153
  msgid "We Recommend..."
1154
  msgstr ""
1155
 
1156
- #: includes/options/class-wpglobus-options.php:865
1157
  msgid ""
1158
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1159
  "website, such as:"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:868
1163
  msgid ""
1164
  "- Ability to write a post in one language and immediately publish it, not "
1165
  "waiting for the translation to other languages;"
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:871
1169
  msgid "- Set different URLs for each translation;"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:874
1173
  msgid ""
1174
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1175
  "for each translation;"
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:877
1179
  msgid "- and more..."
1180
  msgstr ""
1181
 
1182
- #: includes/options/class-wpglobus-options.php:880,
1183
- #: includes/options/class-wpglobus-options.php:937,
1184
- #: includes/options/class-wpglobus-options.php:995
1185
  msgid "Click here to download"
1186
  msgstr ""
1187
 
1188
- #: includes/options/class-wpglobus-options.php:928
1189
  msgid ""
1190
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1191
  "translate your blog posts and pages to many languages."
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:931
1195
  msgid "The next step is to translate your WooCommerce-based store!"
1196
  msgstr ""
1197
 
1198
- #: includes/options/class-wpglobus-options.php:934
1199
  msgid ""
1200
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1201
  "translate product titles and descriptions, categories, tags and attributes."
1202
  msgstr ""
1203
 
1204
- #: includes/options/class-wpglobus-options.php:981
1205
  msgid "Multi-currency"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:984
1209
  msgid ""
1210
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1211
  "a single currency only."
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:988
1215
  msgid ""
1216
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1217
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1219,259 +1219,259 @@ msgid ""
1219
  "positioning for global growth!"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:992
1223
  msgid ""
1224
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1225
  "re-calculating prices on-the-fly."
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1029
1229
  msgid "WPGlobus Premium Add-ons"
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1031
1233
  msgid ""
1234
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1235
  "you will be able to:"
1236
  msgstr ""
1237
 
1238
- #: includes/options/class-wpglobus-options.php:1036
1239
  msgid ""
1240
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1241
  "моя-страница and so on);"
1242
  msgstr ""
1243
 
1244
- #: includes/options/class-wpglobus-options.php:1039
1245
  msgid ""
1246
  "Postpone translation to some languages and <strong>publish only the "
1247
  "translated texts</strong>;"
1248
  msgstr ""
1249
 
1250
- #: includes/options/class-wpglobus-options.php:1042
1251
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1252
  msgstr ""
1253
 
1254
- #: includes/options/class-wpglobus-options.php:1045
1255
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1256
  msgstr ""
1257
 
1258
- #: includes/options/class-wpglobus-options.php:1048
1259
  msgid ""
1260
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1261
  "strong>;"
1262
  msgstr ""
1263
 
1264
- #: includes/options/class-wpglobus-options.php:1052
1265
  msgid "...and more."
1266
  msgstr ""
1267
 
1268
- #: includes/options/class-wpglobus-options.php:1055
1269
  msgid "Click here to visit the WPGlobus Store"
1270
  msgstr ""
1271
 
1272
- #: includes/options/class-wpglobus-options.php:1096
1273
  msgid "Select a language"
1274
  msgstr "Select a language"
1275
 
1276
  #. translators: %3$s placeholder for the icon (actual picture).
1277
- #: includes/options/class-wpglobus-options.php:1125
1278
  msgid ""
1279
  "Place the %1$smain language%2$s of your site at the top of the list by "
1280
  "dragging the %3$s icons."
1281
  msgstr ""
1282
 
1283
  #. translators: placeholders for the "strong" HTML tags.
1284
- #: includes/options/class-wpglobus-options.php:1128
1285
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1286
  msgstr ""
1287
 
1288
  #. translators: placeholders for the "strong" HTML tags.
1289
- #: includes/options/class-wpglobus-options.php:1131
1290
  msgid "%1$sAdd%2$s more languages using the section below."
1291
  msgstr ""
1292
 
1293
- #: includes/options/class-wpglobus-options.php:1132
1294
  msgid "When done, click the [Save Changes] button."
1295
  msgstr "When done, click the [Save Changes] button."
1296
 
1297
  #. translators: %s - placeholder for the "Save Changes" button text.
1298
- #: includes/options/class-wpglobus-options.php:1143
1299
  msgid "Press the %s button to confirm."
1300
  msgstr ""
1301
 
1302
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1303
- #: includes/options/class-wpglobus-options.php:1160
1304
  msgid "-- none --"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1161
1308
  msgid "All menus"
1309
  msgstr ""
1310
 
1311
- #: includes/options/class-wpglobus-options.php:1174
1312
  msgid "Instructions:"
1313
  msgstr "Instructions:"
1314
 
1315
- #: includes/options/class-wpglobus-options.php:1234
1316
  msgid "(Found in some themes)"
1317
  msgstr "(Found in some themes)"
1318
 
1319
- #: includes/options/class-wpglobus-options.php:1236
1320
  msgid "Enable"
1321
  msgstr "Enable"
1322
 
1323
- #: includes/options/class-wpglobus-options.php:1251
1324
  msgid "Languages table"
1325
  msgstr "Languages table"
1326
 
1327
- #: includes/options/class-wpglobus-options.php:1257
1328
  msgid "Use this table to add, edit or delete languages."
1329
  msgstr "Use this table to add, edit or delete languages."
1330
 
1331
- #: includes/options/class-wpglobus-options.php:1258
1332
  msgid "NOTE: you cannot remove the main language."
1333
  msgstr "NOTE: you cannot remove the main language."
1334
 
1335
- #: includes/options/class-wpglobus-options.php:1306
1336
  msgid "WPGlobus is enabled on these Post Types"
1337
  msgstr ""
1338
 
1339
- #: includes/options/class-wpglobus-options.php:1307
1340
  msgid "Uncheck to disable"
1341
  msgstr ""
1342
 
1343
- #: includes/options/class-wpglobus-options.php:1308
1344
  msgid ""
1345
  "Please note that there are post types, which status is managed by other "
1346
  "plugins and cannot be changed here."
1347
  msgstr ""
1348
 
1349
- #: includes/options/class-wpglobus-options.php:1313
1350
  msgid "Post Types"
1351
  msgstr ""
1352
 
1353
- #: includes/options/class-wpglobus-options.php:1329
1354
  msgid ""
1355
  "You should put here only the code provided by WPGlobus Support. Do not write "
1356
  "anything else in the sections below as it might break the functionality of "
1357
  "your website!"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1370
1361
  msgid "Custom Code"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1478,
1365
- #: includes/options/class-wpglobus-options.php:1610,
1366
- #: includes/options/class-wpglobus-options.php:1721
1367
  msgid "Enabled"
1368
  msgstr "Enabled"
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1491
1371
  msgid "Builders support"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1543
1375
  msgid "Builder mode is enabled on these Post Types"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1609
1379
  msgid "Old fashioned language switcher"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1615
1383
  msgid "Block Editor"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1616
1387
  msgid "Block Editor Options"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1645
1391
  msgid ""
1392
  "With the current settings, you will see the following lines in the section "
1393
  "HEAD of your site pages"
1394
  msgstr ""
1395
 
1396
- #: includes/options/class-wpglobus-options.php:1647
1397
  msgid "(example for two languages)"
1398
  msgstr ""
1399
 
1400
- #: includes/options/class-wpglobus-options.php:1694
1401
  msgid ""
1402
  "Tell search engines about localized versions of your pages using the "
1403
  "hreflang tag"
1404
  msgstr ""
1405
 
1406
- #: includes/options/class-wpglobus-options.php:1703
1407
  msgid "Output the hreflang tag as"
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1706
1411
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1412
  msgstr ""
1413
 
1414
- #: includes/options/class-wpglobus-options.php:1707
1415
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1416
  msgstr ""
1417
 
1418
- #: includes/options/class-wpglobus-options.php:1708
1419
  msgid "Language code only (en, ru, etc.)"
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1720
1423
  msgid "Use the code `x-default` for the main language"
1424
  msgstr ""
1425
 
1426
- #: includes/options/class-wpglobus-options.php:1726
1427
  msgid "Multilingual SEO"
1428
  msgstr ""
1429
 
1430
- #: includes/options/class-wpglobus-options.php:1727
1431
  msgid "Multilingual SEO Options"
1432
  msgstr ""
1433
 
1434
- #: includes/options/class-wpglobus-options.php:1757
1435
  msgid ""
1436
  "With WPGlobus, you can get translations for posts and pages using REST API."
1437
  msgstr ""
1438
 
1439
- #: includes/options/class-wpglobus-options.php:1784,
1440
- #: includes/options/class-wpglobus-options.php:1792,
1441
- #: includes/options/class-wpglobus-options.php:1765,
1442
- #: includes/options/class-wpglobus-options.php:1773
1443
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1444
  msgstr ""
1445
 
1446
- #: includes/options/class-wpglobus-options.php:1762
1447
  msgid ""
1448
  "For demonstration, you can try the first post that WordPress creates at the "
1449
  "initial installation."
1450
  msgstr ""
1451
 
1452
- #: includes/options/class-wpglobus-options.php:1803
1453
  msgid ""
1454
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1455
  "information."
1456
  msgstr ""
1457
 
1458
- #: includes/options/class-wpglobus-options.php:1810
1459
  msgid ""
1460
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1461
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1462
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1463
  msgstr ""
1464
 
1465
- #: includes/options/class-wpglobus-options.php:1823
1466
  msgid "Description:"
1467
  msgstr ""
1468
 
1469
- #: includes/options/class-wpglobus-options.php:1830,
1470
- #: includes/options/class-wpglobus-options.php:1831
1471
  msgid "REST API"
1472
  msgstr ""
1473
 
1474
- #: includes/options/class-wpglobus-options.php:2164
1475
  msgid "Translate strings"
1476
  msgstr ""
1477
 
347
  msgstr "Help"
348
 
349
  #: includes/admin/class-wpglobus-customize-options.php:745,
350
+ #: includes/options/class-wpglobus-options.php:1170
351
  msgid "Languages"
352
  msgstr "Languages"
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:765,
355
+ #: includes/options/class-wpglobus-options.php:1183
356
  msgid "Enabled Languages"
357
  msgstr "Enabled Languages"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:767,
360
+ #: includes/options/class-wpglobus-options.php:1184
361
  msgid "These languages are currently enabled on your site."
362
  msgstr "These languages are currently enabled on your site."
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:795,
365
+ #: includes/options/class-wpglobus-options.php:1142
366
  msgid "Choose a language you would like to enable."
367
  msgstr ""
368
 
373
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
375
  #: includes/admin/class-wpglobus-customize-options.php:801,
376
+ #: includes/options/class-wpglobus-options.php:1148
377
  msgid "or Add new Language %1$s here %2$s"
378
  msgstr "or Add new Language %1$s here %2$s"
379
 
380
  #: includes/admin/class-wpglobus-customize-options.php:813,
381
+ #: includes/options/class-wpglobus-options.php:1197
382
  msgid "Add Languages"
383
  msgstr "Add Languages"
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:833,
386
+ #: includes/options/class-wpglobus-options.php:1205
387
  msgid "Language Selector Mode"
388
  msgstr "Language Selector Mode"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:838,
391
+ #: includes/options/class-wpglobus-options.php:1208
392
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
393
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:839,
396
+ #: includes/options/class-wpglobus-options.php:1209
397
  msgid "Full Name (English, Russian, Italian, etc.)"
398
  msgstr "Full Name (English, Russian, Italian, etc.)"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:841,
401
+ #: includes/options/class-wpglobus-options.php:1210
402
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
403
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:842,
406
+ #: includes/options/class-wpglobus-options.php:1211
407
  msgid "Flags only"
408
  msgstr "Flags only"
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:844,
411
+ #: includes/options/class-wpglobus-options.php:1206
412
  msgid ""
413
  "Choose the way language name and country flag are shown in the drop-down menu"
414
  msgstr ""
420
 
421
  #: includes/admin/class-wpglobus-customize-options.php:915,
422
  #: includes/admin/class-wpglobus-customize-options.php:888,
423
+ #: includes/options/class-wpglobus-options.php:1224
424
  msgid "Language Selector Menu"
425
  msgstr "Language Selector Menu"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:920,
428
  #: includes/admin/class-wpglobus-customize-options.php:899,
429
+ #: includes/options/class-wpglobus-options.php:1225
430
  msgid "Choose the navigation menu where the language selector will be shown"
431
  msgstr "Choose the navigation menu where the language selector will be shown"
432
 
435
  msgstr "No menus have been created yet. Create some."
436
 
437
  #: includes/admin/class-wpglobus-customize-options.php:940,
438
+ #: includes/options/class-wpglobus-options.php:1235
439
  msgid "\"All Pages\" menus Language selector"
440
  msgstr "\"All Pages\" menus Language selector"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:943,
443
+ #: includes/options/class-wpglobus-options.php:1237
444
  msgid ""
445
  "Adds language selector to the menus that automatically list all existing "
446
  "pages (using `wp_list_pages`)"
449
  "pages (using `wp_list_pages`)"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:960,
452
+ #: includes/options/class-wpglobus-options.php:1350
453
  msgid "Custom CSS"
454
  msgstr "Custom CSS"
455
 
470
  msgstr "Uncheck to disable WPGlobus"
471
 
472
  #: includes/admin/class-wpglobus-customize-options.php:1125,
473
+ #: includes/options/class-wpglobus-options.php:1418
474
  msgid "Redirect"
475
  msgstr "Redirect"
476
 
477
  #: includes/admin/class-wpglobus-customize-options.php:1150,
478
+ #: includes/options/class-wpglobus-options.php:1413
479
  msgid "Choose the language automatically, based on:"
480
  msgstr "Choose the language automatically, based on:"
481
 
482
  #: includes/admin/class-wpglobus-customize-options.php:1152,
483
+ #: includes/options/class-wpglobus-options.php:1403
484
  msgid "Preferred language set in the browser"
485
  msgstr "Preferred language set in the browser"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1153,
488
+ #: includes/options/class-wpglobus-options.php:1390
489
  msgid ""
490
  "When a user comes to the site for the first time, try to find the best "
491
  "matching language version of the page."
496
  #: includes/admin/class-wpglobus-customize-options.php:1214,
497
  #: includes/admin/class-wpglobus-customize-options.php:1234,
498
  #: includes/admin/class-wpglobus-customize-options.php:1192,
499
+ #: includes/options/class-wpglobus-options.php:1362
500
  msgid "Custom JS Code"
501
  msgstr "Custom JS Code"
502
 
540
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
541
 
542
  #: includes/admin/class-wpglobus-customize-options.php:1351,
543
+ #: includes/options/class-wpglobus-options.php:602
544
  msgid "Thank you for installing WPGlobus!"
545
  msgstr "Thank you for installing WPGlobus!"
546
 
547
  #: includes/admin/class-wpglobus-customize-options.php:1355,
548
+ #: includes/options/class-wpglobus-options.php:606
549
  msgid "Read About WPGlobus"
550
  msgstr "Read About WPGlobus"
551
 
556
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
557
 
558
  #: includes/admin/class-wpglobus-customize-options.php:1363,
559
+ #: includes/options/class-wpglobus-options.php:642
560
  msgid ""
561
  "Should you have any questions or comments, please do not hesitate to contact "
562
  "us."
565
  "us."
566
 
567
  #: includes/admin/class-wpglobus-customize-options.php:1367,
568
+ #: includes/options/class-wpglobus-options.php:646
569
  msgid "Sincerely Yours,"
570
  msgstr "Sincerely Yours,"
571
 
572
  #: includes/admin/class-wpglobus-customize-options.php:1369,
573
+ #: includes/options/class-wpglobus-options.php:648,
574
  #: includes/options/wpglobus-options-header.php:34
575
  msgid "The WPGlobus Team"
576
  msgstr "The WPGlobus Team"
578
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #: includes/admin/class-wpglobus-customize-options.php:1388,
581
+ #: includes/options/class-wpglobus-options.php:683
582
  msgid ""
583
  "We would hate to see you go. If something goes wrong, do not uninstall "
584
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
587
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
588
 
589
  #: includes/admin/class-wpglobus-customize-options.php:1395,
590
+ #: includes/options/class-wpglobus-options.php:690
591
  msgid ""
592
  "Please note that if you deactivate WPGlobus, your site will show all the "
593
  "languages together, mixed up. You will need to remove all translations, "
600
  #. translators: %s: link to the Clean-up Tool
601
  #. translators: %s: link to the Clean-up Tool.
602
  #: includes/admin/class-wpglobus-customize-options.php:1400,
603
+ #: includes/options/class-wpglobus-options.php:694
604
  msgid ""
605
  "If there are just a few places, you should edit them manually. To "
606
  "automatically remove all translations at once, you can use the %s. WARNING: "
615
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #: includes/admin/class-wpglobus-customize-options.php:1403,
618
+ #: includes/options/class-wpglobus-options.php:671
619
  msgid "%1$sClean-up Tool%2$s"
620
  msgstr "%1$sClean-up Tool%2$s"
621
 
759
  msgstr ""
760
 
761
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
762
+ #: includes/options/class-wpglobus-options.php:720
763
  msgid "Help Desk"
764
  msgstr "Help Desk"
765
 
841
  msgstr "WPGlobus Recommends:"
842
 
843
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
844
+ #: includes/options/class-wpglobus-options.php:927
845
  msgid "WPGlobus for WooCommerce"
846
  msgstr "WPGlobus for WooCommerce"
847
 
1030
  msgstr ""
1031
 
1032
  #: includes/options/class-wpglobus-options.php:273,
1033
+ #: includes/options/class-wpglobus-options.php:796,
1034
+ #: includes/options/class-wpglobus-options.php:865
1035
  msgid "WPGlobus Plus"
1036
  msgstr ""
1037
 
1057
  "Settings panel properly. Please try another browser."
1058
  msgstr ""
1059
 
1060
+ #: includes/options/class-wpglobus-options.php:593,
1061
+ #: includes/options/class-wpglobus-options.php:1571
1062
  msgid "Сompatibility"
1063
  msgstr ""
1064
 
1065
  #. translators: placeholders for "strong" tags.
1066
+ #: includes/options/class-wpglobus-options.php:610
1067
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
+ #: includes/options/class-wpglobus-options.php:613
1072
  msgid ""
1073
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1074
  "the language attributes: name, code, flag icon, etc."
1075
  msgstr ""
1076
 
1077
+ #: includes/options/class-wpglobus-options.php:616
1078
  msgid "Important notes"
1079
  msgstr ""
1080
 
1081
  #. translators: placeholders for "strong" tags.
1082
+ #: includes/options/class-wpglobus-options.php:618
1083
  msgid "Version %1$s1.9.17%2$s "
1084
  msgstr ""
1085
 
1086
  #. translators: placeholders for "strong" tags.
1087
+ #: includes/options/class-wpglobus-options.php:621
1088
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1089
  msgstr ""
1090
 
1091
  #. translators: placeholders for "strong" tags; compatibility tab link.
1092
+ #: includes/options/class-wpglobus-options.php:624
1093
  msgid ""
1094
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1095
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1096
  msgstr ""
1097
 
1098
  #. translators: placeholders for "strong" tags; compatibility tab link.
1099
+ #: includes/options/class-wpglobus-options.php:627
1100
  msgid ""
1101
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1102
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1103
  msgstr ""
1104
 
1105
  #. translators: placeholders for "strong" tags.
1106
+ #: includes/options/class-wpglobus-options.php:631
1107
  msgid "Version %1$s2.2.11%2$s "
1108
  msgstr ""
1109
 
1110
+ #: includes/options/class-wpglobus-options.php:633
1111
  msgid "Starting from this version"
1112
  msgstr ""
1113
 
1114
  #. translators: placeholders for "strong" tags.
1115
+ #: includes/options/class-wpglobus-options.php:636
1116
  msgid ""
1117
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1118
  "(CPT)."
1119
  msgstr ""
1120
 
1121
  #. translators: placeholders for "strong" tags.
1122
+ #: includes/options/class-wpglobus-options.php:639
1123
  msgid ""
1124
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1125
  "the %1$s[%3$s]%2$s tab."
1126
  msgstr ""
1127
 
1128
+ #: includes/options/class-wpglobus-options.php:656
1129
  msgid "Welcome!"
1130
  msgstr "Welcome!"
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:679
1133
  msgid "Deactivating / Uninstalling"
1134
  msgstr "Deactivating / Uninstalling"
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:705
1137
  msgid "Uninstall"
1138
  msgstr ""
1139
 
1140
+ #: includes/options/class-wpglobus-options.php:735
1141
  msgid "All add-ons"
1142
  msgstr ""
1143
 
1144
+ #: includes/options/class-wpglobus-options.php:750
1145
  msgid "Mobile Menu"
1146
  msgstr ""
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:765
1149
  msgid "Language Widgets"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:835
1153
  msgid "We Recommend..."
1154
  msgstr ""
1155
 
1156
+ #: includes/options/class-wpglobus-options.php:867
1157
  msgid ""
1158
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1159
  "website, such as:"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:870
1163
  msgid ""
1164
  "- Ability to write a post in one language and immediately publish it, not "
1165
  "waiting for the translation to other languages;"
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:873
1169
  msgid "- Set different URLs for each translation;"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:876
1173
  msgid ""
1174
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1175
  "for each translation;"
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:879
1179
  msgid "- and more..."
1180
  msgstr ""
1181
 
1182
+ #: includes/options/class-wpglobus-options.php:882,
1183
+ #: includes/options/class-wpglobus-options.php:939,
1184
+ #: includes/options/class-wpglobus-options.php:997
1185
  msgid "Click here to download"
1186
  msgstr ""
1187
 
1188
+ #: includes/options/class-wpglobus-options.php:930
1189
  msgid ""
1190
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1191
  "translate your blog posts and pages to many languages."
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:933
1195
  msgid "The next step is to translate your WooCommerce-based store!"
1196
  msgstr ""
1197
 
1198
+ #: includes/options/class-wpglobus-options.php:936
1199
  msgid ""
1200
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1201
  "translate product titles and descriptions, categories, tags and attributes."
1202
  msgstr ""
1203
 
1204
+ #: includes/options/class-wpglobus-options.php:983
1205
  msgid "Multi-currency"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:986
1209
  msgid ""
1210
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1211
  "a single currency only."
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:990
1215
  msgid ""
1216
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1217
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1219
  "positioning for global growth!"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:994
1223
  msgid ""
1224
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1225
  "re-calculating prices on-the-fly."
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1031
1229
  msgid "WPGlobus Premium Add-ons"
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1033
1233
  msgid ""
1234
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1235
  "you will be able to:"
1236
  msgstr ""
1237
 
1238
+ #: includes/options/class-wpglobus-options.php:1038
1239
  msgid ""
1240
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1241
  "моя-страница and so on);"
1242
  msgstr ""
1243
 
1244
+ #: includes/options/class-wpglobus-options.php:1041
1245
  msgid ""
1246
  "Postpone translation to some languages and <strong>publish only the "
1247
  "translated texts</strong>;"
1248
  msgstr ""
1249
 
1250
+ #: includes/options/class-wpglobus-options.php:1044
1251
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1252
  msgstr ""
1253
 
1254
+ #: includes/options/class-wpglobus-options.php:1047
1255
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1256
  msgstr ""
1257
 
1258
+ #: includes/options/class-wpglobus-options.php:1050
1259
  msgid ""
1260
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1261
  "strong>;"
1262
  msgstr ""
1263
 
1264
+ #: includes/options/class-wpglobus-options.php:1054
1265
  msgid "...and more."
1266
  msgstr ""
1267
 
1268
+ #: includes/options/class-wpglobus-options.php:1057
1269
  msgid "Click here to visit the WPGlobus Store"
1270
  msgstr ""
1271
 
1272
+ #: includes/options/class-wpglobus-options.php:1098
1273
  msgid "Select a language"
1274
  msgstr "Select a language"
1275
 
1276
  #. translators: %3$s placeholder for the icon (actual picture).
1277
+ #: includes/options/class-wpglobus-options.php:1127
1278
  msgid ""
1279
  "Place the %1$smain language%2$s of your site at the top of the list by "
1280
  "dragging the %3$s icons."
1281
  msgstr ""
1282
 
1283
  #. translators: placeholders for the "strong" HTML tags.
1284
+ #: includes/options/class-wpglobus-options.php:1130
1285
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1286
  msgstr ""
1287
 
1288
  #. translators: placeholders for the "strong" HTML tags.
1289
+ #: includes/options/class-wpglobus-options.php:1133
1290
  msgid "%1$sAdd%2$s more languages using the section below."
1291
  msgstr ""
1292
 
1293
+ #: includes/options/class-wpglobus-options.php:1134
1294
  msgid "When done, click the [Save Changes] button."
1295
  msgstr "When done, click the [Save Changes] button."
1296
 
1297
  #. translators: %s - placeholder for the "Save Changes" button text.
1298
+ #: includes/options/class-wpglobus-options.php:1145
1299
  msgid "Press the %s button to confirm."
1300
  msgstr ""
1301
 
1302
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1303
+ #: includes/options/class-wpglobus-options.php:1162
1304
  msgid "-- none --"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1163
1308
  msgid "All menus"
1309
  msgstr ""
1310
 
1311
+ #: includes/options/class-wpglobus-options.php:1176
1312
  msgid "Instructions:"
1313
  msgstr "Instructions:"
1314
 
1315
+ #: includes/options/class-wpglobus-options.php:1236
1316
  msgid "(Found in some themes)"
1317
  msgstr "(Found in some themes)"
1318
 
1319
+ #: includes/options/class-wpglobus-options.php:1238
1320
  msgid "Enable"
1321
  msgstr "Enable"
1322
 
1323
+ #: includes/options/class-wpglobus-options.php:1253
1324
  msgid "Languages table"
1325
  msgstr "Languages table"
1326
 
1327
+ #: includes/options/class-wpglobus-options.php:1259
1328
  msgid "Use this table to add, edit or delete languages."
1329
  msgstr "Use this table to add, edit or delete languages."
1330
 
1331
+ #: includes/options/class-wpglobus-options.php:1260
1332
  msgid "NOTE: you cannot remove the main language."
1333
  msgstr "NOTE: you cannot remove the main language."
1334
 
1335
+ #: includes/options/class-wpglobus-options.php:1308
1336
  msgid "WPGlobus is enabled on these Post Types"
1337
  msgstr ""
1338
 
1339
+ #: includes/options/class-wpglobus-options.php:1309
1340
  msgid "Uncheck to disable"
1341
  msgstr ""
1342
 
1343
+ #: includes/options/class-wpglobus-options.php:1310
1344
  msgid ""
1345
  "Please note that there are post types, which status is managed by other "
1346
  "plugins and cannot be changed here."
1347
  msgstr ""
1348
 
1349
+ #: includes/options/class-wpglobus-options.php:1315
1350
  msgid "Post Types"
1351
  msgstr ""
1352
 
1353
+ #: includes/options/class-wpglobus-options.php:1331
1354
  msgid ""
1355
  "You should put here only the code provided by WPGlobus Support. Do not write "
1356
  "anything else in the sections below as it might break the functionality of "
1357
  "your website!"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1372
1361
  msgid "Custom Code"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1480,
1365
+ #: includes/options/class-wpglobus-options.php:1612,
1366
+ #: includes/options/class-wpglobus-options.php:1723
1367
  msgid "Enabled"
1368
  msgstr "Enabled"
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1493
1371
  msgid "Builders support"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1545
1375
  msgid "Builder mode is enabled on these Post Types"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1611
1379
  msgid "Old fashioned language switcher"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1617
1383
  msgid "Block Editor"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1618
1387
  msgid "Block Editor Options"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1647
1391
  msgid ""
1392
  "With the current settings, you will see the following lines in the section "
1393
  "HEAD of your site pages"
1394
  msgstr ""
1395
 
1396
+ #: includes/options/class-wpglobus-options.php:1649
1397
  msgid "(example for two languages)"
1398
  msgstr ""
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:1696
1401
  msgid ""
1402
  "Tell search engines about localized versions of your pages using the "
1403
  "hreflang tag"
1404
  msgstr ""
1405
 
1406
+ #: includes/options/class-wpglobus-options.php:1705
1407
  msgid "Output the hreflang tag as"
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1708
1411
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1412
  msgstr ""
1413
 
1414
+ #: includes/options/class-wpglobus-options.php:1709
1415
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1416
  msgstr ""
1417
 
1418
+ #: includes/options/class-wpglobus-options.php:1710
1419
  msgid "Language code only (en, ru, etc.)"
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1722
1423
  msgid "Use the code `x-default` for the main language"
1424
  msgstr ""
1425
 
1426
+ #: includes/options/class-wpglobus-options.php:1728
1427
  msgid "Multilingual SEO"
1428
  msgstr ""
1429
 
1430
+ #: includes/options/class-wpglobus-options.php:1729
1431
  msgid "Multilingual SEO Options"
1432
  msgstr ""
1433
 
1434
+ #: includes/options/class-wpglobus-options.php:1766
1435
  msgid ""
1436
  "With WPGlobus, you can get translations for posts and pages using REST API."
1437
  msgstr ""
1438
 
1439
+ #: includes/options/class-wpglobus-options.php:1793,
1440
+ #: includes/options/class-wpglobus-options.php:1801,
1441
+ #: includes/options/class-wpglobus-options.php:1774,
1442
+ #: includes/options/class-wpglobus-options.php:1782
1443
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1444
  msgstr ""
1445
 
1446
+ #: includes/options/class-wpglobus-options.php:1771
1447
  msgid ""
1448
  "For demonstration, you can try the first post that WordPress creates at the "
1449
  "initial installation."
1450
  msgstr ""
1451
 
1452
+ #: includes/options/class-wpglobus-options.php:1812
1453
  msgid ""
1454
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1455
  "information."
1456
  msgstr ""
1457
 
1458
+ #: includes/options/class-wpglobus-options.php:1819
1459
  msgid ""
1460
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1461
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1462
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1463
  msgstr ""
1464
 
1465
+ #: includes/options/class-wpglobus-options.php:1832
1466
  msgid "Description:"
1467
  msgstr ""
1468
 
1469
+ #: includes/options/class-wpglobus-options.php:1839,
1470
+ #: includes/options/class-wpglobus-options.php:1840
1471
  msgid "REST API"
1472
  msgstr ""
1473
 
1474
+ #: includes/options/class-wpglobus-options.php:2173
1475
  msgid "Translate strings"
1476
  msgstr ""
1477
 
languages/wpglobus-en_GB.po CHANGED
@@ -348,22 +348,22 @@ msgid "Help"
348
  msgstr "Help"
349
 
350
  #: includes/admin/class-wpglobus-customize-options.php:745,
351
- #: includes/options/class-wpglobus-options.php:1168
352
  msgid "Languages"
353
  msgstr "Languages"
354
 
355
  #: includes/admin/class-wpglobus-customize-options.php:765,
356
- #: includes/options/class-wpglobus-options.php:1181
357
  msgid "Enabled Languages"
358
  msgstr "Enabled Languages"
359
 
360
  #: includes/admin/class-wpglobus-customize-options.php:767,
361
- #: includes/options/class-wpglobus-options.php:1182
362
  msgid "These languages are currently enabled on your site."
363
  msgstr "These languages are currently enabled on your site."
364
 
365
  #: includes/admin/class-wpglobus-customize-options.php:795,
366
- #: includes/options/class-wpglobus-options.php:1140
367
  msgid "Choose a language you would like to enable."
368
  msgstr ""
369
 
@@ -374,42 +374,42 @@ msgstr ""
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
375
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
376
  #: includes/admin/class-wpglobus-customize-options.php:801,
377
- #: includes/options/class-wpglobus-options.php:1146
378
  msgid "or Add new Language %1$s here %2$s"
379
  msgstr "or Add new Language %1$s here %2$s"
380
 
381
  #: includes/admin/class-wpglobus-customize-options.php:813,
382
- #: includes/options/class-wpglobus-options.php:1195
383
  msgid "Add Languages"
384
  msgstr "Add Languages"
385
 
386
  #: includes/admin/class-wpglobus-customize-options.php:833,
387
- #: includes/options/class-wpglobus-options.php:1203
388
  msgid "Language Selector Mode"
389
  msgstr "Language Selector Mode"
390
 
391
  #: includes/admin/class-wpglobus-customize-options.php:838,
392
- #: includes/options/class-wpglobus-options.php:1206
393
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
394
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
395
 
396
  #: includes/admin/class-wpglobus-customize-options.php:839,
397
- #: includes/options/class-wpglobus-options.php:1207
398
  msgid "Full Name (English, Russian, Italian, etc.)"
399
  msgstr "Full Name (English, Russian, Italian, etc.)"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:841,
402
- #: includes/options/class-wpglobus-options.php:1208
403
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
404
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
405
 
406
  #: includes/admin/class-wpglobus-customize-options.php:842,
407
- #: includes/options/class-wpglobus-options.php:1209
408
  msgid "Flags only"
409
  msgstr "Flags only"
410
 
411
  #: includes/admin/class-wpglobus-customize-options.php:844,
412
- #: includes/options/class-wpglobus-options.php:1204
413
  msgid ""
414
  "Choose the way language name and country flag are shown in the drop-down menu"
415
  msgstr ""
@@ -421,13 +421,13 @@ msgstr ""
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:915,
423
  #: includes/admin/class-wpglobus-customize-options.php:888,
424
- #: includes/options/class-wpglobus-options.php:1222
425
  msgid "Language Selector Menu"
426
  msgstr "Language Selector Menu"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:920,
429
  #: includes/admin/class-wpglobus-customize-options.php:899,
430
- #: includes/options/class-wpglobus-options.php:1223
431
  msgid "Choose the navigation menu where the language selector will be shown"
432
  msgstr "Choose the navigation menu where the language selector will be shown"
433
 
@@ -436,12 +436,12 @@ msgid "No menus have been created yet. Create some."
436
  msgstr "No menus have been created yet. Create some."
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:940,
439
- #: includes/options/class-wpglobus-options.php:1233
440
  msgid "\"All Pages\" menus Language selector"
441
  msgstr "\"All Pages\" menus Language selector"
442
 
443
  #: includes/admin/class-wpglobus-customize-options.php:943,
444
- #: includes/options/class-wpglobus-options.php:1235
445
  msgid ""
446
  "Adds language selector to the menus that automatically list all existing "
447
  "pages (using `wp_list_pages`)"
@@ -450,7 +450,7 @@ msgstr ""
450
  "pages (using `wp_list_pages`)"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:960,
453
- #: includes/options/class-wpglobus-options.php:1348
454
  msgid "Custom CSS"
455
  msgstr "Custom CSS"
456
 
@@ -471,22 +471,22 @@ msgid "Uncheck to disable WPGlobus"
471
  msgstr "Uncheck to disable WPGlobus"
472
 
473
  #: includes/admin/class-wpglobus-customize-options.php:1125,
474
- #: includes/options/class-wpglobus-options.php:1416
475
  msgid "Redirect"
476
  msgstr "Redirect"
477
 
478
  #: includes/admin/class-wpglobus-customize-options.php:1150,
479
- #: includes/options/class-wpglobus-options.php:1411
480
  msgid "Choose the language automatically, based on:"
481
  msgstr "Choose the language automatically, based on:"
482
 
483
  #: includes/admin/class-wpglobus-customize-options.php:1152,
484
- #: includes/options/class-wpglobus-options.php:1401
485
  msgid "Preferred language set in the browser"
486
  msgstr "Preferred language set in the browser"
487
 
488
  #: includes/admin/class-wpglobus-customize-options.php:1153,
489
- #: includes/options/class-wpglobus-options.php:1388
490
  msgid ""
491
  "When a user comes to the site for the first time, try to find the best "
492
  "matching language version of the page."
@@ -497,7 +497,7 @@ msgstr ""
497
  #: includes/admin/class-wpglobus-customize-options.php:1214,
498
  #: includes/admin/class-wpglobus-customize-options.php:1234,
499
  #: includes/admin/class-wpglobus-customize-options.php:1192,
500
- #: includes/options/class-wpglobus-options.php:1360
501
  msgid "Custom JS Code"
502
  msgstr "Custom JS Code"
503
 
@@ -541,12 +541,12 @@ msgstr ""
541
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1351,
544
- #: includes/options/class-wpglobus-options.php:600
545
  msgid "Thank you for installing WPGlobus!"
546
  msgstr "Thank you for installing WPGlobus!"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1355,
549
- #: includes/options/class-wpglobus-options.php:604
550
  msgid "Read About WPGlobus"
551
  msgstr "Read About WPGlobus"
552
 
@@ -557,7 +557,7 @@ msgstr ""
557
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1363,
560
- #: includes/options/class-wpglobus-options.php:640
561
  msgid ""
562
  "Should you have any questions or comments, please do not hesitate to contact "
563
  "us."
@@ -566,12 +566,12 @@ msgstr ""
566
  "us."
567
 
568
  #: includes/admin/class-wpglobus-customize-options.php:1367,
569
- #: includes/options/class-wpglobus-options.php:644
570
  msgid "Sincerely Yours,"
571
  msgstr "Sincerely Yours,"
572
 
573
  #: includes/admin/class-wpglobus-customize-options.php:1369,
574
- #: includes/options/class-wpglobus-options.php:646,
575
  #: includes/options/wpglobus-options-header.php:34
576
  msgid "The WPGlobus Team"
577
  msgstr "The WPGlobus Team"
@@ -579,7 +579,7 @@ msgstr "The WPGlobus Team"
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1388,
582
- #: includes/options/class-wpglobus-options.php:681
583
  msgid ""
584
  "We would hate to see you go. If something goes wrong, do not uninstall "
585
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -588,7 +588,7 @@ msgstr ""
588
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
589
 
590
  #: includes/admin/class-wpglobus-customize-options.php:1395,
591
- #: includes/options/class-wpglobus-options.php:688
592
  msgid ""
593
  "Please note that if you deactivate WPGlobus, your site will show all the "
594
  "languages together, mixed up. You will need to remove all translations, "
@@ -601,7 +601,7 @@ msgstr ""
601
  #. translators: %s: link to the Clean-up Tool
602
  #. translators: %s: link to the Clean-up Tool.
603
  #: includes/admin/class-wpglobus-customize-options.php:1400,
604
- #: includes/options/class-wpglobus-options.php:692
605
  msgid ""
606
  "If there are just a few places, you should edit them manually. To "
607
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -616,7 +616,7 @@ msgstr ""
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
618
  #: includes/admin/class-wpglobus-customize-options.php:1403,
619
- #: includes/options/class-wpglobus-options.php:669
620
  msgid "%1$sClean-up Tool%2$s"
621
  msgstr "%1$sClean-up Tool%2$s"
622
 
@@ -760,7 +760,7 @@ msgid ""
760
  msgstr ""
761
 
762
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
763
- #: includes/options/class-wpglobus-options.php:718
764
  msgid "Help Desk"
765
  msgstr "Help Desk"
766
 
@@ -842,7 +842,7 @@ msgid "WPGlobus Recommends:"
842
  msgstr "WPGlobus Recommends:"
843
 
844
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
845
- #: includes/options/class-wpglobus-options.php:925
846
  msgid "WPGlobus for WooCommerce"
847
  msgstr "WPGlobus for WooCommerce"
848
 
@@ -1031,8 +1031,8 @@ msgid "Language Selector Menu Style"
1031
  msgstr ""
1032
 
1033
  #: includes/options/class-wpglobus-options.php:273,
1034
- #: includes/options/class-wpglobus-options.php:794,
1035
- #: includes/options/class-wpglobus-options.php:863
1036
  msgid "WPGlobus Plus"
1037
  msgstr ""
1038
 
@@ -1058,161 +1058,161 @@ msgid ""
1058
  "Settings panel properly. Please try another browser."
1059
  msgstr ""
1060
 
1061
- #: includes/options/class-wpglobus-options.php:591,
1062
- #: includes/options/class-wpglobus-options.php:1569
1063
  msgid "Сompatibility"
1064
  msgstr ""
1065
 
1066
  #. translators: placeholders for "strong" tags.
1067
- #: includes/options/class-wpglobus-options.php:608
1068
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1069
  msgstr ""
1070
 
1071
  #. translators: placeholders for "strong" tags.
1072
- #: includes/options/class-wpglobus-options.php:611
1073
  msgid ""
1074
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1075
  "the language attributes: name, code, flag icon, etc."
1076
  msgstr ""
1077
 
1078
- #: includes/options/class-wpglobus-options.php:614
1079
  msgid "Important notes"
1080
  msgstr ""
1081
 
1082
  #. translators: placeholders for "strong" tags.
1083
- #: includes/options/class-wpglobus-options.php:616
1084
  msgid "Version %1$s1.9.17%2$s "
1085
  msgstr ""
1086
 
1087
  #. translators: placeholders for "strong" tags.
1088
- #: includes/options/class-wpglobus-options.php:619
1089
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1090
  msgstr ""
1091
 
1092
  #. translators: placeholders for "strong" tags; compatibility tab link.
1093
- #: includes/options/class-wpglobus-options.php:622
1094
  msgid ""
1095
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1096
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1097
  msgstr ""
1098
 
1099
  #. translators: placeholders for "strong" tags; compatibility tab link.
1100
- #: includes/options/class-wpglobus-options.php:625
1101
  msgid ""
1102
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1103
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1104
  msgstr ""
1105
 
1106
  #. translators: placeholders for "strong" tags.
1107
- #: includes/options/class-wpglobus-options.php:629
1108
  msgid "Version %1$s2.2.11%2$s "
1109
  msgstr ""
1110
 
1111
- #: includes/options/class-wpglobus-options.php:631
1112
  msgid "Starting from this version"
1113
  msgstr ""
1114
 
1115
  #. translators: placeholders for "strong" tags.
1116
- #: includes/options/class-wpglobus-options.php:634
1117
  msgid ""
1118
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1119
  "(CPT)."
1120
  msgstr ""
1121
 
1122
  #. translators: placeholders for "strong" tags.
1123
- #: includes/options/class-wpglobus-options.php:637
1124
  msgid ""
1125
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1126
  "the %1$s[%3$s]%2$s tab."
1127
  msgstr ""
1128
 
1129
- #: includes/options/class-wpglobus-options.php:654
1130
  msgid "Welcome!"
1131
  msgstr "Welcome!"
1132
 
1133
- #: includes/options/class-wpglobus-options.php:677
1134
  msgid "Deactivating / Uninstalling"
1135
  msgstr "Deactivating / Uninstalling"
1136
 
1137
- #: includes/options/class-wpglobus-options.php:703
1138
  msgid "Uninstall"
1139
  msgstr ""
1140
 
1141
- #: includes/options/class-wpglobus-options.php:733
1142
  msgid "All add-ons"
1143
  msgstr ""
1144
 
1145
- #: includes/options/class-wpglobus-options.php:748
1146
  msgid "Mobile Menu"
1147
  msgstr ""
1148
 
1149
- #: includes/options/class-wpglobus-options.php:763
1150
  msgid "Language Widgets"
1151
  msgstr ""
1152
 
1153
- #: includes/options/class-wpglobus-options.php:833
1154
  msgid "We Recommend..."
1155
  msgstr ""
1156
 
1157
- #: includes/options/class-wpglobus-options.php:865
1158
  msgid ""
1159
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1160
  "website, such as:"
1161
  msgstr ""
1162
 
1163
- #: includes/options/class-wpglobus-options.php:868
1164
  msgid ""
1165
  "- Ability to write a post in one language and immediately publish it, not "
1166
  "waiting for the translation to other languages;"
1167
  msgstr ""
1168
 
1169
- #: includes/options/class-wpglobus-options.php:871
1170
  msgid "- Set different URLs for each translation;"
1171
  msgstr ""
1172
 
1173
- #: includes/options/class-wpglobus-options.php:874
1174
  msgid ""
1175
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1176
  "for each translation;"
1177
  msgstr ""
1178
 
1179
- #: includes/options/class-wpglobus-options.php:877
1180
  msgid "- and more..."
1181
  msgstr ""
1182
 
1183
- #: includes/options/class-wpglobus-options.php:880,
1184
- #: includes/options/class-wpglobus-options.php:937,
1185
- #: includes/options/class-wpglobus-options.php:995
1186
  msgid "Click here to download"
1187
  msgstr ""
1188
 
1189
- #: includes/options/class-wpglobus-options.php:928
1190
  msgid ""
1191
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1192
  "translate your blog posts and pages to many languages."
1193
  msgstr ""
1194
 
1195
- #: includes/options/class-wpglobus-options.php:931
1196
  msgid "The next step is to translate your WooCommerce-based store!"
1197
  msgstr ""
1198
 
1199
- #: includes/options/class-wpglobus-options.php:934
1200
  msgid ""
1201
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1202
  "translate product titles and descriptions, categories, tags and attributes."
1203
  msgstr ""
1204
 
1205
- #: includes/options/class-wpglobus-options.php:981
1206
  msgid "Multi-currency"
1207
  msgstr ""
1208
 
1209
- #: includes/options/class-wpglobus-options.php:984
1210
  msgid ""
1211
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1212
  "a single currency only."
1213
  msgstr ""
1214
 
1215
- #: includes/options/class-wpglobus-options.php:988
1216
  msgid ""
1217
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1218
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1220,259 +1220,259 @@ msgid ""
1220
  "positioning for global growth!"
1221
  msgstr ""
1222
 
1223
- #: includes/options/class-wpglobus-options.php:992
1224
  msgid ""
1225
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1226
  "re-calculating prices on-the-fly."
1227
  msgstr ""
1228
 
1229
- #: includes/options/class-wpglobus-options.php:1029
1230
  msgid "WPGlobus Premium Add-ons"
1231
  msgstr ""
1232
 
1233
- #: includes/options/class-wpglobus-options.php:1031
1234
  msgid ""
1235
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1236
  "you will be able to:"
1237
  msgstr ""
1238
 
1239
- #: includes/options/class-wpglobus-options.php:1036
1240
  msgid ""
1241
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1242
  "моя-страница and so on);"
1243
  msgstr ""
1244
 
1245
- #: includes/options/class-wpglobus-options.php:1039
1246
  msgid ""
1247
  "Postpone translation to some languages and <strong>publish only the "
1248
  "translated texts</strong>;"
1249
  msgstr ""
1250
 
1251
- #: includes/options/class-wpglobus-options.php:1042
1252
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1253
  msgstr ""
1254
 
1255
- #: includes/options/class-wpglobus-options.php:1045
1256
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1257
  msgstr ""
1258
 
1259
- #: includes/options/class-wpglobus-options.php:1048
1260
  msgid ""
1261
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1262
  "strong>;"
1263
  msgstr ""
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1052
1266
  msgid "...and more."
1267
  msgstr ""
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1055
1270
  msgid "Click here to visit the WPGlobus Store"
1271
  msgstr ""
1272
 
1273
- #: includes/options/class-wpglobus-options.php:1096
1274
  msgid "Select a language"
1275
  msgstr "Select a language"
1276
 
1277
  #. translators: %3$s placeholder for the icon (actual picture).
1278
- #: includes/options/class-wpglobus-options.php:1125
1279
  msgid ""
1280
  "Place the %1$smain language%2$s of your site at the top of the list by "
1281
  "dragging the %3$s icons."
1282
  msgstr ""
1283
 
1284
  #. translators: placeholders for the "strong" HTML tags.
1285
- #: includes/options/class-wpglobus-options.php:1128
1286
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1287
  msgstr ""
1288
 
1289
  #. translators: placeholders for the "strong" HTML tags.
1290
- #: includes/options/class-wpglobus-options.php:1131
1291
  msgid "%1$sAdd%2$s more languages using the section below."
1292
  msgstr ""
1293
 
1294
- #: includes/options/class-wpglobus-options.php:1132
1295
  msgid "When done, click the [Save Changes] button."
1296
  msgstr "When done, click the [Save Changes] button."
1297
 
1298
  #. translators: %s - placeholder for the "Save Changes" button text.
1299
- #: includes/options/class-wpglobus-options.php:1143
1300
  msgid "Press the %s button to confirm."
1301
  msgstr ""
1302
 
1303
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1304
- #: includes/options/class-wpglobus-options.php:1160
1305
  msgid "-- none --"
1306
  msgstr ""
1307
 
1308
- #: includes/options/class-wpglobus-options.php:1161
1309
  msgid "All menus"
1310
  msgstr ""
1311
 
1312
- #: includes/options/class-wpglobus-options.php:1174
1313
  msgid "Instructions:"
1314
  msgstr "Instructions:"
1315
 
1316
- #: includes/options/class-wpglobus-options.php:1234
1317
  msgid "(Found in some themes)"
1318
  msgstr "(Found in some themes)"
1319
 
1320
- #: includes/options/class-wpglobus-options.php:1236
1321
  msgid "Enable"
1322
  msgstr "Enable"
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1251
1325
  msgid "Languages table"
1326
  msgstr "Languages table"
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1257
1329
  msgid "Use this table to add, edit or delete languages."
1330
  msgstr "Use this table to add, edit or delete languages."
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1258
1333
  msgid "NOTE: you cannot remove the main language."
1334
  msgstr "NOTE: you cannot remove the main language."
1335
 
1336
- #: includes/options/class-wpglobus-options.php:1306
1337
  msgid "WPGlobus is enabled on these Post Types"
1338
  msgstr ""
1339
 
1340
- #: includes/options/class-wpglobus-options.php:1307
1341
  msgid "Uncheck to disable"
1342
  msgstr ""
1343
 
1344
- #: includes/options/class-wpglobus-options.php:1308
1345
  msgid ""
1346
  "Please note that there are post types, which status is managed by other "
1347
  "plugins and cannot be changed here."
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1313
1351
  msgid "Post Types"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1329
1355
  msgid ""
1356
  "You should put here only the code provided by WPGlobus Support. Do not write "
1357
  "anything else in the sections below as it might break the functionality of "
1358
  "your website!"
1359
  msgstr ""
1360
 
1361
- #: includes/options/class-wpglobus-options.php:1370
1362
  msgid "Custom Code"
1363
  msgstr ""
1364
 
1365
- #: includes/options/class-wpglobus-options.php:1478,
1366
- #: includes/options/class-wpglobus-options.php:1610,
1367
- #: includes/options/class-wpglobus-options.php:1721
1368
  msgid "Enabled"
1369
  msgstr "Enabled"
1370
 
1371
- #: includes/options/class-wpglobus-options.php:1491
1372
  msgid "Builders support"
1373
  msgstr ""
1374
 
1375
- #: includes/options/class-wpglobus-options.php:1543
1376
  msgid "Builder mode is enabled on these Post Types"
1377
  msgstr ""
1378
 
1379
- #: includes/options/class-wpglobus-options.php:1609
1380
  msgid "Old fashioned language switcher"
1381
  msgstr ""
1382
 
1383
- #: includes/options/class-wpglobus-options.php:1615
1384
  msgid "Block Editor"
1385
  msgstr ""
1386
 
1387
- #: includes/options/class-wpglobus-options.php:1616
1388
  msgid "Block Editor Options"
1389
  msgstr ""
1390
 
1391
- #: includes/options/class-wpglobus-options.php:1645
1392
  msgid ""
1393
  "With the current settings, you will see the following lines in the section "
1394
  "HEAD of your site pages"
1395
  msgstr ""
1396
 
1397
- #: includes/options/class-wpglobus-options.php:1647
1398
  msgid "(example for two languages)"
1399
  msgstr ""
1400
 
1401
- #: includes/options/class-wpglobus-options.php:1694
1402
  msgid ""
1403
  "Tell search engines about localized versions of your pages using the "
1404
  "hreflang tag"
1405
  msgstr ""
1406
 
1407
- #: includes/options/class-wpglobus-options.php:1703
1408
  msgid "Output the hreflang tag as"
1409
  msgstr ""
1410
 
1411
- #: includes/options/class-wpglobus-options.php:1706
1412
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1413
  msgstr ""
1414
 
1415
- #: includes/options/class-wpglobus-options.php:1707
1416
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1417
  msgstr ""
1418
 
1419
- #: includes/options/class-wpglobus-options.php:1708
1420
  msgid "Language code only (en, ru, etc.)"
1421
  msgstr ""
1422
 
1423
- #: includes/options/class-wpglobus-options.php:1720
1424
  msgid "Use the code `x-default` for the main language"
1425
  msgstr ""
1426
 
1427
- #: includes/options/class-wpglobus-options.php:1726
1428
  msgid "Multilingual SEO"
1429
  msgstr ""
1430
 
1431
- #: includes/options/class-wpglobus-options.php:1727
1432
  msgid "Multilingual SEO Options"
1433
  msgstr ""
1434
 
1435
- #: includes/options/class-wpglobus-options.php:1757
1436
  msgid ""
1437
  "With WPGlobus, you can get translations for posts and pages using REST API."
1438
  msgstr ""
1439
 
1440
- #: includes/options/class-wpglobus-options.php:1784,
1441
- #: includes/options/class-wpglobus-options.php:1792,
1442
- #: includes/options/class-wpglobus-options.php:1765,
1443
- #: includes/options/class-wpglobus-options.php:1773
1444
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1445
  msgstr ""
1446
 
1447
- #: includes/options/class-wpglobus-options.php:1762
1448
  msgid ""
1449
  "For demonstration, you can try the first post that WordPress creates at the "
1450
  "initial installation."
1451
  msgstr ""
1452
 
1453
- #: includes/options/class-wpglobus-options.php:1803
1454
  msgid ""
1455
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1456
  "information."
1457
  msgstr ""
1458
 
1459
- #: includes/options/class-wpglobus-options.php:1810
1460
  msgid ""
1461
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1462
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1463
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1464
  msgstr ""
1465
 
1466
- #: includes/options/class-wpglobus-options.php:1823
1467
  msgid "Description:"
1468
  msgstr ""
1469
 
1470
- #: includes/options/class-wpglobus-options.php:1830,
1471
- #: includes/options/class-wpglobus-options.php:1831
1472
  msgid "REST API"
1473
  msgstr ""
1474
 
1475
- #: includes/options/class-wpglobus-options.php:2164
1476
  msgid "Translate strings"
1477
  msgstr ""
1478
 
348
  msgstr "Help"
349
 
350
  #: includes/admin/class-wpglobus-customize-options.php:745,
351
+ #: includes/options/class-wpglobus-options.php:1170
352
  msgid "Languages"
353
  msgstr "Languages"
354
 
355
  #: includes/admin/class-wpglobus-customize-options.php:765,
356
+ #: includes/options/class-wpglobus-options.php:1183
357
  msgid "Enabled Languages"
358
  msgstr "Enabled Languages"
359
 
360
  #: includes/admin/class-wpglobus-customize-options.php:767,
361
+ #: includes/options/class-wpglobus-options.php:1184
362
  msgid "These languages are currently enabled on your site."
363
  msgstr "These languages are currently enabled on your site."
364
 
365
  #: includes/admin/class-wpglobus-customize-options.php:795,
366
+ #: includes/options/class-wpglobus-options.php:1142
367
  msgid "Choose a language you would like to enable."
368
  msgstr ""
369
 
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
375
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
376
  #: includes/admin/class-wpglobus-customize-options.php:801,
377
+ #: includes/options/class-wpglobus-options.php:1148
378
  msgid "or Add new Language %1$s here %2$s"
379
  msgstr "or Add new Language %1$s here %2$s"
380
 
381
  #: includes/admin/class-wpglobus-customize-options.php:813,
382
+ #: includes/options/class-wpglobus-options.php:1197
383
  msgid "Add Languages"
384
  msgstr "Add Languages"
385
 
386
  #: includes/admin/class-wpglobus-customize-options.php:833,
387
+ #: includes/options/class-wpglobus-options.php:1205
388
  msgid "Language Selector Mode"
389
  msgstr "Language Selector Mode"
390
 
391
  #: includes/admin/class-wpglobus-customize-options.php:838,
392
+ #: includes/options/class-wpglobus-options.php:1208
393
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
394
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
395
 
396
  #: includes/admin/class-wpglobus-customize-options.php:839,
397
+ #: includes/options/class-wpglobus-options.php:1209
398
  msgid "Full Name (English, Russian, Italian, etc.)"
399
  msgstr "Full Name (English, Russian, Italian, etc.)"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:841,
402
+ #: includes/options/class-wpglobus-options.php:1210
403
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
404
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
405
 
406
  #: includes/admin/class-wpglobus-customize-options.php:842,
407
+ #: includes/options/class-wpglobus-options.php:1211
408
  msgid "Flags only"
409
  msgstr "Flags only"
410
 
411
  #: includes/admin/class-wpglobus-customize-options.php:844,
412
+ #: includes/options/class-wpglobus-options.php:1206
413
  msgid ""
414
  "Choose the way language name and country flag are shown in the drop-down menu"
415
  msgstr ""
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:915,
423
  #: includes/admin/class-wpglobus-customize-options.php:888,
424
+ #: includes/options/class-wpglobus-options.php:1224
425
  msgid "Language Selector Menu"
426
  msgstr "Language Selector Menu"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:920,
429
  #: includes/admin/class-wpglobus-customize-options.php:899,
430
+ #: includes/options/class-wpglobus-options.php:1225
431
  msgid "Choose the navigation menu where the language selector will be shown"
432
  msgstr "Choose the navigation menu where the language selector will be shown"
433
 
436
  msgstr "No menus have been created yet. Create some."
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:940,
439
+ #: includes/options/class-wpglobus-options.php:1235
440
  msgid "\"All Pages\" menus Language selector"
441
  msgstr "\"All Pages\" menus Language selector"
442
 
443
  #: includes/admin/class-wpglobus-customize-options.php:943,
444
+ #: includes/options/class-wpglobus-options.php:1237
445
  msgid ""
446
  "Adds language selector to the menus that automatically list all existing "
447
  "pages (using `wp_list_pages`)"
450
  "pages (using `wp_list_pages`)"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:960,
453
+ #: includes/options/class-wpglobus-options.php:1350
454
  msgid "Custom CSS"
455
  msgstr "Custom CSS"
456
 
471
  msgstr "Uncheck to disable WPGlobus"
472
 
473
  #: includes/admin/class-wpglobus-customize-options.php:1125,
474
+ #: includes/options/class-wpglobus-options.php:1418
475
  msgid "Redirect"
476
  msgstr "Redirect"
477
 
478
  #: includes/admin/class-wpglobus-customize-options.php:1150,
479
+ #: includes/options/class-wpglobus-options.php:1413
480
  msgid "Choose the language automatically, based on:"
481
  msgstr "Choose the language automatically, based on:"
482
 
483
  #: includes/admin/class-wpglobus-customize-options.php:1152,
484
+ #: includes/options/class-wpglobus-options.php:1403
485
  msgid "Preferred language set in the browser"
486
  msgstr "Preferred language set in the browser"
487
 
488
  #: includes/admin/class-wpglobus-customize-options.php:1153,
489
+ #: includes/options/class-wpglobus-options.php:1390
490
  msgid ""
491
  "When a user comes to the site for the first time, try to find the best "
492
  "matching language version of the page."
497
  #: includes/admin/class-wpglobus-customize-options.php:1214,
498
  #: includes/admin/class-wpglobus-customize-options.php:1234,
499
  #: includes/admin/class-wpglobus-customize-options.php:1192,
500
+ #: includes/options/class-wpglobus-options.php:1362
501
  msgid "Custom JS Code"
502
  msgstr "Custom JS Code"
503
 
541
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1351,
544
+ #: includes/options/class-wpglobus-options.php:602
545
  msgid "Thank you for installing WPGlobus!"
546
  msgstr "Thank you for installing WPGlobus!"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1355,
549
+ #: includes/options/class-wpglobus-options.php:606
550
  msgid "Read About WPGlobus"
551
  msgstr "Read About WPGlobus"
552
 
557
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1363,
560
+ #: includes/options/class-wpglobus-options.php:642
561
  msgid ""
562
  "Should you have any questions or comments, please do not hesitate to contact "
563
  "us."
566
  "us."
567
 
568
  #: includes/admin/class-wpglobus-customize-options.php:1367,
569
+ #: includes/options/class-wpglobus-options.php:646
570
  msgid "Sincerely Yours,"
571
  msgstr "Sincerely Yours,"
572
 
573
  #: includes/admin/class-wpglobus-customize-options.php:1369,
574
+ #: includes/options/class-wpglobus-options.php:648,
575
  #: includes/options/wpglobus-options-header.php:34
576
  msgid "The WPGlobus Team"
577
  msgstr "The WPGlobus Team"
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1388,
582
+ #: includes/options/class-wpglobus-options.php:683
583
  msgid ""
584
  "We would hate to see you go. If something goes wrong, do not uninstall "
585
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
588
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
589
 
590
  #: includes/admin/class-wpglobus-customize-options.php:1395,
591
+ #: includes/options/class-wpglobus-options.php:690
592
  msgid ""
593
  "Please note that if you deactivate WPGlobus, your site will show all the "
594
  "languages together, mixed up. You will need to remove all translations, "
601
  #. translators: %s: link to the Clean-up Tool
602
  #. translators: %s: link to the Clean-up Tool.
603
  #: includes/admin/class-wpglobus-customize-options.php:1400,
604
+ #: includes/options/class-wpglobus-options.php:694
605
  msgid ""
606
  "If there are just a few places, you should edit them manually. To "
607
  "automatically remove all translations at once, you can use the %s. WARNING: "
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
618
  #: includes/admin/class-wpglobus-customize-options.php:1403,
619
+ #: includes/options/class-wpglobus-options.php:671
620
  msgid "%1$sClean-up Tool%2$s"
621
  msgstr "%1$sClean-up Tool%2$s"
622
 
760
  msgstr ""
761
 
762
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
763
+ #: includes/options/class-wpglobus-options.php:720
764
  msgid "Help Desk"
765
  msgstr "Help Desk"
766
 
842
  msgstr "WPGlobus Recommends:"
843
 
844
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
845
+ #: includes/options/class-wpglobus-options.php:927
846
  msgid "WPGlobus for WooCommerce"
847
  msgstr "WPGlobus for WooCommerce"
848
 
1031
  msgstr ""
1032
 
1033
  #: includes/options/class-wpglobus-options.php:273,
1034
+ #: includes/options/class-wpglobus-options.php:796,
1035
+ #: includes/options/class-wpglobus-options.php:865
1036
  msgid "WPGlobus Plus"
1037
  msgstr ""
1038
 
1058
  "Settings panel properly. Please try another browser."
1059
  msgstr ""
1060
 
1061
+ #: includes/options/class-wpglobus-options.php:593,
1062
+ #: includes/options/class-wpglobus-options.php:1571
1063
  msgid "Сompatibility"
1064
  msgstr ""
1065
 
1066
  #. translators: placeholders for "strong" tags.
1067
+ #: includes/options/class-wpglobus-options.php:610
1068
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1069
  msgstr ""
1070
 
1071
  #. translators: placeholders for "strong" tags.
1072
+ #: includes/options/class-wpglobus-options.php:613
1073
  msgid ""
1074
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1075
  "the language attributes: name, code, flag icon, etc."
1076
  msgstr ""
1077
 
1078
+ #: includes/options/class-wpglobus-options.php:616
1079
  msgid "Important notes"
1080
  msgstr ""
1081
 
1082
  #. translators: placeholders for "strong" tags.
1083
+ #: includes/options/class-wpglobus-options.php:618
1084
  msgid "Version %1$s1.9.17%2$s "
1085
  msgstr ""
1086
 
1087
  #. translators: placeholders for "strong" tags.
1088
+ #: includes/options/class-wpglobus-options.php:621
1089
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1090
  msgstr ""
1091
 
1092
  #. translators: placeholders for "strong" tags; compatibility tab link.
1093
+ #: includes/options/class-wpglobus-options.php:624
1094
  msgid ""
1095
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1096
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1097
  msgstr ""
1098
 
1099
  #. translators: placeholders for "strong" tags; compatibility tab link.
1100
+ #: includes/options/class-wpglobus-options.php:627
1101
  msgid ""
1102
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1103
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1104
  msgstr ""
1105
 
1106
  #. translators: placeholders for "strong" tags.
1107
+ #: includes/options/class-wpglobus-options.php:631
1108
  msgid "Version %1$s2.2.11%2$s "
1109
  msgstr ""
1110
 
1111
+ #: includes/options/class-wpglobus-options.php:633
1112
  msgid "Starting from this version"
1113
  msgstr ""
1114
 
1115
  #. translators: placeholders for "strong" tags.
1116
+ #: includes/options/class-wpglobus-options.php:636
1117
  msgid ""
1118
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1119
  "(CPT)."
1120
  msgstr ""
1121
 
1122
  #. translators: placeholders for "strong" tags.
1123
+ #: includes/options/class-wpglobus-options.php:639
1124
  msgid ""
1125
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1126
  "the %1$s[%3$s]%2$s tab."
1127
  msgstr ""
1128
 
1129
+ #: includes/options/class-wpglobus-options.php:656
1130
  msgid "Welcome!"
1131
  msgstr "Welcome!"
1132
 
1133
+ #: includes/options/class-wpglobus-options.php:679
1134
  msgid "Deactivating / Uninstalling"
1135
  msgstr "Deactivating / Uninstalling"
1136
 
1137
+ #: includes/options/class-wpglobus-options.php:705
1138
  msgid "Uninstall"
1139
  msgstr ""
1140
 
1141
+ #: includes/options/class-wpglobus-options.php:735
1142
  msgid "All add-ons"
1143
  msgstr ""
1144
 
1145
+ #: includes/options/class-wpglobus-options.php:750
1146
  msgid "Mobile Menu"
1147
  msgstr ""
1148
 
1149
+ #: includes/options/class-wpglobus-options.php:765
1150
  msgid "Language Widgets"
1151
  msgstr ""
1152
 
1153
+ #: includes/options/class-wpglobus-options.php:835
1154
  msgid "We Recommend..."
1155
  msgstr ""
1156
 
1157
+ #: includes/options/class-wpglobus-options.php:867
1158
  msgid ""
1159
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1160
  "website, such as:"
1161
  msgstr ""
1162
 
1163
+ #: includes/options/class-wpglobus-options.php:870
1164
  msgid ""
1165
  "- Ability to write a post in one language and immediately publish it, not "
1166
  "waiting for the translation to other languages;"
1167
  msgstr ""
1168
 
1169
+ #: includes/options/class-wpglobus-options.php:873
1170
  msgid "- Set different URLs for each translation;"
1171
  msgstr ""
1172
 
1173
+ #: includes/options/class-wpglobus-options.php:876
1174
  msgid ""
1175
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1176
  "for each translation;"
1177
  msgstr ""
1178
 
1179
+ #: includes/options/class-wpglobus-options.php:879
1180
  msgid "- and more..."
1181
  msgstr ""
1182
 
1183
+ #: includes/options/class-wpglobus-options.php:882,
1184
+ #: includes/options/class-wpglobus-options.php:939,
1185
+ #: includes/options/class-wpglobus-options.php:997
1186
  msgid "Click here to download"
1187
  msgstr ""
1188
 
1189
+ #: includes/options/class-wpglobus-options.php:930
1190
  msgid ""
1191
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1192
  "translate your blog posts and pages to many languages."
1193
  msgstr ""
1194
 
1195
+ #: includes/options/class-wpglobus-options.php:933
1196
  msgid "The next step is to translate your WooCommerce-based store!"
1197
  msgstr ""
1198
 
1199
+ #: includes/options/class-wpglobus-options.php:936
1200
  msgid ""
1201
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1202
  "translate product titles and descriptions, categories, tags and attributes."
1203
  msgstr ""
1204
 
1205
+ #: includes/options/class-wpglobus-options.php:983
1206
  msgid "Multi-currency"
1207
  msgstr ""
1208
 
1209
+ #: includes/options/class-wpglobus-options.php:986
1210
  msgid ""
1211
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1212
  "a single currency only."
1213
  msgstr ""
1214
 
1215
+ #: includes/options/class-wpglobus-options.php:990
1216
  msgid ""
1217
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1218
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1220
  "positioning for global growth!"
1221
  msgstr ""
1222
 
1223
+ #: includes/options/class-wpglobus-options.php:994
1224
  msgid ""
1225
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1226
  "re-calculating prices on-the-fly."
1227
  msgstr ""
1228
 
1229
+ #: includes/options/class-wpglobus-options.php:1031
1230
  msgid "WPGlobus Premium Add-ons"
1231
  msgstr ""
1232
 
1233
+ #: includes/options/class-wpglobus-options.php:1033
1234
  msgid ""
1235
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1236
  "you will be able to:"
1237
  msgstr ""
1238
 
1239
+ #: includes/options/class-wpglobus-options.php:1038
1240
  msgid ""
1241
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1242
  "моя-страница and so on);"
1243
  msgstr ""
1244
 
1245
+ #: includes/options/class-wpglobus-options.php:1041
1246
  msgid ""
1247
  "Postpone translation to some languages and <strong>publish only the "
1248
  "translated texts</strong>;"
1249
  msgstr ""
1250
 
1251
+ #: includes/options/class-wpglobus-options.php:1044
1252
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1253
  msgstr ""
1254
 
1255
+ #: includes/options/class-wpglobus-options.php:1047
1256
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1257
  msgstr ""
1258
 
1259
+ #: includes/options/class-wpglobus-options.php:1050
1260
  msgid ""
1261
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1262
  "strong>;"
1263
  msgstr ""
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1054
1266
  msgid "...and more."
1267
  msgstr ""
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1057
1270
  msgid "Click here to visit the WPGlobus Store"
1271
  msgstr ""
1272
 
1273
+ #: includes/options/class-wpglobus-options.php:1098
1274
  msgid "Select a language"
1275
  msgstr "Select a language"
1276
 
1277
  #. translators: %3$s placeholder for the icon (actual picture).
1278
+ #: includes/options/class-wpglobus-options.php:1127
1279
  msgid ""
1280
  "Place the %1$smain language%2$s of your site at the top of the list by "
1281
  "dragging the %3$s icons."
1282
  msgstr ""
1283
 
1284
  #. translators: placeholders for the "strong" HTML tags.
1285
+ #: includes/options/class-wpglobus-options.php:1130
1286
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1287
  msgstr ""
1288
 
1289
  #. translators: placeholders for the "strong" HTML tags.
1290
+ #: includes/options/class-wpglobus-options.php:1133
1291
  msgid "%1$sAdd%2$s more languages using the section below."
1292
  msgstr ""
1293
 
1294
+ #: includes/options/class-wpglobus-options.php:1134
1295
  msgid "When done, click the [Save Changes] button."
1296
  msgstr "When done, click the [Save Changes] button."
1297
 
1298
  #. translators: %s - placeholder for the "Save Changes" button text.
1299
+ #: includes/options/class-wpglobus-options.php:1145
1300
  msgid "Press the %s button to confirm."
1301
  msgstr ""
1302
 
1303
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1304
+ #: includes/options/class-wpglobus-options.php:1162
1305
  msgid "-- none --"
1306
  msgstr ""
1307
 
1308
+ #: includes/options/class-wpglobus-options.php:1163
1309
  msgid "All menus"
1310
  msgstr ""
1311
 
1312
+ #: includes/options/class-wpglobus-options.php:1176
1313
  msgid "Instructions:"
1314
  msgstr "Instructions:"
1315
 
1316
+ #: includes/options/class-wpglobus-options.php:1236
1317
  msgid "(Found in some themes)"
1318
  msgstr "(Found in some themes)"
1319
 
1320
+ #: includes/options/class-wpglobus-options.php:1238
1321
  msgid "Enable"
1322
  msgstr "Enable"
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1253
1325
  msgid "Languages table"
1326
  msgstr "Languages table"
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1259
1329
  msgid "Use this table to add, edit or delete languages."
1330
  msgstr "Use this table to add, edit or delete languages."
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1260
1333
  msgid "NOTE: you cannot remove the main language."
1334
  msgstr "NOTE: you cannot remove the main language."
1335
 
1336
+ #: includes/options/class-wpglobus-options.php:1308
1337
  msgid "WPGlobus is enabled on these Post Types"
1338
  msgstr ""
1339
 
1340
+ #: includes/options/class-wpglobus-options.php:1309
1341
  msgid "Uncheck to disable"
1342
  msgstr ""
1343
 
1344
+ #: includes/options/class-wpglobus-options.php:1310
1345
  msgid ""
1346
  "Please note that there are post types, which status is managed by other "
1347
  "plugins and cannot be changed here."
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1315
1351
  msgid "Post Types"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1331
1355
  msgid ""
1356
  "You should put here only the code provided by WPGlobus Support. Do not write "
1357
  "anything else in the sections below as it might break the functionality of "
1358
  "your website!"
1359
  msgstr ""
1360
 
1361
+ #: includes/options/class-wpglobus-options.php:1372
1362
  msgid "Custom Code"
1363
  msgstr ""
1364
 
1365
+ #: includes/options/class-wpglobus-options.php:1480,
1366
+ #: includes/options/class-wpglobus-options.php:1612,
1367
+ #: includes/options/class-wpglobus-options.php:1723
1368
  msgid "Enabled"
1369
  msgstr "Enabled"
1370
 
1371
+ #: includes/options/class-wpglobus-options.php:1493
1372
  msgid "Builders support"
1373
  msgstr ""
1374
 
1375
+ #: includes/options/class-wpglobus-options.php:1545
1376
  msgid "Builder mode is enabled on these Post Types"
1377
  msgstr ""
1378
 
1379
+ #: includes/options/class-wpglobus-options.php:1611
1380
  msgid "Old fashioned language switcher"
1381
  msgstr ""
1382
 
1383
+ #: includes/options/class-wpglobus-options.php:1617
1384
  msgid "Block Editor"
1385
  msgstr ""
1386
 
1387
+ #: includes/options/class-wpglobus-options.php:1618
1388
  msgid "Block Editor Options"
1389
  msgstr ""
1390
 
1391
+ #: includes/options/class-wpglobus-options.php:1647
1392
  msgid ""
1393
  "With the current settings, you will see the following lines in the section "
1394
  "HEAD of your site pages"
1395
  msgstr ""
1396
 
1397
+ #: includes/options/class-wpglobus-options.php:1649
1398
  msgid "(example for two languages)"
1399
  msgstr ""
1400
 
1401
+ #: includes/options/class-wpglobus-options.php:1696
1402
  msgid ""
1403
  "Tell search engines about localized versions of your pages using the "
1404
  "hreflang tag"
1405
  msgstr ""
1406
 
1407
+ #: includes/options/class-wpglobus-options.php:1705
1408
  msgid "Output the hreflang tag as"
1409
  msgstr ""
1410
 
1411
+ #: includes/options/class-wpglobus-options.php:1708
1412
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1413
  msgstr ""
1414
 
1415
+ #: includes/options/class-wpglobus-options.php:1709
1416
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1417
  msgstr ""
1418
 
1419
+ #: includes/options/class-wpglobus-options.php:1710
1420
  msgid "Language code only (en, ru, etc.)"
1421
  msgstr ""
1422
 
1423
+ #: includes/options/class-wpglobus-options.php:1722
1424
  msgid "Use the code `x-default` for the main language"
1425
  msgstr ""
1426
 
1427
+ #: includes/options/class-wpglobus-options.php:1728
1428
  msgid "Multilingual SEO"
1429
  msgstr ""
1430
 
1431
+ #: includes/options/class-wpglobus-options.php:1729
1432
  msgid "Multilingual SEO Options"
1433
  msgstr ""
1434
 
1435
+ #: includes/options/class-wpglobus-options.php:1766
1436
  msgid ""
1437
  "With WPGlobus, you can get translations for posts and pages using REST API."
1438
  msgstr ""
1439
 
1440
+ #: includes/options/class-wpglobus-options.php:1793,
1441
+ #: includes/options/class-wpglobus-options.php:1801,
1442
+ #: includes/options/class-wpglobus-options.php:1774,
1443
+ #: includes/options/class-wpglobus-options.php:1782
1444
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1445
  msgstr ""
1446
 
1447
+ #: includes/options/class-wpglobus-options.php:1771
1448
  msgid ""
1449
  "For demonstration, you can try the first post that WordPress creates at the "
1450
  "initial installation."
1451
  msgstr ""
1452
 
1453
+ #: includes/options/class-wpglobus-options.php:1812
1454
  msgid ""
1455
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1456
  "information."
1457
  msgstr ""
1458
 
1459
+ #: includes/options/class-wpglobus-options.php:1819
1460
  msgid ""
1461
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1462
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1463
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1464
  msgstr ""
1465
 
1466
+ #: includes/options/class-wpglobus-options.php:1832
1467
  msgid "Description:"
1468
  msgstr ""
1469
 
1470
+ #: includes/options/class-wpglobus-options.php:1839,
1471
+ #: includes/options/class-wpglobus-options.php:1840
1472
  msgid "REST API"
1473
  msgstr ""
1474
 
1475
+ #: includes/options/class-wpglobus-options.php:2173
1476
  msgid "Translate strings"
1477
  msgstr ""
1478
 
languages/wpglobus-en_NZ.po CHANGED
@@ -347,22 +347,22 @@ msgid "Help"
347
  msgstr ""
348
 
349
  #: includes/admin/class-wpglobus-customize-options.php:745,
350
- #: includes/options/class-wpglobus-options.php:1168
351
  msgid "Languages"
352
  msgstr "Languages"
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:765,
355
- #: includes/options/class-wpglobus-options.php:1181
356
  msgid "Enabled Languages"
357
  msgstr "Enabled Languages"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:767,
360
- #: includes/options/class-wpglobus-options.php:1182
361
  msgid "These languages are currently enabled on your site."
362
  msgstr "These languages are currently enabled on your site."
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:795,
365
- #: includes/options/class-wpglobus-options.php:1140
366
  msgid "Choose a language you would like to enable."
367
  msgstr ""
368
 
@@ -373,42 +373,42 @@ msgstr ""
373
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
375
  #: includes/admin/class-wpglobus-customize-options.php:801,
376
- #: includes/options/class-wpglobus-options.php:1146
377
  msgid "or Add new Language %1$s here %2$s"
378
  msgstr "or Add new Language %1$s here %2$s"
379
 
380
  #: includes/admin/class-wpglobus-customize-options.php:813,
381
- #: includes/options/class-wpglobus-options.php:1195
382
  msgid "Add Languages"
383
  msgstr "Add Languages"
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:833,
386
- #: includes/options/class-wpglobus-options.php:1203
387
  msgid "Language Selector Mode"
388
  msgstr "Language Selector Mode"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:838,
391
- #: includes/options/class-wpglobus-options.php:1206
392
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
393
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:839,
396
- #: includes/options/class-wpglobus-options.php:1207
397
  msgid "Full Name (English, Russian, Italian, etc.)"
398
  msgstr "Full Name (English, Russian, Italian, etc.)"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:841,
401
- #: includes/options/class-wpglobus-options.php:1208
402
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
403
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:842,
406
- #: includes/options/class-wpglobus-options.php:1209
407
  msgid "Flags only"
408
  msgstr "Flags only"
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:844,
411
- #: includes/options/class-wpglobus-options.php:1204
412
  msgid ""
413
  "Choose the way language name and country flag are shown in the drop-down menu"
414
  msgstr ""
@@ -420,13 +420,13 @@ msgstr ""
420
 
421
  #: includes/admin/class-wpglobus-customize-options.php:915,
422
  #: includes/admin/class-wpglobus-customize-options.php:888,
423
- #: includes/options/class-wpglobus-options.php:1222
424
  msgid "Language Selector Menu"
425
  msgstr "Language Selector Menu"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:920,
428
  #: includes/admin/class-wpglobus-customize-options.php:899,
429
- #: includes/options/class-wpglobus-options.php:1223
430
  msgid "Choose the navigation menu where the language selector will be shown"
431
  msgstr "Choose the navigation menu where the language selector will be shown"
432
 
@@ -435,12 +435,12 @@ msgid "No menus have been created yet. Create some."
435
  msgstr "No menus have been created yet. Create some."
436
 
437
  #: includes/admin/class-wpglobus-customize-options.php:940,
438
- #: includes/options/class-wpglobus-options.php:1233
439
  msgid "\"All Pages\" menus Language selector"
440
  msgstr "\"All Pages\" menus Language selector"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:943,
443
- #: includes/options/class-wpglobus-options.php:1235
444
  msgid ""
445
  "Adds language selector to the menus that automatically list all existing "
446
  "pages (using `wp_list_pages`)"
@@ -449,7 +449,7 @@ msgstr ""
449
  "pages (using `wp_list_pages`)"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:960,
452
- #: includes/options/class-wpglobus-options.php:1348
453
  msgid "Custom CSS"
454
  msgstr "Custom CSS"
455
 
@@ -470,22 +470,22 @@ msgid "Uncheck to disable WPGlobus"
470
  msgstr "Uncheck to disable WPGlobus"
471
 
472
  #: includes/admin/class-wpglobus-customize-options.php:1125,
473
- #: includes/options/class-wpglobus-options.php:1416
474
  msgid "Redirect"
475
  msgstr "Redirect"
476
 
477
  #: includes/admin/class-wpglobus-customize-options.php:1150,
478
- #: includes/options/class-wpglobus-options.php:1411
479
  msgid "Choose the language automatically, based on:"
480
  msgstr "Choose the language automatically, based on:"
481
 
482
  #: includes/admin/class-wpglobus-customize-options.php:1152,
483
- #: includes/options/class-wpglobus-options.php:1401
484
  msgid "Preferred language set in the browser"
485
  msgstr "Preferred language set in the browser"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1153,
488
- #: includes/options/class-wpglobus-options.php:1388
489
  msgid ""
490
  "When a user comes to the site for the first time, try to find the best "
491
  "matching language version of the page."
@@ -496,7 +496,7 @@ msgstr ""
496
  #: includes/admin/class-wpglobus-customize-options.php:1214,
497
  #: includes/admin/class-wpglobus-customize-options.php:1234,
498
  #: includes/admin/class-wpglobus-customize-options.php:1192,
499
- #: includes/options/class-wpglobus-options.php:1360
500
  msgid "Custom JS Code"
501
  msgstr "Custom JS Code"
502
 
@@ -540,12 +540,12 @@ msgstr ""
540
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
541
 
542
  #: includes/admin/class-wpglobus-customize-options.php:1351,
543
- #: includes/options/class-wpglobus-options.php:600
544
  msgid "Thank you for installing WPGlobus!"
545
  msgstr "Thank you for installing WPGlobus!"
546
 
547
  #: includes/admin/class-wpglobus-customize-options.php:1355,
548
- #: includes/options/class-wpglobus-options.php:604
549
  msgid "Read About WPGlobus"
550
  msgstr "Read About WPGlobus"
551
 
@@ -556,7 +556,7 @@ msgstr ""
556
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
557
 
558
  #: includes/admin/class-wpglobus-customize-options.php:1363,
559
- #: includes/options/class-wpglobus-options.php:640
560
  msgid ""
561
  "Should you have any questions or comments, please do not hesitate to contact "
562
  "us."
@@ -565,12 +565,12 @@ msgstr ""
565
  "us."
566
 
567
  #: includes/admin/class-wpglobus-customize-options.php:1367,
568
- #: includes/options/class-wpglobus-options.php:644
569
  msgid "Sincerely Yours,"
570
  msgstr "Sincerely Yours,"
571
 
572
  #: includes/admin/class-wpglobus-customize-options.php:1369,
573
- #: includes/options/class-wpglobus-options.php:646,
574
  #: includes/options/wpglobus-options-header.php:34
575
  msgid "The WPGlobus Team"
576
  msgstr "The WPGlobus Team"
@@ -578,7 +578,7 @@ msgstr "The WPGlobus Team"
578
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #: includes/admin/class-wpglobus-customize-options.php:1388,
581
- #: includes/options/class-wpglobus-options.php:681
582
  msgid ""
583
  "We would hate to see you go. If something goes wrong, do not uninstall "
584
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -587,7 +587,7 @@ msgstr ""
587
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
588
 
589
  #: includes/admin/class-wpglobus-customize-options.php:1395,
590
- #: includes/options/class-wpglobus-options.php:688
591
  msgid ""
592
  "Please note that if you deactivate WPGlobus, your site will show all the "
593
  "languages together, mixed up. You will need to remove all translations, "
@@ -600,7 +600,7 @@ msgstr ""
600
  #. translators: %s: link to the Clean-up Tool
601
  #. translators: %s: link to the Clean-up Tool.
602
  #: includes/admin/class-wpglobus-customize-options.php:1400,
603
- #: includes/options/class-wpglobus-options.php:692
604
  msgid ""
605
  "If there are just a few places, you should edit them manually. To "
606
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -615,7 +615,7 @@ msgstr ""
615
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #: includes/admin/class-wpglobus-customize-options.php:1403,
618
- #: includes/options/class-wpglobus-options.php:669
619
  msgid "%1$sClean-up Tool%2$s"
620
  msgstr "%1$sClean-up Tool%2$s"
621
 
@@ -759,7 +759,7 @@ msgid ""
759
  msgstr ""
760
 
761
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
762
- #: includes/options/class-wpglobus-options.php:718
763
  msgid "Help Desk"
764
  msgstr "Help Desk"
765
 
@@ -841,7 +841,7 @@ msgid "WPGlobus Recommends:"
841
  msgstr "WPGlobus Recommends:"
842
 
843
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
844
- #: includes/options/class-wpglobus-options.php:925
845
  msgid "WPGlobus for WooCommerce"
846
  msgstr "WPGlobus for WooCommerce"
847
 
@@ -1030,8 +1030,8 @@ msgid "Language Selector Menu Style"
1030
  msgstr ""
1031
 
1032
  #: includes/options/class-wpglobus-options.php:273,
1033
- #: includes/options/class-wpglobus-options.php:794,
1034
- #: includes/options/class-wpglobus-options.php:863
1035
  msgid "WPGlobus Plus"
1036
  msgstr ""
1037
 
@@ -1057,161 +1057,161 @@ msgid ""
1057
  "Settings panel properly. Please try another browser."
1058
  msgstr ""
1059
 
1060
- #: includes/options/class-wpglobus-options.php:591,
1061
- #: includes/options/class-wpglobus-options.php:1569
1062
  msgid "Сompatibility"
1063
  msgstr ""
1064
 
1065
  #. translators: placeholders for "strong" tags.
1066
- #: includes/options/class-wpglobus-options.php:608
1067
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
- #: includes/options/class-wpglobus-options.php:611
1072
  msgid ""
1073
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1074
  "the language attributes: name, code, flag icon, etc."
1075
  msgstr ""
1076
 
1077
- #: includes/options/class-wpglobus-options.php:614
1078
  msgid "Important notes"
1079
  msgstr ""
1080
 
1081
  #. translators: placeholders for "strong" tags.
1082
- #: includes/options/class-wpglobus-options.php:616
1083
  msgid "Version %1$s1.9.17%2$s "
1084
  msgstr ""
1085
 
1086
  #. translators: placeholders for "strong" tags.
1087
- #: includes/options/class-wpglobus-options.php:619
1088
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1089
  msgstr ""
1090
 
1091
  #. translators: placeholders for "strong" tags; compatibility tab link.
1092
- #: includes/options/class-wpglobus-options.php:622
1093
  msgid ""
1094
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1095
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1096
  msgstr ""
1097
 
1098
  #. translators: placeholders for "strong" tags; compatibility tab link.
1099
- #: includes/options/class-wpglobus-options.php:625
1100
  msgid ""
1101
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1102
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1103
  msgstr ""
1104
 
1105
  #. translators: placeholders for "strong" tags.
1106
- #: includes/options/class-wpglobus-options.php:629
1107
  msgid "Version %1$s2.2.11%2$s "
1108
  msgstr ""
1109
 
1110
- #: includes/options/class-wpglobus-options.php:631
1111
  msgid "Starting from this version"
1112
  msgstr ""
1113
 
1114
  #. translators: placeholders for "strong" tags.
1115
- #: includes/options/class-wpglobus-options.php:634
1116
  msgid ""
1117
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1118
  "(CPT)."
1119
  msgstr ""
1120
 
1121
  #. translators: placeholders for "strong" tags.
1122
- #: includes/options/class-wpglobus-options.php:637
1123
  msgid ""
1124
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1125
  "the %1$s[%3$s]%2$s tab."
1126
  msgstr ""
1127
 
1128
- #: includes/options/class-wpglobus-options.php:654
1129
  msgid "Welcome!"
1130
  msgstr "Welcome!"
1131
 
1132
- #: includes/options/class-wpglobus-options.php:677
1133
  msgid "Deactivating / Uninstalling"
1134
  msgstr "Deactivating / Uninstalling"
1135
 
1136
- #: includes/options/class-wpglobus-options.php:703
1137
  msgid "Uninstall"
1138
  msgstr ""
1139
 
1140
- #: includes/options/class-wpglobus-options.php:733
1141
  msgid "All add-ons"
1142
  msgstr ""
1143
 
1144
- #: includes/options/class-wpglobus-options.php:748
1145
  msgid "Mobile Menu"
1146
  msgstr ""
1147
 
1148
- #: includes/options/class-wpglobus-options.php:763
1149
  msgid "Language Widgets"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:833
1153
  msgid "We Recommend..."
1154
  msgstr ""
1155
 
1156
- #: includes/options/class-wpglobus-options.php:865
1157
  msgid ""
1158
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1159
  "website, such as:"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:868
1163
  msgid ""
1164
  "- Ability to write a post in one language and immediately publish it, not "
1165
  "waiting for the translation to other languages;"
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:871
1169
  msgid "- Set different URLs for each translation;"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:874
1173
  msgid ""
1174
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1175
  "for each translation;"
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:877
1179
  msgid "- and more..."
1180
  msgstr ""
1181
 
1182
- #: includes/options/class-wpglobus-options.php:880,
1183
- #: includes/options/class-wpglobus-options.php:937,
1184
- #: includes/options/class-wpglobus-options.php:995
1185
  msgid "Click here to download"
1186
  msgstr ""
1187
 
1188
- #: includes/options/class-wpglobus-options.php:928
1189
  msgid ""
1190
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1191
  "translate your blog posts and pages to many languages."
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:931
1195
  msgid "The next step is to translate your WooCommerce-based store!"
1196
  msgstr ""
1197
 
1198
- #: includes/options/class-wpglobus-options.php:934
1199
  msgid ""
1200
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1201
  "translate product titles and descriptions, categories, tags and attributes."
1202
  msgstr ""
1203
 
1204
- #: includes/options/class-wpglobus-options.php:981
1205
  msgid "Multi-currency"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:984
1209
  msgid ""
1210
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1211
  "a single currency only."
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:988
1215
  msgid ""
1216
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1217
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1219,259 +1219,259 @@ msgid ""
1219
  "positioning for global growth!"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:992
1223
  msgid ""
1224
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1225
  "re-calculating prices on-the-fly."
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1029
1229
  msgid "WPGlobus Premium Add-ons"
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1031
1233
  msgid ""
1234
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1235
  "you will be able to:"
1236
  msgstr ""
1237
 
1238
- #: includes/options/class-wpglobus-options.php:1036
1239
  msgid ""
1240
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1241
  "моя-страница and so on);"
1242
  msgstr ""
1243
 
1244
- #: includes/options/class-wpglobus-options.php:1039
1245
  msgid ""
1246
  "Postpone translation to some languages and <strong>publish only the "
1247
  "translated texts</strong>;"
1248
  msgstr ""
1249
 
1250
- #: includes/options/class-wpglobus-options.php:1042
1251
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1252
  msgstr ""
1253
 
1254
- #: includes/options/class-wpglobus-options.php:1045
1255
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1256
  msgstr ""
1257
 
1258
- #: includes/options/class-wpglobus-options.php:1048
1259
  msgid ""
1260
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1261
  "strong>;"
1262
  msgstr ""
1263
 
1264
- #: includes/options/class-wpglobus-options.php:1052
1265
  msgid "...and more."
1266
  msgstr ""
1267
 
1268
- #: includes/options/class-wpglobus-options.php:1055
1269
  msgid "Click here to visit the WPGlobus Store"
1270
  msgstr ""
1271
 
1272
- #: includes/options/class-wpglobus-options.php:1096
1273
  msgid "Select a language"
1274
  msgstr "Select a language"
1275
 
1276
  #. translators: %3$s placeholder for the icon (actual picture).
1277
- #: includes/options/class-wpglobus-options.php:1125
1278
  msgid ""
1279
  "Place the %1$smain language%2$s of your site at the top of the list by "
1280
  "dragging the %3$s icons."
1281
  msgstr ""
1282
 
1283
  #. translators: placeholders for the "strong" HTML tags.
1284
- #: includes/options/class-wpglobus-options.php:1128
1285
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1286
  msgstr ""
1287
 
1288
  #. translators: placeholders for the "strong" HTML tags.
1289
- #: includes/options/class-wpglobus-options.php:1131
1290
  msgid "%1$sAdd%2$s more languages using the section below."
1291
  msgstr ""
1292
 
1293
- #: includes/options/class-wpglobus-options.php:1132
1294
  msgid "When done, click the [Save Changes] button."
1295
  msgstr "When done, click the [Save Changes] button."
1296
 
1297
  #. translators: %s - placeholder for the "Save Changes" button text.
1298
- #: includes/options/class-wpglobus-options.php:1143
1299
  msgid "Press the %s button to confirm."
1300
  msgstr ""
1301
 
1302
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1303
- #: includes/options/class-wpglobus-options.php:1160
1304
  msgid "-- none --"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1161
1308
  msgid "All menus"
1309
  msgstr ""
1310
 
1311
- #: includes/options/class-wpglobus-options.php:1174
1312
  msgid "Instructions:"
1313
  msgstr "Instructions:"
1314
 
1315
- #: includes/options/class-wpglobus-options.php:1234
1316
  msgid "(Found in some themes)"
1317
  msgstr "(Found in some themes)"
1318
 
1319
- #: includes/options/class-wpglobus-options.php:1236
1320
  msgid "Enable"
1321
  msgstr "Enable"
1322
 
1323
- #: includes/options/class-wpglobus-options.php:1251
1324
  msgid "Languages table"
1325
  msgstr "Languages table"
1326
 
1327
- #: includes/options/class-wpglobus-options.php:1257
1328
  msgid "Use this table to add, edit or delete languages."
1329
  msgstr "Use this table to add, edit or delete languages."
1330
 
1331
- #: includes/options/class-wpglobus-options.php:1258
1332
  msgid "NOTE: you cannot remove the main language."
1333
  msgstr "NOTE: you cannot remove the main language."
1334
 
1335
- #: includes/options/class-wpglobus-options.php:1306
1336
  msgid "WPGlobus is enabled on these Post Types"
1337
  msgstr ""
1338
 
1339
- #: includes/options/class-wpglobus-options.php:1307
1340
  msgid "Uncheck to disable"
1341
  msgstr ""
1342
 
1343
- #: includes/options/class-wpglobus-options.php:1308
1344
  msgid ""
1345
  "Please note that there are post types, which status is managed by other "
1346
  "plugins and cannot be changed here."
1347
  msgstr ""
1348
 
1349
- #: includes/options/class-wpglobus-options.php:1313
1350
  msgid "Post Types"
1351
  msgstr ""
1352
 
1353
- #: includes/options/class-wpglobus-options.php:1329
1354
  msgid ""
1355
  "You should put here only the code provided by WPGlobus Support. Do not write "
1356
  "anything else in the sections below as it might break the functionality of "
1357
  "your website!"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1370
1361
  msgid "Custom Code"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1478,
1365
- #: includes/options/class-wpglobus-options.php:1610,
1366
- #: includes/options/class-wpglobus-options.php:1721
1367
  msgid "Enabled"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1491
1371
  msgid "Builders support"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1543
1375
  msgid "Builder mode is enabled on these Post Types"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1609
1379
  msgid "Old fashioned language switcher"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1615
1383
  msgid "Block Editor"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1616
1387
  msgid "Block Editor Options"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1645
1391
  msgid ""
1392
  "With the current settings, you will see the following lines in the section "
1393
  "HEAD of your site pages"
1394
  msgstr ""
1395
 
1396
- #: includes/options/class-wpglobus-options.php:1647
1397
  msgid "(example for two languages)"
1398
  msgstr ""
1399
 
1400
- #: includes/options/class-wpglobus-options.php:1694
1401
  msgid ""
1402
  "Tell search engines about localized versions of your pages using the "
1403
  "hreflang tag"
1404
  msgstr ""
1405
 
1406
- #: includes/options/class-wpglobus-options.php:1703
1407
  msgid "Output the hreflang tag as"
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1706
1411
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1412
  msgstr ""
1413
 
1414
- #: includes/options/class-wpglobus-options.php:1707
1415
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1416
  msgstr ""
1417
 
1418
- #: includes/options/class-wpglobus-options.php:1708
1419
  msgid "Language code only (en, ru, etc.)"
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1720
1423
  msgid "Use the code `x-default` for the main language"
1424
  msgstr ""
1425
 
1426
- #: includes/options/class-wpglobus-options.php:1726
1427
  msgid "Multilingual SEO"
1428
  msgstr ""
1429
 
1430
- #: includes/options/class-wpglobus-options.php:1727
1431
  msgid "Multilingual SEO Options"
1432
  msgstr ""
1433
 
1434
- #: includes/options/class-wpglobus-options.php:1757
1435
  msgid ""
1436
  "With WPGlobus, you can get translations for posts and pages using REST API."
1437
  msgstr ""
1438
 
1439
- #: includes/options/class-wpglobus-options.php:1784,
1440
- #: includes/options/class-wpglobus-options.php:1792,
1441
- #: includes/options/class-wpglobus-options.php:1765,
1442
- #: includes/options/class-wpglobus-options.php:1773
1443
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1444
  msgstr ""
1445
 
1446
- #: includes/options/class-wpglobus-options.php:1762
1447
  msgid ""
1448
  "For demonstration, you can try the first post that WordPress creates at the "
1449
  "initial installation."
1450
  msgstr ""
1451
 
1452
- #: includes/options/class-wpglobus-options.php:1803
1453
  msgid ""
1454
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1455
  "information."
1456
  msgstr ""
1457
 
1458
- #: includes/options/class-wpglobus-options.php:1810
1459
  msgid ""
1460
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1461
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1462
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1463
  msgstr ""
1464
 
1465
- #: includes/options/class-wpglobus-options.php:1823
1466
  msgid "Description:"
1467
  msgstr ""
1468
 
1469
- #: includes/options/class-wpglobus-options.php:1830,
1470
- #: includes/options/class-wpglobus-options.php:1831
1471
  msgid "REST API"
1472
  msgstr ""
1473
 
1474
- #: includes/options/class-wpglobus-options.php:2164
1475
  msgid "Translate strings"
1476
  msgstr ""
1477
 
347
  msgstr ""
348
 
349
  #: includes/admin/class-wpglobus-customize-options.php:745,
350
+ #: includes/options/class-wpglobus-options.php:1170
351
  msgid "Languages"
352
  msgstr "Languages"
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:765,
355
+ #: includes/options/class-wpglobus-options.php:1183
356
  msgid "Enabled Languages"
357
  msgstr "Enabled Languages"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:767,
360
+ #: includes/options/class-wpglobus-options.php:1184
361
  msgid "These languages are currently enabled on your site."
362
  msgstr "These languages are currently enabled on your site."
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:795,
365
+ #: includes/options/class-wpglobus-options.php:1142
366
  msgid "Choose a language you would like to enable."
367
  msgstr ""
368
 
373
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
375
  #: includes/admin/class-wpglobus-customize-options.php:801,
376
+ #: includes/options/class-wpglobus-options.php:1148
377
  msgid "or Add new Language %1$s here %2$s"
378
  msgstr "or Add new Language %1$s here %2$s"
379
 
380
  #: includes/admin/class-wpglobus-customize-options.php:813,
381
+ #: includes/options/class-wpglobus-options.php:1197
382
  msgid "Add Languages"
383
  msgstr "Add Languages"
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:833,
386
+ #: includes/options/class-wpglobus-options.php:1205
387
  msgid "Language Selector Mode"
388
  msgstr "Language Selector Mode"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:838,
391
+ #: includes/options/class-wpglobus-options.php:1208
392
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
393
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:839,
396
+ #: includes/options/class-wpglobus-options.php:1209
397
  msgid "Full Name (English, Russian, Italian, etc.)"
398
  msgstr "Full Name (English, Russian, Italian, etc.)"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:841,
401
+ #: includes/options/class-wpglobus-options.php:1210
402
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
403
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:842,
406
+ #: includes/options/class-wpglobus-options.php:1211
407
  msgid "Flags only"
408
  msgstr "Flags only"
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:844,
411
+ #: includes/options/class-wpglobus-options.php:1206
412
  msgid ""
413
  "Choose the way language name and country flag are shown in the drop-down menu"
414
  msgstr ""
420
 
421
  #: includes/admin/class-wpglobus-customize-options.php:915,
422
  #: includes/admin/class-wpglobus-customize-options.php:888,
423
+ #: includes/options/class-wpglobus-options.php:1224
424
  msgid "Language Selector Menu"
425
  msgstr "Language Selector Menu"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:920,
428
  #: includes/admin/class-wpglobus-customize-options.php:899,
429
+ #: includes/options/class-wpglobus-options.php:1225
430
  msgid "Choose the navigation menu where the language selector will be shown"
431
  msgstr "Choose the navigation menu where the language selector will be shown"
432
 
435
  msgstr "No menus have been created yet. Create some."
436
 
437
  #: includes/admin/class-wpglobus-customize-options.php:940,
438
+ #: includes/options/class-wpglobus-options.php:1235
439
  msgid "\"All Pages\" menus Language selector"
440
  msgstr "\"All Pages\" menus Language selector"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:943,
443
+ #: includes/options/class-wpglobus-options.php:1237
444
  msgid ""
445
  "Adds language selector to the menus that automatically list all existing "
446
  "pages (using `wp_list_pages`)"
449
  "pages (using `wp_list_pages`)"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:960,
452
+ #: includes/options/class-wpglobus-options.php:1350
453
  msgid "Custom CSS"
454
  msgstr "Custom CSS"
455
 
470
  msgstr "Uncheck to disable WPGlobus"
471
 
472
  #: includes/admin/class-wpglobus-customize-options.php:1125,
473
+ #: includes/options/class-wpglobus-options.php:1418
474
  msgid "Redirect"
475
  msgstr "Redirect"
476
 
477
  #: includes/admin/class-wpglobus-customize-options.php:1150,
478
+ #: includes/options/class-wpglobus-options.php:1413
479
  msgid "Choose the language automatically, based on:"
480
  msgstr "Choose the language automatically, based on:"
481
 
482
  #: includes/admin/class-wpglobus-customize-options.php:1152,
483
+ #: includes/options/class-wpglobus-options.php:1403
484
  msgid "Preferred language set in the browser"
485
  msgstr "Preferred language set in the browser"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1153,
488
+ #: includes/options/class-wpglobus-options.php:1390
489
  msgid ""
490
  "When a user comes to the site for the first time, try to find the best "
491
  "matching language version of the page."
496
  #: includes/admin/class-wpglobus-customize-options.php:1214,
497
  #: includes/admin/class-wpglobus-customize-options.php:1234,
498
  #: includes/admin/class-wpglobus-customize-options.php:1192,
499
+ #: includes/options/class-wpglobus-options.php:1362
500
  msgid "Custom JS Code"
501
  msgstr "Custom JS Code"
502
 
540
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
541
 
542
  #: includes/admin/class-wpglobus-customize-options.php:1351,
543
+ #: includes/options/class-wpglobus-options.php:602
544
  msgid "Thank you for installing WPGlobus!"
545
  msgstr "Thank you for installing WPGlobus!"
546
 
547
  #: includes/admin/class-wpglobus-customize-options.php:1355,
548
+ #: includes/options/class-wpglobus-options.php:606
549
  msgid "Read About WPGlobus"
550
  msgstr "Read About WPGlobus"
551
 
556
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
557
 
558
  #: includes/admin/class-wpglobus-customize-options.php:1363,
559
+ #: includes/options/class-wpglobus-options.php:642
560
  msgid ""
561
  "Should you have any questions or comments, please do not hesitate to contact "
562
  "us."
565
  "us."
566
 
567
  #: includes/admin/class-wpglobus-customize-options.php:1367,
568
+ #: includes/options/class-wpglobus-options.php:646
569
  msgid "Sincerely Yours,"
570
  msgstr "Sincerely Yours,"
571
 
572
  #: includes/admin/class-wpglobus-customize-options.php:1369,
573
+ #: includes/options/class-wpglobus-options.php:648,
574
  #: includes/options/wpglobus-options-header.php:34
575
  msgid "The WPGlobus Team"
576
  msgstr "The WPGlobus Team"
578
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #: includes/admin/class-wpglobus-customize-options.php:1388,
581
+ #: includes/options/class-wpglobus-options.php:683
582
  msgid ""
583
  "We would hate to see you go. If something goes wrong, do not uninstall "
584
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
587
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
588
 
589
  #: includes/admin/class-wpglobus-customize-options.php:1395,
590
+ #: includes/options/class-wpglobus-options.php:690
591
  msgid ""
592
  "Please note that if you deactivate WPGlobus, your site will show all the "
593
  "languages together, mixed up. You will need to remove all translations, "
600
  #. translators: %s: link to the Clean-up Tool
601
  #. translators: %s: link to the Clean-up Tool.
602
  #: includes/admin/class-wpglobus-customize-options.php:1400,
603
+ #: includes/options/class-wpglobus-options.php:694
604
  msgid ""
605
  "If there are just a few places, you should edit them manually. To "
606
  "automatically remove all translations at once, you can use the %s. WARNING: "
615
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #: includes/admin/class-wpglobus-customize-options.php:1403,
618
+ #: includes/options/class-wpglobus-options.php:671
619
  msgid "%1$sClean-up Tool%2$s"
620
  msgstr "%1$sClean-up Tool%2$s"
621
 
759
  msgstr ""
760
 
761
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
762
+ #: includes/options/class-wpglobus-options.php:720
763
  msgid "Help Desk"
764
  msgstr "Help Desk"
765
 
841
  msgstr "WPGlobus Recommends:"
842
 
843
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
844
+ #: includes/options/class-wpglobus-options.php:927
845
  msgid "WPGlobus for WooCommerce"
846
  msgstr "WPGlobus for WooCommerce"
847
 
1030
  msgstr ""
1031
 
1032
  #: includes/options/class-wpglobus-options.php:273,
1033
+ #: includes/options/class-wpglobus-options.php:796,
1034
+ #: includes/options/class-wpglobus-options.php:865
1035
  msgid "WPGlobus Plus"
1036
  msgstr ""
1037
 
1057
  "Settings panel properly. Please try another browser."
1058
  msgstr ""
1059
 
1060
+ #: includes/options/class-wpglobus-options.php:593,
1061
+ #: includes/options/class-wpglobus-options.php:1571
1062
  msgid "Сompatibility"
1063
  msgstr ""
1064
 
1065
  #. translators: placeholders for "strong" tags.
1066
+ #: includes/options/class-wpglobus-options.php:610
1067
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
+ #: includes/options/class-wpglobus-options.php:613
1072
  msgid ""
1073
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1074
  "the language attributes: name, code, flag icon, etc."
1075
  msgstr ""
1076
 
1077
+ #: includes/options/class-wpglobus-options.php:616
1078
  msgid "Important notes"
1079
  msgstr ""
1080
 
1081
  #. translators: placeholders for "strong" tags.
1082
+ #: includes/options/class-wpglobus-options.php:618
1083
  msgid "Version %1$s1.9.17%2$s "
1084
  msgstr ""
1085
 
1086
  #. translators: placeholders for "strong" tags.
1087
+ #: includes/options/class-wpglobus-options.php:621
1088
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1089
  msgstr ""
1090
 
1091
  #. translators: placeholders for "strong" tags; compatibility tab link.
1092
+ #: includes/options/class-wpglobus-options.php:624
1093
  msgid ""
1094
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1095
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1096
  msgstr ""
1097
 
1098
  #. translators: placeholders for "strong" tags; compatibility tab link.
1099
+ #: includes/options/class-wpglobus-options.php:627
1100
  msgid ""
1101
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1102
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1103
  msgstr ""
1104
 
1105
  #. translators: placeholders for "strong" tags.
1106
+ #: includes/options/class-wpglobus-options.php:631
1107
  msgid "Version %1$s2.2.11%2$s "
1108
  msgstr ""
1109
 
1110
+ #: includes/options/class-wpglobus-options.php:633
1111
  msgid "Starting from this version"
1112
  msgstr ""
1113
 
1114
  #. translators: placeholders for "strong" tags.
1115
+ #: includes/options/class-wpglobus-options.php:636
1116
  msgid ""
1117
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1118
  "(CPT)."
1119
  msgstr ""
1120
 
1121
  #. translators: placeholders for "strong" tags.
1122
+ #: includes/options/class-wpglobus-options.php:639
1123
  msgid ""
1124
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1125
  "the %1$s[%3$s]%2$s tab."
1126
  msgstr ""
1127
 
1128
+ #: includes/options/class-wpglobus-options.php:656
1129
  msgid "Welcome!"
1130
  msgstr "Welcome!"
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:679
1133
  msgid "Deactivating / Uninstalling"
1134
  msgstr "Deactivating / Uninstalling"
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:705
1137
  msgid "Uninstall"
1138
  msgstr ""
1139
 
1140
+ #: includes/options/class-wpglobus-options.php:735
1141
  msgid "All add-ons"
1142
  msgstr ""
1143
 
1144
+ #: includes/options/class-wpglobus-options.php:750
1145
  msgid "Mobile Menu"
1146
  msgstr ""
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:765
1149
  msgid "Language Widgets"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:835
1153
  msgid "We Recommend..."
1154
  msgstr ""
1155
 
1156
+ #: includes/options/class-wpglobus-options.php:867
1157
  msgid ""
1158
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1159
  "website, such as:"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:870
1163
  msgid ""
1164
  "- Ability to write a post in one language and immediately publish it, not "
1165
  "waiting for the translation to other languages;"
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:873
1169
  msgid "- Set different URLs for each translation;"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:876
1173
  msgid ""
1174
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1175
  "for each translation;"
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:879
1179
  msgid "- and more..."
1180
  msgstr ""
1181
 
1182
+ #: includes/options/class-wpglobus-options.php:882,
1183
+ #: includes/options/class-wpglobus-options.php:939,
1184
+ #: includes/options/class-wpglobus-options.php:997
1185
  msgid "Click here to download"
1186
  msgstr ""
1187
 
1188
+ #: includes/options/class-wpglobus-options.php:930
1189
  msgid ""
1190
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1191
  "translate your blog posts and pages to many languages."
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:933
1195
  msgid "The next step is to translate your WooCommerce-based store!"
1196
  msgstr ""
1197
 
1198
+ #: includes/options/class-wpglobus-options.php:936
1199
  msgid ""
1200
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1201
  "translate product titles and descriptions, categories, tags and attributes."
1202
  msgstr ""
1203
 
1204
+ #: includes/options/class-wpglobus-options.php:983
1205
  msgid "Multi-currency"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:986
1209
  msgid ""
1210
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1211
  "a single currency only."
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:990
1215
  msgid ""
1216
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1217
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1219
  "positioning for global growth!"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:994
1223
  msgid ""
1224
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1225
  "re-calculating prices on-the-fly."
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1031
1229
  msgid "WPGlobus Premium Add-ons"
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1033
1233
  msgid ""
1234
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1235
  "you will be able to:"
1236
  msgstr ""
1237
 
1238
+ #: includes/options/class-wpglobus-options.php:1038
1239
  msgid ""
1240
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1241
  "моя-страница and so on);"
1242
  msgstr ""
1243
 
1244
+ #: includes/options/class-wpglobus-options.php:1041
1245
  msgid ""
1246
  "Postpone translation to some languages and <strong>publish only the "
1247
  "translated texts</strong>;"
1248
  msgstr ""
1249
 
1250
+ #: includes/options/class-wpglobus-options.php:1044
1251
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1252
  msgstr ""
1253
 
1254
+ #: includes/options/class-wpglobus-options.php:1047
1255
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1256
  msgstr ""
1257
 
1258
+ #: includes/options/class-wpglobus-options.php:1050
1259
  msgid ""
1260
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1261
  "strong>;"
1262
  msgstr ""
1263
 
1264
+ #: includes/options/class-wpglobus-options.php:1054
1265
  msgid "...and more."
1266
  msgstr ""
1267
 
1268
+ #: includes/options/class-wpglobus-options.php:1057
1269
  msgid "Click here to visit the WPGlobus Store"
1270
  msgstr ""
1271
 
1272
+ #: includes/options/class-wpglobus-options.php:1098
1273
  msgid "Select a language"
1274
  msgstr "Select a language"
1275
 
1276
  #. translators: %3$s placeholder for the icon (actual picture).
1277
+ #: includes/options/class-wpglobus-options.php:1127
1278
  msgid ""
1279
  "Place the %1$smain language%2$s of your site at the top of the list by "
1280
  "dragging the %3$s icons."
1281
  msgstr ""
1282
 
1283
  #. translators: placeholders for the "strong" HTML tags.
1284
+ #: includes/options/class-wpglobus-options.php:1130
1285
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1286
  msgstr ""
1287
 
1288
  #. translators: placeholders for the "strong" HTML tags.
1289
+ #: includes/options/class-wpglobus-options.php:1133
1290
  msgid "%1$sAdd%2$s more languages using the section below."
1291
  msgstr ""
1292
 
1293
+ #: includes/options/class-wpglobus-options.php:1134
1294
  msgid "When done, click the [Save Changes] button."
1295
  msgstr "When done, click the [Save Changes] button."
1296
 
1297
  #. translators: %s - placeholder for the "Save Changes" button text.
1298
+ #: includes/options/class-wpglobus-options.php:1145
1299
  msgid "Press the %s button to confirm."
1300
  msgstr ""
1301
 
1302
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1303
+ #: includes/options/class-wpglobus-options.php:1162
1304
  msgid "-- none --"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1163
1308
  msgid "All menus"
1309
  msgstr ""
1310
 
1311
+ #: includes/options/class-wpglobus-options.php:1176
1312
  msgid "Instructions:"
1313
  msgstr "Instructions:"
1314
 
1315
+ #: includes/options/class-wpglobus-options.php:1236
1316
  msgid "(Found in some themes)"
1317
  msgstr "(Found in some themes)"
1318
 
1319
+ #: includes/options/class-wpglobus-options.php:1238
1320
  msgid "Enable"
1321
  msgstr "Enable"
1322
 
1323
+ #: includes/options/class-wpglobus-options.php:1253
1324
  msgid "Languages table"
1325
  msgstr "Languages table"
1326
 
1327
+ #: includes/options/class-wpglobus-options.php:1259
1328
  msgid "Use this table to add, edit or delete languages."
1329
  msgstr "Use this table to add, edit or delete languages."
1330
 
1331
+ #: includes/options/class-wpglobus-options.php:1260
1332
  msgid "NOTE: you cannot remove the main language."
1333
  msgstr "NOTE: you cannot remove the main language."
1334
 
1335
+ #: includes/options/class-wpglobus-options.php:1308
1336
  msgid "WPGlobus is enabled on these Post Types"
1337
  msgstr ""
1338
 
1339
+ #: includes/options/class-wpglobus-options.php:1309
1340
  msgid "Uncheck to disable"
1341
  msgstr ""
1342
 
1343
+ #: includes/options/class-wpglobus-options.php:1310
1344
  msgid ""
1345
  "Please note that there are post types, which status is managed by other "
1346
  "plugins and cannot be changed here."
1347
  msgstr ""
1348
 
1349
+ #: includes/options/class-wpglobus-options.php:1315
1350
  msgid "Post Types"
1351
  msgstr ""
1352
 
1353
+ #: includes/options/class-wpglobus-options.php:1331
1354
  msgid ""
1355
  "You should put here only the code provided by WPGlobus Support. Do not write "
1356
  "anything else in the sections below as it might break the functionality of "
1357
  "your website!"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1372
1361
  msgid "Custom Code"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1480,
1365
+ #: includes/options/class-wpglobus-options.php:1612,
1366
+ #: includes/options/class-wpglobus-options.php:1723
1367
  msgid "Enabled"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1493
1371
  msgid "Builders support"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1545
1375
  msgid "Builder mode is enabled on these Post Types"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1611
1379
  msgid "Old fashioned language switcher"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1617
1383
  msgid "Block Editor"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1618
1387
  msgid "Block Editor Options"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1647
1391
  msgid ""
1392
  "With the current settings, you will see the following lines in the section "
1393
  "HEAD of your site pages"
1394
  msgstr ""
1395
 
1396
+ #: includes/options/class-wpglobus-options.php:1649
1397
  msgid "(example for two languages)"
1398
  msgstr ""
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:1696
1401
  msgid ""
1402
  "Tell search engines about localized versions of your pages using the "
1403
  "hreflang tag"
1404
  msgstr ""
1405
 
1406
+ #: includes/options/class-wpglobus-options.php:1705
1407
  msgid "Output the hreflang tag as"
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1708
1411
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1412
  msgstr ""
1413
 
1414
+ #: includes/options/class-wpglobus-options.php:1709
1415
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1416
  msgstr ""
1417
 
1418
+ #: includes/options/class-wpglobus-options.php:1710
1419
  msgid "Language code only (en, ru, etc.)"
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1722
1423
  msgid "Use the code `x-default` for the main language"
1424
  msgstr ""
1425
 
1426
+ #: includes/options/class-wpglobus-options.php:1728
1427
  msgid "Multilingual SEO"
1428
  msgstr ""
1429
 
1430
+ #: includes/options/class-wpglobus-options.php:1729
1431
  msgid "Multilingual SEO Options"
1432
  msgstr ""
1433
 
1434
+ #: includes/options/class-wpglobus-options.php:1766
1435
  msgid ""
1436
  "With WPGlobus, you can get translations for posts and pages using REST API."
1437
  msgstr ""
1438
 
1439
+ #: includes/options/class-wpglobus-options.php:1793,
1440
+ #: includes/options/class-wpglobus-options.php:1801,
1441
+ #: includes/options/class-wpglobus-options.php:1774,
1442
+ #: includes/options/class-wpglobus-options.php:1782
1443
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1444
  msgstr ""
1445
 
1446
+ #: includes/options/class-wpglobus-options.php:1771
1447
  msgid ""
1448
  "For demonstration, you can try the first post that WordPress creates at the "
1449
  "initial installation."
1450
  msgstr ""
1451
 
1452
+ #: includes/options/class-wpglobus-options.php:1812
1453
  msgid ""
1454
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1455
  "information."
1456
  msgstr ""
1457
 
1458
+ #: includes/options/class-wpglobus-options.php:1819
1459
  msgid ""
1460
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1461
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1462
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1463
  msgstr ""
1464
 
1465
+ #: includes/options/class-wpglobus-options.php:1832
1466
  msgid "Description:"
1467
  msgstr ""
1468
 
1469
+ #: includes/options/class-wpglobus-options.php:1839,
1470
+ #: includes/options/class-wpglobus-options.php:1840
1471
  msgid "REST API"
1472
  msgstr ""
1473
 
1474
+ #: includes/options/class-wpglobus-options.php:2173
1475
  msgid "Translate strings"
1476
  msgstr ""
1477
 
languages/wpglobus-en_US.po CHANGED
@@ -346,22 +346,22 @@ msgid "Help"
346
  msgstr "Help"
347
 
348
  #: includes/admin/class-wpglobus-customize-options.php:745,
349
- #: includes/options/class-wpglobus-options.php:1168
350
  msgid "Languages"
351
  msgstr "Languages"
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:765,
354
- #: includes/options/class-wpglobus-options.php:1181
355
  msgid "Enabled Languages"
356
  msgstr "Enabled Languages"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:767,
359
- #: includes/options/class-wpglobus-options.php:1182
360
  msgid "These languages are currently enabled on your site."
361
  msgstr "These languages are currently enabled on your site."
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:795,
364
- #: includes/options/class-wpglobus-options.php:1140
365
  msgid "Choose a language you would like to enable."
366
  msgstr "Choose a language you would like to enable."
367
 
@@ -372,42 +372,42 @@ msgstr "Press the [Save & Publish] button to confirm."
372
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
373
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
374
  #: includes/admin/class-wpglobus-customize-options.php:801,
375
- #: includes/options/class-wpglobus-options.php:1146
376
  msgid "or Add new Language %1$s here %2$s"
377
  msgstr "or Add new Language %1$s here %2$s"
378
 
379
  #: includes/admin/class-wpglobus-customize-options.php:813,
380
- #: includes/options/class-wpglobus-options.php:1195
381
  msgid "Add Languages"
382
  msgstr "Add Languages"
383
 
384
  #: includes/admin/class-wpglobus-customize-options.php:833,
385
- #: includes/options/class-wpglobus-options.php:1203
386
  msgid "Language Selector Mode"
387
  msgstr "Language Selector Mode"
388
 
389
  #: includes/admin/class-wpglobus-customize-options.php:838,
390
- #: includes/options/class-wpglobus-options.php:1206
391
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
392
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:839,
395
- #: includes/options/class-wpglobus-options.php:1207
396
  msgid "Full Name (English, Russian, Italian, etc.)"
397
  msgstr "Full Name (English, Russian, Italian, etc.)"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:841,
400
- #: includes/options/class-wpglobus-options.php:1208
401
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
402
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:842,
405
- #: includes/options/class-wpglobus-options.php:1209
406
  msgid "Flags only"
407
  msgstr "Flags only"
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:844,
410
- #: includes/options/class-wpglobus-options.php:1204
411
  msgid ""
412
  "Choose the way language name and country flag are shown in the drop-down menu"
413
  msgstr ""
@@ -419,13 +419,13 @@ msgstr "select navigation menu"
419
 
420
  #: includes/admin/class-wpglobus-customize-options.php:915,
421
  #: includes/admin/class-wpglobus-customize-options.php:888,
422
- #: includes/options/class-wpglobus-options.php:1222
423
  msgid "Language Selector Menu"
424
  msgstr "Language Selector Menu"
425
 
426
  #: includes/admin/class-wpglobus-customize-options.php:920,
427
  #: includes/admin/class-wpglobus-customize-options.php:899,
428
- #: includes/options/class-wpglobus-options.php:1223
429
  msgid "Choose the navigation menu where the language selector will be shown"
430
  msgstr "Choose the navigation menu where the language selector will be shown"
431
 
@@ -434,12 +434,12 @@ msgid "No menus have been created yet. Create some."
434
  msgstr "No menus have been created yet. Create some."
435
 
436
  #: includes/admin/class-wpglobus-customize-options.php:940,
437
- #: includes/options/class-wpglobus-options.php:1233
438
  msgid "\"All Pages\" menus Language selector"
439
  msgstr "\"All Pages\" menus Language selector"
440
 
441
  #: includes/admin/class-wpglobus-customize-options.php:943,
442
- #: includes/options/class-wpglobus-options.php:1235
443
  msgid ""
444
  "Adds language selector to the menus that automatically list all existing "
445
  "pages (using `wp_list_pages`)"
@@ -448,7 +448,7 @@ msgstr ""
448
  "pages (using `wp_list_pages`)"
449
 
450
  #: includes/admin/class-wpglobus-customize-options.php:960,
451
- #: includes/options/class-wpglobus-options.php:1348
452
  msgid "Custom CSS"
453
  msgstr "Custom CSS"
454
 
@@ -469,22 +469,22 @@ msgid "Uncheck to disable WPGlobus"
469
  msgstr "Uncheck to disable WPGlobus"
470
 
471
  #: includes/admin/class-wpglobus-customize-options.php:1125,
472
- #: includes/options/class-wpglobus-options.php:1416
473
  msgid "Redirect"
474
  msgstr "Redirect"
475
 
476
  #: includes/admin/class-wpglobus-customize-options.php:1150,
477
- #: includes/options/class-wpglobus-options.php:1411
478
  msgid "Choose the language automatically, based on:"
479
  msgstr "Choose the language automatically, based on:"
480
 
481
  #: includes/admin/class-wpglobus-customize-options.php:1152,
482
- #: includes/options/class-wpglobus-options.php:1401
483
  msgid "Preferred language set in the browser"
484
  msgstr "Preferred language set in the browser"
485
 
486
  #: includes/admin/class-wpglobus-customize-options.php:1153,
487
- #: includes/options/class-wpglobus-options.php:1388
488
  msgid ""
489
  "When a user comes to the site for the first time, try to find the best "
490
  "matching language version of the page."
@@ -495,7 +495,7 @@ msgstr ""
495
  #: includes/admin/class-wpglobus-customize-options.php:1214,
496
  #: includes/admin/class-wpglobus-customize-options.php:1234,
497
  #: includes/admin/class-wpglobus-customize-options.php:1192,
498
- #: includes/options/class-wpglobus-options.php:1360
499
  msgid "Custom JS Code"
500
  msgstr "Custom JS Code"
501
 
@@ -541,12 +541,12 @@ msgstr ""
541
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1351,
544
- #: includes/options/class-wpglobus-options.php:600
545
  msgid "Thank you for installing WPGlobus!"
546
  msgstr "Thank you for installing WPGlobus!"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1355,
549
- #: includes/options/class-wpglobus-options.php:604
550
  msgid "Read About WPGlobus"
551
  msgstr "Read About WPGlobus"
552
 
@@ -557,7 +557,7 @@ msgstr ""
557
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1363,
560
- #: includes/options/class-wpglobus-options.php:640
561
  msgid ""
562
  "Should you have any questions or comments, please do not hesitate to contact "
563
  "us."
@@ -566,12 +566,12 @@ msgstr ""
566
  "us."
567
 
568
  #: includes/admin/class-wpglobus-customize-options.php:1367,
569
- #: includes/options/class-wpglobus-options.php:644
570
  msgid "Sincerely Yours,"
571
  msgstr "Sincerely Yours,"
572
 
573
  #: includes/admin/class-wpglobus-customize-options.php:1369,
574
- #: includes/options/class-wpglobus-options.php:646,
575
  #: includes/options/wpglobus-options-header.php:34
576
  msgid "The WPGlobus Team"
577
  msgstr "The WPGlobus Team"
@@ -579,7 +579,7 @@ msgstr "The WPGlobus Team"
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1388,
582
- #: includes/options/class-wpglobus-options.php:681
583
  msgid ""
584
  "We would hate to see you go. If something goes wrong, do not uninstall "
585
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -588,7 +588,7 @@ msgstr ""
588
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
589
 
590
  #: includes/admin/class-wpglobus-customize-options.php:1395,
591
- #: includes/options/class-wpglobus-options.php:688
592
  msgid ""
593
  "Please note that if you deactivate WPGlobus, your site will show all the "
594
  "languages together, mixed up. You will need to remove all translations, "
@@ -601,7 +601,7 @@ msgstr ""
601
  #. translators: %s: link to the Clean-up Tool
602
  #. translators: %s: link to the Clean-up Tool.
603
  #: includes/admin/class-wpglobus-customize-options.php:1400,
604
- #: includes/options/class-wpglobus-options.php:692
605
  msgid ""
606
  "If there are just a few places, you should edit them manually. To "
607
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -616,7 +616,7 @@ msgstr ""
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
618
  #: includes/admin/class-wpglobus-customize-options.php:1403,
619
- #: includes/options/class-wpglobus-options.php:669
620
  msgid "%1$sClean-up Tool%2$s"
621
  msgstr "%1$sClean-up Tool%2$s"
622
 
@@ -760,7 +760,7 @@ msgid ""
760
  msgstr ""
761
 
762
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
763
- #: includes/options/class-wpglobus-options.php:718
764
  msgid "Help Desk"
765
  msgstr "Help Desk"
766
 
@@ -845,7 +845,7 @@ msgid "WPGlobus Recommends:"
845
  msgstr "WPGlobus Recommends:"
846
 
847
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
848
- #: includes/options/class-wpglobus-options.php:925
849
  msgid "WPGlobus for WooCommerce"
850
  msgstr "WPGlobus for WooCommerce"
851
 
@@ -1038,8 +1038,8 @@ msgid "Language Selector Menu Style"
1038
  msgstr "Language Selector Menu Style"
1039
 
1040
  #: includes/options/class-wpglobus-options.php:273,
1041
- #: includes/options/class-wpglobus-options.php:794,
1042
- #: includes/options/class-wpglobus-options.php:863
1043
  msgid "WPGlobus Plus"
1044
  msgstr "WPGlobus Plus"
1045
 
@@ -1067,18 +1067,18 @@ msgstr ""
1067
  "If you see this message then your browser may not display the WPGlobus "
1068
  "Settings panel properly. Please try another browser."
1069
 
1070
- #: includes/options/class-wpglobus-options.php:591,
1071
- #: includes/options/class-wpglobus-options.php:1569
1072
  msgid "Сompatibility"
1073
  msgstr "Сompatibility"
1074
 
1075
  #. translators: placeholders for "strong" tags.
1076
- #: includes/options/class-wpglobus-options.php:608
1077
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1078
  msgstr "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1079
 
1080
  #. translators: placeholders for "strong" tags.
1081
- #: includes/options/class-wpglobus-options.php:611
1082
  msgid ""
1083
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1084
  "the language attributes: name, code, flag icon, etc."
@@ -1086,22 +1086,22 @@ msgstr ""
1086
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1087
  "the language attributes: name, code, flag icon, etc."
1088
 
1089
- #: includes/options/class-wpglobus-options.php:614
1090
  msgid "Important notes"
1091
  msgstr "Important notes"
1092
 
1093
  #. translators: placeholders for "strong" tags.
1094
- #: includes/options/class-wpglobus-options.php:616
1095
  msgid "Version %1$s1.9.17%2$s "
1096
  msgstr "Version %1$s1.9.17%2$s "
1097
 
1098
  #. translators: placeholders for "strong" tags.
1099
- #: includes/options/class-wpglobus-options.php:619
1100
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1101
  msgstr "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1102
 
1103
  #. translators: placeholders for "strong" tags; compatibility tab link.
1104
- #: includes/options/class-wpglobus-options.php:622
1105
  msgid ""
1106
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1107
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
@@ -1110,7 +1110,7 @@ msgstr ""
1110
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1111
 
1112
  #. translators: placeholders for "strong" tags; compatibility tab link.
1113
- #: includes/options/class-wpglobus-options.php:625
1114
  msgid ""
1115
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1116
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
@@ -1119,16 +1119,16 @@ msgstr ""
1119
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1120
 
1121
  #. translators: placeholders for "strong" tags.
1122
- #: includes/options/class-wpglobus-options.php:629
1123
  msgid "Version %1$s2.2.11%2$s "
1124
  msgstr "Version %1$s2.2.11%2$s "
1125
 
1126
- #: includes/options/class-wpglobus-options.php:631
1127
  msgid "Starting from this version"
1128
  msgstr "Starting from this version"
1129
 
1130
  #. translators: placeholders for "strong" tags.
1131
- #: includes/options/class-wpglobus-options.php:634
1132
  msgid ""
1133
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1134
  "(CPT)."
@@ -1137,7 +1137,7 @@ msgstr ""
1137
  "(CPT)."
1138
 
1139
  #. translators: placeholders for "strong" tags.
1140
- #: includes/options/class-wpglobus-options.php:637
1141
  msgid ""
1142
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1143
  "the %1$s[%3$s]%2$s tab."
@@ -1145,35 +1145,35 @@ msgstr ""
1145
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1146
  "the %1$s[%3$s]%2$s tab."
1147
 
1148
- #: includes/options/class-wpglobus-options.php:654
1149
  msgid "Welcome!"
1150
  msgstr "Welcome!"
1151
 
1152
- #: includes/options/class-wpglobus-options.php:677
1153
  msgid "Deactivating / Uninstalling"
1154
  msgstr "Deactivating / Uninstalling"
1155
 
1156
- #: includes/options/class-wpglobus-options.php:703
1157
  msgid "Uninstall"
1158
  msgstr "Uninstall"
1159
 
1160
- #: includes/options/class-wpglobus-options.php:733
1161
  msgid "All add-ons"
1162
  msgstr "All add-ons"
1163
 
1164
- #: includes/options/class-wpglobus-options.php:748
1165
  msgid "Mobile Menu"
1166
  msgstr "Mobile Menu"
1167
 
1168
- #: includes/options/class-wpglobus-options.php:763
1169
  msgid "Language Widgets"
1170
  msgstr "Language Widgets"
1171
 
1172
- #: includes/options/class-wpglobus-options.php:833
1173
  msgid "We Recommend..."
1174
  msgstr "We Recommend..."
1175
 
1176
- #: includes/options/class-wpglobus-options.php:865
1177
  msgid ""
1178
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1179
  "website, such as:"
@@ -1181,7 +1181,7 @@ msgstr ""
1181
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1182
  "website, such as:"
1183
 
1184
- #: includes/options/class-wpglobus-options.php:868
1185
  msgid ""
1186
  "- Ability to write a post in one language and immediately publish it, not "
1187
  "waiting for the translation to other languages;"
@@ -1189,11 +1189,11 @@ msgstr ""
1189
  "- Ability to write a post in one language and immediately publish it, not "
1190
  "waiting for the translation to other languages;"
1191
 
1192
- #: includes/options/class-wpglobus-options.php:871
1193
  msgid "- Set different URLs for each translation;"
1194
  msgstr "- Set different URLs for each translation;"
1195
 
1196
- #: includes/options/class-wpglobus-options.php:874
1197
  msgid ""
1198
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1199
  "for each translation;"
@@ -1201,17 +1201,17 @@ msgstr ""
1201
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1202
  "for each translation;"
1203
 
1204
- #: includes/options/class-wpglobus-options.php:877
1205
  msgid "- and more..."
1206
  msgstr "- and more..."
1207
 
1208
- #: includes/options/class-wpglobus-options.php:880,
1209
- #: includes/options/class-wpglobus-options.php:937,
1210
- #: includes/options/class-wpglobus-options.php:995
1211
  msgid "Click here to download"
1212
  msgstr "Click here to download"
1213
 
1214
- #: includes/options/class-wpglobus-options.php:928
1215
  msgid ""
1216
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1217
  "translate your blog posts and pages to many languages."
@@ -1219,11 +1219,11 @@ msgstr ""
1219
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1220
  "translate your blog posts and pages to many languages."
1221
 
1222
- #: includes/options/class-wpglobus-options.php:931
1223
  msgid "The next step is to translate your WooCommerce-based store!"
1224
  msgstr "The next step is to translate your WooCommerce-based store!"
1225
 
1226
- #: includes/options/class-wpglobus-options.php:934
1227
  msgid ""
1228
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1229
  "translate product titles and descriptions, categories, tags and attributes."
@@ -1231,11 +1231,11 @@ msgstr ""
1231
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1232
  "translate product titles and descriptions, categories, tags and attributes."
1233
 
1234
- #: includes/options/class-wpglobus-options.php:981
1235
  msgid "Multi-currency"
1236
  msgstr "Multi-currency"
1237
 
1238
- #: includes/options/class-wpglobus-options.php:984
1239
  msgid ""
1240
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1241
  "a single currency only."
@@ -1243,7 +1243,7 @@ msgstr ""
1243
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1244
  "a single currency only."
1245
 
1246
- #: includes/options/class-wpglobus-options.php:988
1247
  msgid ""
1248
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1249
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1255,7 +1255,7 @@ msgstr ""
1255
  "Accepting multiple currencies will strengthen your competitive edge and "
1256
  "positioning for global growth!"
1257
 
1258
- #: includes/options/class-wpglobus-options.php:992
1259
  msgid ""
1260
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1261
  "re-calculating prices on-the-fly."
@@ -1263,11 +1263,11 @@ msgstr ""
1263
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1264
  "re-calculating prices on-the-fly."
1265
 
1266
- #: includes/options/class-wpglobus-options.php:1029
1267
  msgid "WPGlobus Premium Add-ons"
1268
  msgstr "WPGlobus Premium Add-ons"
1269
 
1270
- #: includes/options/class-wpglobus-options.php:1031
1271
  msgid ""
1272
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1273
  "you will be able to:"
@@ -1275,7 +1275,7 @@ msgstr ""
1275
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1276
  "you will be able to:"
1277
 
1278
- #: includes/options/class-wpglobus-options.php:1036
1279
  msgid ""
1280
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1281
  "моя-страница and so on);"
@@ -1283,7 +1283,7 @@ msgstr ""
1283
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1284
  "моя-страница and so on);"
1285
 
1286
- #: includes/options/class-wpglobus-options.php:1039
1287
  msgid ""
1288
  "Postpone translation to some languages and <strong>publish only the "
1289
  "translated texts</strong>;"
@@ -1291,16 +1291,16 @@ msgstr ""
1291
  "Postpone translation to some languages and <strong>publish only the "
1292
  "translated texts</strong>;"
1293
 
1294
- #: includes/options/class-wpglobus-options.php:1042
1295
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1296
  msgstr ""
1297
  "Maintain <strong>separate menus and widgets for each language</strong>;"
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1045
1300
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1301
  msgstr "<strong>Translate WooCommerce</strong> products and taxonomies;"
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1048
1304
  msgid ""
1305
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1306
  "strong>;"
@@ -1308,20 +1308,20 @@ msgstr ""
1308
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1309
  "strong>;"
1310
 
1311
- #: includes/options/class-wpglobus-options.php:1052
1312
  msgid "...and more."
1313
  msgstr "...and more."
1314
 
1315
- #: includes/options/class-wpglobus-options.php:1055
1316
  msgid "Click here to visit the WPGlobus Store"
1317
  msgstr "Click here to visit the WPGlobus Store"
1318
 
1319
- #: includes/options/class-wpglobus-options.php:1096
1320
  msgid "Select a language"
1321
  msgstr "Select a language"
1322
 
1323
  #. translators: %3$s placeholder for the icon (actual picture).
1324
- #: includes/options/class-wpglobus-options.php:1125
1325
  msgid ""
1326
  "Place the %1$smain language%2$s of your site at the top of the list by "
1327
  "dragging the %3$s icons."
@@ -1330,66 +1330,66 @@ msgstr ""
1330
  "dragging the %3$s icons."
1331
 
1332
  #. translators: placeholders for the "strong" HTML tags.
1333
- #: includes/options/class-wpglobus-options.php:1128
1334
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1335
  msgstr "%1$sUncheck%2$s the languages you do not plan to use."
1336
 
1337
  #. translators: placeholders for the "strong" HTML tags.
1338
- #: includes/options/class-wpglobus-options.php:1131
1339
  msgid "%1$sAdd%2$s more languages using the section below."
1340
  msgstr "%1$sAdd%2$s more languages using the section below."
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1132
1343
  msgid "When done, click the [Save Changes] button."
1344
  msgstr "When done, click the [Save Changes] button."
1345
 
1346
  #. translators: %s - placeholder for the "Save Changes" button text.
1347
- #: includes/options/class-wpglobus-options.php:1143
1348
  msgid "Press the %s button to confirm."
1349
  msgstr "Press the %s button to confirm."
1350
 
1351
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1352
- #: includes/options/class-wpglobus-options.php:1160
1353
  msgid "-- none --"
1354
  msgstr "-- none --"
1355
 
1356
- #: includes/options/class-wpglobus-options.php:1161
1357
  msgid "All menus"
1358
  msgstr "All menus"
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1174
1361
  msgid "Instructions:"
1362
  msgstr "Instructions:"
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1234
1365
  msgid "(Found in some themes)"
1366
  msgstr "(Found in some themes)"
1367
 
1368
- #: includes/options/class-wpglobus-options.php:1236
1369
  msgid "Enable"
1370
  msgstr "Enable"
1371
 
1372
- #: includes/options/class-wpglobus-options.php:1251
1373
  msgid "Languages table"
1374
  msgstr "Languages table"
1375
 
1376
- #: includes/options/class-wpglobus-options.php:1257
1377
  msgid "Use this table to add, edit or delete languages."
1378
  msgstr "Use this table to add, edit or delete languages."
1379
 
1380
- #: includes/options/class-wpglobus-options.php:1258
1381
  msgid "NOTE: you cannot remove the main language."
1382
  msgstr "NOTE: you cannot remove the main language."
1383
 
1384
- #: includes/options/class-wpglobus-options.php:1306
1385
  msgid "WPGlobus is enabled on these Post Types"
1386
  msgstr "WPGlobus is enabled on these Post Types"
1387
 
1388
- #: includes/options/class-wpglobus-options.php:1307
1389
  msgid "Uncheck to disable"
1390
  msgstr "Uncheck to disable"
1391
 
1392
- #: includes/options/class-wpglobus-options.php:1308
1393
  msgid ""
1394
  "Please note that there are post types, which status is managed by other "
1395
  "plugins and cannot be changed here."
@@ -1397,11 +1397,11 @@ msgstr ""
1397
  "Please note that there are post types, which status is managed by other "
1398
  "plugins and cannot be changed here."
1399
 
1400
- #: includes/options/class-wpglobus-options.php:1313
1401
  msgid "Post Types"
1402
  msgstr "Post Types"
1403
 
1404
- #: includes/options/class-wpglobus-options.php:1329
1405
  msgid ""
1406
  "You should put here only the code provided by WPGlobus Support. Do not write "
1407
  "anything else in the sections below as it might break the functionality of "
@@ -1411,37 +1411,37 @@ msgstr ""
1411
  "anything else in the sections below as it might break the functionality of "
1412
  "your website!"
1413
 
1414
- #: includes/options/class-wpglobus-options.php:1370
1415
  msgid "Custom Code"
1416
  msgstr "Custom Code"
1417
 
1418
- #: includes/options/class-wpglobus-options.php:1478,
1419
- #: includes/options/class-wpglobus-options.php:1610,
1420
- #: includes/options/class-wpglobus-options.php:1721
1421
  msgid "Enabled"
1422
  msgstr "Enabled"
1423
 
1424
- #: includes/options/class-wpglobus-options.php:1491
1425
  msgid "Builders support"
1426
  msgstr "Builders support"
1427
 
1428
- #: includes/options/class-wpglobus-options.php:1543
1429
  msgid "Builder mode is enabled on these Post Types"
1430
  msgstr "Builder mode is enabled on these Post Types"
1431
 
1432
- #: includes/options/class-wpglobus-options.php:1609
1433
  msgid "Old fashioned language switcher"
1434
  msgstr "Old fashioned language switcher"
1435
 
1436
- #: includes/options/class-wpglobus-options.php:1615
1437
  msgid "Block Editor"
1438
  msgstr "Block Editor"
1439
 
1440
- #: includes/options/class-wpglobus-options.php:1616
1441
  msgid "Block Editor Options"
1442
  msgstr "Block Editor Options"
1443
 
1444
- #: includes/options/class-wpglobus-options.php:1645
1445
  msgid ""
1446
  "With the current settings, you will see the following lines in the section "
1447
  "HEAD of your site pages"
@@ -1449,11 +1449,11 @@ msgstr ""
1449
  "With the current settings, you will see the following lines in the section "
1450
  "HEAD of your site pages"
1451
 
1452
- #: includes/options/class-wpglobus-options.php:1647
1453
  msgid "(example for two languages)"
1454
  msgstr "(example for two languages)"
1455
 
1456
- #: includes/options/class-wpglobus-options.php:1694
1457
  msgid ""
1458
  "Tell search engines about localized versions of your pages using the "
1459
  "hreflang tag"
@@ -1461,75 +1461,75 @@ msgstr ""
1461
  "Tell search engines about localized versions of your pages using the "
1462
  "hreflang tag"
1463
 
1464
- #: includes/options/class-wpglobus-options.php:1703
1465
  msgid "Output the hreflang tag as"
1466
  msgstr "Output the hreflang tag as"
1467
 
1468
- #: includes/options/class-wpglobus-options.php:1706
1469
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1470
  msgstr "Language- and region-specific (en-US, ru-RU, etc.)"
1471
 
1472
- #: includes/options/class-wpglobus-options.php:1707
1473
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1474
  msgstr "Language- and region-specific (en-us, ru-ru, etc.)"
1475
 
1476
- #: includes/options/class-wpglobus-options.php:1708
1477
  msgid "Language code only (en, ru, etc.)"
1478
  msgstr "Language code only (en, ru, etc.)"
1479
 
1480
- #: includes/options/class-wpglobus-options.php:1720
1481
  msgid "Use the code `x-default` for the main language"
1482
  msgstr "Use the code `x-default` for the main language"
1483
 
1484
- #: includes/options/class-wpglobus-options.php:1726
1485
  msgid "Multilingual SEO"
1486
  msgstr "Multilingual SEO"
1487
 
1488
- #: includes/options/class-wpglobus-options.php:1727
1489
  msgid "Multilingual SEO Options"
1490
  msgstr "Multilingual SEO Options"
1491
 
1492
- #: includes/options/class-wpglobus-options.php:1757
1493
  msgid ""
1494
  "With WPGlobus, you can get translations for posts and pages using REST API."
1495
  msgstr ""
1496
 
1497
- #: includes/options/class-wpglobus-options.php:1784,
1498
- #: includes/options/class-wpglobus-options.php:1792,
1499
- #: includes/options/class-wpglobus-options.php:1765,
1500
- #: includes/options/class-wpglobus-options.php:1773
1501
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1502
  msgstr ""
1503
 
1504
- #: includes/options/class-wpglobus-options.php:1762
1505
  msgid ""
1506
  "For demonstration, you can try the first post that WordPress creates at the "
1507
  "initial installation."
1508
  msgstr ""
1509
 
1510
- #: includes/options/class-wpglobus-options.php:1803
1511
  msgid ""
1512
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1513
  "information."
1514
  msgstr ""
1515
 
1516
- #: includes/options/class-wpglobus-options.php:1810
1517
  msgid ""
1518
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1519
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1520
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1521
  msgstr ""
1522
 
1523
- #: includes/options/class-wpglobus-options.php:1823
1524
  msgid "Description:"
1525
  msgstr ""
1526
 
1527
- #: includes/options/class-wpglobus-options.php:1830,
1528
- #: includes/options/class-wpglobus-options.php:1831
1529
  msgid "REST API"
1530
  msgstr ""
1531
 
1532
- #: includes/options/class-wpglobus-options.php:2164
1533
  msgid "Translate strings"
1534
  msgstr "Translate strings"
1535
 
346
  msgstr "Help"
347
 
348
  #: includes/admin/class-wpglobus-customize-options.php:745,
349
+ #: includes/options/class-wpglobus-options.php:1170
350
  msgid "Languages"
351
  msgstr "Languages"
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:765,
354
+ #: includes/options/class-wpglobus-options.php:1183
355
  msgid "Enabled Languages"
356
  msgstr "Enabled Languages"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:767,
359
+ #: includes/options/class-wpglobus-options.php:1184
360
  msgid "These languages are currently enabled on your site."
361
  msgstr "These languages are currently enabled on your site."
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:795,
364
+ #: includes/options/class-wpglobus-options.php:1142
365
  msgid "Choose a language you would like to enable."
366
  msgstr "Choose a language you would like to enable."
367
 
372
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
373
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
374
  #: includes/admin/class-wpglobus-customize-options.php:801,
375
+ #: includes/options/class-wpglobus-options.php:1148
376
  msgid "or Add new Language %1$s here %2$s"
377
  msgstr "or Add new Language %1$s here %2$s"
378
 
379
  #: includes/admin/class-wpglobus-customize-options.php:813,
380
+ #: includes/options/class-wpglobus-options.php:1197
381
  msgid "Add Languages"
382
  msgstr "Add Languages"
383
 
384
  #: includes/admin/class-wpglobus-customize-options.php:833,
385
+ #: includes/options/class-wpglobus-options.php:1205
386
  msgid "Language Selector Mode"
387
  msgstr "Language Selector Mode"
388
 
389
  #: includes/admin/class-wpglobus-customize-options.php:838,
390
+ #: includes/options/class-wpglobus-options.php:1208
391
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
392
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:839,
395
+ #: includes/options/class-wpglobus-options.php:1209
396
  msgid "Full Name (English, Russian, Italian, etc.)"
397
  msgstr "Full Name (English, Russian, Italian, etc.)"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:841,
400
+ #: includes/options/class-wpglobus-options.php:1210
401
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
402
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:842,
405
+ #: includes/options/class-wpglobus-options.php:1211
406
  msgid "Flags only"
407
  msgstr "Flags only"
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:844,
410
+ #: includes/options/class-wpglobus-options.php:1206
411
  msgid ""
412
  "Choose the way language name and country flag are shown in the drop-down menu"
413
  msgstr ""
419
 
420
  #: includes/admin/class-wpglobus-customize-options.php:915,
421
  #: includes/admin/class-wpglobus-customize-options.php:888,
422
+ #: includes/options/class-wpglobus-options.php:1224
423
  msgid "Language Selector Menu"
424
  msgstr "Language Selector Menu"
425
 
426
  #: includes/admin/class-wpglobus-customize-options.php:920,
427
  #: includes/admin/class-wpglobus-customize-options.php:899,
428
+ #: includes/options/class-wpglobus-options.php:1225
429
  msgid "Choose the navigation menu where the language selector will be shown"
430
  msgstr "Choose the navigation menu where the language selector will be shown"
431
 
434
  msgstr "No menus have been created yet. Create some."
435
 
436
  #: includes/admin/class-wpglobus-customize-options.php:940,
437
+ #: includes/options/class-wpglobus-options.php:1235
438
  msgid "\"All Pages\" menus Language selector"
439
  msgstr "\"All Pages\" menus Language selector"
440
 
441
  #: includes/admin/class-wpglobus-customize-options.php:943,
442
+ #: includes/options/class-wpglobus-options.php:1237
443
  msgid ""
444
  "Adds language selector to the menus that automatically list all existing "
445
  "pages (using `wp_list_pages`)"
448
  "pages (using `wp_list_pages`)"
449
 
450
  #: includes/admin/class-wpglobus-customize-options.php:960,
451
+ #: includes/options/class-wpglobus-options.php:1350
452
  msgid "Custom CSS"
453
  msgstr "Custom CSS"
454
 
469
  msgstr "Uncheck to disable WPGlobus"
470
 
471
  #: includes/admin/class-wpglobus-customize-options.php:1125,
472
+ #: includes/options/class-wpglobus-options.php:1418
473
  msgid "Redirect"
474
  msgstr "Redirect"
475
 
476
  #: includes/admin/class-wpglobus-customize-options.php:1150,
477
+ #: includes/options/class-wpglobus-options.php:1413
478
  msgid "Choose the language automatically, based on:"
479
  msgstr "Choose the language automatically, based on:"
480
 
481
  #: includes/admin/class-wpglobus-customize-options.php:1152,
482
+ #: includes/options/class-wpglobus-options.php:1403
483
  msgid "Preferred language set in the browser"
484
  msgstr "Preferred language set in the browser"
485
 
486
  #: includes/admin/class-wpglobus-customize-options.php:1153,
487
+ #: includes/options/class-wpglobus-options.php:1390
488
  msgid ""
489
  "When a user comes to the site for the first time, try to find the best "
490
  "matching language version of the page."
495
  #: includes/admin/class-wpglobus-customize-options.php:1214,
496
  #: includes/admin/class-wpglobus-customize-options.php:1234,
497
  #: includes/admin/class-wpglobus-customize-options.php:1192,
498
+ #: includes/options/class-wpglobus-options.php:1362
499
  msgid "Custom JS Code"
500
  msgstr "Custom JS Code"
501
 
541
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
542
 
543
  #: includes/admin/class-wpglobus-customize-options.php:1351,
544
+ #: includes/options/class-wpglobus-options.php:602
545
  msgid "Thank you for installing WPGlobus!"
546
  msgstr "Thank you for installing WPGlobus!"
547
 
548
  #: includes/admin/class-wpglobus-customize-options.php:1355,
549
+ #: includes/options/class-wpglobus-options.php:606
550
  msgid "Read About WPGlobus"
551
  msgstr "Read About WPGlobus"
552
 
557
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1363,
560
+ #: includes/options/class-wpglobus-options.php:642
561
  msgid ""
562
  "Should you have any questions or comments, please do not hesitate to contact "
563
  "us."
566
  "us."
567
 
568
  #: includes/admin/class-wpglobus-customize-options.php:1367,
569
+ #: includes/options/class-wpglobus-options.php:646
570
  msgid "Sincerely Yours,"
571
  msgstr "Sincerely Yours,"
572
 
573
  #: includes/admin/class-wpglobus-customize-options.php:1369,
574
+ #: includes/options/class-wpglobus-options.php:648,
575
  #: includes/options/wpglobus-options-header.php:34
576
  msgid "The WPGlobus Team"
577
  msgstr "The WPGlobus Team"
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1388,
582
+ #: includes/options/class-wpglobus-options.php:683
583
  msgid ""
584
  "We would hate to see you go. If something goes wrong, do not uninstall "
585
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
588
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
589
 
590
  #: includes/admin/class-wpglobus-customize-options.php:1395,
591
+ #: includes/options/class-wpglobus-options.php:690
592
  msgid ""
593
  "Please note that if you deactivate WPGlobus, your site will show all the "
594
  "languages together, mixed up. You will need to remove all translations, "
601
  #. translators: %s: link to the Clean-up Tool
602
  #. translators: %s: link to the Clean-up Tool.
603
  #: includes/admin/class-wpglobus-customize-options.php:1400,
604
+ #: includes/options/class-wpglobus-options.php:694
605
  msgid ""
606
  "If there are just a few places, you should edit them manually. To "
607
  "automatically remove all translations at once, you can use the %s. WARNING: "
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
618
  #: includes/admin/class-wpglobus-customize-options.php:1403,
619
+ #: includes/options/class-wpglobus-options.php:671
620
  msgid "%1$sClean-up Tool%2$s"
621
  msgstr "%1$sClean-up Tool%2$s"
622
 
760
  msgstr ""
761
 
762
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
763
+ #: includes/options/class-wpglobus-options.php:720
764
  msgid "Help Desk"
765
  msgstr "Help Desk"
766
 
845
  msgstr "WPGlobus Recommends:"
846
 
847
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
848
+ #: includes/options/class-wpglobus-options.php:927
849
  msgid "WPGlobus for WooCommerce"
850
  msgstr "WPGlobus for WooCommerce"
851
 
1038
  msgstr "Language Selector Menu Style"
1039
 
1040
  #: includes/options/class-wpglobus-options.php:273,
1041
+ #: includes/options/class-wpglobus-options.php:796,
1042
+ #: includes/options/class-wpglobus-options.php:865
1043
  msgid "WPGlobus Plus"
1044
  msgstr "WPGlobus Plus"
1045
 
1067
  "If you see this message then your browser may not display the WPGlobus "
1068
  "Settings panel properly. Please try another browser."
1069
 
1070
+ #: includes/options/class-wpglobus-options.php:593,
1071
+ #: includes/options/class-wpglobus-options.php:1571
1072
  msgid "Сompatibility"
1073
  msgstr "Сompatibility"
1074
 
1075
  #. translators: placeholders for "strong" tags.
1076
+ #: includes/options/class-wpglobus-options.php:610
1077
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1078
  msgstr "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1079
 
1080
  #. translators: placeholders for "strong" tags.
1081
+ #: includes/options/class-wpglobus-options.php:613
1082
  msgid ""
1083
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1084
  "the language attributes: name, code, flag icon, etc."
1086
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1087
  "the language attributes: name, code, flag icon, etc."
1088
 
1089
+ #: includes/options/class-wpglobus-options.php:616
1090
  msgid "Important notes"
1091
  msgstr "Important notes"
1092
 
1093
  #. translators: placeholders for "strong" tags.
1094
+ #: includes/options/class-wpglobus-options.php:618
1095
  msgid "Version %1$s1.9.17%2$s "
1096
  msgstr "Version %1$s1.9.17%2$s "
1097
 
1098
  #. translators: placeholders for "strong" tags.
1099
+ #: includes/options/class-wpglobus-options.php:621
1100
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1101
  msgstr "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1102
 
1103
  #. translators: placeholders for "strong" tags; compatibility tab link.
1104
+ #: includes/options/class-wpglobus-options.php:624
1105
  msgid ""
1106
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1107
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1110
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1111
 
1112
  #. translators: placeholders for "strong" tags; compatibility tab link.
1113
+ #: includes/options/class-wpglobus-options.php:627
1114
  msgid ""
1115
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1116
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1119
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1120
 
1121
  #. translators: placeholders for "strong" tags.
1122
+ #: includes/options/class-wpglobus-options.php:631
1123
  msgid "Version %1$s2.2.11%2$s "
1124
  msgstr "Version %1$s2.2.11%2$s "
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:633
1127
  msgid "Starting from this version"
1128
  msgstr "Starting from this version"
1129
 
1130
  #. translators: placeholders for "strong" tags.
1131
+ #: includes/options/class-wpglobus-options.php:636
1132
  msgid ""
1133
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1134
  "(CPT)."
1137
  "(CPT)."
1138
 
1139
  #. translators: placeholders for "strong" tags.
1140
+ #: includes/options/class-wpglobus-options.php:639
1141
  msgid ""
1142
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1143
  "the %1$s[%3$s]%2$s tab."
1145
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1146
  "the %1$s[%3$s]%2$s tab."
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:656
1149
  msgid "Welcome!"
1150
  msgstr "Welcome!"
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:679
1153
  msgid "Deactivating / Uninstalling"
1154
  msgstr "Deactivating / Uninstalling"
1155
 
1156
+ #: includes/options/class-wpglobus-options.php:705
1157
  msgid "Uninstall"
1158
  msgstr "Uninstall"
1159
 
1160
+ #: includes/options/class-wpglobus-options.php:735
1161
  msgid "All add-ons"
1162
  msgstr "All add-ons"
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:750
1165
  msgid "Mobile Menu"
1166
  msgstr "Mobile Menu"
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:765
1169
  msgid "Language Widgets"
1170
  msgstr "Language Widgets"
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:835
1173
  msgid "We Recommend..."
1174
  msgstr "We Recommend..."
1175
 
1176
+ #: includes/options/class-wpglobus-options.php:867
1177
  msgid ""
1178
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1179
  "website, such as:"
1181
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1182
  "website, such as:"
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:870
1185
  msgid ""
1186
  "- Ability to write a post in one language and immediately publish it, not "
1187
  "waiting for the translation to other languages;"
1189
  "- Ability to write a post in one language and immediately publish it, not "
1190
  "waiting for the translation to other languages;"
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:873
1193
  msgid "- Set different URLs for each translation;"
1194
  msgstr "- Set different URLs for each translation;"
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:876
1197
  msgid ""
1198
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1199
  "for each translation;"
1201
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1202
  "for each translation;"
1203
 
1204
+ #: includes/options/class-wpglobus-options.php:879
1205
  msgid "- and more..."
1206
  msgstr "- and more..."
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:882,
1209
+ #: includes/options/class-wpglobus-options.php:939,
1210
+ #: includes/options/class-wpglobus-options.php:997
1211
  msgid "Click here to download"
1212
  msgstr "Click here to download"
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:930
1215
  msgid ""
1216
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1217
  "translate your blog posts and pages to many languages."
1219
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1220
  "translate your blog posts and pages to many languages."
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:933
1223
  msgid "The next step is to translate your WooCommerce-based store!"
1224
  msgstr "The next step is to translate your WooCommerce-based store!"
1225
 
1226
+ #: includes/options/class-wpglobus-options.php:936
1227
  msgid ""
1228
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1229
  "translate product titles and descriptions, categories, tags and attributes."
1231
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1232
  "translate product titles and descriptions, categories, tags and attributes."
1233
 
1234
+ #: includes/options/class-wpglobus-options.php:983
1235
  msgid "Multi-currency"
1236
  msgstr "Multi-currency"
1237
 
1238
+ #: includes/options/class-wpglobus-options.php:986
1239
  msgid ""
1240
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1241
  "a single currency only."
1243
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1244
  "a single currency only."
1245
 
1246
+ #: includes/options/class-wpglobus-options.php:990
1247
  msgid ""
1248
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1249
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1255
  "Accepting multiple currencies will strengthen your competitive edge and "
1256
  "positioning for global growth!"
1257
 
1258
+ #: includes/options/class-wpglobus-options.php:994
1259
  msgid ""
1260
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1261
  "re-calculating prices on-the-fly."
1263
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1264
  "re-calculating prices on-the-fly."
1265
 
1266
+ #: includes/options/class-wpglobus-options.php:1031
1267
  msgid "WPGlobus Premium Add-ons"
1268
  msgstr "WPGlobus Premium Add-ons"
1269
 
1270
+ #: includes/options/class-wpglobus-options.php:1033
1271
  msgid ""
1272
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1273
  "you will be able to:"
1275
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1276
  "you will be able to:"
1277
 
1278
+ #: includes/options/class-wpglobus-options.php:1038
1279
  msgid ""
1280
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1281
  "моя-страница and so on);"
1283
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1284
  "моя-страница and so on);"
1285
 
1286
+ #: includes/options/class-wpglobus-options.php:1041
1287
  msgid ""
1288
  "Postpone translation to some languages and <strong>publish only the "
1289
  "translated texts</strong>;"
1291
  "Postpone translation to some languages and <strong>publish only the "
1292
  "translated texts</strong>;"
1293
 
1294
+ #: includes/options/class-wpglobus-options.php:1044
1295
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1296
  msgstr ""
1297
  "Maintain <strong>separate menus and widgets for each language</strong>;"
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1047
1300
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1301
  msgstr "<strong>Translate WooCommerce</strong> products and taxonomies;"
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1050
1304
  msgid ""
1305
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1306
  "strong>;"
1308
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1309
  "strong>;"
1310
 
1311
+ #: includes/options/class-wpglobus-options.php:1054
1312
  msgid "...and more."
1313
  msgstr "...and more."
1314
 
1315
+ #: includes/options/class-wpglobus-options.php:1057
1316
  msgid "Click here to visit the WPGlobus Store"
1317
  msgstr "Click here to visit the WPGlobus Store"
1318
 
1319
+ #: includes/options/class-wpglobus-options.php:1098
1320
  msgid "Select a language"
1321
  msgstr "Select a language"
1322
 
1323
  #. translators: %3$s placeholder for the icon (actual picture).
1324
+ #: includes/options/class-wpglobus-options.php:1127
1325
  msgid ""
1326
  "Place the %1$smain language%2$s of your site at the top of the list by "
1327
  "dragging the %3$s icons."
1330
  "dragging the %3$s icons."
1331
 
1332
  #. translators: placeholders for the "strong" HTML tags.
1333
+ #: includes/options/class-wpglobus-options.php:1130
1334
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1335
  msgstr "%1$sUncheck%2$s the languages you do not plan to use."
1336
 
1337
  #. translators: placeholders for the "strong" HTML tags.
1338
+ #: includes/options/class-wpglobus-options.php:1133
1339
  msgid "%1$sAdd%2$s more languages using the section below."
1340
  msgstr "%1$sAdd%2$s more languages using the section below."
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1134
1343
  msgid "When done, click the [Save Changes] button."
1344
  msgstr "When done, click the [Save Changes] button."
1345
 
1346
  #. translators: %s - placeholder for the "Save Changes" button text.
1347
+ #: includes/options/class-wpglobus-options.php:1145
1348
  msgid "Press the %s button to confirm."
1349
  msgstr "Press the %s button to confirm."
1350
 
1351
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1352
+ #: includes/options/class-wpglobus-options.php:1162
1353
  msgid "-- none --"
1354
  msgstr "-- none --"
1355
 
1356
+ #: includes/options/class-wpglobus-options.php:1163
1357
  msgid "All menus"
1358
  msgstr "All menus"
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1176
1361
  msgid "Instructions:"
1362
  msgstr "Instructions:"
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1236
1365
  msgid "(Found in some themes)"
1366
  msgstr "(Found in some themes)"
1367
 
1368
+ #: includes/options/class-wpglobus-options.php:1238
1369
  msgid "Enable"
1370
  msgstr "Enable"
1371
 
1372
+ #: includes/options/class-wpglobus-options.php:1253
1373
  msgid "Languages table"
1374
  msgstr "Languages table"
1375
 
1376
+ #: includes/options/class-wpglobus-options.php:1259
1377
  msgid "Use this table to add, edit or delete languages."
1378
  msgstr "Use this table to add, edit or delete languages."
1379
 
1380
+ #: includes/options/class-wpglobus-options.php:1260
1381
  msgid "NOTE: you cannot remove the main language."
1382
  msgstr "NOTE: you cannot remove the main language."
1383
 
1384
+ #: includes/options/class-wpglobus-options.php:1308
1385
  msgid "WPGlobus is enabled on these Post Types"
1386
  msgstr "WPGlobus is enabled on these Post Types"
1387
 
1388
+ #: includes/options/class-wpglobus-options.php:1309
1389
  msgid "Uncheck to disable"
1390
  msgstr "Uncheck to disable"
1391
 
1392
+ #: includes/options/class-wpglobus-options.php:1310
1393
  msgid ""
1394
  "Please note that there are post types, which status is managed by other "
1395
  "plugins and cannot be changed here."
1397
  "Please note that there are post types, which status is managed by other "
1398
  "plugins and cannot be changed here."
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:1315
1401
  msgid "Post Types"
1402
  msgstr "Post Types"
1403
 
1404
+ #: includes/options/class-wpglobus-options.php:1331
1405
  msgid ""
1406
  "You should put here only the code provided by WPGlobus Support. Do not write "
1407
  "anything else in the sections below as it might break the functionality of "
1411
  "anything else in the sections below as it might break the functionality of "
1412
  "your website!"
1413
 
1414
+ #: includes/options/class-wpglobus-options.php:1372
1415
  msgid "Custom Code"
1416
  msgstr "Custom Code"
1417
 
1418
+ #: includes/options/class-wpglobus-options.php:1480,
1419
+ #: includes/options/class-wpglobus-options.php:1612,
1420
+ #: includes/options/class-wpglobus-options.php:1723
1421
  msgid "Enabled"
1422
  msgstr "Enabled"
1423
 
1424
+ #: includes/options/class-wpglobus-options.php:1493
1425
  msgid "Builders support"
1426
  msgstr "Builders support"
1427
 
1428
+ #: includes/options/class-wpglobus-options.php:1545
1429
  msgid "Builder mode is enabled on these Post Types"
1430
  msgstr "Builder mode is enabled on these Post Types"
1431
 
1432
+ #: includes/options/class-wpglobus-options.php:1611
1433
  msgid "Old fashioned language switcher"
1434
  msgstr "Old fashioned language switcher"
1435
 
1436
+ #: includes/options/class-wpglobus-options.php:1617
1437
  msgid "Block Editor"
1438
  msgstr "Block Editor"
1439
 
1440
+ #: includes/options/class-wpglobus-options.php:1618
1441
  msgid "Block Editor Options"
1442
  msgstr "Block Editor Options"
1443
 
1444
+ #: includes/options/class-wpglobus-options.php:1647
1445
  msgid ""
1446
  "With the current settings, you will see the following lines in the section "
1447
  "HEAD of your site pages"
1449
  "With the current settings, you will see the following lines in the section "
1450
  "HEAD of your site pages"
1451
 
1452
+ #: includes/options/class-wpglobus-options.php:1649
1453
  msgid "(example for two languages)"
1454
  msgstr "(example for two languages)"
1455
 
1456
+ #: includes/options/class-wpglobus-options.php:1696
1457
  msgid ""
1458
  "Tell search engines about localized versions of your pages using the "
1459
  "hreflang tag"
1461
  "Tell search engines about localized versions of your pages using the "
1462
  "hreflang tag"
1463
 
1464
+ #: includes/options/class-wpglobus-options.php:1705
1465
  msgid "Output the hreflang tag as"
1466
  msgstr "Output the hreflang tag as"
1467
 
1468
+ #: includes/options/class-wpglobus-options.php:1708
1469
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1470
  msgstr "Language- and region-specific (en-US, ru-RU, etc.)"
1471
 
1472
+ #: includes/options/class-wpglobus-options.php:1709
1473
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1474
  msgstr "Language- and region-specific (en-us, ru-ru, etc.)"
1475
 
1476
+ #: includes/options/class-wpglobus-options.php:1710
1477
  msgid "Language code only (en, ru, etc.)"
1478
  msgstr "Language code only (en, ru, etc.)"
1479
 
1480
+ #: includes/options/class-wpglobus-options.php:1722
1481
  msgid "Use the code `x-default` for the main language"
1482
  msgstr "Use the code `x-default` for the main language"
1483
 
1484
+ #: includes/options/class-wpglobus-options.php:1728
1485
  msgid "Multilingual SEO"
1486
  msgstr "Multilingual SEO"
1487
 
1488
+ #: includes/options/class-wpglobus-options.php:1729
1489
  msgid "Multilingual SEO Options"
1490
  msgstr "Multilingual SEO Options"
1491
 
1492
+ #: includes/options/class-wpglobus-options.php:1766
1493
  msgid ""
1494
  "With WPGlobus, you can get translations for posts and pages using REST API."
1495
  msgstr ""
1496
 
1497
+ #: includes/options/class-wpglobus-options.php:1793,
1498
+ #: includes/options/class-wpglobus-options.php:1801,
1499
+ #: includes/options/class-wpglobus-options.php:1774,
1500
+ #: includes/options/class-wpglobus-options.php:1782
1501
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1502
  msgstr ""
1503
 
1504
+ #: includes/options/class-wpglobus-options.php:1771
1505
  msgid ""
1506
  "For demonstration, you can try the first post that WordPress creates at the "
1507
  "initial installation."
1508
  msgstr ""
1509
 
1510
+ #: includes/options/class-wpglobus-options.php:1812
1511
  msgid ""
1512
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1513
  "information."
1514
  msgstr ""
1515
 
1516
+ #: includes/options/class-wpglobus-options.php:1819
1517
  msgid ""
1518
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1519
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1520
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1521
  msgstr ""
1522
 
1523
+ #: includes/options/class-wpglobus-options.php:1832
1524
  msgid "Description:"
1525
  msgstr ""
1526
 
1527
+ #: includes/options/class-wpglobus-options.php:1839,
1528
+ #: includes/options/class-wpglobus-options.php:1840
1529
  msgid "REST API"
1530
  msgstr ""
1531
 
1532
+ #: includes/options/class-wpglobus-options.php:2173
1533
  msgid "Translate strings"
1534
  msgstr "Translate strings"
1535
 
languages/wpglobus-en_ZA.po CHANGED
@@ -347,22 +347,22 @@ msgid "Help"
347
  msgstr ""
348
 
349
  #: includes/admin/class-wpglobus-customize-options.php:745,
350
- #: includes/options/class-wpglobus-options.php:1168
351
  msgid "Languages"
352
  msgstr "Languages"
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:765,
355
- #: includes/options/class-wpglobus-options.php:1181
356
  msgid "Enabled Languages"
357
  msgstr "Enabled Languages"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:767,
360
- #: includes/options/class-wpglobus-options.php:1182
361
  msgid "These languages are currently enabled on your site."
362
  msgstr "These languages are currently enabled on your site."
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:795,
365
- #: includes/options/class-wpglobus-options.php:1140
366
  msgid "Choose a language you would like to enable."
367
  msgstr ""
368
 
@@ -373,42 +373,42 @@ msgstr ""
373
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
375
  #: includes/admin/class-wpglobus-customize-options.php:801,
376
- #: includes/options/class-wpglobus-options.php:1146
377
  msgid "or Add new Language %1$s here %2$s"
378
  msgstr "or Add new Language %1$s here %2$s"
379
 
380
  #: includes/admin/class-wpglobus-customize-options.php:813,
381
- #: includes/options/class-wpglobus-options.php:1195
382
  msgid "Add Languages"
383
  msgstr "Add Languages"
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:833,
386
- #: includes/options/class-wpglobus-options.php:1203
387
  msgid "Language Selector Mode"
388
  msgstr "Language Selector Mode"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:838,
391
- #: includes/options/class-wpglobus-options.php:1206
392
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
393
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:839,
396
- #: includes/options/class-wpglobus-options.php:1207
397
  msgid "Full Name (English, Russian, Italian, etc.)"
398
  msgstr "Full Name (English, Russian, Italian, etc.)"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:841,
401
- #: includes/options/class-wpglobus-options.php:1208
402
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
403
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:842,
406
- #: includes/options/class-wpglobus-options.php:1209
407
  msgid "Flags only"
408
  msgstr "Flags only"
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:844,
411
- #: includes/options/class-wpglobus-options.php:1204
412
  msgid ""
413
  "Choose the way language name and country flag are shown in the drop-down menu"
414
  msgstr ""
@@ -420,13 +420,13 @@ msgstr ""
420
 
421
  #: includes/admin/class-wpglobus-customize-options.php:915,
422
  #: includes/admin/class-wpglobus-customize-options.php:888,
423
- #: includes/options/class-wpglobus-options.php:1222
424
  msgid "Language Selector Menu"
425
  msgstr "Language Selector Menu"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:920,
428
  #: includes/admin/class-wpglobus-customize-options.php:899,
429
- #: includes/options/class-wpglobus-options.php:1223
430
  msgid "Choose the navigation menu where the language selector will be shown"
431
  msgstr "Choose the navigation menu where the language selector will be shown"
432
 
@@ -435,12 +435,12 @@ msgid "No menus have been created yet. Create some."
435
  msgstr "No menus have been created yet. Create some."
436
 
437
  #: includes/admin/class-wpglobus-customize-options.php:940,
438
- #: includes/options/class-wpglobus-options.php:1233
439
  msgid "\"All Pages\" menus Language selector"
440
  msgstr "\"All Pages\" menus Language selector"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:943,
443
- #: includes/options/class-wpglobus-options.php:1235
444
  msgid ""
445
  "Adds language selector to the menus that automatically list all existing "
446
  "pages (using `wp_list_pages`)"
@@ -449,7 +449,7 @@ msgstr ""
449
  "pages (using `wp_list_pages`)"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:960,
452
- #: includes/options/class-wpglobus-options.php:1348
453
  msgid "Custom CSS"
454
  msgstr "Custom CSS"
455
 
@@ -470,22 +470,22 @@ msgid "Uncheck to disable WPGlobus"
470
  msgstr "Uncheck to disable WPGlobus"
471
 
472
  #: includes/admin/class-wpglobus-customize-options.php:1125,
473
- #: includes/options/class-wpglobus-options.php:1416
474
  msgid "Redirect"
475
  msgstr "Redirect"
476
 
477
  #: includes/admin/class-wpglobus-customize-options.php:1150,
478
- #: includes/options/class-wpglobus-options.php:1411
479
  msgid "Choose the language automatically, based on:"
480
  msgstr "Choose the language automatically, based on:"
481
 
482
  #: includes/admin/class-wpglobus-customize-options.php:1152,
483
- #: includes/options/class-wpglobus-options.php:1401
484
  msgid "Preferred language set in the browser"
485
  msgstr "Preferred language set in the browser"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1153,
488
- #: includes/options/class-wpglobus-options.php:1388
489
  msgid ""
490
  "When a user comes to the site for the first time, try to find the best "
491
  "matching language version of the page."
@@ -496,7 +496,7 @@ msgstr ""
496
  #: includes/admin/class-wpglobus-customize-options.php:1214,
497
  #: includes/admin/class-wpglobus-customize-options.php:1234,
498
  #: includes/admin/class-wpglobus-customize-options.php:1192,
499
- #: includes/options/class-wpglobus-options.php:1360
500
  msgid "Custom JS Code"
501
  msgstr "Custom JS Code"
502
 
@@ -540,12 +540,12 @@ msgstr ""
540
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
541
 
542
  #: includes/admin/class-wpglobus-customize-options.php:1351,
543
- #: includes/options/class-wpglobus-options.php:600
544
  msgid "Thank you for installing WPGlobus!"
545
  msgstr "Thank you for installing WPGlobus!"
546
 
547
  #: includes/admin/class-wpglobus-customize-options.php:1355,
548
- #: includes/options/class-wpglobus-options.php:604
549
  msgid "Read About WPGlobus"
550
  msgstr "Read About WPGlobus"
551
 
@@ -556,7 +556,7 @@ msgstr ""
556
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
557
 
558
  #: includes/admin/class-wpglobus-customize-options.php:1363,
559
- #: includes/options/class-wpglobus-options.php:640
560
  msgid ""
561
  "Should you have any questions or comments, please do not hesitate to contact "
562
  "us."
@@ -565,12 +565,12 @@ msgstr ""
565
  "us."
566
 
567
  #: includes/admin/class-wpglobus-customize-options.php:1367,
568
- #: includes/options/class-wpglobus-options.php:644
569
  msgid "Sincerely Yours,"
570
  msgstr "Sincerely Yours,"
571
 
572
  #: includes/admin/class-wpglobus-customize-options.php:1369,
573
- #: includes/options/class-wpglobus-options.php:646,
574
  #: includes/options/wpglobus-options-header.php:34
575
  msgid "The WPGlobus Team"
576
  msgstr "The WPGlobus Team"
@@ -578,7 +578,7 @@ msgstr "The WPGlobus Team"
578
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #: includes/admin/class-wpglobus-customize-options.php:1388,
581
- #: includes/options/class-wpglobus-options.php:681
582
  msgid ""
583
  "We would hate to see you go. If something goes wrong, do not uninstall "
584
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -587,7 +587,7 @@ msgstr ""
587
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
588
 
589
  #: includes/admin/class-wpglobus-customize-options.php:1395,
590
- #: includes/options/class-wpglobus-options.php:688
591
  msgid ""
592
  "Please note that if you deactivate WPGlobus, your site will show all the "
593
  "languages together, mixed up. You will need to remove all translations, "
@@ -600,7 +600,7 @@ msgstr ""
600
  #. translators: %s: link to the Clean-up Tool
601
  #. translators: %s: link to the Clean-up Tool.
602
  #: includes/admin/class-wpglobus-customize-options.php:1400,
603
- #: includes/options/class-wpglobus-options.php:692
604
  msgid ""
605
  "If there are just a few places, you should edit them manually. To "
606
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -615,7 +615,7 @@ msgstr ""
615
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #: includes/admin/class-wpglobus-customize-options.php:1403,
618
- #: includes/options/class-wpglobus-options.php:669
619
  msgid "%1$sClean-up Tool%2$s"
620
  msgstr "%1$sClean-up Tool%2$s"
621
 
@@ -759,7 +759,7 @@ msgid ""
759
  msgstr ""
760
 
761
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
762
- #: includes/options/class-wpglobus-options.php:718
763
  msgid "Help Desk"
764
  msgstr "Help Desk"
765
 
@@ -841,7 +841,7 @@ msgid "WPGlobus Recommends:"
841
  msgstr "WPGlobus Recommends:"
842
 
843
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
844
- #: includes/options/class-wpglobus-options.php:925
845
  msgid "WPGlobus for WooCommerce"
846
  msgstr "WPGlobus for WooCommerce"
847
 
@@ -1030,8 +1030,8 @@ msgid "Language Selector Menu Style"
1030
  msgstr ""
1031
 
1032
  #: includes/options/class-wpglobus-options.php:273,
1033
- #: includes/options/class-wpglobus-options.php:794,
1034
- #: includes/options/class-wpglobus-options.php:863
1035
  msgid "WPGlobus Plus"
1036
  msgstr ""
1037
 
@@ -1057,161 +1057,161 @@ msgid ""
1057
  "Settings panel properly. Please try another browser."
1058
  msgstr ""
1059
 
1060
- #: includes/options/class-wpglobus-options.php:591,
1061
- #: includes/options/class-wpglobus-options.php:1569
1062
  msgid "Сompatibility"
1063
  msgstr ""
1064
 
1065
  #. translators: placeholders for "strong" tags.
1066
- #: includes/options/class-wpglobus-options.php:608
1067
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
- #: includes/options/class-wpglobus-options.php:611
1072
  msgid ""
1073
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1074
  "the language attributes: name, code, flag icon, etc."
1075
  msgstr ""
1076
 
1077
- #: includes/options/class-wpglobus-options.php:614
1078
  msgid "Important notes"
1079
  msgstr ""
1080
 
1081
  #. translators: placeholders for "strong" tags.
1082
- #: includes/options/class-wpglobus-options.php:616
1083
  msgid "Version %1$s1.9.17%2$s "
1084
  msgstr ""
1085
 
1086
  #. translators: placeholders for "strong" tags.
1087
- #: includes/options/class-wpglobus-options.php:619
1088
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1089
  msgstr ""
1090
 
1091
  #. translators: placeholders for "strong" tags; compatibility tab link.
1092
- #: includes/options/class-wpglobus-options.php:622
1093
  msgid ""
1094
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1095
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1096
  msgstr ""
1097
 
1098
  #. translators: placeholders for "strong" tags; compatibility tab link.
1099
- #: includes/options/class-wpglobus-options.php:625
1100
  msgid ""
1101
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1102
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1103
  msgstr ""
1104
 
1105
  #. translators: placeholders for "strong" tags.
1106
- #: includes/options/class-wpglobus-options.php:629
1107
  msgid "Version %1$s2.2.11%2$s "
1108
  msgstr ""
1109
 
1110
- #: includes/options/class-wpglobus-options.php:631
1111
  msgid "Starting from this version"
1112
  msgstr ""
1113
 
1114
  #. translators: placeholders for "strong" tags.
1115
- #: includes/options/class-wpglobus-options.php:634
1116
  msgid ""
1117
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1118
  "(CPT)."
1119
  msgstr ""
1120
 
1121
  #. translators: placeholders for "strong" tags.
1122
- #: includes/options/class-wpglobus-options.php:637
1123
  msgid ""
1124
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1125
  "the %1$s[%3$s]%2$s tab."
1126
  msgstr ""
1127
 
1128
- #: includes/options/class-wpglobus-options.php:654
1129
  msgid "Welcome!"
1130
  msgstr "Welcome!"
1131
 
1132
- #: includes/options/class-wpglobus-options.php:677
1133
  msgid "Deactivating / Uninstalling"
1134
  msgstr "Deactivating / Uninstalling"
1135
 
1136
- #: includes/options/class-wpglobus-options.php:703
1137
  msgid "Uninstall"
1138
  msgstr ""
1139
 
1140
- #: includes/options/class-wpglobus-options.php:733
1141
  msgid "All add-ons"
1142
  msgstr ""
1143
 
1144
- #: includes/options/class-wpglobus-options.php:748
1145
  msgid "Mobile Menu"
1146
  msgstr ""
1147
 
1148
- #: includes/options/class-wpglobus-options.php:763
1149
  msgid "Language Widgets"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:833
1153
  msgid "We Recommend..."
1154
  msgstr ""
1155
 
1156
- #: includes/options/class-wpglobus-options.php:865
1157
  msgid ""
1158
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1159
  "website, such as:"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:868
1163
  msgid ""
1164
  "- Ability to write a post in one language and immediately publish it, not "
1165
  "waiting for the translation to other languages;"
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:871
1169
  msgid "- Set different URLs for each translation;"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:874
1173
  msgid ""
1174
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1175
  "for each translation;"
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:877
1179
  msgid "- and more..."
1180
  msgstr ""
1181
 
1182
- #: includes/options/class-wpglobus-options.php:880,
1183
- #: includes/options/class-wpglobus-options.php:937,
1184
- #: includes/options/class-wpglobus-options.php:995
1185
  msgid "Click here to download"
1186
  msgstr ""
1187
 
1188
- #: includes/options/class-wpglobus-options.php:928
1189
  msgid ""
1190
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1191
  "translate your blog posts and pages to many languages."
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:931
1195
  msgid "The next step is to translate your WooCommerce-based store!"
1196
  msgstr ""
1197
 
1198
- #: includes/options/class-wpglobus-options.php:934
1199
  msgid ""
1200
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1201
  "translate product titles and descriptions, categories, tags and attributes."
1202
  msgstr ""
1203
 
1204
- #: includes/options/class-wpglobus-options.php:981
1205
  msgid "Multi-currency"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:984
1209
  msgid ""
1210
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1211
  "a single currency only."
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:988
1215
  msgid ""
1216
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1217
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1219,259 +1219,259 @@ msgid ""
1219
  "positioning for global growth!"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:992
1223
  msgid ""
1224
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1225
  "re-calculating prices on-the-fly."
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1029
1229
  msgid "WPGlobus Premium Add-ons"
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1031
1233
  msgid ""
1234
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1235
  "you will be able to:"
1236
  msgstr ""
1237
 
1238
- #: includes/options/class-wpglobus-options.php:1036
1239
  msgid ""
1240
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1241
  "моя-страница and so on);"
1242
  msgstr ""
1243
 
1244
- #: includes/options/class-wpglobus-options.php:1039
1245
  msgid ""
1246
  "Postpone translation to some languages and <strong>publish only the "
1247
  "translated texts</strong>;"
1248
  msgstr ""
1249
 
1250
- #: includes/options/class-wpglobus-options.php:1042
1251
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1252
  msgstr ""
1253
 
1254
- #: includes/options/class-wpglobus-options.php:1045
1255
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1256
  msgstr ""
1257
 
1258
- #: includes/options/class-wpglobus-options.php:1048
1259
  msgid ""
1260
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1261
  "strong>;"
1262
  msgstr ""
1263
 
1264
- #: includes/options/class-wpglobus-options.php:1052
1265
  msgid "...and more."
1266
  msgstr ""
1267
 
1268
- #: includes/options/class-wpglobus-options.php:1055
1269
  msgid "Click here to visit the WPGlobus Store"
1270
  msgstr ""
1271
 
1272
- #: includes/options/class-wpglobus-options.php:1096
1273
  msgid "Select a language"
1274
  msgstr "Select a language"
1275
 
1276
  #. translators: %3$s placeholder for the icon (actual picture).
1277
- #: includes/options/class-wpglobus-options.php:1125
1278
  msgid ""
1279
  "Place the %1$smain language%2$s of your site at the top of the list by "
1280
  "dragging the %3$s icons."
1281
  msgstr ""
1282
 
1283
  #. translators: placeholders for the "strong" HTML tags.
1284
- #: includes/options/class-wpglobus-options.php:1128
1285
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1286
  msgstr ""
1287
 
1288
  #. translators: placeholders for the "strong" HTML tags.
1289
- #: includes/options/class-wpglobus-options.php:1131
1290
  msgid "%1$sAdd%2$s more languages using the section below."
1291
  msgstr ""
1292
 
1293
- #: includes/options/class-wpglobus-options.php:1132
1294
  msgid "When done, click the [Save Changes] button."
1295
  msgstr "When done, click the [Save Changes] button."
1296
 
1297
  #. translators: %s - placeholder for the "Save Changes" button text.
1298
- #: includes/options/class-wpglobus-options.php:1143
1299
  msgid "Press the %s button to confirm."
1300
  msgstr ""
1301
 
1302
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1303
- #: includes/options/class-wpglobus-options.php:1160
1304
  msgid "-- none --"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1161
1308
  msgid "All menus"
1309
  msgstr ""
1310
 
1311
- #: includes/options/class-wpglobus-options.php:1174
1312
  msgid "Instructions:"
1313
  msgstr "Instructions:"
1314
 
1315
- #: includes/options/class-wpglobus-options.php:1234
1316
  msgid "(Found in some themes)"
1317
  msgstr "(Found in some themes)"
1318
 
1319
- #: includes/options/class-wpglobus-options.php:1236
1320
  msgid "Enable"
1321
  msgstr "Enable"
1322
 
1323
- #: includes/options/class-wpglobus-options.php:1251
1324
  msgid "Languages table"
1325
  msgstr "Languages table"
1326
 
1327
- #: includes/options/class-wpglobus-options.php:1257
1328
  msgid "Use this table to add, edit or delete languages."
1329
  msgstr "Use this table to add, edit or delete languages."
1330
 
1331
- #: includes/options/class-wpglobus-options.php:1258
1332
  msgid "NOTE: you cannot remove the main language."
1333
  msgstr "NOTE: you cannot remove the main language."
1334
 
1335
- #: includes/options/class-wpglobus-options.php:1306
1336
  msgid "WPGlobus is enabled on these Post Types"
1337
  msgstr ""
1338
 
1339
- #: includes/options/class-wpglobus-options.php:1307
1340
  msgid "Uncheck to disable"
1341
  msgstr ""
1342
 
1343
- #: includes/options/class-wpglobus-options.php:1308
1344
  msgid ""
1345
  "Please note that there are post types, which status is managed by other "
1346
  "plugins and cannot be changed here."
1347
  msgstr ""
1348
 
1349
- #: includes/options/class-wpglobus-options.php:1313
1350
  msgid "Post Types"
1351
  msgstr ""
1352
 
1353
- #: includes/options/class-wpglobus-options.php:1329
1354
  msgid ""
1355
  "You should put here only the code provided by WPGlobus Support. Do not write "
1356
  "anything else in the sections below as it might break the functionality of "
1357
  "your website!"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1370
1361
  msgid "Custom Code"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1478,
1365
- #: includes/options/class-wpglobus-options.php:1610,
1366
- #: includes/options/class-wpglobus-options.php:1721
1367
  msgid "Enabled"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1491
1371
  msgid "Builders support"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1543
1375
  msgid "Builder mode is enabled on these Post Types"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1609
1379
  msgid "Old fashioned language switcher"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1615
1383
  msgid "Block Editor"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1616
1387
  msgid "Block Editor Options"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1645
1391
  msgid ""
1392
  "With the current settings, you will see the following lines in the section "
1393
  "HEAD of your site pages"
1394
  msgstr ""
1395
 
1396
- #: includes/options/class-wpglobus-options.php:1647
1397
  msgid "(example for two languages)"
1398
  msgstr ""
1399
 
1400
- #: includes/options/class-wpglobus-options.php:1694
1401
  msgid ""
1402
  "Tell search engines about localized versions of your pages using the "
1403
  "hreflang tag"
1404
  msgstr ""
1405
 
1406
- #: includes/options/class-wpglobus-options.php:1703
1407
  msgid "Output the hreflang tag as"
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1706
1411
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1412
  msgstr ""
1413
 
1414
- #: includes/options/class-wpglobus-options.php:1707
1415
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1416
  msgstr ""
1417
 
1418
- #: includes/options/class-wpglobus-options.php:1708
1419
  msgid "Language code only (en, ru, etc.)"
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1720
1423
  msgid "Use the code `x-default` for the main language"
1424
  msgstr ""
1425
 
1426
- #: includes/options/class-wpglobus-options.php:1726
1427
  msgid "Multilingual SEO"
1428
  msgstr ""
1429
 
1430
- #: includes/options/class-wpglobus-options.php:1727
1431
  msgid "Multilingual SEO Options"
1432
  msgstr ""
1433
 
1434
- #: includes/options/class-wpglobus-options.php:1757
1435
  msgid ""
1436
  "With WPGlobus, you can get translations for posts and pages using REST API."
1437
  msgstr ""
1438
 
1439
- #: includes/options/class-wpglobus-options.php:1784,
1440
- #: includes/options/class-wpglobus-options.php:1792,
1441
- #: includes/options/class-wpglobus-options.php:1765,
1442
- #: includes/options/class-wpglobus-options.php:1773
1443
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1444
  msgstr ""
1445
 
1446
- #: includes/options/class-wpglobus-options.php:1762
1447
  msgid ""
1448
  "For demonstration, you can try the first post that WordPress creates at the "
1449
  "initial installation."
1450
  msgstr ""
1451
 
1452
- #: includes/options/class-wpglobus-options.php:1803
1453
  msgid ""
1454
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1455
  "information."
1456
  msgstr ""
1457
 
1458
- #: includes/options/class-wpglobus-options.php:1810
1459
  msgid ""
1460
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1461
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1462
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1463
  msgstr ""
1464
 
1465
- #: includes/options/class-wpglobus-options.php:1823
1466
  msgid "Description:"
1467
  msgstr ""
1468
 
1469
- #: includes/options/class-wpglobus-options.php:1830,
1470
- #: includes/options/class-wpglobus-options.php:1831
1471
  msgid "REST API"
1472
  msgstr ""
1473
 
1474
- #: includes/options/class-wpglobus-options.php:2164
1475
  msgid "Translate strings"
1476
  msgstr ""
1477
 
347
  msgstr ""
348
 
349
  #: includes/admin/class-wpglobus-customize-options.php:745,
350
+ #: includes/options/class-wpglobus-options.php:1170
351
  msgid "Languages"
352
  msgstr "Languages"
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:765,
355
+ #: includes/options/class-wpglobus-options.php:1183
356
  msgid "Enabled Languages"
357
  msgstr "Enabled Languages"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:767,
360
+ #: includes/options/class-wpglobus-options.php:1184
361
  msgid "These languages are currently enabled on your site."
362
  msgstr "These languages are currently enabled on your site."
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:795,
365
+ #: includes/options/class-wpglobus-options.php:1142
366
  msgid "Choose a language you would like to enable."
367
  msgstr ""
368
 
373
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
374
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
375
  #: includes/admin/class-wpglobus-customize-options.php:801,
376
+ #: includes/options/class-wpglobus-options.php:1148
377
  msgid "or Add new Language %1$s here %2$s"
378
  msgstr "or Add new Language %1$s here %2$s"
379
 
380
  #: includes/admin/class-wpglobus-customize-options.php:813,
381
+ #: includes/options/class-wpglobus-options.php:1197
382
  msgid "Add Languages"
383
  msgstr "Add Languages"
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:833,
386
+ #: includes/options/class-wpglobus-options.php:1205
387
  msgid "Language Selector Mode"
388
  msgstr "Language Selector Mode"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:838,
391
+ #: includes/options/class-wpglobus-options.php:1208
392
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
393
  msgstr "Two-letter Code with flag (en, ru, it, etc.)"
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:839,
396
+ #: includes/options/class-wpglobus-options.php:1209
397
  msgid "Full Name (English, Russian, Italian, etc.)"
398
  msgstr "Full Name (English, Russian, Italian, etc.)"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:841,
401
+ #: includes/options/class-wpglobus-options.php:1210
402
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
403
  msgstr "Full Name with flag (English, Russian, Italian, etc.)"
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:842,
406
+ #: includes/options/class-wpglobus-options.php:1211
407
  msgid "Flags only"
408
  msgstr "Flags only"
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:844,
411
+ #: includes/options/class-wpglobus-options.php:1206
412
  msgid ""
413
  "Choose the way language name and country flag are shown in the drop-down menu"
414
  msgstr ""
420
 
421
  #: includes/admin/class-wpglobus-customize-options.php:915,
422
  #: includes/admin/class-wpglobus-customize-options.php:888,
423
+ #: includes/options/class-wpglobus-options.php:1224
424
  msgid "Language Selector Menu"
425
  msgstr "Language Selector Menu"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:920,
428
  #: includes/admin/class-wpglobus-customize-options.php:899,
429
+ #: includes/options/class-wpglobus-options.php:1225
430
  msgid "Choose the navigation menu where the language selector will be shown"
431
  msgstr "Choose the navigation menu where the language selector will be shown"
432
 
435
  msgstr "No menus have been created yet. Create some."
436
 
437
  #: includes/admin/class-wpglobus-customize-options.php:940,
438
+ #: includes/options/class-wpglobus-options.php:1235
439
  msgid "\"All Pages\" menus Language selector"
440
  msgstr "\"All Pages\" menus Language selector"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:943,
443
+ #: includes/options/class-wpglobus-options.php:1237
444
  msgid ""
445
  "Adds language selector to the menus that automatically list all existing "
446
  "pages (using `wp_list_pages`)"
449
  "pages (using `wp_list_pages`)"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:960,
452
+ #: includes/options/class-wpglobus-options.php:1350
453
  msgid "Custom CSS"
454
  msgstr "Custom CSS"
455
 
470
  msgstr "Uncheck to disable WPGlobus"
471
 
472
  #: includes/admin/class-wpglobus-customize-options.php:1125,
473
+ #: includes/options/class-wpglobus-options.php:1418
474
  msgid "Redirect"
475
  msgstr "Redirect"
476
 
477
  #: includes/admin/class-wpglobus-customize-options.php:1150,
478
+ #: includes/options/class-wpglobus-options.php:1413
479
  msgid "Choose the language automatically, based on:"
480
  msgstr "Choose the language automatically, based on:"
481
 
482
  #: includes/admin/class-wpglobus-customize-options.php:1152,
483
+ #: includes/options/class-wpglobus-options.php:1403
484
  msgid "Preferred language set in the browser"
485
  msgstr "Preferred language set in the browser"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1153,
488
+ #: includes/options/class-wpglobus-options.php:1390
489
  msgid ""
490
  "When a user comes to the site for the first time, try to find the best "
491
  "matching language version of the page."
496
  #: includes/admin/class-wpglobus-customize-options.php:1214,
497
  #: includes/admin/class-wpglobus-customize-options.php:1234,
498
  #: includes/admin/class-wpglobus-customize-options.php:1192,
499
+ #: includes/options/class-wpglobus-options.php:1362
500
  msgid "Custom JS Code"
501
  msgstr "Custom JS Code"
502
 
540
  "WPGlobus. To exclude a field, uncheck it and then press the button below."
541
 
542
  #: includes/admin/class-wpglobus-customize-options.php:1351,
543
+ #: includes/options/class-wpglobus-options.php:602
544
  msgid "Thank you for installing WPGlobus!"
545
  msgstr "Thank you for installing WPGlobus!"
546
 
547
  #: includes/admin/class-wpglobus-customize-options.php:1355,
548
+ #: includes/options/class-wpglobus-options.php:606
549
  msgid "Read About WPGlobus"
550
  msgstr "Read About WPGlobus"
551
 
556
  "Click the <strong>[Languages]</strong> tab at the left to setup the options."
557
 
558
  #: includes/admin/class-wpglobus-customize-options.php:1363,
559
+ #: includes/options/class-wpglobus-options.php:642
560
  msgid ""
561
  "Should you have any questions or comments, please do not hesitate to contact "
562
  "us."
565
  "us."
566
 
567
  #: includes/admin/class-wpglobus-customize-options.php:1367,
568
+ #: includes/options/class-wpglobus-options.php:646
569
  msgid "Sincerely Yours,"
570
  msgstr "Sincerely Yours,"
571
 
572
  #: includes/admin/class-wpglobus-customize-options.php:1369,
573
+ #: includes/options/class-wpglobus-options.php:648,
574
  #: includes/options/wpglobus-options-header.php:34
575
  msgid "The WPGlobus Team"
576
  msgstr "The WPGlobus Team"
578
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #: includes/admin/class-wpglobus-customize-options.php:1388,
581
+ #: includes/options/class-wpglobus-options.php:683
582
  msgid ""
583
  "We would hate to see you go. If something goes wrong, do not uninstall "
584
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
587
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
588
 
589
  #: includes/admin/class-wpglobus-customize-options.php:1395,
590
+ #: includes/options/class-wpglobus-options.php:690
591
  msgid ""
592
  "Please note that if you deactivate WPGlobus, your site will show all the "
593
  "languages together, mixed up. You will need to remove all translations, "
600
  #. translators: %s: link to the Clean-up Tool
601
  #. translators: %s: link to the Clean-up Tool.
602
  #: includes/admin/class-wpglobus-customize-options.php:1400,
603
+ #: includes/options/class-wpglobus-options.php:694
604
  msgid ""
605
  "If there are just a few places, you should edit them manually. To "
606
  "automatically remove all translations at once, you can use the %s. WARNING: "
615
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
616
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
617
  #: includes/admin/class-wpglobus-customize-options.php:1403,
618
+ #: includes/options/class-wpglobus-options.php:671
619
  msgid "%1$sClean-up Tool%2$s"
620
  msgstr "%1$sClean-up Tool%2$s"
621
 
759
  msgstr ""
760
 
761
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
762
+ #: includes/options/class-wpglobus-options.php:720
763
  msgid "Help Desk"
764
  msgstr "Help Desk"
765
 
841
  msgstr "WPGlobus Recommends:"
842
 
843
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
844
+ #: includes/options/class-wpglobus-options.php:927
845
  msgid "WPGlobus for WooCommerce"
846
  msgstr "WPGlobus for WooCommerce"
847
 
1030
  msgstr ""
1031
 
1032
  #: includes/options/class-wpglobus-options.php:273,
1033
+ #: includes/options/class-wpglobus-options.php:796,
1034
+ #: includes/options/class-wpglobus-options.php:865
1035
  msgid "WPGlobus Plus"
1036
  msgstr ""
1037
 
1057
  "Settings panel properly. Please try another browser."
1058
  msgstr ""
1059
 
1060
+ #: includes/options/class-wpglobus-options.php:593,
1061
+ #: includes/options/class-wpglobus-options.php:1571
1062
  msgid "Сompatibility"
1063
  msgstr ""
1064
 
1065
  #. translators: placeholders for "strong" tags.
1066
+ #: includes/options/class-wpglobus-options.php:610
1067
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
+ #: includes/options/class-wpglobus-options.php:613
1072
  msgid ""
1073
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1074
  "the language attributes: name, code, flag icon, etc."
1075
  msgstr ""
1076
 
1077
+ #: includes/options/class-wpglobus-options.php:616
1078
  msgid "Important notes"
1079
  msgstr ""
1080
 
1081
  #. translators: placeholders for "strong" tags.
1082
+ #: includes/options/class-wpglobus-options.php:618
1083
  msgid "Version %1$s1.9.17%2$s "
1084
  msgstr ""
1085
 
1086
  #. translators: placeholders for "strong" tags.
1087
+ #: includes/options/class-wpglobus-options.php:621
1088
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1089
  msgstr ""
1090
 
1091
  #. translators: placeholders for "strong" tags; compatibility tab link.
1092
+ #: includes/options/class-wpglobus-options.php:624
1093
  msgid ""
1094
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1095
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1096
  msgstr ""
1097
 
1098
  #. translators: placeholders for "strong" tags; compatibility tab link.
1099
+ #: includes/options/class-wpglobus-options.php:627
1100
  msgid ""
1101
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1102
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1103
  msgstr ""
1104
 
1105
  #. translators: placeholders for "strong" tags.
1106
+ #: includes/options/class-wpglobus-options.php:631
1107
  msgid "Version %1$s2.2.11%2$s "
1108
  msgstr ""
1109
 
1110
+ #: includes/options/class-wpglobus-options.php:633
1111
  msgid "Starting from this version"
1112
  msgstr ""
1113
 
1114
  #. translators: placeholders for "strong" tags.
1115
+ #: includes/options/class-wpglobus-options.php:636
1116
  msgid ""
1117
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1118
  "(CPT)."
1119
  msgstr ""
1120
 
1121
  #. translators: placeholders for "strong" tags.
1122
+ #: includes/options/class-wpglobus-options.php:639
1123
  msgid ""
1124
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1125
  "the %1$s[%3$s]%2$s tab."
1126
  msgstr ""
1127
 
1128
+ #: includes/options/class-wpglobus-options.php:656
1129
  msgid "Welcome!"
1130
  msgstr "Welcome!"
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:679
1133
  msgid "Deactivating / Uninstalling"
1134
  msgstr "Deactivating / Uninstalling"
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:705
1137
  msgid "Uninstall"
1138
  msgstr ""
1139
 
1140
+ #: includes/options/class-wpglobus-options.php:735
1141
  msgid "All add-ons"
1142
  msgstr ""
1143
 
1144
+ #: includes/options/class-wpglobus-options.php:750
1145
  msgid "Mobile Menu"
1146
  msgstr ""
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:765
1149
  msgid "Language Widgets"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:835
1153
  msgid "We Recommend..."
1154
  msgstr ""
1155
 
1156
+ #: includes/options/class-wpglobus-options.php:867
1157
  msgid ""
1158
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1159
  "website, such as:"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:870
1163
  msgid ""
1164
  "- Ability to write a post in one language and immediately publish it, not "
1165
  "waiting for the translation to other languages;"
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:873
1169
  msgid "- Set different URLs for each translation;"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:876
1173
  msgid ""
1174
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1175
  "for each translation;"
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:879
1179
  msgid "- and more..."
1180
  msgstr ""
1181
 
1182
+ #: includes/options/class-wpglobus-options.php:882,
1183
+ #: includes/options/class-wpglobus-options.php:939,
1184
+ #: includes/options/class-wpglobus-options.php:997
1185
  msgid "Click here to download"
1186
  msgstr ""
1187
 
1188
+ #: includes/options/class-wpglobus-options.php:930
1189
  msgid ""
1190
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1191
  "translate your blog posts and pages to many languages."
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:933
1195
  msgid "The next step is to translate your WooCommerce-based store!"
1196
  msgstr ""
1197
 
1198
+ #: includes/options/class-wpglobus-options.php:936
1199
  msgid ""
1200
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1201
  "translate product titles and descriptions, categories, tags and attributes."
1202
  msgstr ""
1203
 
1204
+ #: includes/options/class-wpglobus-options.php:983
1205
  msgid "Multi-currency"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:986
1209
  msgid ""
1210
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1211
  "a single currency only."
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:990
1215
  msgid ""
1216
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1217
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1219
  "positioning for global growth!"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:994
1223
  msgid ""
1224
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1225
  "re-calculating prices on-the-fly."
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1031
1229
  msgid "WPGlobus Premium Add-ons"
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1033
1233
  msgid ""
1234
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1235
  "you will be able to:"
1236
  msgstr ""
1237
 
1238
+ #: includes/options/class-wpglobus-options.php:1038
1239
  msgid ""
1240
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1241
  "моя-страница and so on);"
1242
  msgstr ""
1243
 
1244
+ #: includes/options/class-wpglobus-options.php:1041
1245
  msgid ""
1246
  "Postpone translation to some languages and <strong>publish only the "
1247
  "translated texts</strong>;"
1248
  msgstr ""
1249
 
1250
+ #: includes/options/class-wpglobus-options.php:1044
1251
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1252
  msgstr ""
1253
 
1254
+ #: includes/options/class-wpglobus-options.php:1047
1255
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1256
  msgstr ""
1257
 
1258
+ #: includes/options/class-wpglobus-options.php:1050
1259
  msgid ""
1260
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1261
  "strong>;"
1262
  msgstr ""
1263
 
1264
+ #: includes/options/class-wpglobus-options.php:1054
1265
  msgid "...and more."
1266
  msgstr ""
1267
 
1268
+ #: includes/options/class-wpglobus-options.php:1057
1269
  msgid "Click here to visit the WPGlobus Store"
1270
  msgstr ""
1271
 
1272
+ #: includes/options/class-wpglobus-options.php:1098
1273
  msgid "Select a language"
1274
  msgstr "Select a language"
1275
 
1276
  #. translators: %3$s placeholder for the icon (actual picture).
1277
+ #: includes/options/class-wpglobus-options.php:1127
1278
  msgid ""
1279
  "Place the %1$smain language%2$s of your site at the top of the list by "
1280
  "dragging the %3$s icons."
1281
  msgstr ""
1282
 
1283
  #. translators: placeholders for the "strong" HTML tags.
1284
+ #: includes/options/class-wpglobus-options.php:1130
1285
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1286
  msgstr ""
1287
 
1288
  #. translators: placeholders for the "strong" HTML tags.
1289
+ #: includes/options/class-wpglobus-options.php:1133
1290
  msgid "%1$sAdd%2$s more languages using the section below."
1291
  msgstr ""
1292
 
1293
+ #: includes/options/class-wpglobus-options.php:1134
1294
  msgid "When done, click the [Save Changes] button."
1295
  msgstr "When done, click the [Save Changes] button."
1296
 
1297
  #. translators: %s - placeholder for the "Save Changes" button text.
1298
+ #: includes/options/class-wpglobus-options.php:1145
1299
  msgid "Press the %s button to confirm."
1300
  msgstr ""
1301
 
1302
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1303
+ #: includes/options/class-wpglobus-options.php:1162
1304
  msgid "-- none --"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1163
1308
  msgid "All menus"
1309
  msgstr ""
1310
 
1311
+ #: includes/options/class-wpglobus-options.php:1176
1312
  msgid "Instructions:"
1313
  msgstr "Instructions:"
1314
 
1315
+ #: includes/options/class-wpglobus-options.php:1236
1316
  msgid "(Found in some themes)"
1317
  msgstr "(Found in some themes)"
1318
 
1319
+ #: includes/options/class-wpglobus-options.php:1238
1320
  msgid "Enable"
1321
  msgstr "Enable"
1322
 
1323
+ #: includes/options/class-wpglobus-options.php:1253
1324
  msgid "Languages table"
1325
  msgstr "Languages table"
1326
 
1327
+ #: includes/options/class-wpglobus-options.php:1259
1328
  msgid "Use this table to add, edit or delete languages."
1329
  msgstr "Use this table to add, edit or delete languages."
1330
 
1331
+ #: includes/options/class-wpglobus-options.php:1260
1332
  msgid "NOTE: you cannot remove the main language."
1333
  msgstr "NOTE: you cannot remove the main language."
1334
 
1335
+ #: includes/options/class-wpglobus-options.php:1308
1336
  msgid "WPGlobus is enabled on these Post Types"
1337
  msgstr ""
1338
 
1339
+ #: includes/options/class-wpglobus-options.php:1309
1340
  msgid "Uncheck to disable"
1341
  msgstr ""
1342
 
1343
+ #: includes/options/class-wpglobus-options.php:1310
1344
  msgid ""
1345
  "Please note that there are post types, which status is managed by other "
1346
  "plugins and cannot be changed here."
1347
  msgstr ""
1348
 
1349
+ #: includes/options/class-wpglobus-options.php:1315
1350
  msgid "Post Types"
1351
  msgstr ""
1352
 
1353
+ #: includes/options/class-wpglobus-options.php:1331
1354
  msgid ""
1355
  "You should put here only the code provided by WPGlobus Support. Do not write "
1356
  "anything else in the sections below as it might break the functionality of "
1357
  "your website!"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1372
1361
  msgid "Custom Code"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1480,
1365
+ #: includes/options/class-wpglobus-options.php:1612,
1366
+ #: includes/options/class-wpglobus-options.php:1723
1367
  msgid "Enabled"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1493
1371
  msgid "Builders support"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1545
1375
  msgid "Builder mode is enabled on these Post Types"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1611
1379
  msgid "Old fashioned language switcher"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1617
1383
  msgid "Block Editor"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1618
1387
  msgid "Block Editor Options"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1647
1391
  msgid ""
1392
  "With the current settings, you will see the following lines in the section "
1393
  "HEAD of your site pages"
1394
  msgstr ""
1395
 
1396
+ #: includes/options/class-wpglobus-options.php:1649
1397
  msgid "(example for two languages)"
1398
  msgstr ""
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:1696
1401
  msgid ""
1402
  "Tell search engines about localized versions of your pages using the "
1403
  "hreflang tag"
1404
  msgstr ""
1405
 
1406
+ #: includes/options/class-wpglobus-options.php:1705
1407
  msgid "Output the hreflang tag as"
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1708
1411
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1412
  msgstr ""
1413
 
1414
+ #: includes/options/class-wpglobus-options.php:1709
1415
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1416
  msgstr ""
1417
 
1418
+ #: includes/options/class-wpglobus-options.php:1710
1419
  msgid "Language code only (en, ru, etc.)"
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1722
1423
  msgid "Use the code `x-default` for the main language"
1424
  msgstr ""
1425
 
1426
+ #: includes/options/class-wpglobus-options.php:1728
1427
  msgid "Multilingual SEO"
1428
  msgstr ""
1429
 
1430
+ #: includes/options/class-wpglobus-options.php:1729
1431
  msgid "Multilingual SEO Options"
1432
  msgstr ""
1433
 
1434
+ #: includes/options/class-wpglobus-options.php:1766
1435
  msgid ""
1436
  "With WPGlobus, you can get translations for posts and pages using REST API."
1437
  msgstr ""
1438
 
1439
+ #: includes/options/class-wpglobus-options.php:1793,
1440
+ #: includes/options/class-wpglobus-options.php:1801,
1441
+ #: includes/options/class-wpglobus-options.php:1774,
1442
+ #: includes/options/class-wpglobus-options.php:1782
1443
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1444
  msgstr ""
1445
 
1446
+ #: includes/options/class-wpglobus-options.php:1771
1447
  msgid ""
1448
  "For demonstration, you can try the first post that WordPress creates at the "
1449
  "initial installation."
1450
  msgstr ""
1451
 
1452
+ #: includes/options/class-wpglobus-options.php:1812
1453
  msgid ""
1454
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1455
  "information."
1456
  msgstr ""
1457
 
1458
+ #: includes/options/class-wpglobus-options.php:1819
1459
  msgid ""
1460
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1461
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1462
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1463
  msgstr ""
1464
 
1465
+ #: includes/options/class-wpglobus-options.php:1832
1466
  msgid "Description:"
1467
  msgstr ""
1468
 
1469
+ #: includes/options/class-wpglobus-options.php:1839,
1470
+ #: includes/options/class-wpglobus-options.php:1840
1471
  msgid "REST API"
1472
  msgstr ""
1473
 
1474
+ #: includes/options/class-wpglobus-options.php:2173
1475
  msgid "Translate strings"
1476
  msgstr ""
1477
 
languages/wpglobus-es_AR.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr "Activar"
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr "Activar"
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-es_CL.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr "Notas importantes"
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr "Habilitar"
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr "Notas importantes"
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr "Habilitar"
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-es_CO.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr ""
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr ""
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr ""
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr ""
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-es_CR.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr ""
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr ""
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr ""
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr ""
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-es_ES.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr "Notas importantes"
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr "Desinstalar"
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr "Código personalizado"
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr "Activado"
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr "Notas importantes"
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr "Desinstalar"
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr "Código personalizado"
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr "Activado"
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-es_GT.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr ""
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr ""
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr ""
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr ""
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-es_MX.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr "Notas importantes"
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr "Desinstalar"
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr "Activado"
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr "Notas importantes"
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr "Desinstalar"
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr "Activado"
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-es_PE.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr "Habilitado"
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr "Habilitado"
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-es_PR.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr ""
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr ""
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr ""
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr ""
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-es_VE.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -425,7 +425,7 @@ msgstr ""
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
- #: includes/options/class-wpglobus-options.php:1348
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
@@ -446,22 +446,22 @@ msgid "Uncheck to disable WPGlobus"
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
- #: includes/options/class-wpglobus-options.php:1416
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
- #: includes/options/class-wpglobus-options.php:1411
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
- #: includes/options/class-wpglobus-options.php:1401
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
- #: includes/options/class-wpglobus-options.php:1388
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
@@ -470,7 +470,7 @@ msgstr ""
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
- #: includes/options/class-wpglobus-options.php:1360
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
@@ -512,12 +512,12 @@ msgid ""
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
- #: includes/options/class-wpglobus-options.php:600
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
- #: includes/options/class-wpglobus-options.php:604
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
@@ -529,7 +529,7 @@ msgstr ""
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
- #: includes/options/class-wpglobus-options.php:640
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
@@ -538,12 +538,12 @@ msgstr ""
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
- #: includes/options/class-wpglobus-options.php:644
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
- #: includes/options/class-wpglobus-options.php:646,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
@@ -551,14 +551,14 @@ msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
- #: includes/options/class-wpglobus-options.php:681
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
- #: includes/options/class-wpglobus-options.php:688
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
@@ -568,7 +568,7 @@ msgstr ""
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
- #: includes/options/class-wpglobus-options.php:692
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -579,7 +579,7 @@ msgstr ""
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
- #: includes/options/class-wpglobus-options.php:669
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
@@ -727,7 +727,7 @@ msgid ""
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
- #: includes/options/class-wpglobus-options.php:718
731
  msgid "Help Desk"
732
  msgstr ""
733
 
@@ -806,7 +806,7 @@ msgid "WPGlobus Recommends:"
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
- #: includes/options/class-wpglobus-options.php:925
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
@@ -994,8 +994,8 @@ msgid "Language Selector Menu Style"
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
- #: includes/options/class-wpglobus-options.php:794,
998
- #: includes/options/class-wpglobus-options.php:863
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
@@ -1021,161 +1021,161 @@ msgid ""
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
- #: includes/options/class-wpglobus-options.php:591,
1025
- #: includes/options/class-wpglobus-options.php:1569
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
- #: includes/options/class-wpglobus-options.php:608
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
- #: includes/options/class-wpglobus-options.php:611
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
- #: includes/options/class-wpglobus-options.php:614
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
- #: includes/options/class-wpglobus-options.php:616
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
- #: includes/options/class-wpglobus-options.php:619
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
- #: includes/options/class-wpglobus-options.php:622
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
- #: includes/options/class-wpglobus-options.php:625
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:629
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:631
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
- #: includes/options/class-wpglobus-options.php:634
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
- #: includes/options/class-wpglobus-options.php:637
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:654
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:677
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:703
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:733
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:748
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:763
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
- #: includes/options/class-wpglobus-options.php:833
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:865
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:868
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
- #: includes/options/class-wpglobus-options.php:871
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:874
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:877
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:880,
1147
- #: includes/options/class-wpglobus-options.php:937,
1148
- #: includes/options/class-wpglobus-options.php:995
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:928
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:931
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:934
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
- #: includes/options/class-wpglobus-options.php:981
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:984
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:988
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1183,259 +1183,259 @@ msgid ""
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:992
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
- #: includes/options/class-wpglobus-options.php:1029
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1031
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1036
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1039
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1042
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
- #: includes/options/class-wpglobus-options.php:1045
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1048
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1052
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
- #: includes/options/class-wpglobus-options.php:1055
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
- #: includes/options/class-wpglobus-options.php:1096
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
- #: includes/options/class-wpglobus-options.php:1125
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
- #: includes/options/class-wpglobus-options.php:1128
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
- #: includes/options/class-wpglobus-options.php:1131
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1132
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
- #: includes/options/class-wpglobus-options.php:1143
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
- #: includes/options/class-wpglobus-options.php:1160
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1161
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1174
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1234
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1236
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1251
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1257
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1258
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1306
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
- #: includes/options/class-wpglobus-options.php:1307
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1308
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1313
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1329
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1370
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1478,
1329
- #: includes/options/class-wpglobus-options.php:1610,
1330
- #: includes/options/class-wpglobus-options.php:1721
1331
  msgid "Enabled"
1332
  msgstr "Activado"
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1491
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1543
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1609
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1615
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1616
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1645
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1647
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1694
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1703
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1706
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1707
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1708
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1720
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1726
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1727
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1757
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
- #: includes/options/class-wpglobus-options.php:1784,
1404
- #: includes/options/class-wpglobus-options.php:1792,
1405
- #: includes/options/class-wpglobus-options.php:1765,
1406
- #: includes/options/class-wpglobus-options.php:1773
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1762
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1803
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1810
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1823
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1830,
1434
- #: includes/options/class-wpglobus-options.php:1831
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:2164
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
320
  msgstr "Ayuda"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Idiomas"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Idiomas Habilitados"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Estos idiomas están habilitados actualmente en su sitio."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Añadir idioma"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modo Selector de Idioma"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Código de la bandera en dos letras (es, en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nombre completo (Español, English, Russian, Italian, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Nombre completo con bandera (Español, English, Russian, Italian, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Sólo banderas"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menú selector de idioma"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Selecciona el menú de navegación donde se mostrará el selector de idioma"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Todas las páginas\" Selector de menús Idioma"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
425
  "wp_list_pages` )"
426
 
427
  #: includes/admin/class-wpglobus-customize-options.php:960,
428
+ #: includes/options/class-wpglobus-options.php:1350
429
  msgid "Custom CSS"
430
  msgstr "Customizar CSS"
431
 
446
  msgstr "Desactiva la opción para desactivar WPGlobus"
447
 
448
  #: includes/admin/class-wpglobus-customize-options.php:1125,
449
+ #: includes/options/class-wpglobus-options.php:1418
450
  msgid "Redirect"
451
  msgstr "Redirección"
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:1150,
454
+ #: includes/options/class-wpglobus-options.php:1413
455
  msgid "Choose the language automatically, based on:"
456
  msgstr ""
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:1152,
459
+ #: includes/options/class-wpglobus-options.php:1403
460
  msgid "Preferred language set in the browser"
461
  msgstr ""
462
 
463
  #: includes/admin/class-wpglobus-customize-options.php:1153,
464
+ #: includes/options/class-wpglobus-options.php:1390
465
  msgid ""
466
  "When a user comes to the site for the first time, try to find the best "
467
  "matching language version of the page."
470
  #: includes/admin/class-wpglobus-customize-options.php:1214,
471
  #: includes/admin/class-wpglobus-customize-options.php:1234,
472
  #: includes/admin/class-wpglobus-customize-options.php:1192,
473
+ #: includes/options/class-wpglobus-options.php:1362
474
  msgid "Custom JS Code"
475
  msgstr ""
476
 
512
  msgstr ""
513
 
514
  #: includes/admin/class-wpglobus-customize-options.php:1351,
515
+ #: includes/options/class-wpglobus-options.php:602
516
  msgid "Thank you for installing WPGlobus!"
517
  msgstr "Gracias por instalar WPGlobus!"
518
 
519
  #: includes/admin/class-wpglobus-customize-options.php:1355,
520
+ #: includes/options/class-wpglobus-options.php:606
521
  msgid "Read About WPGlobus"
522
  msgstr "Leer sobre WPGlobus!"
523
 
529
  "configuración de las opciones."
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1363,
532
+ #: includes/options/class-wpglobus-options.php:642
533
  msgid ""
534
  "Should you have any questions or comments, please do not hesitate to contact "
535
  "us."
538
  "nosotros."
539
 
540
  #: includes/admin/class-wpglobus-customize-options.php:1367,
541
+ #: includes/options/class-wpglobus-options.php:646
542
  msgid "Sincerely Yours,"
543
  msgstr "Sinceramente tuyo,"
544
 
545
  #: includes/admin/class-wpglobus-customize-options.php:1369,
546
+ #: includes/options/class-wpglobus-options.php:648,
547
  #: includes/options/wpglobus-options-header.php:34
548
  msgid "The WPGlobus Team"
549
  msgstr "El Equipo WPGlobus"
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1388,
554
+ #: includes/options/class-wpglobus-options.php:683
555
  msgid ""
556
  "We would hate to see you go. If something goes wrong, do not uninstall "
557
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
558
  msgstr ""
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1395,
561
+ #: includes/options/class-wpglobus-options.php:690
562
  msgid ""
563
  "Please note that if you deactivate WPGlobus, your site will show all the "
564
  "languages together, mixed up. You will need to remove all translations, "
568
  #. translators: %s: link to the Clean-up Tool
569
  #. translators: %s: link to the Clean-up Tool.
570
  #: includes/admin/class-wpglobus-customize-options.php:1400,
571
+ #: includes/options/class-wpglobus-options.php:694
572
  msgid ""
573
  "If there are just a few places, you should edit them manually. To "
574
  "automatically remove all translations at once, you can use the %s. WARNING: "
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
581
  #: includes/admin/class-wpglobus-customize-options.php:1403,
582
+ #: includes/options/class-wpglobus-options.php:671
583
  msgid "%1$sClean-up Tool%2$s"
584
  msgstr ""
585
 
727
  msgstr ""
728
 
729
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
730
+ #: includes/options/class-wpglobus-options.php:720
731
  msgid "Help Desk"
732
  msgstr ""
733
 
806
  msgstr ""
807
 
808
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
809
+ #: includes/options/class-wpglobus-options.php:927
810
  msgid "WPGlobus for WooCommerce"
811
  msgstr ""
812
 
994
  msgstr ""
995
 
996
  #: includes/options/class-wpglobus-options.php:273,
997
+ #: includes/options/class-wpglobus-options.php:796,
998
+ #: includes/options/class-wpglobus-options.php:865
999
  msgid "WPGlobus Plus"
1000
  msgstr ""
1001
 
1021
  "Settings panel properly. Please try another browser."
1022
  msgstr ""
1023
 
1024
+ #: includes/options/class-wpglobus-options.php:593,
1025
+ #: includes/options/class-wpglobus-options.php:1571
1026
  msgid "Сompatibility"
1027
  msgstr ""
1028
 
1029
  #. translators: placeholders for "strong" tags.
1030
+ #: includes/options/class-wpglobus-options.php:610
1031
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1032
  msgstr ""
1033
 
1034
  #. translators: placeholders for "strong" tags.
1035
+ #: includes/options/class-wpglobus-options.php:613
1036
  msgid ""
1037
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1038
  "the language attributes: name, code, flag icon, etc."
1039
  msgstr ""
1040
 
1041
+ #: includes/options/class-wpglobus-options.php:616
1042
  msgid "Important notes"
1043
  msgstr ""
1044
 
1045
  #. translators: placeholders for "strong" tags.
1046
+ #: includes/options/class-wpglobus-options.php:618
1047
  msgid "Version %1$s1.9.17%2$s "
1048
  msgstr ""
1049
 
1050
  #. translators: placeholders for "strong" tags.
1051
+ #: includes/options/class-wpglobus-options.php:621
1052
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1053
  msgstr ""
1054
 
1055
  #. translators: placeholders for "strong" tags; compatibility tab link.
1056
+ #: includes/options/class-wpglobus-options.php:624
1057
  msgid ""
1058
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1059
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1060
  msgstr ""
1061
 
1062
  #. translators: placeholders for "strong" tags; compatibility tab link.
1063
+ #: includes/options/class-wpglobus-options.php:627
1064
  msgid ""
1065
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1066
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:631
1071
  msgid "Version %1$s2.2.11%2$s "
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:633
1075
  msgid "Starting from this version"
1076
  msgstr ""
1077
 
1078
  #. translators: placeholders for "strong" tags.
1079
+ #: includes/options/class-wpglobus-options.php:636
1080
  msgid ""
1081
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1082
  "(CPT)."
1083
  msgstr ""
1084
 
1085
  #. translators: placeholders for "strong" tags.
1086
+ #: includes/options/class-wpglobus-options.php:639
1087
  msgid ""
1088
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1089
  "the %1$s[%3$s]%2$s tab."
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:656
1093
  msgid "Welcome!"
1094
  msgstr "Bienvenido!"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:679
1097
  msgid "Deactivating / Uninstalling"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:705
1101
  msgid "Uninstall"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:735
1105
  msgid "All add-ons"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:750
1109
  msgid "Mobile Menu"
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:765
1113
  msgid "Language Widgets"
1114
  msgstr ""
1115
 
1116
+ #: includes/options/class-wpglobus-options.php:835
1117
  msgid "We Recommend..."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:867
1121
  msgid ""
1122
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1123
  "website, such as:"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:870
1127
  msgid ""
1128
  "- Ability to write a post in one language and immediately publish it, not "
1129
  "waiting for the translation to other languages;"
1130
  msgstr ""
1131
 
1132
+ #: includes/options/class-wpglobus-options.php:873
1133
  msgid "- Set different URLs for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:876
1137
  msgid ""
1138
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1139
  "for each translation;"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:879
1143
  msgid "- and more..."
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:882,
1147
+ #: includes/options/class-wpglobus-options.php:939,
1148
+ #: includes/options/class-wpglobus-options.php:997
1149
  msgid "Click here to download"
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:930
1153
  msgid ""
1154
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1155
  "translate your blog posts and pages to many languages."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:933
1159
  msgid "The next step is to translate your WooCommerce-based store!"
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:936
1163
  msgid ""
1164
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1165
  "translate product titles and descriptions, categories, tags and attributes."
1166
  msgstr ""
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:983
1169
  msgid "Multi-currency"
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:986
1173
  msgid ""
1174
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1175
  "a single currency only."
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:990
1179
  msgid ""
1180
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1181
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1183
  "positioning for global growth!"
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:994
1187
  msgid ""
1188
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1189
  "re-calculating prices on-the-fly."
1190
  msgstr ""
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:1031
1193
  msgid "WPGlobus Premium Add-ons"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1033
1197
  msgid ""
1198
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1199
  "you will be able to:"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1038
1203
  msgid ""
1204
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1205
  "моя-страница and so on);"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1041
1209
  msgid ""
1210
  "Postpone translation to some languages and <strong>publish only the "
1211
  "translated texts</strong>;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1044
1215
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1216
  msgstr ""
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:1047
1219
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1050
1223
  msgid ""
1224
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1225
  "strong>;"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1054
1229
  msgid "...and more."
1230
  msgstr ""
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:1057
1233
  msgid "Click here to visit the WPGlobus Store"
1234
  msgstr ""
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:1098
1237
  msgid "Select a language"
1238
  msgstr "Seleccionar un idioma"
1239
 
1240
  #. translators: %3$s placeholder for the icon (actual picture).
1241
+ #: includes/options/class-wpglobus-options.php:1127
1242
  msgid ""
1243
  "Place the %1$smain language%2$s of your site at the top of the list by "
1244
  "dragging the %3$s icons."
1245
  msgstr ""
1246
 
1247
  #. translators: placeholders for the "strong" HTML tags.
1248
+ #: includes/options/class-wpglobus-options.php:1130
1249
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1250
  msgstr ""
1251
 
1252
  #. translators: placeholders for the "strong" HTML tags.
1253
+ #: includes/options/class-wpglobus-options.php:1133
1254
  msgid "%1$sAdd%2$s more languages using the section below."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1134
1258
  msgid "When done, click the [Save Changes] button."
1259
  msgstr "Cuando hayas terminado, haz clic en el botón [Guardar Cambios] ."
1260
 
1261
  #. translators: %s - placeholder for the "Save Changes" button text.
1262
+ #: includes/options/class-wpglobus-options.php:1145
1263
  msgid "Press the %s button to confirm."
1264
  msgstr ""
1265
 
1266
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1267
+ #: includes/options/class-wpglobus-options.php:1162
1268
  msgid "-- none --"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1163
1272
  msgid "All menus"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1176
1276
  msgid "Instructions:"
1277
  msgstr "Instrucciones:"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1236
1280
  msgid "(Found in some themes)"
1281
  msgstr "(Encontrado en algunos temas)"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1238
1284
  msgid "Enable"
1285
  msgstr "Habilitar"
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1253
1288
  msgid "Languages table"
1289
  msgstr "Tabla de idiomas"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1259
1292
  msgid "Use this table to add, edit or delete languages."
1293
  msgstr "Utiliza esta tabla para agregar, editar o eliminar idiomas."
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1260
1296
  msgid "NOTE: you cannot remove the main language."
1297
  msgstr "Nota: No se puede eliminar el idioma principal."
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1308
1300
  msgid "WPGlobus is enabled on these Post Types"
1301
  msgstr ""
1302
 
1303
+ #: includes/options/class-wpglobus-options.php:1309
1304
  msgid "Uncheck to disable"
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1310
1308
  msgid ""
1309
  "Please note that there are post types, which status is managed by other "
1310
  "plugins and cannot be changed here."
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1315
1314
  msgid "Post Types"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1331
1318
  msgid ""
1319
  "You should put here only the code provided by WPGlobus Support. Do not write "
1320
  "anything else in the sections below as it might break the functionality of "
1321
  "your website!"
1322
  msgstr ""
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1372
1325
  msgid "Custom Code"
1326
  msgstr ""
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1480,
1329
+ #: includes/options/class-wpglobus-options.php:1612,
1330
+ #: includes/options/class-wpglobus-options.php:1723
1331
  msgid "Enabled"
1332
  msgstr "Activado"
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1493
1335
  msgid "Builders support"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1545
1339
  msgid "Builder mode is enabled on these Post Types"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1611
1343
  msgid "Old fashioned language switcher"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1617
1347
  msgid "Block Editor"
1348
  msgstr ""
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1618
1351
  msgid "Block Editor Options"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1647
1355
  msgid ""
1356
  "With the current settings, you will see the following lines in the section "
1357
  "HEAD of your site pages"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1649
1361
  msgid "(example for two languages)"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1696
1365
  msgid ""
1366
  "Tell search engines about localized versions of your pages using the "
1367
  "hreflang tag"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1705
1371
  msgid "Output the hreflang tag as"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1709
1379
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1710
1383
  msgid "Language code only (en, ru, etc.)"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1722
1387
  msgid "Use the code `x-default` for the main language"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1728
1391
  msgid "Multilingual SEO"
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1729
1395
  msgid "Multilingual SEO Options"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1766
1399
  msgid ""
1400
  "With WPGlobus, you can get translations for posts and pages using REST API."
1401
  msgstr ""
1402
 
1403
+ #: includes/options/class-wpglobus-options.php:1793,
1404
+ #: includes/options/class-wpglobus-options.php:1801,
1405
+ #: includes/options/class-wpglobus-options.php:1774,
1406
+ #: includes/options/class-wpglobus-options.php:1782
1407
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1771
1411
  msgid ""
1412
  "For demonstration, you can try the first post that WordPress creates at the "
1413
  "initial installation."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1812
1417
  msgid ""
1418
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1419
  "information."
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1819
1423
  msgid ""
1424
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1425
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1426
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1832
1430
  msgid "Description:"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1839,
1434
+ #: includes/options/class-wpglobus-options.php:1840
1435
  msgid "REST API"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:2173
1439
  msgid "Translate strings"
1440
  msgstr ""
1441
 
languages/wpglobus-et.po CHANGED
@@ -304,22 +304,22 @@ msgid "Help"
304
  msgstr "Abiinfo"
305
 
306
  #: includes/admin/class-wpglobus-customize-options.php:745,
307
- #: includes/options/class-wpglobus-options.php:1168
308
  msgid "Languages"
309
  msgstr "Keeled"
310
 
311
  #: includes/admin/class-wpglobus-customize-options.php:765,
312
- #: includes/options/class-wpglobus-options.php:1181
313
  msgid "Enabled Languages"
314
  msgstr "Lubatud keeled"
315
 
316
  #: includes/admin/class-wpglobus-customize-options.php:767,
317
- #: includes/options/class-wpglobus-options.php:1182
318
  msgid "These languages are currently enabled on your site."
319
  msgstr ""
320
 
321
  #: includes/admin/class-wpglobus-customize-options.php:795,
322
- #: includes/options/class-wpglobus-options.php:1140
323
  msgid "Choose a language you would like to enable."
324
  msgstr ""
325
 
@@ -330,42 +330,42 @@ msgstr ""
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
331
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
332
  #: includes/admin/class-wpglobus-customize-options.php:801,
333
- #: includes/options/class-wpglobus-options.php:1146
334
  msgid "or Add new Language %1$s here %2$s"
335
  msgstr ""
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:813,
338
- #: includes/options/class-wpglobus-options.php:1195
339
  msgid "Add Languages"
340
  msgstr "Lisa keeli"
341
 
342
  #: includes/admin/class-wpglobus-customize-options.php:833,
343
- #: includes/options/class-wpglobus-options.php:1203
344
  msgid "Language Selector Mode"
345
  msgstr "Keelte valimise režiim"
346
 
347
  #: includes/admin/class-wpglobus-customize-options.php:838,
348
- #: includes/options/class-wpglobus-options.php:1206
349
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
350
  msgstr ""
351
 
352
  #: includes/admin/class-wpglobus-customize-options.php:839,
353
- #: includes/options/class-wpglobus-options.php:1207
354
  msgid "Full Name (English, Russian, Italian, etc.)"
355
  msgstr ""
356
 
357
  #: includes/admin/class-wpglobus-customize-options.php:841,
358
- #: includes/options/class-wpglobus-options.php:1208
359
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
360
  msgstr ""
361
 
362
  #: includes/admin/class-wpglobus-customize-options.php:842,
363
- #: includes/options/class-wpglobus-options.php:1209
364
  msgid "Flags only"
365
  msgstr "Ainult lipud"
366
 
367
  #: includes/admin/class-wpglobus-customize-options.php:844,
368
- #: includes/options/class-wpglobus-options.php:1204
369
  msgid ""
370
  "Choose the way language name and country flag are shown in the drop-down menu"
371
  msgstr ""
@@ -376,13 +376,13 @@ msgstr ""
376
 
377
  #: includes/admin/class-wpglobus-customize-options.php:915,
378
  #: includes/admin/class-wpglobus-customize-options.php:888,
379
- #: includes/options/class-wpglobus-options.php:1222
380
  msgid "Language Selector Menu"
381
  msgstr ""
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:920,
384
  #: includes/admin/class-wpglobus-customize-options.php:899,
385
- #: includes/options/class-wpglobus-options.php:1223
386
  msgid "Choose the navigation menu where the language selector will be shown"
387
  msgstr ""
388
 
@@ -391,19 +391,19 @@ msgid "No menus have been created yet. Create some."
391
  msgstr ""
392
 
393
  #: includes/admin/class-wpglobus-customize-options.php:940,
394
- #: includes/options/class-wpglobus-options.php:1233
395
  msgid "\"All Pages\" menus Language selector"
396
  msgstr ""
397
 
398
  #: includes/admin/class-wpglobus-customize-options.php:943,
399
- #: includes/options/class-wpglobus-options.php:1235
400
  msgid ""
401
  "Adds language selector to the menus that automatically list all existing "
402
  "pages (using `wp_list_pages`)"
403
  msgstr ""
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:960,
406
- #: includes/options/class-wpglobus-options.php:1348
407
  msgid "Custom CSS"
408
  msgstr "Kohandatud CSS"
409
 
@@ -422,22 +422,22 @@ msgid "Uncheck to disable WPGlobus"
422
  msgstr ""
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:1125,
425
- #: includes/options/class-wpglobus-options.php:1416
426
  msgid "Redirect"
427
  msgstr "Suuna ümber"
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:1150,
430
- #: includes/options/class-wpglobus-options.php:1411
431
  msgid "Choose the language automatically, based on:"
432
  msgstr ""
433
 
434
  #: includes/admin/class-wpglobus-customize-options.php:1152,
435
- #: includes/options/class-wpglobus-options.php:1401
436
  msgid "Preferred language set in the browser"
437
  msgstr ""
438
 
439
  #: includes/admin/class-wpglobus-customize-options.php:1153,
440
- #: includes/options/class-wpglobus-options.php:1388
441
  msgid ""
442
  "When a user comes to the site for the first time, try to find the best "
443
  "matching language version of the page."
@@ -446,7 +446,7 @@ msgstr ""
446
  #: includes/admin/class-wpglobus-customize-options.php:1214,
447
  #: includes/admin/class-wpglobus-customize-options.php:1234,
448
  #: includes/admin/class-wpglobus-customize-options.php:1192,
449
- #: includes/options/class-wpglobus-options.php:1360
450
  msgid "Custom JS Code"
451
  msgstr "Kohandatud JS kood"
452
 
@@ -488,12 +488,12 @@ msgid ""
488
  msgstr ""
489
 
490
  #: includes/admin/class-wpglobus-customize-options.php:1351,
491
- #: includes/options/class-wpglobus-options.php:600
492
  msgid "Thank you for installing WPGlobus!"
493
  msgstr ""
494
 
495
  #: includes/admin/class-wpglobus-customize-options.php:1355,
496
- #: includes/options/class-wpglobus-options.php:604
497
  msgid "Read About WPGlobus"
498
  msgstr ""
499
 
@@ -503,19 +503,19 @@ msgid ""
503
  msgstr ""
504
 
505
  #: includes/admin/class-wpglobus-customize-options.php:1363,
506
- #: includes/options/class-wpglobus-options.php:640
507
  msgid ""
508
  "Should you have any questions or comments, please do not hesitate to contact "
509
  "us."
510
  msgstr ""
511
 
512
  #: includes/admin/class-wpglobus-customize-options.php:1367,
513
- #: includes/options/class-wpglobus-options.php:644
514
  msgid "Sincerely Yours,"
515
  msgstr ""
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1369,
518
- #: includes/options/class-wpglobus-options.php:646,
519
  #: includes/options/wpglobus-options-header.php:34
520
  msgid "The WPGlobus Team"
521
  msgstr ""
@@ -523,14 +523,14 @@ msgstr ""
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
525
  #: includes/admin/class-wpglobus-customize-options.php:1388,
526
- #: includes/options/class-wpglobus-options.php:681
527
  msgid ""
528
  "We would hate to see you go. If something goes wrong, do not uninstall "
529
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
530
  msgstr ""
531
 
532
  #: includes/admin/class-wpglobus-customize-options.php:1395,
533
- #: includes/options/class-wpglobus-options.php:688
534
  msgid ""
535
  "Please note that if you deactivate WPGlobus, your site will show all the "
536
  "languages together, mixed up. You will need to remove all translations, "
@@ -540,7 +540,7 @@ msgstr ""
540
  #. translators: %s: link to the Clean-up Tool
541
  #. translators: %s: link to the Clean-up Tool.
542
  #: includes/admin/class-wpglobus-customize-options.php:1400,
543
- #: includes/options/class-wpglobus-options.php:692
544
  msgid ""
545
  "If there are just a few places, you should edit them manually. To "
546
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -551,7 +551,7 @@ msgstr ""
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1403,
554
- #: includes/options/class-wpglobus-options.php:669
555
  msgid "%1$sClean-up Tool%2$s"
556
  msgstr ""
557
 
@@ -693,7 +693,7 @@ msgid ""
693
  msgstr ""
694
 
695
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
696
- #: includes/options/class-wpglobus-options.php:718
697
  msgid "Help Desk"
698
  msgstr "Kasutajatugi"
699
 
@@ -772,7 +772,7 @@ msgid "WPGlobus Recommends:"
772
  msgstr ""
773
 
774
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
775
- #: includes/options/class-wpglobus-options.php:925
776
  msgid "WPGlobus for WooCommerce"
777
  msgstr ""
778
 
@@ -957,8 +957,8 @@ msgid "Language Selector Menu Style"
957
  msgstr ""
958
 
959
  #: includes/options/class-wpglobus-options.php:273,
960
- #: includes/options/class-wpglobus-options.php:794,
961
- #: includes/options/class-wpglobus-options.php:863
962
  msgid "WPGlobus Plus"
963
  msgstr ""
964
 
@@ -984,161 +984,161 @@ msgid ""
984
  "Settings panel properly. Please try another browser."
985
  msgstr ""
986
 
987
- #: includes/options/class-wpglobus-options.php:591,
988
- #: includes/options/class-wpglobus-options.php:1569
989
  msgid "Сompatibility"
990
  msgstr ""
991
 
992
  #. translators: placeholders for "strong" tags.
993
- #: includes/options/class-wpglobus-options.php:608
994
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
995
  msgstr ""
996
 
997
  #. translators: placeholders for "strong" tags.
998
- #: includes/options/class-wpglobus-options.php:611
999
  msgid ""
1000
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1001
  "the language attributes: name, code, flag icon, etc."
1002
  msgstr ""
1003
 
1004
- #: includes/options/class-wpglobus-options.php:614
1005
  msgid "Important notes"
1006
  msgstr "Olulised teated"
1007
 
1008
  #. translators: placeholders for "strong" tags.
1009
- #: includes/options/class-wpglobus-options.php:616
1010
  msgid "Version %1$s1.9.17%2$s "
1011
  msgstr ""
1012
 
1013
  #. translators: placeholders for "strong" tags.
1014
- #: includes/options/class-wpglobus-options.php:619
1015
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1016
  msgstr ""
1017
 
1018
  #. translators: placeholders for "strong" tags; compatibility tab link.
1019
- #: includes/options/class-wpglobus-options.php:622
1020
  msgid ""
1021
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1022
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1023
  msgstr ""
1024
 
1025
  #. translators: placeholders for "strong" tags; compatibility tab link.
1026
- #: includes/options/class-wpglobus-options.php:625
1027
  msgid ""
1028
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1029
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1030
  msgstr ""
1031
 
1032
  #. translators: placeholders for "strong" tags.
1033
- #: includes/options/class-wpglobus-options.php:629
1034
  msgid "Version %1$s2.2.11%2$s "
1035
  msgstr ""
1036
 
1037
- #: includes/options/class-wpglobus-options.php:631
1038
  msgid "Starting from this version"
1039
  msgstr ""
1040
 
1041
  #. translators: placeholders for "strong" tags.
1042
- #: includes/options/class-wpglobus-options.php:634
1043
  msgid ""
1044
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1045
  "(CPT)."
1046
  msgstr ""
1047
 
1048
  #. translators: placeholders for "strong" tags.
1049
- #: includes/options/class-wpglobus-options.php:637
1050
  msgid ""
1051
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1052
  "the %1$s[%3$s]%2$s tab."
1053
  msgstr ""
1054
 
1055
- #: includes/options/class-wpglobus-options.php:654
1056
  msgid "Welcome!"
1057
  msgstr "Teretulemast!"
1058
 
1059
- #: includes/options/class-wpglobus-options.php:677
1060
  msgid "Deactivating / Uninstalling"
1061
  msgstr ""
1062
 
1063
- #: includes/options/class-wpglobus-options.php:703
1064
  msgid "Uninstall"
1065
  msgstr ""
1066
 
1067
- #: includes/options/class-wpglobus-options.php:733
1068
  msgid "All add-ons"
1069
  msgstr ""
1070
 
1071
- #: includes/options/class-wpglobus-options.php:748
1072
  msgid "Mobile Menu"
1073
  msgstr ""
1074
 
1075
- #: includes/options/class-wpglobus-options.php:763
1076
  msgid "Language Widgets"
1077
  msgstr ""
1078
 
1079
- #: includes/options/class-wpglobus-options.php:833
1080
  msgid "We Recommend..."
1081
  msgstr ""
1082
 
1083
- #: includes/options/class-wpglobus-options.php:865
1084
  msgid ""
1085
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1086
  "website, such as:"
1087
  msgstr ""
1088
 
1089
- #: includes/options/class-wpglobus-options.php:868
1090
  msgid ""
1091
  "- Ability to write a post in one language and immediately publish it, not "
1092
  "waiting for the translation to other languages;"
1093
  msgstr ""
1094
 
1095
- #: includes/options/class-wpglobus-options.php:871
1096
  msgid "- Set different URLs for each translation;"
1097
  msgstr ""
1098
 
1099
- #: includes/options/class-wpglobus-options.php:874
1100
  msgid ""
1101
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1102
  "for each translation;"
1103
  msgstr ""
1104
 
1105
- #: includes/options/class-wpglobus-options.php:877
1106
  msgid "- and more..."
1107
  msgstr ""
1108
 
1109
- #: includes/options/class-wpglobus-options.php:880,
1110
- #: includes/options/class-wpglobus-options.php:937,
1111
- #: includes/options/class-wpglobus-options.php:995
1112
  msgid "Click here to download"
1113
  msgstr ""
1114
 
1115
- #: includes/options/class-wpglobus-options.php:928
1116
  msgid ""
1117
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1118
  "translate your blog posts and pages to many languages."
1119
  msgstr ""
1120
 
1121
- #: includes/options/class-wpglobus-options.php:931
1122
  msgid "The next step is to translate your WooCommerce-based store!"
1123
  msgstr ""
1124
 
1125
- #: includes/options/class-wpglobus-options.php:934
1126
  msgid ""
1127
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1128
  "translate product titles and descriptions, categories, tags and attributes."
1129
  msgstr ""
1130
 
1131
- #: includes/options/class-wpglobus-options.php:981
1132
  msgid "Multi-currency"
1133
  msgstr ""
1134
 
1135
- #: includes/options/class-wpglobus-options.php:984
1136
  msgid ""
1137
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1138
  "a single currency only."
1139
  msgstr ""
1140
 
1141
- #: includes/options/class-wpglobus-options.php:988
1142
  msgid ""
1143
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1144
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1146,259 +1146,259 @@ msgid ""
1146
  "positioning for global growth!"
1147
  msgstr ""
1148
 
1149
- #: includes/options/class-wpglobus-options.php:992
1150
  msgid ""
1151
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1152
  "re-calculating prices on-the-fly."
1153
  msgstr ""
1154
 
1155
- #: includes/options/class-wpglobus-options.php:1029
1156
  msgid "WPGlobus Premium Add-ons"
1157
  msgstr ""
1158
 
1159
- #: includes/options/class-wpglobus-options.php:1031
1160
  msgid ""
1161
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1162
  "you will be able to:"
1163
  msgstr ""
1164
 
1165
- #: includes/options/class-wpglobus-options.php:1036
1166
  msgid ""
1167
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1168
  "моя-страница and so on);"
1169
  msgstr ""
1170
 
1171
- #: includes/options/class-wpglobus-options.php:1039
1172
  msgid ""
1173
  "Postpone translation to some languages and <strong>publish only the "
1174
  "translated texts</strong>;"
1175
  msgstr ""
1176
 
1177
- #: includes/options/class-wpglobus-options.php:1042
1178
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1179
  msgstr ""
1180
 
1181
- #: includes/options/class-wpglobus-options.php:1045
1182
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1183
  msgstr ""
1184
 
1185
- #: includes/options/class-wpglobus-options.php:1048
1186
  msgid ""
1187
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1188
  "strong>;"
1189
  msgstr ""
1190
 
1191
- #: includes/options/class-wpglobus-options.php:1052
1192
  msgid "...and more."
1193
  msgstr ""
1194
 
1195
- #: includes/options/class-wpglobus-options.php:1055
1196
  msgid "Click here to visit the WPGlobus Store"
1197
  msgstr ""
1198
 
1199
- #: includes/options/class-wpglobus-options.php:1096
1200
  msgid "Select a language"
1201
  msgstr "Vali keel"
1202
 
1203
  #. translators: %3$s placeholder for the icon (actual picture).
1204
- #: includes/options/class-wpglobus-options.php:1125
1205
  msgid ""
1206
  "Place the %1$smain language%2$s of your site at the top of the list by "
1207
  "dragging the %3$s icons."
1208
  msgstr ""
1209
 
1210
  #. translators: placeholders for the "strong" HTML tags.
1211
- #: includes/options/class-wpglobus-options.php:1128
1212
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1213
  msgstr ""
1214
 
1215
  #. translators: placeholders for the "strong" HTML tags.
1216
- #: includes/options/class-wpglobus-options.php:1131
1217
  msgid "%1$sAdd%2$s more languages using the section below."
1218
  msgstr ""
1219
 
1220
- #: includes/options/class-wpglobus-options.php:1132
1221
  msgid "When done, click the [Save Changes] button."
1222
  msgstr ""
1223
 
1224
  #. translators: %s - placeholder for the "Save Changes" button text.
1225
- #: includes/options/class-wpglobus-options.php:1143
1226
  msgid "Press the %s button to confirm."
1227
  msgstr ""
1228
 
1229
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1230
- #: includes/options/class-wpglobus-options.php:1160
1231
  msgid "-- none --"
1232
  msgstr ""
1233
 
1234
- #: includes/options/class-wpglobus-options.php:1161
1235
  msgid "All menus"
1236
  msgstr ""
1237
 
1238
- #: includes/options/class-wpglobus-options.php:1174
1239
  msgid "Instructions:"
1240
  msgstr "Juhendid:"
1241
 
1242
- #: includes/options/class-wpglobus-options.php:1234
1243
  msgid "(Found in some themes)"
1244
  msgstr ""
1245
 
1246
- #: includes/options/class-wpglobus-options.php:1236
1247
  msgid "Enable"
1248
  msgstr "Luba"
1249
 
1250
- #: includes/options/class-wpglobus-options.php:1251
1251
  msgid "Languages table"
1252
  msgstr "Keeltetabel"
1253
 
1254
- #: includes/options/class-wpglobus-options.php:1257
1255
  msgid "Use this table to add, edit or delete languages."
1256
  msgstr ""
1257
 
1258
- #: includes/options/class-wpglobus-options.php:1258
1259
  msgid "NOTE: you cannot remove the main language."
1260
  msgstr ""
1261
 
1262
- #: includes/options/class-wpglobus-options.php:1306
1263
  msgid "WPGlobus is enabled on these Post Types"
1264
  msgstr ""
1265
 
1266
- #: includes/options/class-wpglobus-options.php:1307
1267
  msgid "Uncheck to disable"
1268
  msgstr ""
1269
 
1270
- #: includes/options/class-wpglobus-options.php:1308
1271
  msgid ""
1272
  "Please note that there are post types, which status is managed by other "
1273
  "plugins and cannot be changed here."
1274
  msgstr ""
1275
 
1276
- #: includes/options/class-wpglobus-options.php:1313
1277
  msgid "Post Types"
1278
  msgstr ""
1279
 
1280
- #: includes/options/class-wpglobus-options.php:1329
1281
  msgid ""
1282
  "You should put here only the code provided by WPGlobus Support. Do not write "
1283
  "anything else in the sections below as it might break the functionality of "
1284
  "your website!"
1285
  msgstr ""
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1370
1288
  msgid "Custom Code"
1289
  msgstr ""
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1478,
1292
- #: includes/options/class-wpglobus-options.php:1610,
1293
- #: includes/options/class-wpglobus-options.php:1721
1294
  msgid "Enabled"
1295
  msgstr "Lubatud"
1296
 
1297
- #: includes/options/class-wpglobus-options.php:1491
1298
  msgid "Builders support"
1299
  msgstr ""
1300
 
1301
- #: includes/options/class-wpglobus-options.php:1543
1302
  msgid "Builder mode is enabled on these Post Types"
1303
  msgstr ""
1304
 
1305
- #: includes/options/class-wpglobus-options.php:1609
1306
  msgid "Old fashioned language switcher"
1307
  msgstr ""
1308
 
1309
- #: includes/options/class-wpglobus-options.php:1615
1310
  msgid "Block Editor"
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1616
1314
  msgid "Block Editor Options"
1315
  msgstr ""
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1645
1318
  msgid ""
1319
  "With the current settings, you will see the following lines in the section "
1320
  "HEAD of your site pages"
1321
  msgstr ""
1322
 
1323
- #: includes/options/class-wpglobus-options.php:1647
1324
  msgid "(example for two languages)"
1325
  msgstr ""
1326
 
1327
- #: includes/options/class-wpglobus-options.php:1694
1328
  msgid ""
1329
  "Tell search engines about localized versions of your pages using the "
1330
  "hreflang tag"
1331
  msgstr ""
1332
 
1333
- #: includes/options/class-wpglobus-options.php:1703
1334
  msgid "Output the hreflang tag as"
1335
  msgstr ""
1336
 
1337
- #: includes/options/class-wpglobus-options.php:1706
1338
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1339
  msgstr ""
1340
 
1341
- #: includes/options/class-wpglobus-options.php:1707
1342
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1343
  msgstr ""
1344
 
1345
- #: includes/options/class-wpglobus-options.php:1708
1346
  msgid "Language code only (en, ru, etc.)"
1347
  msgstr ""
1348
 
1349
- #: includes/options/class-wpglobus-options.php:1720
1350
  msgid "Use the code `x-default` for the main language"
1351
  msgstr ""
1352
 
1353
- #: includes/options/class-wpglobus-options.php:1726
1354
  msgid "Multilingual SEO"
1355
  msgstr ""
1356
 
1357
- #: includes/options/class-wpglobus-options.php:1727
1358
  msgid "Multilingual SEO Options"
1359
  msgstr ""
1360
 
1361
- #: includes/options/class-wpglobus-options.php:1757
1362
  msgid ""
1363
  "With WPGlobus, you can get translations for posts and pages using REST API."
1364
  msgstr ""
1365
 
1366
- #: includes/options/class-wpglobus-options.php:1784,
1367
- #: includes/options/class-wpglobus-options.php:1792,
1368
- #: includes/options/class-wpglobus-options.php:1765,
1369
- #: includes/options/class-wpglobus-options.php:1773
1370
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1371
  msgstr ""
1372
 
1373
- #: includes/options/class-wpglobus-options.php:1762
1374
  msgid ""
1375
  "For demonstration, you can try the first post that WordPress creates at the "
1376
  "initial installation."
1377
  msgstr ""
1378
 
1379
- #: includes/options/class-wpglobus-options.php:1803
1380
  msgid ""
1381
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1382
  "information."
1383
  msgstr ""
1384
 
1385
- #: includes/options/class-wpglobus-options.php:1810
1386
  msgid ""
1387
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1388
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1389
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1390
  msgstr ""
1391
 
1392
- #: includes/options/class-wpglobus-options.php:1823
1393
  msgid "Description:"
1394
  msgstr ""
1395
 
1396
- #: includes/options/class-wpglobus-options.php:1830,
1397
- #: includes/options/class-wpglobus-options.php:1831
1398
  msgid "REST API"
1399
  msgstr ""
1400
 
1401
- #: includes/options/class-wpglobus-options.php:2164
1402
  msgid "Translate strings"
1403
  msgstr ""
1404
 
304
  msgstr "Abiinfo"
305
 
306
  #: includes/admin/class-wpglobus-customize-options.php:745,
307
+ #: includes/options/class-wpglobus-options.php:1170
308
  msgid "Languages"
309
  msgstr "Keeled"
310
 
311
  #: includes/admin/class-wpglobus-customize-options.php:765,
312
+ #: includes/options/class-wpglobus-options.php:1183
313
  msgid "Enabled Languages"
314
  msgstr "Lubatud keeled"
315
 
316
  #: includes/admin/class-wpglobus-customize-options.php:767,
317
+ #: includes/options/class-wpglobus-options.php:1184
318
  msgid "These languages are currently enabled on your site."
319
  msgstr ""
320
 
321
  #: includes/admin/class-wpglobus-customize-options.php:795,
322
+ #: includes/options/class-wpglobus-options.php:1142
323
  msgid "Choose a language you would like to enable."
324
  msgstr ""
325
 
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
331
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
332
  #: includes/admin/class-wpglobus-customize-options.php:801,
333
+ #: includes/options/class-wpglobus-options.php:1148
334
  msgid "or Add new Language %1$s here %2$s"
335
  msgstr ""
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:813,
338
+ #: includes/options/class-wpglobus-options.php:1197
339
  msgid "Add Languages"
340
  msgstr "Lisa keeli"
341
 
342
  #: includes/admin/class-wpglobus-customize-options.php:833,
343
+ #: includes/options/class-wpglobus-options.php:1205
344
  msgid "Language Selector Mode"
345
  msgstr "Keelte valimise režiim"
346
 
347
  #: includes/admin/class-wpglobus-customize-options.php:838,
348
+ #: includes/options/class-wpglobus-options.php:1208
349
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
350
  msgstr ""
351
 
352
  #: includes/admin/class-wpglobus-customize-options.php:839,
353
+ #: includes/options/class-wpglobus-options.php:1209
354
  msgid "Full Name (English, Russian, Italian, etc.)"
355
  msgstr ""
356
 
357
  #: includes/admin/class-wpglobus-customize-options.php:841,
358
+ #: includes/options/class-wpglobus-options.php:1210
359
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
360
  msgstr ""
361
 
362
  #: includes/admin/class-wpglobus-customize-options.php:842,
363
+ #: includes/options/class-wpglobus-options.php:1211
364
  msgid "Flags only"
365
  msgstr "Ainult lipud"
366
 
367
  #: includes/admin/class-wpglobus-customize-options.php:844,
368
+ #: includes/options/class-wpglobus-options.php:1206
369
  msgid ""
370
  "Choose the way language name and country flag are shown in the drop-down menu"
371
  msgstr ""
376
 
377
  #: includes/admin/class-wpglobus-customize-options.php:915,
378
  #: includes/admin/class-wpglobus-customize-options.php:888,
379
+ #: includes/options/class-wpglobus-options.php:1224
380
  msgid "Language Selector Menu"
381
  msgstr ""
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:920,
384
  #: includes/admin/class-wpglobus-customize-options.php:899,
385
+ #: includes/options/class-wpglobus-options.php:1225
386
  msgid "Choose the navigation menu where the language selector will be shown"
387
  msgstr ""
388
 
391
  msgstr ""
392
 
393
  #: includes/admin/class-wpglobus-customize-options.php:940,
394
+ #: includes/options/class-wpglobus-options.php:1235
395
  msgid "\"All Pages\" menus Language selector"
396
  msgstr ""
397
 
398
  #: includes/admin/class-wpglobus-customize-options.php:943,
399
+ #: includes/options/class-wpglobus-options.php:1237
400
  msgid ""
401
  "Adds language selector to the menus that automatically list all existing "
402
  "pages (using `wp_list_pages`)"
403
  msgstr ""
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:960,
406
+ #: includes/options/class-wpglobus-options.php:1350
407
  msgid "Custom CSS"
408
  msgstr "Kohandatud CSS"
409
 
422
  msgstr ""
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:1125,
425
+ #: includes/options/class-wpglobus-options.php:1418
426
  msgid "Redirect"
427
  msgstr "Suuna ümber"
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:1150,
430
+ #: includes/options/class-wpglobus-options.php:1413
431
  msgid "Choose the language automatically, based on:"
432
  msgstr ""
433
 
434
  #: includes/admin/class-wpglobus-customize-options.php:1152,
435
+ #: includes/options/class-wpglobus-options.php:1403
436
  msgid "Preferred language set in the browser"
437
  msgstr ""
438
 
439
  #: includes/admin/class-wpglobus-customize-options.php:1153,
440
+ #: includes/options/class-wpglobus-options.php:1390
441
  msgid ""
442
  "When a user comes to the site for the first time, try to find the best "
443
  "matching language version of the page."
446
  #: includes/admin/class-wpglobus-customize-options.php:1214,
447
  #: includes/admin/class-wpglobus-customize-options.php:1234,
448
  #: includes/admin/class-wpglobus-customize-options.php:1192,
449
+ #: includes/options/class-wpglobus-options.php:1362
450
  msgid "Custom JS Code"
451
  msgstr "Kohandatud JS kood"
452
 
488
  msgstr ""
489
 
490
  #: includes/admin/class-wpglobus-customize-options.php:1351,
491
+ #: includes/options/class-wpglobus-options.php:602
492
  msgid "Thank you for installing WPGlobus!"
493
  msgstr ""
494
 
495
  #: includes/admin/class-wpglobus-customize-options.php:1355,
496
+ #: includes/options/class-wpglobus-options.php:606
497
  msgid "Read About WPGlobus"
498
  msgstr ""
499
 
503
  msgstr ""
504
 
505
  #: includes/admin/class-wpglobus-customize-options.php:1363,
506
+ #: includes/options/class-wpglobus-options.php:642
507
  msgid ""
508
  "Should you have any questions or comments, please do not hesitate to contact "
509
  "us."
510
  msgstr ""
511
 
512
  #: includes/admin/class-wpglobus-customize-options.php:1367,
513
+ #: includes/options/class-wpglobus-options.php:646
514
  msgid "Sincerely Yours,"
515
  msgstr ""
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1369,
518
+ #: includes/options/class-wpglobus-options.php:648,
519
  #: includes/options/wpglobus-options-header.php:34
520
  msgid "The WPGlobus Team"
521
  msgstr ""
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
525
  #: includes/admin/class-wpglobus-customize-options.php:1388,
526
+ #: includes/options/class-wpglobus-options.php:683
527
  msgid ""
528
  "We would hate to see you go. If something goes wrong, do not uninstall "
529
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
530
  msgstr ""
531
 
532
  #: includes/admin/class-wpglobus-customize-options.php:1395,
533
+ #: includes/options/class-wpglobus-options.php:690
534
  msgid ""
535
  "Please note that if you deactivate WPGlobus, your site will show all the "
536
  "languages together, mixed up. You will need to remove all translations, "
540
  #. translators: %s: link to the Clean-up Tool
541
  #. translators: %s: link to the Clean-up Tool.
542
  #: includes/admin/class-wpglobus-customize-options.php:1400,
543
+ #: includes/options/class-wpglobus-options.php:694
544
  msgid ""
545
  "If there are just a few places, you should edit them manually. To "
546
  "automatically remove all translations at once, you can use the %s. WARNING: "
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
553
  #: includes/admin/class-wpglobus-customize-options.php:1403,
554
+ #: includes/options/class-wpglobus-options.php:671
555
  msgid "%1$sClean-up Tool%2$s"
556
  msgstr ""
557
 
693
  msgstr ""
694
 
695
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
696
+ #: includes/options/class-wpglobus-options.php:720
697
  msgid "Help Desk"
698
  msgstr "Kasutajatugi"
699
 
772
  msgstr ""
773
 
774
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
775
+ #: includes/options/class-wpglobus-options.php:927
776
  msgid "WPGlobus for WooCommerce"
777
  msgstr ""
778
 
957
  msgstr ""
958
 
959
  #: includes/options/class-wpglobus-options.php:273,
960
+ #: includes/options/class-wpglobus-options.php:796,
961
+ #: includes/options/class-wpglobus-options.php:865
962
  msgid "WPGlobus Plus"
963
  msgstr ""
964
 
984
  "Settings panel properly. Please try another browser."
985
  msgstr ""
986
 
987
+ #: includes/options/class-wpglobus-options.php:593,
988
+ #: includes/options/class-wpglobus-options.php:1571
989
  msgid "Сompatibility"
990
  msgstr ""
991
 
992
  #. translators: placeholders for "strong" tags.
993
+ #: includes/options/class-wpglobus-options.php:610
994
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
995
  msgstr ""
996
 
997
  #. translators: placeholders for "strong" tags.
998
+ #: includes/options/class-wpglobus-options.php:613
999
  msgid ""
1000
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1001
  "the language attributes: name, code, flag icon, etc."
1002
  msgstr ""
1003
 
1004
+ #: includes/options/class-wpglobus-options.php:616
1005
  msgid "Important notes"
1006
  msgstr "Olulised teated"
1007
 
1008
  #. translators: placeholders for "strong" tags.
1009
+ #: includes/options/class-wpglobus-options.php:618
1010
  msgid "Version %1$s1.9.17%2$s "
1011
  msgstr ""
1012
 
1013
  #. translators: placeholders for "strong" tags.
1014
+ #: includes/options/class-wpglobus-options.php:621
1015
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1016
  msgstr ""
1017
 
1018
  #. translators: placeholders for "strong" tags; compatibility tab link.
1019
+ #: includes/options/class-wpglobus-options.php:624
1020
  msgid ""
1021
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1022
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1023
  msgstr ""
1024
 
1025
  #. translators: placeholders for "strong" tags; compatibility tab link.
1026
+ #: includes/options/class-wpglobus-options.php:627
1027
  msgid ""
1028
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1029
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1030
  msgstr ""
1031
 
1032
  #. translators: placeholders for "strong" tags.
1033
+ #: includes/options/class-wpglobus-options.php:631
1034
  msgid "Version %1$s2.2.11%2$s "
1035
  msgstr ""
1036
 
1037
+ #: includes/options/class-wpglobus-options.php:633
1038
  msgid "Starting from this version"
1039
  msgstr ""
1040
 
1041
  #. translators: placeholders for "strong" tags.
1042
+ #: includes/options/class-wpglobus-options.php:636
1043
  msgid ""
1044
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1045
  "(CPT)."
1046
  msgstr ""
1047
 
1048
  #. translators: placeholders for "strong" tags.
1049
+ #: includes/options/class-wpglobus-options.php:639
1050
  msgid ""
1051
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1052
  "the %1$s[%3$s]%2$s tab."
1053
  msgstr ""
1054
 
1055
+ #: includes/options/class-wpglobus-options.php:656
1056
  msgid "Welcome!"
1057
  msgstr "Teretulemast!"
1058
 
1059
+ #: includes/options/class-wpglobus-options.php:679
1060
  msgid "Deactivating / Uninstalling"
1061
  msgstr ""
1062
 
1063
+ #: includes/options/class-wpglobus-options.php:705
1064
  msgid "Uninstall"
1065
  msgstr ""
1066
 
1067
+ #: includes/options/class-wpglobus-options.php:735
1068
  msgid "All add-ons"
1069
  msgstr ""
1070
 
1071
+ #: includes/options/class-wpglobus-options.php:750
1072
  msgid "Mobile Menu"
1073
  msgstr ""
1074
 
1075
+ #: includes/options/class-wpglobus-options.php:765
1076
  msgid "Language Widgets"
1077
  msgstr ""
1078
 
1079
+ #: includes/options/class-wpglobus-options.php:835
1080
  msgid "We Recommend..."
1081
  msgstr ""
1082
 
1083
+ #: includes/options/class-wpglobus-options.php:867
1084
  msgid ""
1085
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1086
  "website, such as:"
1087
  msgstr ""
1088
 
1089
+ #: includes/options/class-wpglobus-options.php:870
1090
  msgid ""
1091
  "- Ability to write a post in one language and immediately publish it, not "
1092
  "waiting for the translation to other languages;"
1093
  msgstr ""
1094
 
1095
+ #: includes/options/class-wpglobus-options.php:873
1096
  msgid "- Set different URLs for each translation;"
1097
  msgstr ""
1098
 
1099
+ #: includes/options/class-wpglobus-options.php:876
1100
  msgid ""
1101
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1102
  "for each translation;"
1103
  msgstr ""
1104
 
1105
+ #: includes/options/class-wpglobus-options.php:879
1106
  msgid "- and more..."
1107
  msgstr ""
1108
 
1109
+ #: includes/options/class-wpglobus-options.php:882,
1110
+ #: includes/options/class-wpglobus-options.php:939,
1111
+ #: includes/options/class-wpglobus-options.php:997
1112
  msgid "Click here to download"
1113
  msgstr ""
1114
 
1115
+ #: includes/options/class-wpglobus-options.php:930
1116
  msgid ""
1117
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1118
  "translate your blog posts and pages to many languages."
1119
  msgstr ""
1120
 
1121
+ #: includes/options/class-wpglobus-options.php:933
1122
  msgid "The next step is to translate your WooCommerce-based store!"
1123
  msgstr ""
1124
 
1125
+ #: includes/options/class-wpglobus-options.php:936
1126
  msgid ""
1127
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1128
  "translate product titles and descriptions, categories, tags and attributes."
1129
  msgstr ""
1130
 
1131
+ #: includes/options/class-wpglobus-options.php:983
1132
  msgid "Multi-currency"
1133
  msgstr ""
1134
 
1135
+ #: includes/options/class-wpglobus-options.php:986
1136
  msgid ""
1137
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1138
  "a single currency only."
1139
  msgstr ""
1140
 
1141
+ #: includes/options/class-wpglobus-options.php:990
1142
  msgid ""
1143
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1144
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1146
  "positioning for global growth!"
1147
  msgstr ""
1148
 
1149
+ #: includes/options/class-wpglobus-options.php:994
1150
  msgid ""
1151
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1152
  "re-calculating prices on-the-fly."
1153
  msgstr ""
1154
 
1155
+ #: includes/options/class-wpglobus-options.php:1031
1156
  msgid "WPGlobus Premium Add-ons"
1157
  msgstr ""
1158
 
1159
+ #: includes/options/class-wpglobus-options.php:1033
1160
  msgid ""
1161
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1162
  "you will be able to:"
1163
  msgstr ""
1164
 
1165
+ #: includes/options/class-wpglobus-options.php:1038
1166
  msgid ""
1167
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1168
  "моя-страница and so on);"
1169
  msgstr ""
1170
 
1171
+ #: includes/options/class-wpglobus-options.php:1041
1172
  msgid ""
1173
  "Postpone translation to some languages and <strong>publish only the "
1174
  "translated texts</strong>;"
1175
  msgstr ""
1176
 
1177
+ #: includes/options/class-wpglobus-options.php:1044
1178
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1179
  msgstr ""
1180
 
1181
+ #: includes/options/class-wpglobus-options.php:1047
1182
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1183
  msgstr ""
1184
 
1185
+ #: includes/options/class-wpglobus-options.php:1050
1186
  msgid ""
1187
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1188
  "strong>;"
1189
  msgstr ""
1190
 
1191
+ #: includes/options/class-wpglobus-options.php:1054
1192
  msgid "...and more."
1193
  msgstr ""
1194
 
1195
+ #: includes/options/class-wpglobus-options.php:1057
1196
  msgid "Click here to visit the WPGlobus Store"
1197
  msgstr ""
1198
 
1199
+ #: includes/options/class-wpglobus-options.php:1098
1200
  msgid "Select a language"
1201
  msgstr "Vali keel"
1202
 
1203
  #. translators: %3$s placeholder for the icon (actual picture).
1204
+ #: includes/options/class-wpglobus-options.php:1127
1205
  msgid ""
1206
  "Place the %1$smain language%2$s of your site at the top of the list by "
1207
  "dragging the %3$s icons."
1208
  msgstr ""
1209
 
1210
  #. translators: placeholders for the "strong" HTML tags.
1211
+ #: includes/options/class-wpglobus-options.php:1130
1212
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1213
  msgstr ""
1214
 
1215
  #. translators: placeholders for the "strong" HTML tags.
1216
+ #: includes/options/class-wpglobus-options.php:1133
1217
  msgid "%1$sAdd%2$s more languages using the section below."
1218
  msgstr ""
1219
 
1220
+ #: includes/options/class-wpglobus-options.php:1134
1221
  msgid "When done, click the [Save Changes] button."
1222
  msgstr ""
1223
 
1224
  #. translators: %s - placeholder for the "Save Changes" button text.
1225
+ #: includes/options/class-wpglobus-options.php:1145
1226
  msgid "Press the %s button to confirm."
1227
  msgstr ""
1228
 
1229
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1230
+ #: includes/options/class-wpglobus-options.php:1162
1231
  msgid "-- none --"
1232
  msgstr ""
1233
 
1234
+ #: includes/options/class-wpglobus-options.php:1163
1235
  msgid "All menus"
1236
  msgstr ""
1237
 
1238
+ #: includes/options/class-wpglobus-options.php:1176
1239
  msgid "Instructions:"
1240
  msgstr "Juhendid:"
1241
 
1242
+ #: includes/options/class-wpglobus-options.php:1236
1243
  msgid "(Found in some themes)"
1244
  msgstr ""
1245
 
1246
+ #: includes/options/class-wpglobus-options.php:1238
1247
  msgid "Enable"
1248
  msgstr "Luba"
1249
 
1250
+ #: includes/options/class-wpglobus-options.php:1253
1251
  msgid "Languages table"
1252
  msgstr "Keeltetabel"
1253
 
1254
+ #: includes/options/class-wpglobus-options.php:1259
1255
  msgid "Use this table to add, edit or delete languages."
1256
  msgstr ""
1257
 
1258
+ #: includes/options/class-wpglobus-options.php:1260
1259
  msgid "NOTE: you cannot remove the main language."
1260
  msgstr ""
1261
 
1262
+ #: includes/options/class-wpglobus-options.php:1308
1263
  msgid "WPGlobus is enabled on these Post Types"
1264
  msgstr ""
1265
 
1266
+ #: includes/options/class-wpglobus-options.php:1309
1267
  msgid "Uncheck to disable"
1268
  msgstr ""
1269
 
1270
+ #: includes/options/class-wpglobus-options.php:1310
1271
  msgid ""
1272
  "Please note that there are post types, which status is managed by other "
1273
  "plugins and cannot be changed here."
1274
  msgstr ""
1275
 
1276
+ #: includes/options/class-wpglobus-options.php:1315
1277
  msgid "Post Types"
1278
  msgstr ""
1279
 
1280
+ #: includes/options/class-wpglobus-options.php:1331
1281
  msgid ""
1282
  "You should put here only the code provided by WPGlobus Support. Do not write "
1283
  "anything else in the sections below as it might break the functionality of "
1284
  "your website!"
1285
  msgstr ""
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1372
1288
  msgid "Custom Code"
1289
  msgstr ""
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1480,
1292
+ #: includes/options/class-wpglobus-options.php:1612,
1293
+ #: includes/options/class-wpglobus-options.php:1723
1294
  msgid "Enabled"
1295
  msgstr "Lubatud"
1296
 
1297
+ #: includes/options/class-wpglobus-options.php:1493
1298
  msgid "Builders support"
1299
  msgstr ""
1300
 
1301
+ #: includes/options/class-wpglobus-options.php:1545
1302
  msgid "Builder mode is enabled on these Post Types"
1303
  msgstr ""
1304
 
1305
+ #: includes/options/class-wpglobus-options.php:1611
1306
  msgid "Old fashioned language switcher"
1307
  msgstr ""
1308
 
1309
+ #: includes/options/class-wpglobus-options.php:1617
1310
  msgid "Block Editor"
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1618
1314
  msgid "Block Editor Options"
1315
  msgstr ""
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1647
1318
  msgid ""
1319
  "With the current settings, you will see the following lines in the section "
1320
  "HEAD of your site pages"
1321
  msgstr ""
1322
 
1323
+ #: includes/options/class-wpglobus-options.php:1649
1324
  msgid "(example for two languages)"
1325
  msgstr ""
1326
 
1327
+ #: includes/options/class-wpglobus-options.php:1696
1328
  msgid ""
1329
  "Tell search engines about localized versions of your pages using the "
1330
  "hreflang tag"
1331
  msgstr ""
1332
 
1333
+ #: includes/options/class-wpglobus-options.php:1705
1334
  msgid "Output the hreflang tag as"
1335
  msgstr ""
1336
 
1337
+ #: includes/options/class-wpglobus-options.php:1708
1338
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1339
  msgstr ""
1340
 
1341
+ #: includes/options/class-wpglobus-options.php:1709
1342
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1343
  msgstr ""
1344
 
1345
+ #: includes/options/class-wpglobus-options.php:1710
1346
  msgid "Language code only (en, ru, etc.)"
1347
  msgstr ""
1348
 
1349
+ #: includes/options/class-wpglobus-options.php:1722
1350
  msgid "Use the code `x-default` for the main language"
1351
  msgstr ""
1352
 
1353
+ #: includes/options/class-wpglobus-options.php:1728
1354
  msgid "Multilingual SEO"
1355
  msgstr ""
1356
 
1357
+ #: includes/options/class-wpglobus-options.php:1729
1358
  msgid "Multilingual SEO Options"
1359
  msgstr ""
1360
 
1361
+ #: includes/options/class-wpglobus-options.php:1766
1362
  msgid ""
1363
  "With WPGlobus, you can get translations for posts and pages using REST API."
1364
  msgstr ""
1365
 
1366
+ #: includes/options/class-wpglobus-options.php:1793,
1367
+ #: includes/options/class-wpglobus-options.php:1801,
1368
+ #: includes/options/class-wpglobus-options.php:1774,
1369
+ #: includes/options/class-wpglobus-options.php:1782
1370
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1371
  msgstr ""
1372
 
1373
+ #: includes/options/class-wpglobus-options.php:1771
1374
  msgid ""
1375
  "For demonstration, you can try the first post that WordPress creates at the "
1376
  "initial installation."
1377
  msgstr ""
1378
 
1379
+ #: includes/options/class-wpglobus-options.php:1812
1380
  msgid ""
1381
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1382
  "information."
1383
  msgstr ""
1384
 
1385
+ #: includes/options/class-wpglobus-options.php:1819
1386
  msgid ""
1387
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1388
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1389
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1390
  msgstr ""
1391
 
1392
+ #: includes/options/class-wpglobus-options.php:1832
1393
  msgid "Description:"
1394
  msgstr ""
1395
 
1396
+ #: includes/options/class-wpglobus-options.php:1839,
1397
+ #: includes/options/class-wpglobus-options.php:1840
1398
  msgid "REST API"
1399
  msgstr ""
1400
 
1401
+ #: includes/options/class-wpglobus-options.php:2173
1402
  msgid "Translate strings"
1403
  msgstr ""
1404
 
languages/wpglobus-fr_BE.po CHANGED
@@ -359,22 +359,22 @@ msgid "Help"
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:745,
362
- #: includes/options/class-wpglobus-options.php:1168
363
  msgid "Languages"
364
  msgstr "Langues"
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:765,
367
- #: includes/options/class-wpglobus-options.php:1181
368
  msgid "Enabled Languages"
369
  msgstr "Langues activées"
370
 
371
  #: includes/admin/class-wpglobus-customize-options.php:767,
372
- #: includes/options/class-wpglobus-options.php:1182
373
  msgid "These languages are currently enabled on your site."
374
  msgstr "Ces langues sont actuellement disponibles sur votre site."
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:795,
377
- #: includes/options/class-wpglobus-options.php:1140
378
  msgid "Choose a language you would like to enable."
379
  msgstr ""
380
 
@@ -385,42 +385,42 @@ msgstr ""
385
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
386
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
387
  #: includes/admin/class-wpglobus-customize-options.php:801,
388
- #: includes/options/class-wpglobus-options.php:1146
389
  msgid "or Add new Language %1$s here %2$s"
390
  msgstr "ou ajoutez une nouvelle langue %1$s ici %2$s"
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:813,
393
- #: includes/options/class-wpglobus-options.php:1195
394
  msgid "Add Languages"
395
  msgstr "Ajouter des langues"
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:833,
398
- #: includes/options/class-wpglobus-options.php:1203
399
  msgid "Language Selector Mode"
400
  msgstr "Mode du sélecteur de langue"
401
 
402
  #: includes/admin/class-wpglobus-customize-options.php:838,
403
- #: includes/options/class-wpglobus-options.php:1206
404
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
405
  msgstr "Code à deux lettres avec le drapeau (en, fr, ru, etc.)."
406
 
407
  #: includes/admin/class-wpglobus-customize-options.php:839,
408
- #: includes/options/class-wpglobus-options.php:1207
409
  msgid "Full Name (English, Russian, Italian, etc.)"
410
  msgstr "Nom entier (Anglais, Français, Russe, etc.)."
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:841,
413
- #: includes/options/class-wpglobus-options.php:1208
414
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
415
  msgstr "Nom entier avec drapeau (Anglais, Français, Russe, etc.)."
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:842,
418
- #: includes/options/class-wpglobus-options.php:1209
419
  msgid "Flags only"
420
  msgstr "Drapeaux uniquement"
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:844,
423
- #: includes/options/class-wpglobus-options.php:1204
424
  msgid ""
425
  "Choose the way language name and country flag are shown in the drop-down menu"
426
  msgstr ""
@@ -433,13 +433,13 @@ msgstr ""
433
 
434
  #: includes/admin/class-wpglobus-customize-options.php:915,
435
  #: includes/admin/class-wpglobus-customize-options.php:888,
436
- #: includes/options/class-wpglobus-options.php:1222
437
  msgid "Language Selector Menu"
438
  msgstr "Menu du sélecteur de langue"
439
 
440
  #: includes/admin/class-wpglobus-customize-options.php:920,
441
  #: includes/admin/class-wpglobus-customize-options.php:899,
442
- #: includes/options/class-wpglobus-options.php:1223
443
  msgid "Choose the navigation menu where the language selector will be shown"
444
  msgstr ""
445
  "Choisissez le menu de navigation où le sélecteur de langue sera affiché."
@@ -449,12 +449,12 @@ msgid "No menus have been created yet. Create some."
449
  msgstr "Aucun menu n’a été créé pour le moment. Faites-le."
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:940,
452
- #: includes/options/class-wpglobus-options.php:1233
453
  msgid "\"All Pages\" menus Language selector"
454
  msgstr "Menu du sélecteur de langues pour « Toutes les pages »"
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:943,
457
- #: includes/options/class-wpglobus-options.php:1235
458
  msgid ""
459
  "Adds language selector to the menus that automatically list all existing "
460
  "pages (using `wp_list_pages`)"
@@ -463,7 +463,7 @@ msgstr ""
463
  "les pages existantes (en utilisant wp_list_pages)."
464
 
465
  #: includes/admin/class-wpglobus-customize-options.php:960,
466
- #: includes/options/class-wpglobus-options.php:1348
467
  msgid "Custom CSS"
468
  msgstr "CSS personnalisé"
469
 
@@ -485,22 +485,22 @@ msgid "Uncheck to disable WPGlobus"
485
  msgstr "Décochez pour désactiver WPGlobus"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1125,
488
- #: includes/options/class-wpglobus-options.php:1416
489
  msgid "Redirect"
490
  msgstr "Redirection"
491
 
492
  #: includes/admin/class-wpglobus-customize-options.php:1150,
493
- #: includes/options/class-wpglobus-options.php:1411
494
  msgid "Choose the language automatically, based on:"
495
  msgstr "Choisir la langue automatiquement, à partir de&nbsp;:"
496
 
497
  #: includes/admin/class-wpglobus-customize-options.php:1152,
498
- #: includes/options/class-wpglobus-options.php:1401
499
  msgid "Preferred language set in the browser"
500
  msgstr "Langue préférée définie dans le navigateur"
501
 
502
  #: includes/admin/class-wpglobus-customize-options.php:1153,
503
- #: includes/options/class-wpglobus-options.php:1388
504
  msgid ""
505
  "When a user comes to the site for the first time, try to find the best "
506
  "matching language version of the page."
@@ -511,7 +511,7 @@ msgstr ""
511
  #: includes/admin/class-wpglobus-customize-options.php:1214,
512
  #: includes/admin/class-wpglobus-customize-options.php:1234,
513
  #: includes/admin/class-wpglobus-customize-options.php:1192,
514
- #: includes/options/class-wpglobus-options.php:1360
515
  msgid "Custom JS Code"
516
  msgstr "Code JS personnalisé"
517
 
@@ -556,12 +556,12 @@ msgstr ""
556
  "dessous."
557
 
558
  #: includes/admin/class-wpglobus-customize-options.php:1351,
559
- #: includes/options/class-wpglobus-options.php:600
560
  msgid "Thank you for installing WPGlobus!"
561
  msgstr "Merci pour votre installation de WPGlobus !"
562
 
563
  #: includes/admin/class-wpglobus-customize-options.php:1355,
564
- #: includes/options/class-wpglobus-options.php:604
565
  msgid "Read About WPGlobus"
566
  msgstr "En savoir plus à propos de WPGlobus"
567
 
@@ -573,7 +573,7 @@ msgstr ""
573
  "les options."
574
 
575
  #: includes/admin/class-wpglobus-customize-options.php:1363,
576
- #: includes/options/class-wpglobus-options.php:640
577
  msgid ""
578
  "Should you have any questions or comments, please do not hesitate to contact "
579
  "us."
@@ -582,12 +582,12 @@ msgstr ""
582
  "contacter."
583
 
584
  #: includes/admin/class-wpglobus-customize-options.php:1367,
585
- #: includes/options/class-wpglobus-options.php:644
586
  msgid "Sincerely Yours,"
587
  msgstr "Cordialement,"
588
 
589
  #: includes/admin/class-wpglobus-customize-options.php:1369,
590
- #: includes/options/class-wpglobus-options.php:646,
591
  #: includes/options/wpglobus-options-header.php:34
592
  msgid "The WPGlobus Team"
593
  msgstr "L’équipe de WPGlobus"
@@ -595,7 +595,7 @@ msgstr "L’équipe de WPGlobus"
595
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
596
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
597
  #: includes/admin/class-wpglobus-customize-options.php:1388,
598
- #: includes/options/class-wpglobus-options.php:681
599
  msgid ""
600
  "We would hate to see you go. If something goes wrong, do not uninstall "
601
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -605,7 +605,7 @@ msgstr ""
605
  "vous aider&nbsp;!"
606
 
607
  #: includes/admin/class-wpglobus-customize-options.php:1395,
608
- #: includes/options/class-wpglobus-options.php:688
609
  msgid ""
610
  "Please note that if you deactivate WPGlobus, your site will show all the "
611
  "languages together, mixed up. You will need to remove all translations, "
@@ -618,7 +618,7 @@ msgstr ""
618
  #. translators: %s: link to the Clean-up Tool
619
  #. translators: %s: link to the Clean-up Tool.
620
  #: includes/admin/class-wpglobus-customize-options.php:1400,
621
- #: includes/options/class-wpglobus-options.php:692
622
  msgid ""
623
  "If there are just a few places, you should edit them manually. To "
624
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -634,7 +634,7 @@ msgstr ""
634
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
635
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
636
  #: includes/admin/class-wpglobus-customize-options.php:1403,
637
- #: includes/options/class-wpglobus-options.php:669
638
  msgid "%1$sClean-up Tool%2$s"
639
  msgstr "%1$sOutil de Nettoyage%2$s"
640
 
@@ -781,7 +781,7 @@ msgid ""
781
  msgstr ""
782
 
783
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
784
- #: includes/options/class-wpglobus-options.php:718
785
  msgid "Help Desk"
786
  msgstr "Centre de support"
787
 
@@ -866,7 +866,7 @@ msgid "WPGlobus Recommends:"
866
  msgstr ""
867
 
868
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
869
- #: includes/options/class-wpglobus-options.php:925
870
  msgid "WPGlobus for WooCommerce"
871
  msgstr ""
872
 
@@ -1055,8 +1055,8 @@ msgid "Language Selector Menu Style"
1055
  msgstr ""
1056
 
1057
  #: includes/options/class-wpglobus-options.php:273,
1058
- #: includes/options/class-wpglobus-options.php:794,
1059
- #: includes/options/class-wpglobus-options.php:863
1060
  msgid "WPGlobus Plus"
1061
  msgstr ""
1062
 
@@ -1082,161 +1082,161 @@ msgid ""
1082
  "Settings panel properly. Please try another browser."
1083
  msgstr ""
1084
 
1085
- #: includes/options/class-wpglobus-options.php:591,
1086
- #: includes/options/class-wpglobus-options.php:1569
1087
  msgid "Сompatibility"
1088
  msgstr ""
1089
 
1090
  #. translators: placeholders for "strong" tags.
1091
- #: includes/options/class-wpglobus-options.php:608
1092
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1093
  msgstr ""
1094
 
1095
  #. translators: placeholders for "strong" tags.
1096
- #: includes/options/class-wpglobus-options.php:611
1097
  msgid ""
1098
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1099
  "the language attributes: name, code, flag icon, etc."
1100
  msgstr ""
1101
 
1102
- #: includes/options/class-wpglobus-options.php:614
1103
  msgid "Important notes"
1104
  msgstr ""
1105
 
1106
  #. translators: placeholders for "strong" tags.
1107
- #: includes/options/class-wpglobus-options.php:616
1108
  msgid "Version %1$s1.9.17%2$s "
1109
  msgstr ""
1110
 
1111
  #. translators: placeholders for "strong" tags.
1112
- #: includes/options/class-wpglobus-options.php:619
1113
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1114
  msgstr ""
1115
 
1116
  #. translators: placeholders for "strong" tags; compatibility tab link.
1117
- #: includes/options/class-wpglobus-options.php:622
1118
  msgid ""
1119
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1120
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1121
  msgstr ""
1122
 
1123
  #. translators: placeholders for "strong" tags; compatibility tab link.
1124
- #: includes/options/class-wpglobus-options.php:625
1125
  msgid ""
1126
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1127
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1128
  msgstr ""
1129
 
1130
  #. translators: placeholders for "strong" tags.
1131
- #: includes/options/class-wpglobus-options.php:629
1132
  msgid "Version %1$s2.2.11%2$s "
1133
  msgstr ""
1134
 
1135
- #: includes/options/class-wpglobus-options.php:631
1136
  msgid "Starting from this version"
1137
  msgstr ""
1138
 
1139
  #. translators: placeholders for "strong" tags.
1140
- #: includes/options/class-wpglobus-options.php:634
1141
  msgid ""
1142
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1143
  "(CPT)."
1144
  msgstr ""
1145
 
1146
  #. translators: placeholders for "strong" tags.
1147
- #: includes/options/class-wpglobus-options.php:637
1148
  msgid ""
1149
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1150
  "the %1$s[%3$s]%2$s tab."
1151
  msgstr ""
1152
 
1153
- #: includes/options/class-wpglobus-options.php:654
1154
  msgid "Welcome!"
1155
  msgstr "Bienvenue&nbsp;!"
1156
 
1157
- #: includes/options/class-wpglobus-options.php:677
1158
  msgid "Deactivating / Uninstalling"
1159
  msgstr "Désactivation / Désinstallation"
1160
 
1161
- #: includes/options/class-wpglobus-options.php:703
1162
  msgid "Uninstall"
1163
  msgstr ""
1164
 
1165
- #: includes/options/class-wpglobus-options.php:733
1166
  msgid "All add-ons"
1167
  msgstr ""
1168
 
1169
- #: includes/options/class-wpglobus-options.php:748
1170
  msgid "Mobile Menu"
1171
  msgstr ""
1172
 
1173
- #: includes/options/class-wpglobus-options.php:763
1174
  msgid "Language Widgets"
1175
  msgstr ""
1176
 
1177
- #: includes/options/class-wpglobus-options.php:833
1178
  msgid "We Recommend..."
1179
  msgstr ""
1180
 
1181
- #: includes/options/class-wpglobus-options.php:865
1182
  msgid ""
1183
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1184
  "website, such as:"
1185
  msgstr ""
1186
 
1187
- #: includes/options/class-wpglobus-options.php:868
1188
  msgid ""
1189
  "- Ability to write a post in one language and immediately publish it, not "
1190
  "waiting for the translation to other languages;"
1191
  msgstr ""
1192
 
1193
- #: includes/options/class-wpglobus-options.php:871
1194
  msgid "- Set different URLs for each translation;"
1195
  msgstr ""
1196
 
1197
- #: includes/options/class-wpglobus-options.php:874
1198
  msgid ""
1199
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1200
  "for each translation;"
1201
  msgstr ""
1202
 
1203
- #: includes/options/class-wpglobus-options.php:877
1204
  msgid "- and more..."
1205
  msgstr ""
1206
 
1207
- #: includes/options/class-wpglobus-options.php:880,
1208
- #: includes/options/class-wpglobus-options.php:937,
1209
- #: includes/options/class-wpglobus-options.php:995
1210
  msgid "Click here to download"
1211
  msgstr ""
1212
 
1213
- #: includes/options/class-wpglobus-options.php:928
1214
  msgid ""
1215
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1216
  "translate your blog posts and pages to many languages."
1217
  msgstr ""
1218
 
1219
- #: includes/options/class-wpglobus-options.php:931
1220
  msgid "The next step is to translate your WooCommerce-based store!"
1221
  msgstr ""
1222
 
1223
- #: includes/options/class-wpglobus-options.php:934
1224
  msgid ""
1225
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1226
  "translate product titles and descriptions, categories, tags and attributes."
1227
  msgstr ""
1228
 
1229
- #: includes/options/class-wpglobus-options.php:981
1230
  msgid "Multi-currency"
1231
  msgstr ""
1232
 
1233
- #: includes/options/class-wpglobus-options.php:984
1234
  msgid ""
1235
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1236
  "a single currency only."
1237
  msgstr ""
1238
 
1239
- #: includes/options/class-wpglobus-options.php:988
1240
  msgid ""
1241
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1242
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1244,260 +1244,260 @@ msgid ""
1244
  "positioning for global growth!"
1245
  msgstr ""
1246
 
1247
- #: includes/options/class-wpglobus-options.php:992
1248
  msgid ""
1249
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1250
  "re-calculating prices on-the-fly."
1251
  msgstr ""
1252
 
1253
- #: includes/options/class-wpglobus-options.php:1029
1254
  msgid "WPGlobus Premium Add-ons"
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1031
1258
  msgid ""
1259
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1260
  "you will be able to:"
1261
  msgstr ""
1262
 
1263
- #: includes/options/class-wpglobus-options.php:1036
1264
  msgid ""
1265
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1266
  "моя-страница and so on);"
1267
  msgstr ""
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1039
1270
  msgid ""
1271
  "Postpone translation to some languages and <strong>publish only the "
1272
  "translated texts</strong>;"
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1042
1276
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1277
  msgstr ""
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1045
1280
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1281
  msgstr ""
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1048
1284
  msgid ""
1285
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1286
  "strong>;"
1287
  msgstr ""
1288
 
1289
- #: includes/options/class-wpglobus-options.php:1052
1290
  msgid "...and more."
1291
  msgstr ""
1292
 
1293
- #: includes/options/class-wpglobus-options.php:1055
1294
  msgid "Click here to visit the WPGlobus Store"
1295
  msgstr ""
1296
 
1297
- #: includes/options/class-wpglobus-options.php:1096
1298
  msgid "Select a language"
1299
  msgstr "Sélectionner une langue"
1300
 
1301
  #. translators: %3$s placeholder for the icon (actual picture).
1302
- #: includes/options/class-wpglobus-options.php:1125
1303
  msgid ""
1304
  "Place the %1$smain language%2$s of your site at the top of the list by "
1305
  "dragging the %3$s icons."
1306
  msgstr ""
1307
 
1308
  #. translators: placeholders for the "strong" HTML tags.
1309
- #: includes/options/class-wpglobus-options.php:1128
1310
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1311
  msgstr ""
1312
 
1313
  #. translators: placeholders for the "strong" HTML tags.
1314
- #: includes/options/class-wpglobus-options.php:1131
1315
  msgid "%1$sAdd%2$s more languages using the section below."
1316
  msgstr ""
1317
 
1318
- #: includes/options/class-wpglobus-options.php:1132
1319
  msgid "When done, click the [Save Changes] button."
1320
  msgstr ""
1321
  "Quand c'est fait, cliquez sur le bouton [Enregistrer les modifications]."
1322
 
1323
  #. translators: %s - placeholder for the "Save Changes" button text.
1324
- #: includes/options/class-wpglobus-options.php:1143
1325
  msgid "Press the %s button to confirm."
1326
  msgstr ""
1327
 
1328
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1329
- #: includes/options/class-wpglobus-options.php:1160
1330
  msgid "-- none --"
1331
  msgstr ""
1332
 
1333
- #: includes/options/class-wpglobus-options.php:1161
1334
  msgid "All menus"
1335
  msgstr ""
1336
 
1337
- #: includes/options/class-wpglobus-options.php:1174
1338
  msgid "Instructions:"
1339
  msgstr "Instructions&nbsp;:"
1340
 
1341
- #: includes/options/class-wpglobus-options.php:1234
1342
  msgid "(Found in some themes)"
1343
  msgstr "(Trouvé dans certains thèmes)"
1344
 
1345
- #: includes/options/class-wpglobus-options.php:1236
1346
  msgid "Enable"
1347
  msgstr "Activer"
1348
 
1349
- #: includes/options/class-wpglobus-options.php:1251
1350
  msgid "Languages table"
1351
  msgstr "Tableau des langues"
1352
 
1353
- #: includes/options/class-wpglobus-options.php:1257
1354
  msgid "Use this table to add, edit or delete languages."
1355
  msgstr "Utilisez ce tableau pour ajouter, modifier ou supprimer des langues."
1356
 
1357
- #: includes/options/class-wpglobus-options.php:1258
1358
  msgid "NOTE: you cannot remove the main language."
1359
  msgstr "Remarque&nbsp;: vous ne pouvez pas supprimer la langue principale."
1360
 
1361
- #: includes/options/class-wpglobus-options.php:1306
1362
  msgid "WPGlobus is enabled on these Post Types"
1363
  msgstr ""
1364
 
1365
- #: includes/options/class-wpglobus-options.php:1307
1366
  msgid "Uncheck to disable"
1367
  msgstr ""
1368
 
1369
- #: includes/options/class-wpglobus-options.php:1308
1370
  msgid ""
1371
  "Please note that there are post types, which status is managed by other "
1372
  "plugins and cannot be changed here."
1373
  msgstr ""
1374
 
1375
- #: includes/options/class-wpglobus-options.php:1313
1376
  msgid "Post Types"
1377
  msgstr ""
1378
 
1379
- #: includes/options/class-wpglobus-options.php:1329
1380
  msgid ""
1381
  "You should put here only the code provided by WPGlobus Support. Do not write "
1382
  "anything else in the sections below as it might break the functionality of "
1383
  "your website!"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1370
1387
  msgid "Custom Code"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1478,
1391
- #: includes/options/class-wpglobus-options.php:1610,
1392
- #: includes/options/class-wpglobus-options.php:1721
1393
  msgid "Enabled"
1394
  msgstr ""
1395
 
1396
- #: includes/options/class-wpglobus-options.php:1491
1397
  msgid "Builders support"
1398
  msgstr ""
1399
 
1400
- #: includes/options/class-wpglobus-options.php:1543
1401
  msgid "Builder mode is enabled on these Post Types"
1402
  msgstr ""
1403
 
1404
- #: includes/options/class-wpglobus-options.php:1609
1405
  msgid "Old fashioned language switcher"
1406
  msgstr ""
1407
 
1408
- #: includes/options/class-wpglobus-options.php:1615
1409
  msgid "Block Editor"
1410
  msgstr ""
1411
 
1412
- #: includes/options/class-wpglobus-options.php:1616
1413
  msgid "Block Editor Options"
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1645
1417
  msgid ""
1418
  "With the current settings, you will see the following lines in the section "
1419
  "HEAD of your site pages"
1420
  msgstr ""
1421
 
1422
- #: includes/options/class-wpglobus-options.php:1647
1423
  msgid "(example for two languages)"
1424
  msgstr ""
1425
 
1426
- #: includes/options/class-wpglobus-options.php:1694
1427
  msgid ""
1428
  "Tell search engines about localized versions of your pages using the "
1429
  "hreflang tag"
1430
  msgstr ""
1431
 
1432
- #: includes/options/class-wpglobus-options.php:1703
1433
  msgid "Output the hreflang tag as"
1434
  msgstr ""
1435
 
1436
- #: includes/options/class-wpglobus-options.php:1706
1437
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1438
  msgstr ""
1439
 
1440
- #: includes/options/class-wpglobus-options.php:1707
1441
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1442
  msgstr ""
1443
 
1444
- #: includes/options/class-wpglobus-options.php:1708
1445
  msgid "Language code only (en, ru, etc.)"
1446
  msgstr ""
1447
 
1448
- #: includes/options/class-wpglobus-options.php:1720
1449
  msgid "Use the code `x-default` for the main language"
1450
  msgstr ""
1451
 
1452
- #: includes/options/class-wpglobus-options.php:1726
1453
  msgid "Multilingual SEO"
1454
  msgstr ""
1455
 
1456
- #: includes/options/class-wpglobus-options.php:1727
1457
  msgid "Multilingual SEO Options"
1458
  msgstr ""
1459
 
1460
- #: includes/options/class-wpglobus-options.php:1757
1461
  msgid ""
1462
  "With WPGlobus, you can get translations for posts and pages using REST API."
1463
  msgstr ""
1464
 
1465
- #: includes/options/class-wpglobus-options.php:1784,
1466
- #: includes/options/class-wpglobus-options.php:1792,
1467
- #: includes/options/class-wpglobus-options.php:1765,
1468
- #: includes/options/class-wpglobus-options.php:1773
1469
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1470
  msgstr ""
1471
 
1472
- #: includes/options/class-wpglobus-options.php:1762
1473
  msgid ""
1474
  "For demonstration, you can try the first post that WordPress creates at the "
1475
  "initial installation."
1476
  msgstr ""
1477
 
1478
- #: includes/options/class-wpglobus-options.php:1803
1479
  msgid ""
1480
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1481
  "information."
1482
  msgstr ""
1483
 
1484
- #: includes/options/class-wpglobus-options.php:1810
1485
  msgid ""
1486
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1487
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1488
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1489
  msgstr ""
1490
 
1491
- #: includes/options/class-wpglobus-options.php:1823
1492
  msgid "Description:"
1493
  msgstr ""
1494
 
1495
- #: includes/options/class-wpglobus-options.php:1830,
1496
- #: includes/options/class-wpglobus-options.php:1831
1497
  msgid "REST API"
1498
  msgstr ""
1499
 
1500
- #: includes/options/class-wpglobus-options.php:2164
1501
  msgid "Translate strings"
1502
  msgstr ""
1503
 
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:745,
362
+ #: includes/options/class-wpglobus-options.php:1170
363
  msgid "Languages"
364
  msgstr "Langues"
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:765,
367
+ #: includes/options/class-wpglobus-options.php:1183
368
  msgid "Enabled Languages"
369
  msgstr "Langues activées"
370
 
371
  #: includes/admin/class-wpglobus-customize-options.php:767,
372
+ #: includes/options/class-wpglobus-options.php:1184
373
  msgid "These languages are currently enabled on your site."
374
  msgstr "Ces langues sont actuellement disponibles sur votre site."
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:795,
377
+ #: includes/options/class-wpglobus-options.php:1142
378
  msgid "Choose a language you would like to enable."
379
  msgstr ""
380
 
385
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
386
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
387
  #: includes/admin/class-wpglobus-customize-options.php:801,
388
+ #: includes/options/class-wpglobus-options.php:1148
389
  msgid "or Add new Language %1$s here %2$s"
390
  msgstr "ou ajoutez une nouvelle langue %1$s ici %2$s"
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:813,
393
+ #: includes/options/class-wpglobus-options.php:1197
394
  msgid "Add Languages"
395
  msgstr "Ajouter des langues"
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:833,
398
+ #: includes/options/class-wpglobus-options.php:1205
399
  msgid "Language Selector Mode"
400
  msgstr "Mode du sélecteur de langue"
401
 
402
  #: includes/admin/class-wpglobus-customize-options.php:838,
403
+ #: includes/options/class-wpglobus-options.php:1208
404
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
405
  msgstr "Code à deux lettres avec le drapeau (en, fr, ru, etc.)."
406
 
407
  #: includes/admin/class-wpglobus-customize-options.php:839,
408
+ #: includes/options/class-wpglobus-options.php:1209
409
  msgid "Full Name (English, Russian, Italian, etc.)"
410
  msgstr "Nom entier (Anglais, Français, Russe, etc.)."
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:841,
413
+ #: includes/options/class-wpglobus-options.php:1210
414
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
415
  msgstr "Nom entier avec drapeau (Anglais, Français, Russe, etc.)."
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:842,
418
+ #: includes/options/class-wpglobus-options.php:1211
419
  msgid "Flags only"
420
  msgstr "Drapeaux uniquement"
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:844,
423
+ #: includes/options/class-wpglobus-options.php:1206
424
  msgid ""
425
  "Choose the way language name and country flag are shown in the drop-down menu"
426
  msgstr ""
433
 
434
  #: includes/admin/class-wpglobus-customize-options.php:915,
435
  #: includes/admin/class-wpglobus-customize-options.php:888,
436
+ #: includes/options/class-wpglobus-options.php:1224
437
  msgid "Language Selector Menu"
438
  msgstr "Menu du sélecteur de langue"
439
 
440
  #: includes/admin/class-wpglobus-customize-options.php:920,
441
  #: includes/admin/class-wpglobus-customize-options.php:899,
442
+ #: includes/options/class-wpglobus-options.php:1225
443
  msgid "Choose the navigation menu where the language selector will be shown"
444
  msgstr ""
445
  "Choisissez le menu de navigation où le sélecteur de langue sera affiché."
449
  msgstr "Aucun menu n’a été créé pour le moment. Faites-le."
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:940,
452
+ #: includes/options/class-wpglobus-options.php:1235
453
  msgid "\"All Pages\" menus Language selector"
454
  msgstr "Menu du sélecteur de langues pour « Toutes les pages »"
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:943,
457
+ #: includes/options/class-wpglobus-options.php:1237
458
  msgid ""
459
  "Adds language selector to the menus that automatically list all existing "
460
  "pages (using `wp_list_pages`)"
463
  "les pages existantes (en utilisant wp_list_pages)."
464
 
465
  #: includes/admin/class-wpglobus-customize-options.php:960,
466
+ #: includes/options/class-wpglobus-options.php:1350
467
  msgid "Custom CSS"
468
  msgstr "CSS personnalisé"
469
 
485
  msgstr "Décochez pour désactiver WPGlobus"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1125,
488
+ #: includes/options/class-wpglobus-options.php:1418
489
  msgid "Redirect"
490
  msgstr "Redirection"
491
 
492
  #: includes/admin/class-wpglobus-customize-options.php:1150,
493
+ #: includes/options/class-wpglobus-options.php:1413
494
  msgid "Choose the language automatically, based on:"
495
  msgstr "Choisir la langue automatiquement, à partir de&nbsp;:"
496
 
497
  #: includes/admin/class-wpglobus-customize-options.php:1152,
498
+ #: includes/options/class-wpglobus-options.php:1403
499
  msgid "Preferred language set in the browser"
500
  msgstr "Langue préférée définie dans le navigateur"
501
 
502
  #: includes/admin/class-wpglobus-customize-options.php:1153,
503
+ #: includes/options/class-wpglobus-options.php:1390
504
  msgid ""
505
  "When a user comes to the site for the first time, try to find the best "
506
  "matching language version of the page."
511
  #: includes/admin/class-wpglobus-customize-options.php:1214,
512
  #: includes/admin/class-wpglobus-customize-options.php:1234,
513
  #: includes/admin/class-wpglobus-customize-options.php:1192,
514
+ #: includes/options/class-wpglobus-options.php:1362
515
  msgid "Custom JS Code"
516
  msgstr "Code JS personnalisé"
517
 
556
  "dessous."
557
 
558
  #: includes/admin/class-wpglobus-customize-options.php:1351,
559
+ #: includes/options/class-wpglobus-options.php:602
560
  msgid "Thank you for installing WPGlobus!"
561
  msgstr "Merci pour votre installation de WPGlobus !"
562
 
563
  #: includes/admin/class-wpglobus-customize-options.php:1355,
564
+ #: includes/options/class-wpglobus-options.php:606
565
  msgid "Read About WPGlobus"
566
  msgstr "En savoir plus à propos de WPGlobus"
567
 
573
  "les options."
574
 
575
  #: includes/admin/class-wpglobus-customize-options.php:1363,
576
+ #: includes/options/class-wpglobus-options.php:642
577
  msgid ""
578
  "Should you have any questions or comments, please do not hesitate to contact "
579
  "us."
582
  "contacter."
583
 
584
  #: includes/admin/class-wpglobus-customize-options.php:1367,
585
+ #: includes/options/class-wpglobus-options.php:646
586
  msgid "Sincerely Yours,"
587
  msgstr "Cordialement,"
588
 
589
  #: includes/admin/class-wpglobus-customize-options.php:1369,
590
+ #: includes/options/class-wpglobus-options.php:648,
591
  #: includes/options/wpglobus-options-header.php:34
592
  msgid "The WPGlobus Team"
593
  msgstr "L’équipe de WPGlobus"
595
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
596
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
597
  #: includes/admin/class-wpglobus-customize-options.php:1388,
598
+ #: includes/options/class-wpglobus-options.php:683
599
  msgid ""
600
  "We would hate to see you go. If something goes wrong, do not uninstall "
601
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
605
  "vous aider&nbsp;!"
606
 
607
  #: includes/admin/class-wpglobus-customize-options.php:1395,
608
+ #: includes/options/class-wpglobus-options.php:690
609
  msgid ""
610
  "Please note that if you deactivate WPGlobus, your site will show all the "
611
  "languages together, mixed up. You will need to remove all translations, "
618
  #. translators: %s: link to the Clean-up Tool
619
  #. translators: %s: link to the Clean-up Tool.
620
  #: includes/admin/class-wpglobus-customize-options.php:1400,
621
+ #: includes/options/class-wpglobus-options.php:694
622
  msgid ""
623
  "If there are just a few places, you should edit them manually. To "
624
  "automatically remove all translations at once, you can use the %s. WARNING: "
634
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
635
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
636
  #: includes/admin/class-wpglobus-customize-options.php:1403,
637
+ #: includes/options/class-wpglobus-options.php:671
638
  msgid "%1$sClean-up Tool%2$s"
639
  msgstr "%1$sOutil de Nettoyage%2$s"
640
 
781
  msgstr ""
782
 
783
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
784
+ #: includes/options/class-wpglobus-options.php:720
785
  msgid "Help Desk"
786
  msgstr "Centre de support"
787
 
866
  msgstr ""
867
 
868
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
869
+ #: includes/options/class-wpglobus-options.php:927
870
  msgid "WPGlobus for WooCommerce"
871
  msgstr ""
872
 
1055
  msgstr ""
1056
 
1057
  #: includes/options/class-wpglobus-options.php:273,
1058
+ #: includes/options/class-wpglobus-options.php:796,
1059
+ #: includes/options/class-wpglobus-options.php:865
1060
  msgid "WPGlobus Plus"
1061
  msgstr ""
1062
 
1082
  "Settings panel properly. Please try another browser."
1083
  msgstr ""
1084
 
1085
+ #: includes/options/class-wpglobus-options.php:593,
1086
+ #: includes/options/class-wpglobus-options.php:1571
1087
  msgid "Сompatibility"
1088
  msgstr ""
1089
 
1090
  #. translators: placeholders for "strong" tags.
1091
+ #: includes/options/class-wpglobus-options.php:610
1092
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1093
  msgstr ""
1094
 
1095
  #. translators: placeholders for "strong" tags.
1096
+ #: includes/options/class-wpglobus-options.php:613
1097
  msgid ""
1098
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1099
  "the language attributes: name, code, flag icon, etc."
1100
  msgstr ""
1101
 
1102
+ #: includes/options/class-wpglobus-options.php:616
1103
  msgid "Important notes"
1104
  msgstr ""
1105
 
1106
  #. translators: placeholders for "strong" tags.
1107
+ #: includes/options/class-wpglobus-options.php:618
1108
  msgid "Version %1$s1.9.17%2$s "
1109
  msgstr ""
1110
 
1111
  #. translators: placeholders for "strong" tags.
1112
+ #: includes/options/class-wpglobus-options.php:621
1113
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1114
  msgstr ""
1115
 
1116
  #. translators: placeholders for "strong" tags; compatibility tab link.
1117
+ #: includes/options/class-wpglobus-options.php:624
1118
  msgid ""
1119
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1120
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1121
  msgstr ""
1122
 
1123
  #. translators: placeholders for "strong" tags; compatibility tab link.
1124
+ #: includes/options/class-wpglobus-options.php:627
1125
  msgid ""
1126
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1127
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1128
  msgstr ""
1129
 
1130
  #. translators: placeholders for "strong" tags.
1131
+ #: includes/options/class-wpglobus-options.php:631
1132
  msgid "Version %1$s2.2.11%2$s "
1133
  msgstr ""
1134
 
1135
+ #: includes/options/class-wpglobus-options.php:633
1136
  msgid "Starting from this version"
1137
  msgstr ""
1138
 
1139
  #. translators: placeholders for "strong" tags.
1140
+ #: includes/options/class-wpglobus-options.php:636
1141
  msgid ""
1142
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1143
  "(CPT)."
1144
  msgstr ""
1145
 
1146
  #. translators: placeholders for "strong" tags.
1147
+ #: includes/options/class-wpglobus-options.php:639
1148
  msgid ""
1149
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1150
  "the %1$s[%3$s]%2$s tab."
1151
  msgstr ""
1152
 
1153
+ #: includes/options/class-wpglobus-options.php:656
1154
  msgid "Welcome!"
1155
  msgstr "Bienvenue&nbsp;!"
1156
 
1157
+ #: includes/options/class-wpglobus-options.php:679
1158
  msgid "Deactivating / Uninstalling"
1159
  msgstr "Désactivation / Désinstallation"
1160
 
1161
+ #: includes/options/class-wpglobus-options.php:705
1162
  msgid "Uninstall"
1163
  msgstr ""
1164
 
1165
+ #: includes/options/class-wpglobus-options.php:735
1166
  msgid "All add-ons"
1167
  msgstr ""
1168
 
1169
+ #: includes/options/class-wpglobus-options.php:750
1170
  msgid "Mobile Menu"
1171
  msgstr ""
1172
 
1173
+ #: includes/options/class-wpglobus-options.php:765
1174
  msgid "Language Widgets"
1175
  msgstr ""
1176
 
1177
+ #: includes/options/class-wpglobus-options.php:835
1178
  msgid "We Recommend..."
1179
  msgstr ""
1180
 
1181
+ #: includes/options/class-wpglobus-options.php:867
1182
  msgid ""
1183
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1184
  "website, such as:"
1185
  msgstr ""
1186
 
1187
+ #: includes/options/class-wpglobus-options.php:870
1188
  msgid ""
1189
  "- Ability to write a post in one language and immediately publish it, not "
1190
  "waiting for the translation to other languages;"
1191
  msgstr ""
1192
 
1193
+ #: includes/options/class-wpglobus-options.php:873
1194
  msgid "- Set different URLs for each translation;"
1195
  msgstr ""
1196
 
1197
+ #: includes/options/class-wpglobus-options.php:876
1198
  msgid ""
1199
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1200
  "for each translation;"
1201
  msgstr ""
1202
 
1203
+ #: includes/options/class-wpglobus-options.php:879
1204
  msgid "- and more..."
1205
  msgstr ""
1206
 
1207
+ #: includes/options/class-wpglobus-options.php:882,
1208
+ #: includes/options/class-wpglobus-options.php:939,
1209
+ #: includes/options/class-wpglobus-options.php:997
1210
  msgid "Click here to download"
1211
  msgstr ""
1212
 
1213
+ #: includes/options/class-wpglobus-options.php:930
1214
  msgid ""
1215
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1216
  "translate your blog posts and pages to many languages."
1217
  msgstr ""
1218
 
1219
+ #: includes/options/class-wpglobus-options.php:933
1220
  msgid "The next step is to translate your WooCommerce-based store!"
1221
  msgstr ""
1222
 
1223
+ #: includes/options/class-wpglobus-options.php:936
1224
  msgid ""
1225
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1226
  "translate product titles and descriptions, categories, tags and attributes."
1227
  msgstr ""
1228
 
1229
+ #: includes/options/class-wpglobus-options.php:983
1230
  msgid "Multi-currency"
1231
  msgstr ""
1232
 
1233
+ #: includes/options/class-wpglobus-options.php:986
1234
  msgid ""
1235
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1236
  "a single currency only."
1237
  msgstr ""
1238
 
1239
+ #: includes/options/class-wpglobus-options.php:990
1240
  msgid ""
1241
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1242
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1244
  "positioning for global growth!"
1245
  msgstr ""
1246
 
1247
+ #: includes/options/class-wpglobus-options.php:994
1248
  msgid ""
1249
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1250
  "re-calculating prices on-the-fly."
1251
  msgstr ""
1252
 
1253
+ #: includes/options/class-wpglobus-options.php:1031
1254
  msgid "WPGlobus Premium Add-ons"
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1033
1258
  msgid ""
1259
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1260
  "you will be able to:"
1261
  msgstr ""
1262
 
1263
+ #: includes/options/class-wpglobus-options.php:1038
1264
  msgid ""
1265
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1266
  "моя-страница and so on);"
1267
  msgstr ""
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1041
1270
  msgid ""
1271
  "Postpone translation to some languages and <strong>publish only the "
1272
  "translated texts</strong>;"
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1044
1276
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1277
  msgstr ""
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1047
1280
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1281
  msgstr ""
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1050
1284
  msgid ""
1285
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1286
  "strong>;"
1287
  msgstr ""
1288
 
1289
+ #: includes/options/class-wpglobus-options.php:1054
1290
  msgid "...and more."
1291
  msgstr ""
1292
 
1293
+ #: includes/options/class-wpglobus-options.php:1057
1294
  msgid "Click here to visit the WPGlobus Store"
1295
  msgstr ""
1296
 
1297
+ #: includes/options/class-wpglobus-options.php:1098
1298
  msgid "Select a language"
1299
  msgstr "Sélectionner une langue"
1300
 
1301
  #. translators: %3$s placeholder for the icon (actual picture).
1302
+ #: includes/options/class-wpglobus-options.php:1127
1303
  msgid ""
1304
  "Place the %1$smain language%2$s of your site at the top of the list by "
1305
  "dragging the %3$s icons."
1306
  msgstr ""
1307
 
1308
  #. translators: placeholders for the "strong" HTML tags.
1309
+ #: includes/options/class-wpglobus-options.php:1130
1310
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1311
  msgstr ""
1312
 
1313
  #. translators: placeholders for the "strong" HTML tags.
1314
+ #: includes/options/class-wpglobus-options.php:1133
1315
  msgid "%1$sAdd%2$s more languages using the section below."
1316
  msgstr ""
1317
 
1318
+ #: includes/options/class-wpglobus-options.php:1134
1319
  msgid "When done, click the [Save Changes] button."
1320
  msgstr ""
1321
  "Quand c'est fait, cliquez sur le bouton [Enregistrer les modifications]."
1322
 
1323
  #. translators: %s - placeholder for the "Save Changes" button text.
1324
+ #: includes/options/class-wpglobus-options.php:1145
1325
  msgid "Press the %s button to confirm."
1326
  msgstr ""
1327
 
1328
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1329
+ #: includes/options/class-wpglobus-options.php:1162
1330
  msgid "-- none --"
1331
  msgstr ""
1332
 
1333
+ #: includes/options/class-wpglobus-options.php:1163
1334
  msgid "All menus"
1335
  msgstr ""
1336
 
1337
+ #: includes/options/class-wpglobus-options.php:1176
1338
  msgid "Instructions:"
1339
  msgstr "Instructions&nbsp;:"
1340
 
1341
+ #: includes/options/class-wpglobus-options.php:1236
1342
  msgid "(Found in some themes)"
1343
  msgstr "(Trouvé dans certains thèmes)"
1344
 
1345
+ #: includes/options/class-wpglobus-options.php:1238
1346
  msgid "Enable"
1347
  msgstr "Activer"
1348
 
1349
+ #: includes/options/class-wpglobus-options.php:1253
1350
  msgid "Languages table"
1351
  msgstr "Tableau des langues"
1352
 
1353
+ #: includes/options/class-wpglobus-options.php:1259
1354
  msgid "Use this table to add, edit or delete languages."
1355
  msgstr "Utilisez ce tableau pour ajouter, modifier ou supprimer des langues."
1356
 
1357
+ #: includes/options/class-wpglobus-options.php:1260
1358
  msgid "NOTE: you cannot remove the main language."
1359
  msgstr "Remarque&nbsp;: vous ne pouvez pas supprimer la langue principale."
1360
 
1361
+ #: includes/options/class-wpglobus-options.php:1308
1362
  msgid "WPGlobus is enabled on these Post Types"
1363
  msgstr ""
1364
 
1365
+ #: includes/options/class-wpglobus-options.php:1309
1366
  msgid "Uncheck to disable"
1367
  msgstr ""
1368
 
1369
+ #: includes/options/class-wpglobus-options.php:1310
1370
  msgid ""
1371
  "Please note that there are post types, which status is managed by other "
1372
  "plugins and cannot be changed here."
1373
  msgstr ""
1374
 
1375
+ #: includes/options/class-wpglobus-options.php:1315
1376
  msgid "Post Types"
1377
  msgstr ""
1378
 
1379
+ #: includes/options/class-wpglobus-options.php:1331
1380
  msgid ""
1381
  "You should put here only the code provided by WPGlobus Support. Do not write "
1382
  "anything else in the sections below as it might break the functionality of "
1383
  "your website!"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1372
1387
  msgid "Custom Code"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1480,
1391
+ #: includes/options/class-wpglobus-options.php:1612,
1392
+ #: includes/options/class-wpglobus-options.php:1723
1393
  msgid "Enabled"
1394
  msgstr ""
1395
 
1396
+ #: includes/options/class-wpglobus-options.php:1493
1397
  msgid "Builders support"
1398
  msgstr ""
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:1545
1401
  msgid "Builder mode is enabled on these Post Types"
1402
  msgstr ""
1403
 
1404
+ #: includes/options/class-wpglobus-options.php:1611
1405
  msgid "Old fashioned language switcher"
1406
  msgstr ""
1407
 
1408
+ #: includes/options/class-wpglobus-options.php:1617
1409
  msgid "Block Editor"
1410
  msgstr ""
1411
 
1412
+ #: includes/options/class-wpglobus-options.php:1618
1413
  msgid "Block Editor Options"
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1647
1417
  msgid ""
1418
  "With the current settings, you will see the following lines in the section "
1419
  "HEAD of your site pages"
1420
  msgstr ""
1421
 
1422
+ #: includes/options/class-wpglobus-options.php:1649
1423
  msgid "(example for two languages)"
1424
  msgstr ""
1425
 
1426
+ #: includes/options/class-wpglobus-options.php:1696
1427
  msgid ""
1428
  "Tell search engines about localized versions of your pages using the "
1429
  "hreflang tag"
1430
  msgstr ""
1431
 
1432
+ #: includes/options/class-wpglobus-options.php:1705
1433
  msgid "Output the hreflang tag as"
1434
  msgstr ""
1435
 
1436
+ #: includes/options/class-wpglobus-options.php:1708
1437
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1438
  msgstr ""
1439
 
1440
+ #: includes/options/class-wpglobus-options.php:1709
1441
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1442
  msgstr ""
1443
 
1444
+ #: includes/options/class-wpglobus-options.php:1710
1445
  msgid "Language code only (en, ru, etc.)"
1446
  msgstr ""
1447
 
1448
+ #: includes/options/class-wpglobus-options.php:1722
1449
  msgid "Use the code `x-default` for the main language"
1450
  msgstr ""
1451
 
1452
+ #: includes/options/class-wpglobus-options.php:1728
1453
  msgid "Multilingual SEO"
1454
  msgstr ""
1455
 
1456
+ #: includes/options/class-wpglobus-options.php:1729
1457
  msgid "Multilingual SEO Options"
1458
  msgstr ""
1459
 
1460
+ #: includes/options/class-wpglobus-options.php:1766
1461
  msgid ""
1462
  "With WPGlobus, you can get translations for posts and pages using REST API."
1463
  msgstr ""
1464
 
1465
+ #: includes/options/class-wpglobus-options.php:1793,
1466
+ #: includes/options/class-wpglobus-options.php:1801,
1467
+ #: includes/options/class-wpglobus-options.php:1774,
1468
+ #: includes/options/class-wpglobus-options.php:1782
1469
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1470
  msgstr ""
1471
 
1472
+ #: includes/options/class-wpglobus-options.php:1771
1473
  msgid ""
1474
  "For demonstration, you can try the first post that WordPress creates at the "
1475
  "initial installation."
1476
  msgstr ""
1477
 
1478
+ #: includes/options/class-wpglobus-options.php:1812
1479
  msgid ""
1480
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1481
  "information."
1482
  msgstr ""
1483
 
1484
+ #: includes/options/class-wpglobus-options.php:1819
1485
  msgid ""
1486
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1487
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1488
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1489
  msgstr ""
1490
 
1491
+ #: includes/options/class-wpglobus-options.php:1832
1492
  msgid "Description:"
1493
  msgstr ""
1494
 
1495
+ #: includes/options/class-wpglobus-options.php:1839,
1496
+ #: includes/options/class-wpglobus-options.php:1840
1497
  msgid "REST API"
1498
  msgstr ""
1499
 
1500
+ #: includes/options/class-wpglobus-options.php:2173
1501
  msgid "Translate strings"
1502
  msgstr ""
1503
 
languages/wpglobus-fr_CA.po CHANGED
@@ -361,22 +361,22 @@ msgid "Help"
361
  msgstr ""
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:745,
364
- #: includes/options/class-wpglobus-options.php:1168
365
  msgid "Languages"
366
  msgstr "Langues"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:765,
369
- #: includes/options/class-wpglobus-options.php:1181
370
  msgid "Enabled Languages"
371
  msgstr "Langues activées"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:767,
374
- #: includes/options/class-wpglobus-options.php:1182
375
  msgid "These languages are currently enabled on your site."
376
  msgstr "Ces langues sont actuellement disponibles sur votre site."
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:795,
379
- #: includes/options/class-wpglobus-options.php:1140
380
  msgid "Choose a language you would like to enable."
381
  msgstr ""
382
 
@@ -387,42 +387,42 @@ msgstr ""
387
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
388
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
389
  #: includes/admin/class-wpglobus-customize-options.php:801,
390
- #: includes/options/class-wpglobus-options.php:1146
391
  msgid "or Add new Language %1$s here %2$s"
392
  msgstr "ou ajoutez une nouvelle langue %1$s ici %2$s"
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:813,
395
- #: includes/options/class-wpglobus-options.php:1195
396
  msgid "Add Languages"
397
  msgstr "Ajouter des langues"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:833,
400
- #: includes/options/class-wpglobus-options.php:1203
401
  msgid "Language Selector Mode"
402
  msgstr "Mode du sélecteur de langue"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:838,
405
- #: includes/options/class-wpglobus-options.php:1206
406
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
407
  msgstr "Code à deux lettres avec le drapeau (en, fr, ru, etc.)."
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:839,
410
- #: includes/options/class-wpglobus-options.php:1207
411
  msgid "Full Name (English, Russian, Italian, etc.)"
412
  msgstr "Nom entier (Anglais, Français, Russe, etc.)."
413
 
414
  #: includes/admin/class-wpglobus-customize-options.php:841,
415
- #: includes/options/class-wpglobus-options.php:1208
416
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
417
  msgstr "Nom entier avec drapeau (Anglais, Français, Russe, etc.)."
418
 
419
  #: includes/admin/class-wpglobus-customize-options.php:842,
420
- #: includes/options/class-wpglobus-options.php:1209
421
  msgid "Flags only"
422
  msgstr "Drapeaux uniquement"
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:844,
425
- #: includes/options/class-wpglobus-options.php:1204
426
  msgid ""
427
  "Choose the way language name and country flag are shown in the drop-down menu"
428
  msgstr ""
@@ -435,13 +435,13 @@ msgstr ""
435
 
436
  #: includes/admin/class-wpglobus-customize-options.php:915,
437
  #: includes/admin/class-wpglobus-customize-options.php:888,
438
- #: includes/options/class-wpglobus-options.php:1222
439
  msgid "Language Selector Menu"
440
  msgstr "Menu du sélecteur de langue"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:920,
443
  #: includes/admin/class-wpglobus-customize-options.php:899,
444
- #: includes/options/class-wpglobus-options.php:1223
445
  msgid "Choose the navigation menu where the language selector will be shown"
446
  msgstr ""
447
  "Choisissez le menu de navigation où le sélecteur de langue sera affiché."
@@ -451,12 +451,12 @@ msgid "No menus have been created yet. Create some."
451
  msgstr "Aucun menu n’a été créé pour le moment. Faites-le."
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:940,
454
- #: includes/options/class-wpglobus-options.php:1233
455
  msgid "\"All Pages\" menus Language selector"
456
  msgstr "Menu du sélecteur de langues pour « Toutes les pages »"
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:943,
459
- #: includes/options/class-wpglobus-options.php:1235
460
  msgid ""
461
  "Adds language selector to the menus that automatically list all existing "
462
  "pages (using `wp_list_pages`)"
@@ -465,7 +465,7 @@ msgstr ""
465
  "les pages existantes (en utilisant wp_list_pages)."
466
 
467
  #: includes/admin/class-wpglobus-customize-options.php:960,
468
- #: includes/options/class-wpglobus-options.php:1348
469
  msgid "Custom CSS"
470
  msgstr "CSS personnalisé"
471
 
@@ -487,22 +487,22 @@ msgid "Uncheck to disable WPGlobus"
487
  msgstr "Décochez pour désactiver WPGlobus"
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1125,
490
- #: includes/options/class-wpglobus-options.php:1416
491
  msgid "Redirect"
492
  msgstr "Redirection"
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1150,
495
- #: includes/options/class-wpglobus-options.php:1411
496
  msgid "Choose the language automatically, based on:"
497
  msgstr "Choisir la langue automatiquement, à partir de&nbsp;:"
498
 
499
  #: includes/admin/class-wpglobus-customize-options.php:1152,
500
- #: includes/options/class-wpglobus-options.php:1401
501
  msgid "Preferred language set in the browser"
502
  msgstr "Langue préférée définie dans le navigateur"
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1153,
505
- #: includes/options/class-wpglobus-options.php:1388
506
  msgid ""
507
  "When a user comes to the site for the first time, try to find the best "
508
  "matching language version of the page."
@@ -513,7 +513,7 @@ msgstr ""
513
  #: includes/admin/class-wpglobus-customize-options.php:1214,
514
  #: includes/admin/class-wpglobus-customize-options.php:1234,
515
  #: includes/admin/class-wpglobus-customize-options.php:1192,
516
- #: includes/options/class-wpglobus-options.php:1360
517
  msgid "Custom JS Code"
518
  msgstr "Code JS personnalisé"
519
 
@@ -558,12 +558,12 @@ msgstr ""
558
  "dessous."
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1351,
561
- #: includes/options/class-wpglobus-options.php:600
562
  msgid "Thank you for installing WPGlobus!"
563
  msgstr "Merci pour votre installation de WPGlobus !"
564
 
565
  #: includes/admin/class-wpglobus-customize-options.php:1355,
566
- #: includes/options/class-wpglobus-options.php:604
567
  msgid "Read About WPGlobus"
568
  msgstr "En savoir plus à propos de WPGlobus"
569
 
@@ -575,7 +575,7 @@ msgstr ""
575
  "les options."
576
 
577
  #: includes/admin/class-wpglobus-customize-options.php:1363,
578
- #: includes/options/class-wpglobus-options.php:640
579
  msgid ""
580
  "Should you have any questions or comments, please do not hesitate to contact "
581
  "us."
@@ -584,12 +584,12 @@ msgstr ""
584
  "contacter."
585
 
586
  #: includes/admin/class-wpglobus-customize-options.php:1367,
587
- #: includes/options/class-wpglobus-options.php:644
588
  msgid "Sincerely Yours,"
589
  msgstr "Cordialement,"
590
 
591
  #: includes/admin/class-wpglobus-customize-options.php:1369,
592
- #: includes/options/class-wpglobus-options.php:646,
593
  #: includes/options/wpglobus-options-header.php:34
594
  msgid "The WPGlobus Team"
595
  msgstr "L’équipe de WPGlobus"
@@ -597,7 +597,7 @@ msgstr "L’équipe de WPGlobus"
597
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
598
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
599
  #: includes/admin/class-wpglobus-customize-options.php:1388,
600
- #: includes/options/class-wpglobus-options.php:681
601
  msgid ""
602
  "We would hate to see you go. If something goes wrong, do not uninstall "
603
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -607,7 +607,7 @@ msgstr ""
607
  "vous aider&nbsp;!"
608
 
609
  #: includes/admin/class-wpglobus-customize-options.php:1395,
610
- #: includes/options/class-wpglobus-options.php:688
611
  msgid ""
612
  "Please note that if you deactivate WPGlobus, your site will show all the "
613
  "languages together, mixed up. You will need to remove all translations, "
@@ -620,7 +620,7 @@ msgstr ""
620
  #. translators: %s: link to the Clean-up Tool
621
  #. translators: %s: link to the Clean-up Tool.
622
  #: includes/admin/class-wpglobus-customize-options.php:1400,
623
- #: includes/options/class-wpglobus-options.php:692
624
  msgid ""
625
  "If there are just a few places, you should edit them manually. To "
626
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -636,7 +636,7 @@ msgstr ""
636
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
637
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
638
  #: includes/admin/class-wpglobus-customize-options.php:1403,
639
- #: includes/options/class-wpglobus-options.php:669
640
  msgid "%1$sClean-up Tool%2$s"
641
  msgstr "%1$sOutil de Nettoyage%2$s"
642
 
@@ -783,7 +783,7 @@ msgid ""
783
  msgstr ""
784
 
785
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
786
- #: includes/options/class-wpglobus-options.php:718
787
  msgid "Help Desk"
788
  msgstr "Centre de support"
789
 
@@ -868,7 +868,7 @@ msgid "WPGlobus Recommends:"
868
  msgstr ""
869
 
870
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
871
- #: includes/options/class-wpglobus-options.php:925
872
  msgid "WPGlobus for WooCommerce"
873
  msgstr ""
874
 
@@ -1057,8 +1057,8 @@ msgid "Language Selector Menu Style"
1057
  msgstr ""
1058
 
1059
  #: includes/options/class-wpglobus-options.php:273,
1060
- #: includes/options/class-wpglobus-options.php:794,
1061
- #: includes/options/class-wpglobus-options.php:863
1062
  msgid "WPGlobus Plus"
1063
  msgstr ""
1064
 
@@ -1084,161 +1084,161 @@ msgid ""
1084
  "Settings panel properly. Please try another browser."
1085
  msgstr ""
1086
 
1087
- #: includes/options/class-wpglobus-options.php:591,
1088
- #: includes/options/class-wpglobus-options.php:1569
1089
  msgid "Сompatibility"
1090
  msgstr ""
1091
 
1092
  #. translators: placeholders for "strong" tags.
1093
- #: includes/options/class-wpglobus-options.php:608
1094
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1095
  msgstr ""
1096
 
1097
  #. translators: placeholders for "strong" tags.
1098
- #: includes/options/class-wpglobus-options.php:611
1099
  msgid ""
1100
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1101
  "the language attributes: name, code, flag icon, etc."
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:614
1105
  msgid "Important notes"
1106
  msgstr ""
1107
 
1108
  #. translators: placeholders for "strong" tags.
1109
- #: includes/options/class-wpglobus-options.php:616
1110
  msgid "Version %1$s1.9.17%2$s "
1111
  msgstr ""
1112
 
1113
  #. translators: placeholders for "strong" tags.
1114
- #: includes/options/class-wpglobus-options.php:619
1115
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1116
  msgstr ""
1117
 
1118
  #. translators: placeholders for "strong" tags; compatibility tab link.
1119
- #: includes/options/class-wpglobus-options.php:622
1120
  msgid ""
1121
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1122
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1123
  msgstr ""
1124
 
1125
  #. translators: placeholders for "strong" tags; compatibility tab link.
1126
- #: includes/options/class-wpglobus-options.php:625
1127
  msgid ""
1128
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1129
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1130
  msgstr ""
1131
 
1132
  #. translators: placeholders for "strong" tags.
1133
- #: includes/options/class-wpglobus-options.php:629
1134
  msgid "Version %1$s2.2.11%2$s "
1135
  msgstr ""
1136
 
1137
- #: includes/options/class-wpglobus-options.php:631
1138
  msgid "Starting from this version"
1139
  msgstr ""
1140
 
1141
  #. translators: placeholders for "strong" tags.
1142
- #: includes/options/class-wpglobus-options.php:634
1143
  msgid ""
1144
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1145
  "(CPT)."
1146
  msgstr ""
1147
 
1148
  #. translators: placeholders for "strong" tags.
1149
- #: includes/options/class-wpglobus-options.php:637
1150
  msgid ""
1151
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1152
  "the %1$s[%3$s]%2$s tab."
1153
  msgstr ""
1154
 
1155
- #: includes/options/class-wpglobus-options.php:654
1156
  msgid "Welcome!"
1157
  msgstr "Bienvenue&nbsp;!"
1158
 
1159
- #: includes/options/class-wpglobus-options.php:677
1160
  msgid "Deactivating / Uninstalling"
1161
  msgstr "Désactivation / Désinstallation"
1162
 
1163
- #: includes/options/class-wpglobus-options.php:703
1164
  msgid "Uninstall"
1165
  msgstr ""
1166
 
1167
- #: includes/options/class-wpglobus-options.php:733
1168
  msgid "All add-ons"
1169
  msgstr ""
1170
 
1171
- #: includes/options/class-wpglobus-options.php:748
1172
  msgid "Mobile Menu"
1173
  msgstr ""
1174
 
1175
- #: includes/options/class-wpglobus-options.php:763
1176
  msgid "Language Widgets"
1177
  msgstr ""
1178
 
1179
- #: includes/options/class-wpglobus-options.php:833
1180
  msgid "We Recommend..."
1181
  msgstr ""
1182
 
1183
- #: includes/options/class-wpglobus-options.php:865
1184
  msgid ""
1185
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1186
  "website, such as:"
1187
  msgstr ""
1188
 
1189
- #: includes/options/class-wpglobus-options.php:868
1190
  msgid ""
1191
  "- Ability to write a post in one language and immediately publish it, not "
1192
  "waiting for the translation to other languages;"
1193
  msgstr ""
1194
 
1195
- #: includes/options/class-wpglobus-options.php:871
1196
  msgid "- Set different URLs for each translation;"
1197
  msgstr ""
1198
 
1199
- #: includes/options/class-wpglobus-options.php:874
1200
  msgid ""
1201
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1202
  "for each translation;"
1203
  msgstr ""
1204
 
1205
- #: includes/options/class-wpglobus-options.php:877
1206
  msgid "- and more..."
1207
  msgstr ""
1208
 
1209
- #: includes/options/class-wpglobus-options.php:880,
1210
- #: includes/options/class-wpglobus-options.php:937,
1211
- #: includes/options/class-wpglobus-options.php:995
1212
  msgid "Click here to download"
1213
  msgstr ""
1214
 
1215
- #: includes/options/class-wpglobus-options.php:928
1216
  msgid ""
1217
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1218
  "translate your blog posts and pages to many languages."
1219
  msgstr ""
1220
 
1221
- #: includes/options/class-wpglobus-options.php:931
1222
  msgid "The next step is to translate your WooCommerce-based store!"
1223
  msgstr ""
1224
 
1225
- #: includes/options/class-wpglobus-options.php:934
1226
  msgid ""
1227
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1228
  "translate product titles and descriptions, categories, tags and attributes."
1229
  msgstr ""
1230
 
1231
- #: includes/options/class-wpglobus-options.php:981
1232
  msgid "Multi-currency"
1233
  msgstr ""
1234
 
1235
- #: includes/options/class-wpglobus-options.php:984
1236
  msgid ""
1237
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1238
  "a single currency only."
1239
  msgstr ""
1240
 
1241
- #: includes/options/class-wpglobus-options.php:988
1242
  msgid ""
1243
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1244
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1246,260 +1246,260 @@ msgid ""
1246
  "positioning for global growth!"
1247
  msgstr ""
1248
 
1249
- #: includes/options/class-wpglobus-options.php:992
1250
  msgid ""
1251
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1252
  "re-calculating prices on-the-fly."
1253
  msgstr ""
1254
 
1255
- #: includes/options/class-wpglobus-options.php:1029
1256
  msgid "WPGlobus Premium Add-ons"
1257
  msgstr ""
1258
 
1259
- #: includes/options/class-wpglobus-options.php:1031
1260
  msgid ""
1261
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1262
  "you will be able to:"
1263
  msgstr ""
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1036
1266
  msgid ""
1267
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1268
  "моя-страница and so on);"
1269
  msgstr ""
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1039
1272
  msgid ""
1273
  "Postpone translation to some languages and <strong>publish only the "
1274
  "translated texts</strong>;"
1275
  msgstr ""
1276
 
1277
- #: includes/options/class-wpglobus-options.php:1042
1278
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1279
  msgstr ""
1280
 
1281
- #: includes/options/class-wpglobus-options.php:1045
1282
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1283
  msgstr ""
1284
 
1285
- #: includes/options/class-wpglobus-options.php:1048
1286
  msgid ""
1287
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1288
  "strong>;"
1289
  msgstr ""
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1052
1292
  msgid "...and more."
1293
  msgstr ""
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1055
1296
  msgid "Click here to visit the WPGlobus Store"
1297
  msgstr ""
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1096
1300
  msgid "Select a language"
1301
  msgstr "Sélectionner une langue"
1302
 
1303
  #. translators: %3$s placeholder for the icon (actual picture).
1304
- #: includes/options/class-wpglobus-options.php:1125
1305
  msgid ""
1306
  "Place the %1$smain language%2$s of your site at the top of the list by "
1307
  "dragging the %3$s icons."
1308
  msgstr ""
1309
 
1310
  #. translators: placeholders for the "strong" HTML tags.
1311
- #: includes/options/class-wpglobus-options.php:1128
1312
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1313
  msgstr ""
1314
 
1315
  #. translators: placeholders for the "strong" HTML tags.
1316
- #: includes/options/class-wpglobus-options.php:1131
1317
  msgid "%1$sAdd%2$s more languages using the section below."
1318
  msgstr ""
1319
 
1320
- #: includes/options/class-wpglobus-options.php:1132
1321
  msgid "When done, click the [Save Changes] button."
1322
  msgstr ""
1323
  "Quand c'est fait, cliquez sur le bouton [Enregistrer les modifications]."
1324
 
1325
  #. translators: %s - placeholder for the "Save Changes" button text.
1326
- #: includes/options/class-wpglobus-options.php:1143
1327
  msgid "Press the %s button to confirm."
1328
  msgstr ""
1329
 
1330
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1331
- #: includes/options/class-wpglobus-options.php:1160
1332
  msgid "-- none --"
1333
  msgstr ""
1334
 
1335
- #: includes/options/class-wpglobus-options.php:1161
1336
  msgid "All menus"
1337
  msgstr ""
1338
 
1339
- #: includes/options/class-wpglobus-options.php:1174
1340
  msgid "Instructions:"
1341
  msgstr "Instructions&nbsp;:"
1342
 
1343
- #: includes/options/class-wpglobus-options.php:1234
1344
  msgid "(Found in some themes)"
1345
  msgstr "(Trouvé dans certains thèmes)"
1346
 
1347
- #: includes/options/class-wpglobus-options.php:1236
1348
  msgid "Enable"
1349
  msgstr "Activer"
1350
 
1351
- #: includes/options/class-wpglobus-options.php:1251
1352
  msgid "Languages table"
1353
  msgstr "Tableau des langues"
1354
 
1355
- #: includes/options/class-wpglobus-options.php:1257
1356
  msgid "Use this table to add, edit or delete languages."
1357
  msgstr "Utilisez ce tableau pour ajouter, modifier ou supprimer des langues."
1358
 
1359
- #: includes/options/class-wpglobus-options.php:1258
1360
  msgid "NOTE: you cannot remove the main language."
1361
  msgstr "Remarque&nbsp;: vous ne pouvez pas supprimer la langue principale."
1362
 
1363
- #: includes/options/class-wpglobus-options.php:1306
1364
  msgid "WPGlobus is enabled on these Post Types"
1365
  msgstr ""
1366
 
1367
- #: includes/options/class-wpglobus-options.php:1307
1368
  msgid "Uncheck to disable"
1369
  msgstr ""
1370
 
1371
- #: includes/options/class-wpglobus-options.php:1308
1372
  msgid ""
1373
  "Please note that there are post types, which status is managed by other "
1374
  "plugins and cannot be changed here."
1375
  msgstr ""
1376
 
1377
- #: includes/options/class-wpglobus-options.php:1313
1378
  msgid "Post Types"
1379
  msgstr ""
1380
 
1381
- #: includes/options/class-wpglobus-options.php:1329
1382
  msgid ""
1383
  "You should put here only the code provided by WPGlobus Support. Do not write "
1384
  "anything else in the sections below as it might break the functionality of "
1385
  "your website!"
1386
  msgstr ""
1387
 
1388
- #: includes/options/class-wpglobus-options.php:1370
1389
  msgid "Custom Code"
1390
  msgstr ""
1391
 
1392
- #: includes/options/class-wpglobus-options.php:1478,
1393
- #: includes/options/class-wpglobus-options.php:1610,
1394
- #: includes/options/class-wpglobus-options.php:1721
1395
  msgid "Enabled"
1396
  msgstr "Activé"
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1491
1399
  msgid "Builders support"
1400
  msgstr ""
1401
 
1402
- #: includes/options/class-wpglobus-options.php:1543
1403
  msgid "Builder mode is enabled on these Post Types"
1404
  msgstr ""
1405
 
1406
- #: includes/options/class-wpglobus-options.php:1609
1407
  msgid "Old fashioned language switcher"
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1615
1411
  msgid "Block Editor"
1412
  msgstr ""
1413
 
1414
- #: includes/options/class-wpglobus-options.php:1616
1415
  msgid "Block Editor Options"
1416
  msgstr ""
1417
 
1418
- #: includes/options/class-wpglobus-options.php:1645
1419
  msgid ""
1420
  "With the current settings, you will see the following lines in the section "
1421
  "HEAD of your site pages"
1422
  msgstr ""
1423
 
1424
- #: includes/options/class-wpglobus-options.php:1647
1425
  msgid "(example for two languages)"
1426
  msgstr ""
1427
 
1428
- #: includes/options/class-wpglobus-options.php:1694
1429
  msgid ""
1430
  "Tell search engines about localized versions of your pages using the "
1431
  "hreflang tag"
1432
  msgstr ""
1433
 
1434
- #: includes/options/class-wpglobus-options.php:1703
1435
  msgid "Output the hreflang tag as"
1436
  msgstr ""
1437
 
1438
- #: includes/options/class-wpglobus-options.php:1706
1439
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1440
  msgstr ""
1441
 
1442
- #: includes/options/class-wpglobus-options.php:1707
1443
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1444
  msgstr ""
1445
 
1446
- #: includes/options/class-wpglobus-options.php:1708
1447
  msgid "Language code only (en, ru, etc.)"
1448
  msgstr ""
1449
 
1450
- #: includes/options/class-wpglobus-options.php:1720
1451
  msgid "Use the code `x-default` for the main language"
1452
  msgstr ""
1453
 
1454
- #: includes/options/class-wpglobus-options.php:1726
1455
  msgid "Multilingual SEO"
1456
  msgstr ""
1457
 
1458
- #: includes/options/class-wpglobus-options.php:1727
1459
  msgid "Multilingual SEO Options"
1460
  msgstr ""
1461
 
1462
- #: includes/options/class-wpglobus-options.php:1757
1463
  msgid ""
1464
  "With WPGlobus, you can get translations for posts and pages using REST API."
1465
  msgstr ""
1466
 
1467
- #: includes/options/class-wpglobus-options.php:1784,
1468
- #: includes/options/class-wpglobus-options.php:1792,
1469
- #: includes/options/class-wpglobus-options.php:1765,
1470
- #: includes/options/class-wpglobus-options.php:1773
1471
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1472
  msgstr ""
1473
 
1474
- #: includes/options/class-wpglobus-options.php:1762
1475
  msgid ""
1476
  "For demonstration, you can try the first post that WordPress creates at the "
1477
  "initial installation."
1478
  msgstr ""
1479
 
1480
- #: includes/options/class-wpglobus-options.php:1803
1481
  msgid ""
1482
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1483
  "information."
1484
  msgstr ""
1485
 
1486
- #: includes/options/class-wpglobus-options.php:1810
1487
  msgid ""
1488
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1489
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1490
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1491
  msgstr ""
1492
 
1493
- #: includes/options/class-wpglobus-options.php:1823
1494
  msgid "Description:"
1495
  msgstr ""
1496
 
1497
- #: includes/options/class-wpglobus-options.php:1830,
1498
- #: includes/options/class-wpglobus-options.php:1831
1499
  msgid "REST API"
1500
  msgstr ""
1501
 
1502
- #: includes/options/class-wpglobus-options.php:2164
1503
  msgid "Translate strings"
1504
  msgstr ""
1505
 
361
  msgstr ""
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:745,
364
+ #: includes/options/class-wpglobus-options.php:1170
365
  msgid "Languages"
366
  msgstr "Langues"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:765,
369
+ #: includes/options/class-wpglobus-options.php:1183
370
  msgid "Enabled Languages"
371
  msgstr "Langues activées"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:767,
374
+ #: includes/options/class-wpglobus-options.php:1184
375
  msgid "These languages are currently enabled on your site."
376
  msgstr "Ces langues sont actuellement disponibles sur votre site."
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:795,
379
+ #: includes/options/class-wpglobus-options.php:1142
380
  msgid "Choose a language you would like to enable."
381
  msgstr ""
382
 
387
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
388
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
389
  #: includes/admin/class-wpglobus-customize-options.php:801,
390
+ #: includes/options/class-wpglobus-options.php:1148
391
  msgid "or Add new Language %1$s here %2$s"
392
  msgstr "ou ajoutez une nouvelle langue %1$s ici %2$s"
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:813,
395
+ #: includes/options/class-wpglobus-options.php:1197
396
  msgid "Add Languages"
397
  msgstr "Ajouter des langues"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:833,
400
+ #: includes/options/class-wpglobus-options.php:1205
401
  msgid "Language Selector Mode"
402
  msgstr "Mode du sélecteur de langue"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:838,
405
+ #: includes/options/class-wpglobus-options.php:1208
406
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
407
  msgstr "Code à deux lettres avec le drapeau (en, fr, ru, etc.)."
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:839,
410
+ #: includes/options/class-wpglobus-options.php:1209
411
  msgid "Full Name (English, Russian, Italian, etc.)"
412
  msgstr "Nom entier (Anglais, Français, Russe, etc.)."
413
 
414
  #: includes/admin/class-wpglobus-customize-options.php:841,
415
+ #: includes/options/class-wpglobus-options.php:1210
416
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
417
  msgstr "Nom entier avec drapeau (Anglais, Français, Russe, etc.)."
418
 
419
  #: includes/admin/class-wpglobus-customize-options.php:842,
420
+ #: includes/options/class-wpglobus-options.php:1211
421
  msgid "Flags only"
422
  msgstr "Drapeaux uniquement"
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:844,
425
+ #: includes/options/class-wpglobus-options.php:1206
426
  msgid ""
427
  "Choose the way language name and country flag are shown in the drop-down menu"
428
  msgstr ""
435
 
436
  #: includes/admin/class-wpglobus-customize-options.php:915,
437
  #: includes/admin/class-wpglobus-customize-options.php:888,
438
+ #: includes/options/class-wpglobus-options.php:1224
439
  msgid "Language Selector Menu"
440
  msgstr "Menu du sélecteur de langue"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:920,
443
  #: includes/admin/class-wpglobus-customize-options.php:899,
444
+ #: includes/options/class-wpglobus-options.php:1225
445
  msgid "Choose the navigation menu where the language selector will be shown"
446
  msgstr ""
447
  "Choisissez le menu de navigation où le sélecteur de langue sera affiché."
451
  msgstr "Aucun menu n’a été créé pour le moment. Faites-le."
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:940,
454
+ #: includes/options/class-wpglobus-options.php:1235
455
  msgid "\"All Pages\" menus Language selector"
456
  msgstr "Menu du sélecteur de langues pour « Toutes les pages »"
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:943,
459
+ #: includes/options/class-wpglobus-options.php:1237
460
  msgid ""
461
  "Adds language selector to the menus that automatically list all existing "
462
  "pages (using `wp_list_pages`)"
465
  "les pages existantes (en utilisant wp_list_pages)."
466
 
467
  #: includes/admin/class-wpglobus-customize-options.php:960,
468
+ #: includes/options/class-wpglobus-options.php:1350
469
  msgid "Custom CSS"
470
  msgstr "CSS personnalisé"
471
 
487
  msgstr "Décochez pour désactiver WPGlobus"
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1125,
490
+ #: includes/options/class-wpglobus-options.php:1418
491
  msgid "Redirect"
492
  msgstr "Redirection"
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1150,
495
+ #: includes/options/class-wpglobus-options.php:1413
496
  msgid "Choose the language automatically, based on:"
497
  msgstr "Choisir la langue automatiquement, à partir de&nbsp;:"
498
 
499
  #: includes/admin/class-wpglobus-customize-options.php:1152,
500
+ #: includes/options/class-wpglobus-options.php:1403
501
  msgid "Preferred language set in the browser"
502
  msgstr "Langue préférée définie dans le navigateur"
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1153,
505
+ #: includes/options/class-wpglobus-options.php:1390
506
  msgid ""
507
  "When a user comes to the site for the first time, try to find the best "
508
  "matching language version of the page."
513
  #: includes/admin/class-wpglobus-customize-options.php:1214,
514
  #: includes/admin/class-wpglobus-customize-options.php:1234,
515
  #: includes/admin/class-wpglobus-customize-options.php:1192,
516
+ #: includes/options/class-wpglobus-options.php:1362
517
  msgid "Custom JS Code"
518
  msgstr "Code JS personnalisé"
519
 
558
  "dessous."
559
 
560
  #: includes/admin/class-wpglobus-customize-options.php:1351,
561
+ #: includes/options/class-wpglobus-options.php:602
562
  msgid "Thank you for installing WPGlobus!"
563
  msgstr "Merci pour votre installation de WPGlobus !"
564
 
565
  #: includes/admin/class-wpglobus-customize-options.php:1355,
566
+ #: includes/options/class-wpglobus-options.php:606
567
  msgid "Read About WPGlobus"
568
  msgstr "En savoir plus à propos de WPGlobus"
569
 
575
  "les options."
576
 
577
  #: includes/admin/class-wpglobus-customize-options.php:1363,
578
+ #: includes/options/class-wpglobus-options.php:642
579
  msgid ""
580
  "Should you have any questions or comments, please do not hesitate to contact "
581
  "us."
584
  "contacter."
585
 
586
  #: includes/admin/class-wpglobus-customize-options.php:1367,
587
+ #: includes/options/class-wpglobus-options.php:646
588
  msgid "Sincerely Yours,"
589
  msgstr "Cordialement,"
590
 
591
  #: includes/admin/class-wpglobus-customize-options.php:1369,
592
+ #: includes/options/class-wpglobus-options.php:648,
593
  #: includes/options/wpglobus-options-header.php:34
594
  msgid "The WPGlobus Team"
595
  msgstr "L’équipe de WPGlobus"
597
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
598
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
599
  #: includes/admin/class-wpglobus-customize-options.php:1388,
600
+ #: includes/options/class-wpglobus-options.php:683
601
  msgid ""
602
  "We would hate to see you go. If something goes wrong, do not uninstall "
603
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
607
  "vous aider&nbsp;!"
608
 
609
  #: includes/admin/class-wpglobus-customize-options.php:1395,
610
+ #: includes/options/class-wpglobus-options.php:690
611
  msgid ""
612
  "Please note that if you deactivate WPGlobus, your site will show all the "
613
  "languages together, mixed up. You will need to remove all translations, "
620
  #. translators: %s: link to the Clean-up Tool
621
  #. translators: %s: link to the Clean-up Tool.
622
  #: includes/admin/class-wpglobus-customize-options.php:1400,
623
+ #: includes/options/class-wpglobus-options.php:694
624
  msgid ""
625
  "If there are just a few places, you should edit them manually. To "
626
  "automatically remove all translations at once, you can use the %s. WARNING: "
636
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
637
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
638
  #: includes/admin/class-wpglobus-customize-options.php:1403,
639
+ #: includes/options/class-wpglobus-options.php:671
640
  msgid "%1$sClean-up Tool%2$s"
641
  msgstr "%1$sOutil de Nettoyage%2$s"
642
 
783
  msgstr ""
784
 
785
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
786
+ #: includes/options/class-wpglobus-options.php:720
787
  msgid "Help Desk"
788
  msgstr "Centre de support"
789
 
868
  msgstr ""
869
 
870
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
871
+ #: includes/options/class-wpglobus-options.php:927
872
  msgid "WPGlobus for WooCommerce"
873
  msgstr ""
874
 
1057
  msgstr ""
1058
 
1059
  #: includes/options/class-wpglobus-options.php:273,
1060
+ #: includes/options/class-wpglobus-options.php:796,
1061
+ #: includes/options/class-wpglobus-options.php:865
1062
  msgid "WPGlobus Plus"
1063
  msgstr ""
1064
 
1084
  "Settings panel properly. Please try another browser."
1085
  msgstr ""
1086
 
1087
+ #: includes/options/class-wpglobus-options.php:593,
1088
+ #: includes/options/class-wpglobus-options.php:1571
1089
  msgid "Сompatibility"
1090
  msgstr ""
1091
 
1092
  #. translators: placeholders for "strong" tags.
1093
+ #: includes/options/class-wpglobus-options.php:610
1094
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1095
  msgstr ""
1096
 
1097
  #. translators: placeholders for "strong" tags.
1098
+ #: includes/options/class-wpglobus-options.php:613
1099
  msgid ""
1100
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1101
  "the language attributes: name, code, flag icon, etc."
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:616
1105
  msgid "Important notes"
1106
  msgstr ""
1107
 
1108
  #. translators: placeholders for "strong" tags.
1109
+ #: includes/options/class-wpglobus-options.php:618
1110
  msgid "Version %1$s1.9.17%2$s "
1111
  msgstr ""
1112
 
1113
  #. translators: placeholders for "strong" tags.
1114
+ #: includes/options/class-wpglobus-options.php:621
1115
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1116
  msgstr ""
1117
 
1118
  #. translators: placeholders for "strong" tags; compatibility tab link.
1119
+ #: includes/options/class-wpglobus-options.php:624
1120
  msgid ""
1121
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1122
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1123
  msgstr ""
1124
 
1125
  #. translators: placeholders for "strong" tags; compatibility tab link.
1126
+ #: includes/options/class-wpglobus-options.php:627
1127
  msgid ""
1128
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1129
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1130
  msgstr ""
1131
 
1132
  #. translators: placeholders for "strong" tags.
1133
+ #: includes/options/class-wpglobus-options.php:631
1134
  msgid "Version %1$s2.2.11%2$s "
1135
  msgstr ""
1136
 
1137
+ #: includes/options/class-wpglobus-options.php:633
1138
  msgid "Starting from this version"
1139
  msgstr ""
1140
 
1141
  #. translators: placeholders for "strong" tags.
1142
+ #: includes/options/class-wpglobus-options.php:636
1143
  msgid ""
1144
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1145
  "(CPT)."
1146
  msgstr ""
1147
 
1148
  #. translators: placeholders for "strong" tags.
1149
+ #: includes/options/class-wpglobus-options.php:639
1150
  msgid ""
1151
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1152
  "the %1$s[%3$s]%2$s tab."
1153
  msgstr ""
1154
 
1155
+ #: includes/options/class-wpglobus-options.php:656
1156
  msgid "Welcome!"
1157
  msgstr "Bienvenue&nbsp;!"
1158
 
1159
+ #: includes/options/class-wpglobus-options.php:679
1160
  msgid "Deactivating / Uninstalling"
1161
  msgstr "Désactivation / Désinstallation"
1162
 
1163
+ #: includes/options/class-wpglobus-options.php:705
1164
  msgid "Uninstall"
1165
  msgstr ""
1166
 
1167
+ #: includes/options/class-wpglobus-options.php:735
1168
  msgid "All add-ons"
1169
  msgstr ""
1170
 
1171
+ #: includes/options/class-wpglobus-options.php:750
1172
  msgid "Mobile Menu"
1173
  msgstr ""
1174
 
1175
+ #: includes/options/class-wpglobus-options.php:765
1176
  msgid "Language Widgets"
1177
  msgstr ""
1178
 
1179
+ #: includes/options/class-wpglobus-options.php:835
1180
  msgid "We Recommend..."
1181
  msgstr ""
1182
 
1183
+ #: includes/options/class-wpglobus-options.php:867
1184
  msgid ""
1185
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1186
  "website, such as:"
1187
  msgstr ""
1188
 
1189
+ #: includes/options/class-wpglobus-options.php:870
1190
  msgid ""
1191
  "- Ability to write a post in one language and immediately publish it, not "
1192
  "waiting for the translation to other languages;"
1193
  msgstr ""
1194
 
1195
+ #: includes/options/class-wpglobus-options.php:873
1196
  msgid "- Set different URLs for each translation;"
1197
  msgstr ""
1198
 
1199
+ #: includes/options/class-wpglobus-options.php:876
1200
  msgid ""
1201
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1202
  "for each translation;"
1203
  msgstr ""
1204
 
1205
+ #: includes/options/class-wpglobus-options.php:879
1206
  msgid "- and more..."
1207
  msgstr ""
1208
 
1209
+ #: includes/options/class-wpglobus-options.php:882,
1210
+ #: includes/options/class-wpglobus-options.php:939,
1211
+ #: includes/options/class-wpglobus-options.php:997
1212
  msgid "Click here to download"
1213
  msgstr ""
1214
 
1215
+ #: includes/options/class-wpglobus-options.php:930
1216
  msgid ""
1217
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1218
  "translate your blog posts and pages to many languages."
1219
  msgstr ""
1220
 
1221
+ #: includes/options/class-wpglobus-options.php:933
1222
  msgid "The next step is to translate your WooCommerce-based store!"
1223
  msgstr ""
1224
 
1225
+ #: includes/options/class-wpglobus-options.php:936
1226
  msgid ""
1227
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1228
  "translate product titles and descriptions, categories, tags and attributes."
1229
  msgstr ""
1230
 
1231
+ #: includes/options/class-wpglobus-options.php:983
1232
  msgid "Multi-currency"
1233
  msgstr ""
1234
 
1235
+ #: includes/options/class-wpglobus-options.php:986
1236
  msgid ""
1237
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1238
  "a single currency only."
1239
  msgstr ""
1240
 
1241
+ #: includes/options/class-wpglobus-options.php:990
1242
  msgid ""
1243
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1244
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1246
  "positioning for global growth!"
1247
  msgstr ""
1248
 
1249
+ #: includes/options/class-wpglobus-options.php:994
1250
  msgid ""
1251
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1252
  "re-calculating prices on-the-fly."
1253
  msgstr ""
1254
 
1255
+ #: includes/options/class-wpglobus-options.php:1031
1256
  msgid "WPGlobus Premium Add-ons"
1257
  msgstr ""
1258
 
1259
+ #: includes/options/class-wpglobus-options.php:1033
1260
  msgid ""
1261
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1262
  "you will be able to:"
1263
  msgstr ""
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1038
1266
  msgid ""
1267
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1268
  "моя-страница and so on);"
1269
  msgstr ""
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1041
1272
  msgid ""
1273
  "Postpone translation to some languages and <strong>publish only the "
1274
  "translated texts</strong>;"
1275
  msgstr ""
1276
 
1277
+ #: includes/options/class-wpglobus-options.php:1044
1278
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1279
  msgstr ""
1280
 
1281
+ #: includes/options/class-wpglobus-options.php:1047
1282
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1283
  msgstr ""
1284
 
1285
+ #: includes/options/class-wpglobus-options.php:1050
1286
  msgid ""
1287
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1288
  "strong>;"
1289
  msgstr ""
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1054
1292
  msgid "...and more."
1293
  msgstr ""
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1057
1296
  msgid "Click here to visit the WPGlobus Store"
1297
  msgstr ""
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1098
1300
  msgid "Select a language"
1301
  msgstr "Sélectionner une langue"
1302
 
1303
  #. translators: %3$s placeholder for the icon (actual picture).
1304
+ #: includes/options/class-wpglobus-options.php:1127
1305
  msgid ""
1306
  "Place the %1$smain language%2$s of your site at the top of the list by "
1307
  "dragging the %3$s icons."
1308
  msgstr ""
1309
 
1310
  #. translators: placeholders for the "strong" HTML tags.
1311
+ #: includes/options/class-wpglobus-options.php:1130
1312
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1313
  msgstr ""
1314
 
1315
  #. translators: placeholders for the "strong" HTML tags.
1316
+ #: includes/options/class-wpglobus-options.php:1133
1317
  msgid "%1$sAdd%2$s more languages using the section below."
1318
  msgstr ""
1319
 
1320
+ #: includes/options/class-wpglobus-options.php:1134
1321
  msgid "When done, click the [Save Changes] button."
1322
  msgstr ""
1323
  "Quand c'est fait, cliquez sur le bouton [Enregistrer les modifications]."
1324
 
1325
  #. translators: %s - placeholder for the "Save Changes" button text.
1326
+ #: includes/options/class-wpglobus-options.php:1145
1327
  msgid "Press the %s button to confirm."
1328
  msgstr ""
1329
 
1330
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1331
+ #: includes/options/class-wpglobus-options.php:1162
1332
  msgid "-- none --"
1333
  msgstr ""
1334
 
1335
+ #: includes/options/class-wpglobus-options.php:1163
1336
  msgid "All menus"
1337
  msgstr ""
1338
 
1339
+ #: includes/options/class-wpglobus-options.php:1176
1340
  msgid "Instructions:"
1341
  msgstr "Instructions&nbsp;:"
1342
 
1343
+ #: includes/options/class-wpglobus-options.php:1236
1344
  msgid "(Found in some themes)"
1345
  msgstr "(Trouvé dans certains thèmes)"
1346
 
1347
+ #: includes/options/class-wpglobus-options.php:1238
1348
  msgid "Enable"
1349
  msgstr "Activer"
1350
 
1351
+ #: includes/options/class-wpglobus-options.php:1253
1352
  msgid "Languages table"
1353
  msgstr "Tableau des langues"
1354
 
1355
+ #: includes/options/class-wpglobus-options.php:1259
1356
  msgid "Use this table to add, edit or delete languages."
1357
  msgstr "Utilisez ce tableau pour ajouter, modifier ou supprimer des langues."
1358
 
1359
+ #: includes/options/class-wpglobus-options.php:1260
1360
  msgid "NOTE: you cannot remove the main language."
1361
  msgstr "Remarque&nbsp;: vous ne pouvez pas supprimer la langue principale."
1362
 
1363
+ #: includes/options/class-wpglobus-options.php:1308
1364
  msgid "WPGlobus is enabled on these Post Types"
1365
  msgstr ""
1366
 
1367
+ #: includes/options/class-wpglobus-options.php:1309
1368
  msgid "Uncheck to disable"
1369
  msgstr ""
1370
 
1371
+ #: includes/options/class-wpglobus-options.php:1310
1372
  msgid ""
1373
  "Please note that there are post types, which status is managed by other "
1374
  "plugins and cannot be changed here."
1375
  msgstr ""
1376
 
1377
+ #: includes/options/class-wpglobus-options.php:1315
1378
  msgid "Post Types"
1379
  msgstr ""
1380
 
1381
+ #: includes/options/class-wpglobus-options.php:1331
1382
  msgid ""
1383
  "You should put here only the code provided by WPGlobus Support. Do not write "
1384
  "anything else in the sections below as it might break the functionality of "
1385
  "your website!"
1386
  msgstr ""
1387
 
1388
+ #: includes/options/class-wpglobus-options.php:1372
1389
  msgid "Custom Code"
1390
  msgstr ""
1391
 
1392
+ #: includes/options/class-wpglobus-options.php:1480,
1393
+ #: includes/options/class-wpglobus-options.php:1612,
1394
+ #: includes/options/class-wpglobus-options.php:1723
1395
  msgid "Enabled"
1396
  msgstr "Activé"
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1493
1399
  msgid "Builders support"
1400
  msgstr ""
1401
 
1402
+ #: includes/options/class-wpglobus-options.php:1545
1403
  msgid "Builder mode is enabled on these Post Types"
1404
  msgstr ""
1405
 
1406
+ #: includes/options/class-wpglobus-options.php:1611
1407
  msgid "Old fashioned language switcher"
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1617
1411
  msgid "Block Editor"
1412
  msgstr ""
1413
 
1414
+ #: includes/options/class-wpglobus-options.php:1618
1415
  msgid "Block Editor Options"
1416
  msgstr ""
1417
 
1418
+ #: includes/options/class-wpglobus-options.php:1647
1419
  msgid ""
1420
  "With the current settings, you will see the following lines in the section "
1421
  "HEAD of your site pages"
1422
  msgstr ""
1423
 
1424
+ #: includes/options/class-wpglobus-options.php:1649
1425
  msgid "(example for two languages)"
1426
  msgstr ""
1427
 
1428
+ #: includes/options/class-wpglobus-options.php:1696
1429
  msgid ""
1430
  "Tell search engines about localized versions of your pages using the "
1431
  "hreflang tag"
1432
  msgstr ""
1433
 
1434
+ #: includes/options/class-wpglobus-options.php:1705
1435
  msgid "Output the hreflang tag as"
1436
  msgstr ""
1437
 
1438
+ #: includes/options/class-wpglobus-options.php:1708
1439
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1440
  msgstr ""
1441
 
1442
+ #: includes/options/class-wpglobus-options.php:1709
1443
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1444
  msgstr ""
1445
 
1446
+ #: includes/options/class-wpglobus-options.php:1710
1447
  msgid "Language code only (en, ru, etc.)"
1448
  msgstr ""
1449
 
1450
+ #: includes/options/class-wpglobus-options.php:1722
1451
  msgid "Use the code `x-default` for the main language"
1452
  msgstr ""
1453
 
1454
+ #: includes/options/class-wpglobus-options.php:1728
1455
  msgid "Multilingual SEO"
1456
  msgstr ""
1457
 
1458
+ #: includes/options/class-wpglobus-options.php:1729
1459
  msgid "Multilingual SEO Options"
1460
  msgstr ""
1461
 
1462
+ #: includes/options/class-wpglobus-options.php:1766
1463
  msgid ""
1464
  "With WPGlobus, you can get translations for posts and pages using REST API."
1465
  msgstr ""
1466
 
1467
+ #: includes/options/class-wpglobus-options.php:1793,
1468
+ #: includes/options/class-wpglobus-options.php:1801,
1469
+ #: includes/options/class-wpglobus-options.php:1774,
1470
+ #: includes/options/class-wpglobus-options.php:1782
1471
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1472
  msgstr ""
1473
 
1474
+ #: includes/options/class-wpglobus-options.php:1771
1475
  msgid ""
1476
  "For demonstration, you can try the first post that WordPress creates at the "
1477
  "initial installation."
1478
  msgstr ""
1479
 
1480
+ #: includes/options/class-wpglobus-options.php:1812
1481
  msgid ""
1482
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1483
  "information."
1484
  msgstr ""
1485
 
1486
+ #: includes/options/class-wpglobus-options.php:1819
1487
  msgid ""
1488
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1489
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1490
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1491
  msgstr ""
1492
 
1493
+ #: includes/options/class-wpglobus-options.php:1832
1494
  msgid "Description:"
1495
  msgstr ""
1496
 
1497
+ #: includes/options/class-wpglobus-options.php:1839,
1498
+ #: includes/options/class-wpglobus-options.php:1840
1499
  msgid "REST API"
1500
  msgstr ""
1501
 
1502
+ #: includes/options/class-wpglobus-options.php:2173
1503
  msgid "Translate strings"
1504
  msgstr ""
1505
 
languages/wpglobus-fr_FR.po CHANGED
@@ -361,22 +361,22 @@ msgid "Help"
361
  msgstr "Aide"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:745,
364
- #: includes/options/class-wpglobus-options.php:1168
365
  msgid "Languages"
366
  msgstr "Langues"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:765,
369
- #: includes/options/class-wpglobus-options.php:1181
370
  msgid "Enabled Languages"
371
  msgstr "Langues activées"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:767,
374
- #: includes/options/class-wpglobus-options.php:1182
375
  msgid "These languages are currently enabled on your site."
376
  msgstr "Ces langues sont actuellement disponibles sur votre site."
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:795,
379
- #: includes/options/class-wpglobus-options.php:1140
380
  msgid "Choose a language you would like to enable."
381
  msgstr "Choisissez une langue que vous souhaitez activer."
382
 
@@ -387,42 +387,42 @@ msgstr "Appuyez sur le bouton [Enregistrer et publier] pour confirmer."
387
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
388
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
389
  #: includes/admin/class-wpglobus-customize-options.php:801,
390
- #: includes/options/class-wpglobus-options.php:1146
391
  msgid "or Add new Language %1$s here %2$s"
392
  msgstr "ou ajoutez une nouvelle langue %1$s ici %2$s"
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:813,
395
- #: includes/options/class-wpglobus-options.php:1195
396
  msgid "Add Languages"
397
  msgstr "Ajouter des langues"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:833,
400
- #: includes/options/class-wpglobus-options.php:1203
401
  msgid "Language Selector Mode"
402
  msgstr "Mode du sélecteur de langue"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:838,
405
- #: includes/options/class-wpglobus-options.php:1206
406
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
407
  msgstr "Code à deux lettres avec le drapeau (en, fr, ru, etc.)."
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:839,
410
- #: includes/options/class-wpglobus-options.php:1207
411
  msgid "Full Name (English, Russian, Italian, etc.)"
412
  msgstr "Nom entier (Anglais, Français, Russe, etc.)."
413
 
414
  #: includes/admin/class-wpglobus-customize-options.php:841,
415
- #: includes/options/class-wpglobus-options.php:1208
416
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
417
  msgstr "Nom entier avec drapeau (Anglais, Français, Russe, etc.)."
418
 
419
  #: includes/admin/class-wpglobus-customize-options.php:842,
420
- #: includes/options/class-wpglobus-options.php:1209
421
  msgid "Flags only"
422
  msgstr "Drapeaux uniquement"
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:844,
425
- #: includes/options/class-wpglobus-options.php:1204
426
  msgid ""
427
  "Choose the way language name and country flag are shown in the drop-down menu"
428
  msgstr ""
@@ -435,13 +435,13 @@ msgstr "sélectionnez le menu de navigation"
435
 
436
  #: includes/admin/class-wpglobus-customize-options.php:915,
437
  #: includes/admin/class-wpglobus-customize-options.php:888,
438
- #: includes/options/class-wpglobus-options.php:1222
439
  msgid "Language Selector Menu"
440
  msgstr "Menu du sélecteur de langue"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:920,
443
  #: includes/admin/class-wpglobus-customize-options.php:899,
444
- #: includes/options/class-wpglobus-options.php:1223
445
  msgid "Choose the navigation menu where the language selector will be shown"
446
  msgstr ""
447
  "Choisissez le menu de navigation où le sélecteur de langue sera affiché."
@@ -451,12 +451,12 @@ msgid "No menus have been created yet. Create some."
451
  msgstr "Aucun menu n’a été créé pour le moment. Faites-le."
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:940,
454
- #: includes/options/class-wpglobus-options.php:1233
455
  msgid "\"All Pages\" menus Language selector"
456
  msgstr "Menu du sélecteur de langues pour « Toutes les pages »"
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:943,
459
- #: includes/options/class-wpglobus-options.php:1235
460
  msgid ""
461
  "Adds language selector to the menus that automatically list all existing "
462
  "pages (using `wp_list_pages`)"
@@ -465,7 +465,7 @@ msgstr ""
465
  "les pages existantes (en utilisant wp_list_pages)."
466
 
467
  #: includes/admin/class-wpglobus-customize-options.php:960,
468
- #: includes/options/class-wpglobus-options.php:1348
469
  msgid "Custom CSS"
470
  msgstr "CSS personnalisé"
471
 
@@ -487,22 +487,22 @@ msgid "Uncheck to disable WPGlobus"
487
  msgstr "Décochez pour désactiver WPGlobus"
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1125,
490
- #: includes/options/class-wpglobus-options.php:1416
491
  msgid "Redirect"
492
  msgstr "Redirection"
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1150,
495
- #: includes/options/class-wpglobus-options.php:1411
496
  msgid "Choose the language automatically, based on:"
497
  msgstr "Choisir la langue automatiquement, à partir de&nbsp;:"
498
 
499
  #: includes/admin/class-wpglobus-customize-options.php:1152,
500
- #: includes/options/class-wpglobus-options.php:1401
501
  msgid "Preferred language set in the browser"
502
  msgstr "Langue préférée définie dans le navigateur"
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1153,
505
- #: includes/options/class-wpglobus-options.php:1388
506
  msgid ""
507
  "When a user comes to the site for the first time, try to find the best "
508
  "matching language version of the page."
@@ -513,7 +513,7 @@ msgstr ""
513
  #: includes/admin/class-wpglobus-customize-options.php:1214,
514
  #: includes/admin/class-wpglobus-customize-options.php:1234,
515
  #: includes/admin/class-wpglobus-customize-options.php:1192,
516
- #: includes/options/class-wpglobus-options.php:1360
517
  msgid "Custom JS Code"
518
  msgstr "Code JS personnalisé"
519
 
@@ -560,12 +560,12 @@ msgstr ""
560
  "dessous."
561
 
562
  #: includes/admin/class-wpglobus-customize-options.php:1351,
563
- #: includes/options/class-wpglobus-options.php:600
564
  msgid "Thank you for installing WPGlobus!"
565
  msgstr "Merci pour votre installation de WPGlobus !"
566
 
567
  #: includes/admin/class-wpglobus-customize-options.php:1355,
568
- #: includes/options/class-wpglobus-options.php:604
569
  msgid "Read About WPGlobus"
570
  msgstr "En savoir plus à propos de WPGlobus"
571
 
@@ -577,7 +577,7 @@ msgstr ""
577
  "les options."
578
 
579
  #: includes/admin/class-wpglobus-customize-options.php:1363,
580
- #: includes/options/class-wpglobus-options.php:640
581
  msgid ""
582
  "Should you have any questions or comments, please do not hesitate to contact "
583
  "us."
@@ -586,12 +586,12 @@ msgstr ""
586
  "contacter."
587
 
588
  #: includes/admin/class-wpglobus-customize-options.php:1367,
589
- #: includes/options/class-wpglobus-options.php:644
590
  msgid "Sincerely Yours,"
591
  msgstr "Cordialement,"
592
 
593
  #: includes/admin/class-wpglobus-customize-options.php:1369,
594
- #: includes/options/class-wpglobus-options.php:646,
595
  #: includes/options/wpglobus-options-header.php:34
596
  msgid "The WPGlobus Team"
597
  msgstr "L’équipe de WPGlobus"
@@ -599,7 +599,7 @@ msgstr "L’équipe de WPGlobus"
599
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
600
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
601
  #: includes/admin/class-wpglobus-customize-options.php:1388,
602
- #: includes/options/class-wpglobus-options.php:681
603
  msgid ""
604
  "We would hate to see you go. If something goes wrong, do not uninstall "
605
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -609,7 +609,7 @@ msgstr ""
609
  "vous aider&nbsp;!"
610
 
611
  #: includes/admin/class-wpglobus-customize-options.php:1395,
612
- #: includes/options/class-wpglobus-options.php:688
613
  msgid ""
614
  "Please note that if you deactivate WPGlobus, your site will show all the "
615
  "languages together, mixed up. You will need to remove all translations, "
@@ -622,7 +622,7 @@ msgstr ""
622
  #. translators: %s: link to the Clean-up Tool
623
  #. translators: %s: link to the Clean-up Tool.
624
  #: includes/admin/class-wpglobus-customize-options.php:1400,
625
- #: includes/options/class-wpglobus-options.php:692
626
  msgid ""
627
  "If there are just a few places, you should edit them manually. To "
628
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -638,7 +638,7 @@ msgstr ""
638
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
639
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
640
  #: includes/admin/class-wpglobus-customize-options.php:1403,
641
- #: includes/options/class-wpglobus-options.php:669
642
  msgid "%1$sClean-up Tool%2$s"
643
  msgstr "%1$sOutil de Nettoyage%2$s"
644
 
@@ -785,7 +785,7 @@ msgid ""
785
  msgstr ""
786
 
787
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
788
- #: includes/options/class-wpglobus-options.php:718
789
  msgid "Help Desk"
790
  msgstr "Centre de support"
791
 
@@ -874,7 +874,7 @@ msgid "WPGlobus Recommends:"
874
  msgstr "WPGlobus recommande:"
875
 
876
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
877
- #: includes/options/class-wpglobus-options.php:925
878
  msgid "WPGlobus for WooCommerce"
879
  msgstr "WPGlobus pour WooCommerce"
880
 
@@ -1070,8 +1070,8 @@ msgid "Language Selector Menu Style"
1070
  msgstr "Style de menu de sélection de langues"
1071
 
1072
  #: includes/options/class-wpglobus-options.php:273,
1073
- #: includes/options/class-wpglobus-options.php:794,
1074
- #: includes/options/class-wpglobus-options.php:863
1075
  msgid "WPGlobus Plus"
1076
  msgstr "WPGlobus Plus"
1077
 
@@ -1099,19 +1099,19 @@ msgstr ""
1099
  "Si vous voyez ce message, votre navigateur peut ne pas afficher correctement "
1100
  "le panneau Paramètres WPGlobus. S’il vous plaît essayer un autre navigateur."
1101
 
1102
- #: includes/options/class-wpglobus-options.php:591,
1103
- #: includes/options/class-wpglobus-options.php:1569
1104
  msgid "Сompatibility"
1105
  msgstr "Compatibilité"
1106
 
1107
  #. translators: placeholders for "strong" tags.
1108
- #: includes/options/class-wpglobus-options.php:608
1109
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1110
  msgstr ""
1111
  "Cliquez sur l’onglet %1$s[Langues]%2$s à gauche pour configurer les options."
1112
 
1113
  #. translators: placeholders for "strong" tags.
1114
- #: includes/options/class-wpglobus-options.php:611
1115
  msgid ""
1116
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1117
  "the language attributes: name, code, flag icon, etc."
@@ -1120,22 +1120,22 @@ msgstr ""
1120
  "langue ou pour modifier les attributs linguistiques : nom, code, icône de "
1121
  "drapeau, etc."
1122
 
1123
- #: includes/options/class-wpglobus-options.php:614
1124
  msgid "Important notes"
1125
  msgstr "Notes importantes"
1126
 
1127
  #. translators: placeholders for "strong" tags.
1128
- #: includes/options/class-wpglobus-options.php:616
1129
  msgid "Version %1$s1.9.17%2$s "
1130
  msgstr "Version %1$s1.9.17%2$s "
1131
 
1132
  #. translators: placeholders for "strong" tags.
1133
- #: includes/options/class-wpglobus-options.php:619
1134
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1135
  msgstr "À partir de cette version, %1$sWPGlobus%2$ fonctionne en deux modes"
1136
 
1137
  #. translators: placeholders for "strong" tags; compatibility tab link.
1138
- #: includes/options/class-wpglobus-options.php:622
1139
  msgid ""
1140
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1141
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
@@ -1145,7 +1145,7 @@ msgstr ""
1145
  "[%3$s]%2$s."
1146
 
1147
  #. translators: placeholders for "strong" tags; compatibility tab link.
1148
- #: includes/options/class-wpglobus-options.php:625
1149
  msgid ""
1150
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1151
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
@@ -1155,16 +1155,16 @@ msgstr ""
1155
  "sur le %1$s[%3$s]%2$s onglet."
1156
 
1157
  #. translators: placeholders for "strong" tags.
1158
- #: includes/options/class-wpglobus-options.php:629
1159
  msgid "Version %1$s2.2.11%2$s "
1160
  msgstr "Version %1$s2.2.11%2$s "
1161
 
1162
- #: includes/options/class-wpglobus-options.php:631
1163
  msgid "Starting from this version"
1164
  msgstr "A partir de cette version"
1165
 
1166
  #. translators: placeholders for "strong" tags.
1167
- #: includes/options/class-wpglobus-options.php:634
1168
  msgid ""
1169
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1170
  "(CPT)."
@@ -1173,7 +1173,7 @@ msgstr ""
1173
  "poste personnalisés (CPT)."
1174
 
1175
  #. translators: placeholders for "strong" tags.
1176
- #: includes/options/class-wpglobus-options.php:637
1177
  msgid ""
1178
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1179
  "the %1$s[%3$s]%2$s tab."
@@ -1181,35 +1181,35 @@ msgstr ""
1181
  "Pour activer le mode %1$sBuilder%2$s pour des types de poste spécifiques, "
1182
  "veuillez visiter l’onglet %1$s[%3$s]%2$s."
1183
 
1184
- #: includes/options/class-wpglobus-options.php:654
1185
  msgid "Welcome!"
1186
  msgstr "Bienvenue&nbsp;!"
1187
 
1188
- #: includes/options/class-wpglobus-options.php:677
1189
  msgid "Deactivating / Uninstalling"
1190
  msgstr "Désactivation / Désinstallation"
1191
 
1192
- #: includes/options/class-wpglobus-options.php:703
1193
  msgid "Uninstall"
1194
  msgstr "Désinstaller"
1195
 
1196
- #: includes/options/class-wpglobus-options.php:733
1197
  msgid "All add-ons"
1198
  msgstr "Tous les Modules"
1199
 
1200
- #: includes/options/class-wpglobus-options.php:748
1201
  msgid "Mobile Menu"
1202
  msgstr "Menu mobile"
1203
 
1204
- #: includes/options/class-wpglobus-options.php:763
1205
  msgid "Language Widgets"
1206
  msgstr "Widgets linguistiques"
1207
 
1208
- #: includes/options/class-wpglobus-options.php:833
1209
  msgid "We Recommend..."
1210
  msgstr "Nous recommandons..."
1211
 
1212
- #: includes/options/class-wpglobus-options.php:865
1213
  msgid ""
1214
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1215
  "website, such as:"
@@ -1217,7 +1217,7 @@ msgstr ""
1217
  "Notre module premium, WPGlobus Plus, ajoutera plusieurs fonctionnalités à "
1218
  "votre site Web, telles que :"
1219
 
1220
- #: includes/options/class-wpglobus-options.php:868
1221
  msgid ""
1222
  "- Ability to write a post in one language and immediately publish it, not "
1223
  "waiting for the translation to other languages;"
@@ -1225,11 +1225,11 @@ msgstr ""
1225
  "- Possibilité d’écrire un message dans une langue et de le publier "
1226
  "immédiatement, sans attendre la traduction vers d’autres langues;"
1227
 
1228
- #: includes/options/class-wpglobus-options.php:871
1229
  msgid "- Set different URLs for each translation;"
1230
  msgstr "- Définir différentes URLs pour chaque traduction ;"
1231
 
1232
- #: includes/options/class-wpglobus-options.php:874
1233
  msgid ""
1234
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1235
  "for each translation;"
@@ -1237,17 +1237,17 @@ msgstr ""
1237
  "- Dans Yoast SEO, définir le mot clé de mise au point et effectuer l’analyse "
1238
  "de page séparément pour chaque traduction ;"
1239
 
1240
- #: includes/options/class-wpglobus-options.php:877
1241
  msgid "- and more..."
1242
  msgstr "- et plus encore..."
1243
 
1244
- #: includes/options/class-wpglobus-options.php:880,
1245
- #: includes/options/class-wpglobus-options.php:937,
1246
- #: includes/options/class-wpglobus-options.php:995
1247
  msgid "Click here to download"
1248
  msgstr "Cliquez ici pour télécharger"
1249
 
1250
- #: includes/options/class-wpglobus-options.php:928
1251
  msgid ""
1252
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1253
  "translate your blog posts and pages to many languages."
@@ -1255,11 +1255,11 @@ msgstr ""
1255
  "Merci d’installer WPGlobus! Maintenant, vous avez un site web multilingue et "
1256
  "pouvez traduire vos billets de blog et vos pages en de nombreuses langues."
1257
 
1258
- #: includes/options/class-wpglobus-options.php:931
1259
  msgid "The next step is to translate your WooCommerce-based store!"
1260
  msgstr "L’étape suivante consiste à traduire votre magasin WooCommerce!"
1261
 
1262
- #: includes/options/class-wpglobus-options.php:934
1263
  msgid ""
1264
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1265
  "translate product titles and descriptions, categories, tags and attributes."
@@ -1268,11 +1268,11 @@ msgstr ""
1268
  "titres et des descriptions de produits, des catégories, des balises et des "
1269
  "attributs."
1270
 
1271
- #: includes/options/class-wpglobus-options.php:981
1272
  msgid "Multi-currency"
1273
  msgstr "Multi-tarifs"
1274
 
1275
- #: includes/options/class-wpglobus-options.php:984
1276
  msgid ""
1277
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1278
  "a single currency only."
@@ -1280,7 +1280,7 @@ msgstr ""
1280
  "Votre magasin WooCommerce est prêt à afficher les prix et à accepter les "
1281
  "paiements seulement dans une seule devise."
1282
 
1283
- #: includes/options/class-wpglobus-options.php:988
1284
  msgid ""
1285
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1286
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1293,7 +1293,7 @@ msgstr ""
1293
  "renforcera votre avantage concurrentiel et votre positionnement pour la "
1294
  "croissance mondiale !"
1295
 
1296
- #: includes/options/class-wpglobus-options.php:992
1297
  msgid ""
1298
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1299
  "re-calculating prices on-the-fly."
@@ -1301,11 +1301,11 @@ msgstr ""
1301
  "L’add-on WPGlobus Multi-Currency premium fournit des monnaies de commutation "
1302
  "et recalcule les prix à la volée."
1303
 
1304
- #: includes/options/class-wpglobus-options.php:1029
1305
  msgid "WPGlobus Premium Add-ons"
1306
  msgstr "Module premium WPGlobus"
1307
 
1308
- #: includes/options/class-wpglobus-options.php:1031
1309
  msgid ""
1310
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1311
  "you will be able to:"
@@ -1313,7 +1313,7 @@ msgstr ""
1313
  "Nous avons écrit plusieurs add-ons Premium pour WPGlobus. Avec ces add-ons, "
1314
  "vous serez en mesure de:"
1315
 
1316
- #: includes/options/class-wpglobus-options.php:1036
1317
  msgid ""
1318
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1319
  "моя-страница and so on);"
@@ -1321,7 +1321,7 @@ msgstr ""
1321
  "<strong>Traduire URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/моя-"
1322
  "страница and so on);"
1323
 
1324
- #: includes/options/class-wpglobus-options.php:1039
1325
  msgid ""
1326
  "Postpone translation to some languages and <strong>publish only the "
1327
  "translated texts</strong>;"
@@ -1329,17 +1329,17 @@ msgstr ""
1329
  "Reporter la traduction dans certaines langues et <strong>ne publier que les "
1330
  "textes traduits</strong>;"
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1042
1333
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1334
  msgstr ""
1335
  "Maintenir des <strong>menus et des widgets distincts pour chaque langue</"
1336
  "strong>;"
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1045
1339
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1340
  msgstr "<strong>Traduction de WooCommerce</strong> produits et taxonomies;"
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1048
1343
  msgid ""
1344
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1345
  "strong>;"
@@ -1347,20 +1347,20 @@ msgstr ""
1347
  "Entrez des mots clés de mise au point distincts pour chaque langue dans le "
1348
  "<strong>SEO Yoast</strong>;"
1349
 
1350
- #: includes/options/class-wpglobus-options.php:1052
1351
  msgid "...and more."
1352
  msgstr "...et bien plus encore."
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1055
1355
  msgid "Click here to visit the WPGlobus Store"
1356
  msgstr "Cliquez ici pour visiter le WPGlobus Store"
1357
 
1358
- #: includes/options/class-wpglobus-options.php:1096
1359
  msgid "Select a language"
1360
  msgstr "Sélectionner une langue"
1361
 
1362
  #. translators: %3$s placeholder for the icon (actual picture).
1363
- #: includes/options/class-wpglobus-options.php:1125
1364
  msgid ""
1365
  "Place the %1$smain language%2$s of your site at the top of the list by "
1366
  "dragging the %3$s icons."
@@ -1369,68 +1369,68 @@ msgstr ""
1369
  "faisant glisser les icônes %3$ ."
1370
 
1371
  #. translators: placeholders for the "strong" HTML tags.
1372
- #: includes/options/class-wpglobus-options.php:1128
1373
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1374
  msgstr ""
1375
  "%1$sDécochez%2$s les langues que vous n’avez pas l’intention d’utiliser."
1376
 
1377
  #. translators: placeholders for the "strong" HTML tags.
1378
- #: includes/options/class-wpglobus-options.php:1131
1379
  msgid "%1$sAdd%2$s more languages using the section below."
1380
  msgstr "%1$sAjoutez%2$s plus de langues en utilisant la section ci-dessous."
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1132
1383
  msgid "When done, click the [Save Changes] button."
1384
  msgstr ""
1385
  "Quand c'est fait, cliquez sur le bouton [Enregistrer les modifications]."
1386
 
1387
  #. translators: %s - placeholder for the "Save Changes" button text.
1388
- #: includes/options/class-wpglobus-options.php:1143
1389
  msgid "Press the %s button to confirm."
1390
  msgstr "Appuyez sur le bouton %s pour confirmer."
1391
 
1392
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1393
- #: includes/options/class-wpglobus-options.php:1160
1394
  msgid "-- none --"
1395
  msgstr "-- aucun --"
1396
 
1397
- #: includes/options/class-wpglobus-options.php:1161
1398
  msgid "All menus"
1399
  msgstr "Tous les menus"
1400
 
1401
- #: includes/options/class-wpglobus-options.php:1174
1402
  msgid "Instructions:"
1403
  msgstr "Instructions&nbsp;:"
1404
 
1405
- #: includes/options/class-wpglobus-options.php:1234
1406
  msgid "(Found in some themes)"
1407
  msgstr "(Trouvé dans certains thèmes)"
1408
 
1409
- #: includes/options/class-wpglobus-options.php:1236
1410
  msgid "Enable"
1411
  msgstr "Activer"
1412
 
1413
- #: includes/options/class-wpglobus-options.php:1251
1414
  msgid "Languages table"
1415
  msgstr "Tableau des langues"
1416
 
1417
- #: includes/options/class-wpglobus-options.php:1257
1418
  msgid "Use this table to add, edit or delete languages."
1419
  msgstr "Utilisez ce tableau pour ajouter, modifier ou supprimer des langues."
1420
 
1421
- #: includes/options/class-wpglobus-options.php:1258
1422
  msgid "NOTE: you cannot remove the main language."
1423
  msgstr "Remarque&nbsp;: vous ne pouvez pas supprimer la langue principale."
1424
 
1425
- #: includes/options/class-wpglobus-options.php:1306
1426
  msgid "WPGlobus is enabled on these Post Types"
1427
  msgstr "WPGlobus est activé sur ces types de publications"
1428
 
1429
- #: includes/options/class-wpglobus-options.php:1307
1430
  msgid "Uncheck to disable"
1431
  msgstr "Dévérifier pour désactiver"
1432
 
1433
- #: includes/options/class-wpglobus-options.php:1308
1434
  msgid ""
1435
  "Please note that there are post types, which status is managed by other "
1436
  "plugins and cannot be changed here."
@@ -1438,11 +1438,11 @@ msgstr ""
1438
  "Veuillez noter qu’il existe des types de publications, dont le statut est "
1439
  "géré par d’autres plugins et ne peuvent pas être modifiés ici."
1440
 
1441
- #: includes/options/class-wpglobus-options.php:1313
1442
  msgid "Post Types"
1443
  msgstr "Types de contenu"
1444
 
1445
- #: includes/options/class-wpglobus-options.php:1329
1446
  msgid ""
1447
  "You should put here only the code provided by WPGlobus Support. Do not write "
1448
  "anything else in the sections below as it might break the functionality of "
@@ -1452,121 +1452,121 @@ msgstr ""
1452
  "N’écrivez rien d’autre dans les sections ci-dessous car il pourrait briser "
1453
  "la fonctionnalité de votre site Web!"
1454
 
1455
- #: includes/options/class-wpglobus-options.php:1370
1456
  msgid "Custom Code"
1457
  msgstr "Code personnalisé"
1458
 
1459
- #: includes/options/class-wpglobus-options.php:1478,
1460
- #: includes/options/class-wpglobus-options.php:1610,
1461
- #: includes/options/class-wpglobus-options.php:1721
1462
  msgid "Enabled"
1463
  msgstr "Activé"
1464
 
1465
- #: includes/options/class-wpglobus-options.php:1491
1466
  msgid "Builders support"
1467
  msgstr "Soutien des constructeurs"
1468
 
1469
- #: includes/options/class-wpglobus-options.php:1543
1470
  msgid "Builder mode is enabled on these Post Types"
1471
  msgstr "Le mode Constructeur est activé sur ces types de post"
1472
 
1473
- #: includes/options/class-wpglobus-options.php:1609
1474
  msgid "Old fashioned language switcher"
1475
  msgstr "Commutateur de langue démodé"
1476
 
1477
- #: includes/options/class-wpglobus-options.php:1615
1478
  msgid "Block Editor"
1479
  msgstr "Éditeur de blocs"
1480
 
1481
- #: includes/options/class-wpglobus-options.php:1616
1482
  msgid "Block Editor Options"
1483
  msgstr "Options d’éditeur de bloc"
1484
 
1485
- #: includes/options/class-wpglobus-options.php:1645
1486
  msgid ""
1487
  "With the current settings, you will see the following lines in the section "
1488
  "HEAD of your site pages"
1489
  msgstr ""
1490
 
1491
- #: includes/options/class-wpglobus-options.php:1647
1492
  msgid "(example for two languages)"
1493
  msgstr ""
1494
 
1495
- #: includes/options/class-wpglobus-options.php:1694
1496
  msgid ""
1497
  "Tell search engines about localized versions of your pages using the "
1498
  "hreflang tag"
1499
  msgstr ""
1500
 
1501
- #: includes/options/class-wpglobus-options.php:1703
1502
  msgid "Output the hreflang tag as"
1503
  msgstr ""
1504
 
1505
- #: includes/options/class-wpglobus-options.php:1706
1506
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1507
  msgstr ""
1508
 
1509
- #: includes/options/class-wpglobus-options.php:1707
1510
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1511
  msgstr ""
1512
 
1513
- #: includes/options/class-wpglobus-options.php:1708
1514
  msgid "Language code only (en, ru, etc.)"
1515
  msgstr ""
1516
 
1517
- #: includes/options/class-wpglobus-options.php:1720
1518
  msgid "Use the code `x-default` for the main language"
1519
  msgstr ""
1520
 
1521
- #: includes/options/class-wpglobus-options.php:1726
1522
  msgid "Multilingual SEO"
1523
  msgstr ""
1524
 
1525
- #: includes/options/class-wpglobus-options.php:1727
1526
  msgid "Multilingual SEO Options"
1527
  msgstr ""
1528
 
1529
- #: includes/options/class-wpglobus-options.php:1757
1530
  msgid ""
1531
  "With WPGlobus, you can get translations for posts and pages using REST API."
1532
  msgstr ""
1533
 
1534
- #: includes/options/class-wpglobus-options.php:1784,
1535
- #: includes/options/class-wpglobus-options.php:1792,
1536
- #: includes/options/class-wpglobus-options.php:1765,
1537
- #: includes/options/class-wpglobus-options.php:1773
1538
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1539
  msgstr ""
1540
 
1541
- #: includes/options/class-wpglobus-options.php:1762
1542
  msgid ""
1543
  "For demonstration, you can try the first post that WordPress creates at the "
1544
  "initial installation."
1545
  msgstr ""
1546
 
1547
- #: includes/options/class-wpglobus-options.php:1803
1548
  msgid ""
1549
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1550
  "information."
1551
  msgstr ""
1552
 
1553
- #: includes/options/class-wpglobus-options.php:1810
1554
  msgid ""
1555
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1556
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1557
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1558
  msgstr ""
1559
 
1560
- #: includes/options/class-wpglobus-options.php:1823
1561
  msgid "Description:"
1562
  msgstr ""
1563
 
1564
- #: includes/options/class-wpglobus-options.php:1830,
1565
- #: includes/options/class-wpglobus-options.php:1831
1566
  msgid "REST API"
1567
  msgstr ""
1568
 
1569
- #: includes/options/class-wpglobus-options.php:2164
1570
  msgid "Translate strings"
1571
  msgstr "Traduire des chaînes de caractères"
1572
 
361
  msgstr "Aide"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:745,
364
+ #: includes/options/class-wpglobus-options.php:1170
365
  msgid "Languages"
366
  msgstr "Langues"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:765,
369
+ #: includes/options/class-wpglobus-options.php:1183
370
  msgid "Enabled Languages"
371
  msgstr "Langues activées"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:767,
374
+ #: includes/options/class-wpglobus-options.php:1184
375
  msgid "These languages are currently enabled on your site."
376
  msgstr "Ces langues sont actuellement disponibles sur votre site."
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:795,
379
+ #: includes/options/class-wpglobus-options.php:1142
380
  msgid "Choose a language you would like to enable."
381
  msgstr "Choisissez une langue que vous souhaitez activer."
382
 
387
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
388
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
389
  #: includes/admin/class-wpglobus-customize-options.php:801,
390
+ #: includes/options/class-wpglobus-options.php:1148
391
  msgid "or Add new Language %1$s here %2$s"
392
  msgstr "ou ajoutez une nouvelle langue %1$s ici %2$s"
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:813,
395
+ #: includes/options/class-wpglobus-options.php:1197
396
  msgid "Add Languages"
397
  msgstr "Ajouter des langues"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:833,
400
+ #: includes/options/class-wpglobus-options.php:1205
401
  msgid "Language Selector Mode"
402
  msgstr "Mode du sélecteur de langue"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:838,
405
+ #: includes/options/class-wpglobus-options.php:1208
406
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
407
  msgstr "Code à deux lettres avec le drapeau (en, fr, ru, etc.)."
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:839,
410
+ #: includes/options/class-wpglobus-options.php:1209
411
  msgid "Full Name (English, Russian, Italian, etc.)"
412
  msgstr "Nom entier (Anglais, Français, Russe, etc.)."
413
 
414
  #: includes/admin/class-wpglobus-customize-options.php:841,
415
+ #: includes/options/class-wpglobus-options.php:1210
416
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
417
  msgstr "Nom entier avec drapeau (Anglais, Français, Russe, etc.)."
418
 
419
  #: includes/admin/class-wpglobus-customize-options.php:842,
420
+ #: includes/options/class-wpglobus-options.php:1211
421
  msgid "Flags only"
422
  msgstr "Drapeaux uniquement"
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:844,
425
+ #: includes/options/class-wpglobus-options.php:1206
426
  msgid ""
427
  "Choose the way language name and country flag are shown in the drop-down menu"
428
  msgstr ""
435
 
436
  #: includes/admin/class-wpglobus-customize-options.php:915,
437
  #: includes/admin/class-wpglobus-customize-options.php:888,
438
+ #: includes/options/class-wpglobus-options.php:1224
439
  msgid "Language Selector Menu"
440
  msgstr "Menu du sélecteur de langue"
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:920,
443
  #: includes/admin/class-wpglobus-customize-options.php:899,
444
+ #: includes/options/class-wpglobus-options.php:1225
445
  msgid "Choose the navigation menu where the language selector will be shown"
446
  msgstr ""
447
  "Choisissez le menu de navigation où le sélecteur de langue sera affiché."
451
  msgstr "Aucun menu n’a été créé pour le moment. Faites-le."
452
 
453
  #: includes/admin/class-wpglobus-customize-options.php:940,
454
+ #: includes/options/class-wpglobus-options.php:1235
455
  msgid "\"All Pages\" menus Language selector"
456
  msgstr "Menu du sélecteur de langues pour « Toutes les pages »"
457
 
458
  #: includes/admin/class-wpglobus-customize-options.php:943,
459
+ #: includes/options/class-wpglobus-options.php:1237
460
  msgid ""
461
  "Adds language selector to the menus that automatically list all existing "
462
  "pages (using `wp_list_pages`)"
465
  "les pages existantes (en utilisant wp_list_pages)."
466
 
467
  #: includes/admin/class-wpglobus-customize-options.php:960,
468
+ #: includes/options/class-wpglobus-options.php:1350
469
  msgid "Custom CSS"
470
  msgstr "CSS personnalisé"
471
 
487
  msgstr "Décochez pour désactiver WPGlobus"
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1125,
490
+ #: includes/options/class-wpglobus-options.php:1418
491
  msgid "Redirect"
492
  msgstr "Redirection"
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1150,
495
+ #: includes/options/class-wpglobus-options.php:1413
496
  msgid "Choose the language automatically, based on:"
497
  msgstr "Choisir la langue automatiquement, à partir de&nbsp;:"
498
 
499
  #: includes/admin/class-wpglobus-customize-options.php:1152,
500
+ #: includes/options/class-wpglobus-options.php:1403
501
  msgid "Preferred language set in the browser"
502
  msgstr "Langue préférée définie dans le navigateur"
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1153,
505
+ #: includes/options/class-wpglobus-options.php:1390
506
  msgid ""
507
  "When a user comes to the site for the first time, try to find the best "
508
  "matching language version of the page."
513
  #: includes/admin/class-wpglobus-customize-options.php:1214,
514
  #: includes/admin/class-wpglobus-customize-options.php:1234,
515
  #: includes/admin/class-wpglobus-customize-options.php:1192,
516
+ #: includes/options/class-wpglobus-options.php:1362
517
  msgid "Custom JS Code"
518
  msgstr "Code JS personnalisé"
519
 
560
  "dessous."
561
 
562
  #: includes/admin/class-wpglobus-customize-options.php:1351,
563
+ #: includes/options/class-wpglobus-options.php:602
564
  msgid "Thank you for installing WPGlobus!"
565
  msgstr "Merci pour votre installation de WPGlobus !"
566
 
567
  #: includes/admin/class-wpglobus-customize-options.php:1355,
568
+ #: includes/options/class-wpglobus-options.php:606
569
  msgid "Read About WPGlobus"
570
  msgstr "En savoir plus à propos de WPGlobus"
571
 
577
  "les options."
578
 
579
  #: includes/admin/class-wpglobus-customize-options.php:1363,
580
+ #: includes/options/class-wpglobus-options.php:642
581
  msgid ""
582
  "Should you have any questions or comments, please do not hesitate to contact "
583
  "us."
586
  "contacter."
587
 
588
  #: includes/admin/class-wpglobus-customize-options.php:1367,
589
+ #: includes/options/class-wpglobus-options.php:646
590
  msgid "Sincerely Yours,"
591
  msgstr "Cordialement,"
592
 
593
  #: includes/admin/class-wpglobus-customize-options.php:1369,
594
+ #: includes/options/class-wpglobus-options.php:648,
595
  #: includes/options/wpglobus-options-header.php:34
596
  msgid "The WPGlobus Team"
597
  msgstr "L’équipe de WPGlobus"
599
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
600
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
601
  #: includes/admin/class-wpglobus-customize-options.php:1388,
602
+ #: includes/options/class-wpglobus-options.php:683
603
  msgid ""
604
  "We would hate to see you go. If something goes wrong, do not uninstall "
605
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
609
  "vous aider&nbsp;!"
610
 
611
  #: includes/admin/class-wpglobus-customize-options.php:1395,
612
+ #: includes/options/class-wpglobus-options.php:690
613
  msgid ""
614
  "Please note that if you deactivate WPGlobus, your site will show all the "
615
  "languages together, mixed up. You will need to remove all translations, "
622
  #. translators: %s: link to the Clean-up Tool
623
  #. translators: %s: link to the Clean-up Tool.
624
  #: includes/admin/class-wpglobus-customize-options.php:1400,
625
+ #: includes/options/class-wpglobus-options.php:694
626
  msgid ""
627
  "If there are just a few places, you should edit them manually. To "
628
  "automatically remove all translations at once, you can use the %s. WARNING: "
638
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
639
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
640
  #: includes/admin/class-wpglobus-customize-options.php:1403,
641
+ #: includes/options/class-wpglobus-options.php:671
642
  msgid "%1$sClean-up Tool%2$s"
643
  msgstr "%1$sOutil de Nettoyage%2$s"
644
 
785
  msgstr ""
786
 
787
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
788
+ #: includes/options/class-wpglobus-options.php:720
789
  msgid "Help Desk"
790
  msgstr "Centre de support"
791
 
874
  msgstr "WPGlobus recommande:"
875
 
876
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
877
+ #: includes/options/class-wpglobus-options.php:927
878
  msgid "WPGlobus for WooCommerce"
879
  msgstr "WPGlobus pour WooCommerce"
880
 
1070
  msgstr "Style de menu de sélection de langues"
1071
 
1072
  #: includes/options/class-wpglobus-options.php:273,
1073
+ #: includes/options/class-wpglobus-options.php:796,
1074
+ #: includes/options/class-wpglobus-options.php:865
1075
  msgid "WPGlobus Plus"
1076
  msgstr "WPGlobus Plus"
1077
 
1099
  "Si vous voyez ce message, votre navigateur peut ne pas afficher correctement "
1100
  "le panneau Paramètres WPGlobus. S’il vous plaît essayer un autre navigateur."
1101
 
1102
+ #: includes/options/class-wpglobus-options.php:593,
1103
+ #: includes/options/class-wpglobus-options.php:1571
1104
  msgid "Сompatibility"
1105
  msgstr "Compatibilité"
1106
 
1107
  #. translators: placeholders for "strong" tags.
1108
+ #: includes/options/class-wpglobus-options.php:610
1109
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1110
  msgstr ""
1111
  "Cliquez sur l’onglet %1$s[Langues]%2$s à gauche pour configurer les options."
1112
 
1113
  #. translators: placeholders for "strong" tags.
1114
+ #: includes/options/class-wpglobus-options.php:613
1115
  msgid ""
1116
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1117
  "the language attributes: name, code, flag icon, etc."
1120
  "langue ou pour modifier les attributs linguistiques : nom, code, icône de "
1121
  "drapeau, etc."
1122
 
1123
+ #: includes/options/class-wpglobus-options.php:616
1124
  msgid "Important notes"
1125
  msgstr "Notes importantes"
1126
 
1127
  #. translators: placeholders for "strong" tags.
1128
+ #: includes/options/class-wpglobus-options.php:618
1129
  msgid "Version %1$s1.9.17%2$s "
1130
  msgstr "Version %1$s1.9.17%2$s "
1131
 
1132
  #. translators: placeholders for "strong" tags.
1133
+ #: includes/options/class-wpglobus-options.php:621
1134
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1135
  msgstr "À partir de cette version, %1$sWPGlobus%2$ fonctionne en deux modes"
1136
 
1137
  #. translators: placeholders for "strong" tags; compatibility tab link.
1138
+ #: includes/options/class-wpglobus-options.php:624
1139
  msgid ""
1140
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1141
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1145
  "[%3$s]%2$s."
1146
 
1147
  #. translators: placeholders for "strong" tags; compatibility tab link.
1148
+ #: includes/options/class-wpglobus-options.php:627
1149
  msgid ""
1150
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1151
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1155
  "sur le %1$s[%3$s]%2$s onglet."
1156
 
1157
  #. translators: placeholders for "strong" tags.
1158
+ #: includes/options/class-wpglobus-options.php:631
1159
  msgid "Version %1$s2.2.11%2$s "
1160
  msgstr "Version %1$s2.2.11%2$s "
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:633
1163
  msgid "Starting from this version"
1164
  msgstr "A partir de cette version"
1165
 
1166
  #. translators: placeholders for "strong" tags.
1167
+ #: includes/options/class-wpglobus-options.php:636
1168
  msgid ""
1169
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1170
  "(CPT)."
1173
  "poste personnalisés (CPT)."
1174
 
1175
  #. translators: placeholders for "strong" tags.
1176
+ #: includes/options/class-wpglobus-options.php:639
1177
  msgid ""
1178
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1179
  "the %1$s[%3$s]%2$s tab."
1181
  "Pour activer le mode %1$sBuilder%2$s pour des types de poste spécifiques, "
1182
  "veuillez visiter l’onglet %1$s[%3$s]%2$s."
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:656
1185
  msgid "Welcome!"
1186
  msgstr "Bienvenue&nbsp;!"
1187
 
1188
+ #: includes/options/class-wpglobus-options.php:679
1189
  msgid "Deactivating / Uninstalling"
1190
  msgstr "Désactivation / Désinstallation"
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:705
1193
  msgid "Uninstall"
1194
  msgstr "Désinstaller"
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:735
1197
  msgid "All add-ons"
1198
  msgstr "Tous les Modules"
1199
 
1200
+ #: includes/options/class-wpglobus-options.php:750
1201
  msgid "Mobile Menu"
1202
  msgstr "Menu mobile"
1203
 
1204
+ #: includes/options/class-wpglobus-options.php:765
1205
  msgid "Language Widgets"
1206
  msgstr "Widgets linguistiques"
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:835
1209
  msgid "We Recommend..."
1210
  msgstr "Nous recommandons..."
1211
 
1212
+ #: includes/options/class-wpglobus-options.php:867
1213
  msgid ""
1214
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1215
  "website, such as:"
1217
  "Notre module premium, WPGlobus Plus, ajoutera plusieurs fonctionnalités à "
1218
  "votre site Web, telles que :"
1219
 
1220
+ #: includes/options/class-wpglobus-options.php:870
1221
  msgid ""
1222
  "- Ability to write a post in one language and immediately publish it, not "
1223
  "waiting for the translation to other languages;"
1225
  "- Possibilité d’écrire un message dans une langue et de le publier "
1226
  "immédiatement, sans attendre la traduction vers d’autres langues;"
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:873
1229
  msgid "- Set different URLs for each translation;"
1230
  msgstr "- Définir différentes URLs pour chaque traduction ;"
1231
 
1232
+ #: includes/options/class-wpglobus-options.php:876
1233
  msgid ""
1234
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1235
  "for each translation;"
1237
  "- Dans Yoast SEO, définir le mot clé de mise au point et effectuer l’analyse "
1238
  "de page séparément pour chaque traduction ;"
1239
 
1240
+ #: includes/options/class-wpglobus-options.php:879
1241
  msgid "- and more..."
1242
  msgstr "- et plus encore..."
1243
 
1244
+ #: includes/options/class-wpglobus-options.php:882,
1245
+ #: includes/options/class-wpglobus-options.php:939,
1246
+ #: includes/options/class-wpglobus-options.php:997
1247
  msgid "Click here to download"
1248
  msgstr "Cliquez ici pour télécharger"
1249
 
1250
+ #: includes/options/class-wpglobus-options.php:930
1251
  msgid ""
1252
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1253
  "translate your blog posts and pages to many languages."
1255
  "Merci d’installer WPGlobus! Maintenant, vous avez un site web multilingue et "
1256
  "pouvez traduire vos billets de blog et vos pages en de nombreuses langues."
1257
 
1258
+ #: includes/options/class-wpglobus-options.php:933
1259
  msgid "The next step is to translate your WooCommerce-based store!"
1260
  msgstr "L’étape suivante consiste à traduire votre magasin WooCommerce!"
1261
 
1262
+ #: includes/options/class-wpglobus-options.php:936
1263
  msgid ""
1264
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1265
  "translate product titles and descriptions, categories, tags and attributes."
1268
  "titres et des descriptions de produits, des catégories, des balises et des "
1269
  "attributs."
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:983
1272
  msgid "Multi-currency"
1273
  msgstr "Multi-tarifs"
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:986
1276
  msgid ""
1277
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1278
  "a single currency only."
1280
  "Votre magasin WooCommerce est prêt à afficher les prix et à accepter les "
1281
  "paiements seulement dans une seule devise."
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:990
1284
  msgid ""
1285
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1286
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1293
  "renforcera votre avantage concurrentiel et votre positionnement pour la "
1294
  "croissance mondiale !"
1295
 
1296
+ #: includes/options/class-wpglobus-options.php:994
1297
  msgid ""
1298
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1299
  "re-calculating prices on-the-fly."
1301
  "L’add-on WPGlobus Multi-Currency premium fournit des monnaies de commutation "
1302
  "et recalcule les prix à la volée."
1303
 
1304
+ #: includes/options/class-wpglobus-options.php:1031
1305
  msgid "WPGlobus Premium Add-ons"
1306
  msgstr "Module premium WPGlobus"
1307
 
1308
+ #: includes/options/class-wpglobus-options.php:1033
1309
  msgid ""
1310
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1311
  "you will be able to:"
1313
  "Nous avons écrit plusieurs add-ons Premium pour WPGlobus. Avec ces add-ons, "
1314
  "vous serez en mesure de:"
1315
 
1316
+ #: includes/options/class-wpglobus-options.php:1038
1317
  msgid ""
1318
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1319
  "моя-страница and so on);"
1321
  "<strong>Traduire URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/моя-"
1322
  "страница and so on);"
1323
 
1324
+ #: includes/options/class-wpglobus-options.php:1041
1325
  msgid ""
1326
  "Postpone translation to some languages and <strong>publish only the "
1327
  "translated texts</strong>;"
1329
  "Reporter la traduction dans certaines langues et <strong>ne publier que les "
1330
  "textes traduits</strong>;"
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1044
1333
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1334
  msgstr ""
1335
  "Maintenir des <strong>menus et des widgets distincts pour chaque langue</"
1336
  "strong>;"
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1047
1339
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1340
  msgstr "<strong>Traduction de WooCommerce</strong> produits et taxonomies;"
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1050
1343
  msgid ""
1344
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1345
  "strong>;"
1347
  "Entrez des mots clés de mise au point distincts pour chaque langue dans le "
1348
  "<strong>SEO Yoast</strong>;"
1349
 
1350
+ #: includes/options/class-wpglobus-options.php:1054
1351
  msgid "...and more."
1352
  msgstr "...et bien plus encore."
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1057
1355
  msgid "Click here to visit the WPGlobus Store"
1356
  msgstr "Cliquez ici pour visiter le WPGlobus Store"
1357
 
1358
+ #: includes/options/class-wpglobus-options.php:1098
1359
  msgid "Select a language"
1360
  msgstr "Sélectionner une langue"
1361
 
1362
  #. translators: %3$s placeholder for the icon (actual picture).
1363
+ #: includes/options/class-wpglobus-options.php:1127
1364
  msgid ""
1365
  "Place the %1$smain language%2$s of your site at the top of the list by "
1366
  "dragging the %3$s icons."
1369
  "faisant glisser les icônes %3$ ."
1370
 
1371
  #. translators: placeholders for the "strong" HTML tags.
1372
+ #: includes/options/class-wpglobus-options.php:1130
1373
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1374
  msgstr ""
1375
  "%1$sDécochez%2$s les langues que vous n’avez pas l’intention d’utiliser."
1376
 
1377
  #. translators: placeholders for the "strong" HTML tags.
1378
+ #: includes/options/class-wpglobus-options.php:1133
1379
  msgid "%1$sAdd%2$s more languages using the section below."
1380
  msgstr "%1$sAjoutez%2$s plus de langues en utilisant la section ci-dessous."
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1134
1383
  msgid "When done, click the [Save Changes] button."
1384
  msgstr ""
1385
  "Quand c'est fait, cliquez sur le bouton [Enregistrer les modifications]."
1386
 
1387
  #. translators: %s - placeholder for the "Save Changes" button text.
1388
+ #: includes/options/class-wpglobus-options.php:1145
1389
  msgid "Press the %s button to confirm."
1390
  msgstr "Appuyez sur le bouton %s pour confirmer."
1391
 
1392
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1393
+ #: includes/options/class-wpglobus-options.php:1162
1394
  msgid "-- none --"
1395
  msgstr "-- aucun --"
1396
 
1397
+ #: includes/options/class-wpglobus-options.php:1163
1398
  msgid "All menus"
1399
  msgstr "Tous les menus"
1400
 
1401
+ #: includes/options/class-wpglobus-options.php:1176
1402
  msgid "Instructions:"
1403
  msgstr "Instructions&nbsp;:"
1404
 
1405
+ #: includes/options/class-wpglobus-options.php:1236
1406
  msgid "(Found in some themes)"
1407
  msgstr "(Trouvé dans certains thèmes)"
1408
 
1409
+ #: includes/options/class-wpglobus-options.php:1238
1410
  msgid "Enable"
1411
  msgstr "Activer"
1412
 
1413
+ #: includes/options/class-wpglobus-options.php:1253
1414
  msgid "Languages table"
1415
  msgstr "Tableau des langues"
1416
 
1417
+ #: includes/options/class-wpglobus-options.php:1259
1418
  msgid "Use this table to add, edit or delete languages."
1419
  msgstr "Utilisez ce tableau pour ajouter, modifier ou supprimer des langues."
1420
 
1421
+ #: includes/options/class-wpglobus-options.php:1260
1422
  msgid "NOTE: you cannot remove the main language."
1423
  msgstr "Remarque&nbsp;: vous ne pouvez pas supprimer la langue principale."
1424
 
1425
+ #: includes/options/class-wpglobus-options.php:1308
1426
  msgid "WPGlobus is enabled on these Post Types"
1427
  msgstr "WPGlobus est activé sur ces types de publications"
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:1309
1430
  msgid "Uncheck to disable"
1431
  msgstr "Dévérifier pour désactiver"
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:1310
1434
  msgid ""
1435
  "Please note that there are post types, which status is managed by other "
1436
  "plugins and cannot be changed here."
1438
  "Veuillez noter qu’il existe des types de publications, dont le statut est "
1439
  "géré par d’autres plugins et ne peuvent pas être modifiés ici."
1440
 
1441
+ #: includes/options/class-wpglobus-options.php:1315
1442
  msgid "Post Types"
1443
  msgstr "Types de contenu"
1444
 
1445
+ #: includes/options/class-wpglobus-options.php:1331
1446
  msgid ""
1447
  "You should put here only the code provided by WPGlobus Support. Do not write "
1448
  "anything else in the sections below as it might break the functionality of "
1452
  "N’écrivez rien d’autre dans les sections ci-dessous car il pourrait briser "
1453
  "la fonctionnalité de votre site Web!"
1454
 
1455
+ #: includes/options/class-wpglobus-options.php:1372
1456
  msgid "Custom Code"
1457
  msgstr "Code personnalisé"
1458
 
1459
+ #: includes/options/class-wpglobus-options.php:1480,
1460
+ #: includes/options/class-wpglobus-options.php:1612,
1461
+ #: includes/options/class-wpglobus-options.php:1723
1462
  msgid "Enabled"
1463
  msgstr "Activé"
1464
 
1465
+ #: includes/options/class-wpglobus-options.php:1493
1466
  msgid "Builders support"
1467
  msgstr "Soutien des constructeurs"
1468
 
1469
+ #: includes/options/class-wpglobus-options.php:1545
1470
  msgid "Builder mode is enabled on these Post Types"
1471
  msgstr "Le mode Constructeur est activé sur ces types de post"
1472
 
1473
+ #: includes/options/class-wpglobus-options.php:1611
1474
  msgid "Old fashioned language switcher"
1475
  msgstr "Commutateur de langue démodé"
1476
 
1477
+ #: includes/options/class-wpglobus-options.php:1617
1478
  msgid "Block Editor"
1479
  msgstr "Éditeur de blocs"
1480
 
1481
+ #: includes/options/class-wpglobus-options.php:1618
1482
  msgid "Block Editor Options"
1483
  msgstr "Options d’éditeur de bloc"
1484
 
1485
+ #: includes/options/class-wpglobus-options.php:1647
1486
  msgid ""
1487
  "With the current settings, you will see the following lines in the section "
1488
  "HEAD of your site pages"
1489
  msgstr ""
1490
 
1491
+ #: includes/options/class-wpglobus-options.php:1649
1492
  msgid "(example for two languages)"
1493
  msgstr ""
1494
 
1495
+ #: includes/options/class-wpglobus-options.php:1696
1496
  msgid ""
1497
  "Tell search engines about localized versions of your pages using the "
1498
  "hreflang tag"
1499
  msgstr ""
1500
 
1501
+ #: includes/options/class-wpglobus-options.php:1705
1502
  msgid "Output the hreflang tag as"
1503
  msgstr ""
1504
 
1505
+ #: includes/options/class-wpglobus-options.php:1708
1506
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1507
  msgstr ""
1508
 
1509
+ #: includes/options/class-wpglobus-options.php:1709
1510
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1511
  msgstr ""
1512
 
1513
+ #: includes/options/class-wpglobus-options.php:1710
1514
  msgid "Language code only (en, ru, etc.)"
1515
  msgstr ""
1516
 
1517
+ #: includes/options/class-wpglobus-options.php:1722
1518
  msgid "Use the code `x-default` for the main language"
1519
  msgstr ""
1520
 
1521
+ #: includes/options/class-wpglobus-options.php:1728
1522
  msgid "Multilingual SEO"
1523
  msgstr ""
1524
 
1525
+ #: includes/options/class-wpglobus-options.php:1729
1526
  msgid "Multilingual SEO Options"
1527
  msgstr ""
1528
 
1529
+ #: includes/options/class-wpglobus-options.php:1766
1530
  msgid ""
1531
  "With WPGlobus, you can get translations for posts and pages using REST API."
1532
  msgstr ""
1533
 
1534
+ #: includes/options/class-wpglobus-options.php:1793,
1535
+ #: includes/options/class-wpglobus-options.php:1801,
1536
+ #: includes/options/class-wpglobus-options.php:1774,
1537
+ #: includes/options/class-wpglobus-options.php:1782
1538
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1539
  msgstr ""
1540
 
1541
+ #: includes/options/class-wpglobus-options.php:1771
1542
  msgid ""
1543
  "For demonstration, you can try the first post that WordPress creates at the "
1544
  "initial installation."
1545
  msgstr ""
1546
 
1547
+ #: includes/options/class-wpglobus-options.php:1812
1548
  msgid ""
1549
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1550
  "information."
1551
  msgstr ""
1552
 
1553
+ #: includes/options/class-wpglobus-options.php:1819
1554
  msgid ""
1555
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1556
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1557
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1558
  msgstr ""
1559
 
1560
+ #: includes/options/class-wpglobus-options.php:1832
1561
  msgid "Description:"
1562
  msgstr ""
1563
 
1564
+ #: includes/options/class-wpglobus-options.php:1839,
1565
+ #: includes/options/class-wpglobus-options.php:1840
1566
  msgid "REST API"
1567
  msgstr ""
1568
 
1569
+ #: includes/options/class-wpglobus-options.php:2173
1570
  msgid "Translate strings"
1571
  msgstr "Traduire des chaînes de caractères"
1572
 
languages/wpglobus-id_ID.po CHANGED
@@ -352,22 +352,22 @@ msgid "Help"
352
  msgstr "Bantuan"
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:745,
355
- #: includes/options/class-wpglobus-options.php:1168
356
  msgid "Languages"
357
  msgstr "Bahasa"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:765,
360
- #: includes/options/class-wpglobus-options.php:1181
361
  msgid "Enabled Languages"
362
  msgstr "diaktifkan Bahasa"
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:767,
365
- #: includes/options/class-wpglobus-options.php:1182
366
  msgid "These languages are currently enabled on your site."
367
  msgstr "Bahasa ini saat ini diaktifkan di situs Anda."
368
 
369
  #: includes/admin/class-wpglobus-customize-options.php:795,
370
- #: includes/options/class-wpglobus-options.php:1140
371
  msgid "Choose a language you would like to enable."
372
  msgstr ""
373
 
@@ -378,42 +378,42 @@ msgstr ""
378
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
379
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
380
  #: includes/admin/class-wpglobus-customize-options.php:801,
381
- #: includes/options/class-wpglobus-options.php:1146
382
  msgid "or Add new Language %1$s here %2$s"
383
  msgstr "Atau Tambahkan Bahasa baru %1$s di sini %2$s"
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:813,
386
- #: includes/options/class-wpglobus-options.php:1195
387
  msgid "Add Languages"
388
  msgstr "Tambahkan Bahasa"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:833,
391
- #: includes/options/class-wpglobus-options.php:1203
392
  msgid "Language Selector Mode"
393
  msgstr "Mode Pemilih Bahasa"
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:838,
396
- #: includes/options/class-wpglobus-options.php:1206
397
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
398
  msgstr "Dua huruf Kode dengan bendera (en, ru, it, dll)"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:839,
401
- #: includes/options/class-wpglobus-options.php:1207
402
  msgid "Full Name (English, Russian, Italian, etc.)"
403
  msgstr "Nama Lengkap (Inggris, Rusia, Italia, dll.)"
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:841,
406
- #: includes/options/class-wpglobus-options.php:1208
407
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
408
  msgstr "Nama lengkap dengan bendera (Inggris, Rusia, Italia, dll.)"
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:842,
411
- #: includes/options/class-wpglobus-options.php:1209
412
  msgid "Flags only"
413
  msgstr "Hanya bendera"
414
 
415
  #: includes/admin/class-wpglobus-customize-options.php:844,
416
- #: includes/options/class-wpglobus-options.php:1204
417
  msgid ""
418
  "Choose the way language name and country flag are shown in the drop-down menu"
419
  msgstr ""
@@ -425,13 +425,13 @@ msgstr "pilih menu navigasi"
425
 
426
  #: includes/admin/class-wpglobus-customize-options.php:915,
427
  #: includes/admin/class-wpglobus-customize-options.php:888,
428
- #: includes/options/class-wpglobus-options.php:1222
429
  msgid "Language Selector Menu"
430
  msgstr "Bahasa Pemilih menu"
431
 
432
  #: includes/admin/class-wpglobus-customize-options.php:920,
433
  #: includes/admin/class-wpglobus-customize-options.php:899,
434
- #: includes/options/class-wpglobus-options.php:1223
435
  msgid "Choose the navigation menu where the language selector will be shown"
436
  msgstr "Pilih menu navigasi di mana pemilih bahasa akan ditampilkan"
437
 
@@ -440,12 +440,12 @@ msgid "No menus have been created yet. Create some."
440
  msgstr "Belum ada menu yang dibuat. Buat beberapa."
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:940,
443
- #: includes/options/class-wpglobus-options.php:1233
444
  msgid "\"All Pages\" menus Language selector"
445
  msgstr "\"Semua Halaman\" menu Bahasa pemilih"
446
 
447
  #: includes/admin/class-wpglobus-customize-options.php:943,
448
- #: includes/options/class-wpglobus-options.php:1235
449
  msgid ""
450
  "Adds language selector to the menus that automatically list all existing "
451
  "pages (using `wp_list_pages`)"
@@ -454,7 +454,7 @@ msgstr ""
454
  "halaman yang ada (menggunakan `wp_list_pages`)"
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:960,
457
- #: includes/options/class-wpglobus-options.php:1348
458
  msgid "Custom CSS"
459
  msgstr "CSS kustom"
460
 
@@ -475,22 +475,22 @@ msgid "Uncheck to disable WPGlobus"
475
  msgstr "Hapus centang untuk menonaktifkan WPGlobus"
476
 
477
  #: includes/admin/class-wpglobus-customize-options.php:1125,
478
- #: includes/options/class-wpglobus-options.php:1416
479
  msgid "Redirect"
480
  msgstr "Redirect"
481
 
482
  #: includes/admin/class-wpglobus-customize-options.php:1150,
483
- #: includes/options/class-wpglobus-options.php:1411
484
  msgid "Choose the language automatically, based on:"
485
  msgstr "Pilih bahasa secara otomatis, berdasarkan:"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1152,
488
- #: includes/options/class-wpglobus-options.php:1401
489
  msgid "Preferred language set in the browser"
490
  msgstr ""
491
 
492
  #: includes/admin/class-wpglobus-customize-options.php:1153,
493
- #: includes/options/class-wpglobus-options.php:1388
494
  msgid ""
495
  "When a user comes to the site for the first time, try to find the best "
496
  "matching language version of the page."
@@ -499,7 +499,7 @@ msgstr ""
499
  #: includes/admin/class-wpglobus-customize-options.php:1214,
500
  #: includes/admin/class-wpglobus-customize-options.php:1234,
501
  #: includes/admin/class-wpglobus-customize-options.php:1192,
502
- #: includes/options/class-wpglobus-options.php:1360
503
  msgid "Custom JS Code"
504
  msgstr "Kode JS kustom"
505
 
@@ -544,12 +544,12 @@ msgstr ""
544
  "tekan tombol di bawah ini."
545
 
546
  #: includes/admin/class-wpglobus-customize-options.php:1351,
547
- #: includes/options/class-wpglobus-options.php:600
548
  msgid "Thank you for installing WPGlobus!"
549
  msgstr "Terima kasih telah menginstal WPGlobus!"
550
 
551
  #: includes/admin/class-wpglobus-customize-options.php:1355,
552
- #: includes/options/class-wpglobus-options.php:604
553
  msgid "Read About WPGlobus"
554
  msgstr "Baca Tentang WPGlobus"
555
 
@@ -560,7 +560,7 @@ msgstr ""
560
  "Klik tab <strong>[Bahasa]</ strong> di sebelah kiri untuk menyiapkan opsi."
561
 
562
  #: includes/admin/class-wpglobus-customize-options.php:1363,
563
- #: includes/options/class-wpglobus-options.php:640
564
  msgid ""
565
  "Should you have any questions or comments, please do not hesitate to contact "
566
  "us."
@@ -569,12 +569,12 @@ msgstr ""
569
  "kami."
570
 
571
  #: includes/admin/class-wpglobus-customize-options.php:1367,
572
- #: includes/options/class-wpglobus-options.php:644
573
  msgid "Sincerely Yours,"
574
  msgstr "Hormat kami,"
575
 
576
  #: includes/admin/class-wpglobus-customize-options.php:1369,
577
- #: includes/options/class-wpglobus-options.php:646,
578
  #: includes/options/wpglobus-options-header.php:34
579
  msgid "The WPGlobus Team"
580
  msgstr "Tim WPGlobus"
@@ -582,7 +582,7 @@ msgstr "Tim WPGlobus"
582
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
583
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
584
  #: includes/admin/class-wpglobus-customize-options.php:1388,
585
- #: includes/options/class-wpglobus-options.php:681
586
  msgid ""
587
  "We would hate to see you go. If something goes wrong, do not uninstall "
588
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -591,7 +591,7 @@ msgstr ""
591
  "WPGlobus belum. Silakan %1$sberbicara dengan kami%2$s dan kami akan membantu!"
592
 
593
  #: includes/admin/class-wpglobus-customize-options.php:1395,
594
- #: includes/options/class-wpglobus-options.php:688
595
  msgid ""
596
  "Please note that if you deactivate WPGlobus, your site will show all the "
597
  "languages together, mixed up. You will need to remove all translations, "
@@ -604,7 +604,7 @@ msgstr ""
604
  #. translators: %s: link to the Clean-up Tool
605
  #. translators: %s: link to the Clean-up Tool.
606
  #: includes/admin/class-wpglobus-customize-options.php:1400,
607
- #: includes/options/class-wpglobus-options.php:692
608
  msgid ""
609
  "If there are just a few places, you should edit them manually. To "
610
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -619,7 +619,7 @@ msgstr ""
619
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
620
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
621
  #: includes/admin/class-wpglobus-customize-options.php:1403,
622
- #: includes/options/class-wpglobus-options.php:669
623
  msgid "%1$sClean-up Tool%2$s"
624
  msgstr "%1$sAlat Pembersih%2$s"
625
 
@@ -762,7 +762,7 @@ msgid ""
762
  msgstr ""
763
 
764
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
765
- #: includes/options/class-wpglobus-options.php:718
766
  msgid "Help Desk"
767
  msgstr "help Desk"
768
 
@@ -845,7 +845,7 @@ msgid "WPGlobus Recommends:"
845
  msgstr ""
846
 
847
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
848
- #: includes/options/class-wpglobus-options.php:925
849
  msgid "WPGlobus for WooCommerce"
850
  msgstr ""
851
 
@@ -1032,8 +1032,8 @@ msgid "Language Selector Menu Style"
1032
  msgstr ""
1033
 
1034
  #: includes/options/class-wpglobus-options.php:273,
1035
- #: includes/options/class-wpglobus-options.php:794,
1036
- #: includes/options/class-wpglobus-options.php:863
1037
  msgid "WPGlobus Plus"
1038
  msgstr ""
1039
 
@@ -1059,161 +1059,161 @@ msgid ""
1059
  "Settings panel properly. Please try another browser."
1060
  msgstr ""
1061
 
1062
- #: includes/options/class-wpglobus-options.php:591,
1063
- #: includes/options/class-wpglobus-options.php:1569
1064
  msgid "Сompatibility"
1065
  msgstr ""
1066
 
1067
  #. translators: placeholders for "strong" tags.
1068
- #: includes/options/class-wpglobus-options.php:608
1069
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1070
  msgstr ""
1071
 
1072
  #. translators: placeholders for "strong" tags.
1073
- #: includes/options/class-wpglobus-options.php:611
1074
  msgid ""
1075
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1076
  "the language attributes: name, code, flag icon, etc."
1077
  msgstr ""
1078
 
1079
- #: includes/options/class-wpglobus-options.php:614
1080
  msgid "Important notes"
1081
  msgstr ""
1082
 
1083
  #. translators: placeholders for "strong" tags.
1084
- #: includes/options/class-wpglobus-options.php:616
1085
  msgid "Version %1$s1.9.17%2$s "
1086
  msgstr ""
1087
 
1088
  #. translators: placeholders for "strong" tags.
1089
- #: includes/options/class-wpglobus-options.php:619
1090
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1091
  msgstr ""
1092
 
1093
  #. translators: placeholders for "strong" tags; compatibility tab link.
1094
- #: includes/options/class-wpglobus-options.php:622
1095
  msgid ""
1096
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1097
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1098
  msgstr ""
1099
 
1100
  #. translators: placeholders for "strong" tags; compatibility tab link.
1101
- #: includes/options/class-wpglobus-options.php:625
1102
  msgid ""
1103
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1104
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1105
  msgstr ""
1106
 
1107
  #. translators: placeholders for "strong" tags.
1108
- #: includes/options/class-wpglobus-options.php:629
1109
  msgid "Version %1$s2.2.11%2$s "
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:631
1113
  msgid "Starting from this version"
1114
  msgstr ""
1115
 
1116
  #. translators: placeholders for "strong" tags.
1117
- #: includes/options/class-wpglobus-options.php:634
1118
  msgid ""
1119
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1120
  "(CPT)."
1121
  msgstr ""
1122
 
1123
  #. translators: placeholders for "strong" tags.
1124
- #: includes/options/class-wpglobus-options.php:637
1125
  msgid ""
1126
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1127
  "the %1$s[%3$s]%2$s tab."
1128
  msgstr ""
1129
 
1130
- #: includes/options/class-wpglobus-options.php:654
1131
  msgid "Welcome!"
1132
  msgstr "SELAMAT DATANG!"
1133
 
1134
- #: includes/options/class-wpglobus-options.php:677
1135
  msgid "Deactivating / Uninstalling"
1136
  msgstr "Menonaktifkan / Menanggalkan"
1137
 
1138
- #: includes/options/class-wpglobus-options.php:703
1139
  msgid "Uninstall"
1140
  msgstr ""
1141
 
1142
- #: includes/options/class-wpglobus-options.php:733
1143
  msgid "All add-ons"
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:748
1147
  msgid "Mobile Menu"
1148
  msgstr ""
1149
 
1150
- #: includes/options/class-wpglobus-options.php:763
1151
  msgid "Language Widgets"
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:833
1155
  msgid "We Recommend..."
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:865
1159
  msgid ""
1160
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1161
  "website, such as:"
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:868
1165
  msgid ""
1166
  "- Ability to write a post in one language and immediately publish it, not "
1167
  "waiting for the translation to other languages;"
1168
  msgstr ""
1169
 
1170
- #: includes/options/class-wpglobus-options.php:871
1171
  msgid "- Set different URLs for each translation;"
1172
  msgstr ""
1173
 
1174
- #: includes/options/class-wpglobus-options.php:874
1175
  msgid ""
1176
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1177
  "for each translation;"
1178
  msgstr ""
1179
 
1180
- #: includes/options/class-wpglobus-options.php:877
1181
  msgid "- and more..."
1182
  msgstr ""
1183
 
1184
- #: includes/options/class-wpglobus-options.php:880,
1185
- #: includes/options/class-wpglobus-options.php:937,
1186
- #: includes/options/class-wpglobus-options.php:995
1187
  msgid "Click here to download"
1188
  msgstr ""
1189
 
1190
- #: includes/options/class-wpglobus-options.php:928
1191
  msgid ""
1192
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1193
  "translate your blog posts and pages to many languages."
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:931
1197
  msgid "The next step is to translate your WooCommerce-based store!"
1198
  msgstr ""
1199
 
1200
- #: includes/options/class-wpglobus-options.php:934
1201
  msgid ""
1202
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1203
  "translate product titles and descriptions, categories, tags and attributes."
1204
  msgstr ""
1205
 
1206
- #: includes/options/class-wpglobus-options.php:981
1207
  msgid "Multi-currency"
1208
  msgstr ""
1209
 
1210
- #: includes/options/class-wpglobus-options.php:984
1211
  msgid ""
1212
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1213
  "a single currency only."
1214
  msgstr ""
1215
 
1216
- #: includes/options/class-wpglobus-options.php:988
1217
  msgid ""
1218
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1219
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1221,259 +1221,259 @@ msgid ""
1221
  "positioning for global growth!"
1222
  msgstr ""
1223
 
1224
- #: includes/options/class-wpglobus-options.php:992
1225
  msgid ""
1226
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1227
  "re-calculating prices on-the-fly."
1228
  msgstr ""
1229
 
1230
- #: includes/options/class-wpglobus-options.php:1029
1231
  msgid "WPGlobus Premium Add-ons"
1232
  msgstr ""
1233
 
1234
- #: includes/options/class-wpglobus-options.php:1031
1235
  msgid ""
1236
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1237
  "you will be able to:"
1238
  msgstr ""
1239
 
1240
- #: includes/options/class-wpglobus-options.php:1036
1241
  msgid ""
1242
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1243
  "моя-страница and so on);"
1244
  msgstr ""
1245
 
1246
- #: includes/options/class-wpglobus-options.php:1039
1247
  msgid ""
1248
  "Postpone translation to some languages and <strong>publish only the "
1249
  "translated texts</strong>;"
1250
  msgstr ""
1251
 
1252
- #: includes/options/class-wpglobus-options.php:1042
1253
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1254
  msgstr ""
1255
 
1256
- #: includes/options/class-wpglobus-options.php:1045
1257
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1258
  msgstr ""
1259
 
1260
- #: includes/options/class-wpglobus-options.php:1048
1261
  msgid ""
1262
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1263
  "strong>;"
1264
  msgstr ""
1265
 
1266
- #: includes/options/class-wpglobus-options.php:1052
1267
  msgid "...and more."
1268
  msgstr ""
1269
 
1270
- #: includes/options/class-wpglobus-options.php:1055
1271
  msgid "Click here to visit the WPGlobus Store"
1272
  msgstr ""
1273
 
1274
- #: includes/options/class-wpglobus-options.php:1096
1275
  msgid "Select a language"
1276
  msgstr "Pilih bahasa"
1277
 
1278
  #. translators: %3$s placeholder for the icon (actual picture).
1279
- #: includes/options/class-wpglobus-options.php:1125
1280
  msgid ""
1281
  "Place the %1$smain language%2$s of your site at the top of the list by "
1282
  "dragging the %3$s icons."
1283
  msgstr ""
1284
 
1285
  #. translators: placeholders for the "strong" HTML tags.
1286
- #: includes/options/class-wpglobus-options.php:1128
1287
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1288
  msgstr ""
1289
 
1290
  #. translators: placeholders for the "strong" HTML tags.
1291
- #: includes/options/class-wpglobus-options.php:1131
1292
  msgid "%1$sAdd%2$s more languages using the section below."
1293
  msgstr ""
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1132
1296
  msgid "When done, click the [Save Changes] button."
1297
  msgstr "Setelah selesai, klik [Save Changes] tombol."
1298
 
1299
  #. translators: %s - placeholder for the "Save Changes" button text.
1300
- #: includes/options/class-wpglobus-options.php:1143
1301
  msgid "Press the %s button to confirm."
1302
  msgstr ""
1303
 
1304
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1305
- #: includes/options/class-wpglobus-options.php:1160
1306
  msgid "-- none --"
1307
  msgstr ""
1308
 
1309
- #: includes/options/class-wpglobus-options.php:1161
1310
  msgid "All menus"
1311
  msgstr ""
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1174
1314
  msgid "Instructions:"
1315
  msgstr "Petunjuk:"
1316
 
1317
- #: includes/options/class-wpglobus-options.php:1234
1318
  msgid "(Found in some themes)"
1319
  msgstr "(Ditemukan dalam beberapa tema)"
1320
 
1321
- #: includes/options/class-wpglobus-options.php:1236
1322
  msgid "Enable"
1323
  msgstr "Memungkinkan"
1324
 
1325
- #: includes/options/class-wpglobus-options.php:1251
1326
  msgid "Languages table"
1327
  msgstr "Tabel bahasa"
1328
 
1329
- #: includes/options/class-wpglobus-options.php:1257
1330
  msgid "Use this table to add, edit or delete languages."
1331
  msgstr "Gunakan tabel ini untuk menambahkan, mengedit atau menghapus bahasa."
1332
 
1333
- #: includes/options/class-wpglobus-options.php:1258
1334
  msgid "NOTE: you cannot remove the main language."
1335
  msgstr "CATATAN: Anda tidak dapat menghapus bahasa utama."
1336
 
1337
- #: includes/options/class-wpglobus-options.php:1306
1338
  msgid "WPGlobus is enabled on these Post Types"
1339
  msgstr ""
1340
 
1341
- #: includes/options/class-wpglobus-options.php:1307
1342
  msgid "Uncheck to disable"
1343
  msgstr ""
1344
 
1345
- #: includes/options/class-wpglobus-options.php:1308
1346
  msgid ""
1347
  "Please note that there are post types, which status is managed by other "
1348
  "plugins and cannot be changed here."
1349
  msgstr ""
1350
 
1351
- #: includes/options/class-wpglobus-options.php:1313
1352
  msgid "Post Types"
1353
  msgstr ""
1354
 
1355
- #: includes/options/class-wpglobus-options.php:1329
1356
  msgid ""
1357
  "You should put here only the code provided by WPGlobus Support. Do not write "
1358
  "anything else in the sections below as it might break the functionality of "
1359
  "your website!"
1360
  msgstr ""
1361
 
1362
- #: includes/options/class-wpglobus-options.php:1370
1363
  msgid "Custom Code"
1364
  msgstr ""
1365
 
1366
- #: includes/options/class-wpglobus-options.php:1478,
1367
- #: includes/options/class-wpglobus-options.php:1610,
1368
- #: includes/options/class-wpglobus-options.php:1721
1369
  msgid "Enabled"
1370
  msgstr "Dinyalakan"
1371
 
1372
- #: includes/options/class-wpglobus-options.php:1491
1373
  msgid "Builders support"
1374
  msgstr ""
1375
 
1376
- #: includes/options/class-wpglobus-options.php:1543
1377
  msgid "Builder mode is enabled on these Post Types"
1378
  msgstr ""
1379
 
1380
- #: includes/options/class-wpglobus-options.php:1609
1381
  msgid "Old fashioned language switcher"
1382
  msgstr ""
1383
 
1384
- #: includes/options/class-wpglobus-options.php:1615
1385
  msgid "Block Editor"
1386
  msgstr ""
1387
 
1388
- #: includes/options/class-wpglobus-options.php:1616
1389
  msgid "Block Editor Options"
1390
  msgstr ""
1391
 
1392
- #: includes/options/class-wpglobus-options.php:1645
1393
  msgid ""
1394
  "With the current settings, you will see the following lines in the section "
1395
  "HEAD of your site pages"
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1647
1399
  msgid "(example for two languages)"
1400
  msgstr ""
1401
 
1402
- #: includes/options/class-wpglobus-options.php:1694
1403
  msgid ""
1404
  "Tell search engines about localized versions of your pages using the "
1405
  "hreflang tag"
1406
  msgstr ""
1407
 
1408
- #: includes/options/class-wpglobus-options.php:1703
1409
  msgid "Output the hreflang tag as"
1410
  msgstr ""
1411
 
1412
- #: includes/options/class-wpglobus-options.php:1706
1413
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1707
1417
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1418
  msgstr ""
1419
 
1420
- #: includes/options/class-wpglobus-options.php:1708
1421
  msgid "Language code only (en, ru, etc.)"
1422
  msgstr ""
1423
 
1424
- #: includes/options/class-wpglobus-options.php:1720
1425
  msgid "Use the code `x-default` for the main language"
1426
  msgstr ""
1427
 
1428
- #: includes/options/class-wpglobus-options.php:1726
1429
  msgid "Multilingual SEO"
1430
  msgstr ""
1431
 
1432
- #: includes/options/class-wpglobus-options.php:1727
1433
  msgid "Multilingual SEO Options"
1434
  msgstr ""
1435
 
1436
- #: includes/options/class-wpglobus-options.php:1757
1437
  msgid ""
1438
  "With WPGlobus, you can get translations for posts and pages using REST API."
1439
  msgstr ""
1440
 
1441
- #: includes/options/class-wpglobus-options.php:1784,
1442
- #: includes/options/class-wpglobus-options.php:1792,
1443
- #: includes/options/class-wpglobus-options.php:1765,
1444
- #: includes/options/class-wpglobus-options.php:1773
1445
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1446
  msgstr ""
1447
 
1448
- #: includes/options/class-wpglobus-options.php:1762
1449
  msgid ""
1450
  "For demonstration, you can try the first post that WordPress creates at the "
1451
  "initial installation."
1452
  msgstr ""
1453
 
1454
- #: includes/options/class-wpglobus-options.php:1803
1455
  msgid ""
1456
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1457
  "information."
1458
  msgstr ""
1459
 
1460
- #: includes/options/class-wpglobus-options.php:1810
1461
  msgid ""
1462
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1463
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1464
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1465
  msgstr ""
1466
 
1467
- #: includes/options/class-wpglobus-options.php:1823
1468
  msgid "Description:"
1469
  msgstr ""
1470
 
1471
- #: includes/options/class-wpglobus-options.php:1830,
1472
- #: includes/options/class-wpglobus-options.php:1831
1473
  msgid "REST API"
1474
  msgstr ""
1475
 
1476
- #: includes/options/class-wpglobus-options.php:2164
1477
  msgid "Translate strings"
1478
  msgstr ""
1479
 
352
  msgstr "Bantuan"
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:745,
355
+ #: includes/options/class-wpglobus-options.php:1170
356
  msgid "Languages"
357
  msgstr "Bahasa"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:765,
360
+ #: includes/options/class-wpglobus-options.php:1183
361
  msgid "Enabled Languages"
362
  msgstr "diaktifkan Bahasa"
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:767,
365
+ #: includes/options/class-wpglobus-options.php:1184
366
  msgid "These languages are currently enabled on your site."
367
  msgstr "Bahasa ini saat ini diaktifkan di situs Anda."
368
 
369
  #: includes/admin/class-wpglobus-customize-options.php:795,
370
+ #: includes/options/class-wpglobus-options.php:1142
371
  msgid "Choose a language you would like to enable."
372
  msgstr ""
373
 
378
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
379
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
380
  #: includes/admin/class-wpglobus-customize-options.php:801,
381
+ #: includes/options/class-wpglobus-options.php:1148
382
  msgid "or Add new Language %1$s here %2$s"
383
  msgstr "Atau Tambahkan Bahasa baru %1$s di sini %2$s"
384
 
385
  #: includes/admin/class-wpglobus-customize-options.php:813,
386
+ #: includes/options/class-wpglobus-options.php:1197
387
  msgid "Add Languages"
388
  msgstr "Tambahkan Bahasa"
389
 
390
  #: includes/admin/class-wpglobus-customize-options.php:833,
391
+ #: includes/options/class-wpglobus-options.php:1205
392
  msgid "Language Selector Mode"
393
  msgstr "Mode Pemilih Bahasa"
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:838,
396
+ #: includes/options/class-wpglobus-options.php:1208
397
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
398
  msgstr "Dua huruf Kode dengan bendera (en, ru, it, dll)"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:839,
401
+ #: includes/options/class-wpglobus-options.php:1209
402
  msgid "Full Name (English, Russian, Italian, etc.)"
403
  msgstr "Nama Lengkap (Inggris, Rusia, Italia, dll.)"
404
 
405
  #: includes/admin/class-wpglobus-customize-options.php:841,
406
+ #: includes/options/class-wpglobus-options.php:1210
407
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
408
  msgstr "Nama lengkap dengan bendera (Inggris, Rusia, Italia, dll.)"
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:842,
411
+ #: includes/options/class-wpglobus-options.php:1211
412
  msgid "Flags only"
413
  msgstr "Hanya bendera"
414
 
415
  #: includes/admin/class-wpglobus-customize-options.php:844,
416
+ #: includes/options/class-wpglobus-options.php:1206
417
  msgid ""
418
  "Choose the way language name and country flag are shown in the drop-down menu"
419
  msgstr ""
425
 
426
  #: includes/admin/class-wpglobus-customize-options.php:915,
427
  #: includes/admin/class-wpglobus-customize-options.php:888,
428
+ #: includes/options/class-wpglobus-options.php:1224
429
  msgid "Language Selector Menu"
430
  msgstr "Bahasa Pemilih menu"
431
 
432
  #: includes/admin/class-wpglobus-customize-options.php:920,
433
  #: includes/admin/class-wpglobus-customize-options.php:899,
434
+ #: includes/options/class-wpglobus-options.php:1225
435
  msgid "Choose the navigation menu where the language selector will be shown"
436
  msgstr "Pilih menu navigasi di mana pemilih bahasa akan ditampilkan"
437
 
440
  msgstr "Belum ada menu yang dibuat. Buat beberapa."
441
 
442
  #: includes/admin/class-wpglobus-customize-options.php:940,
443
+ #: includes/options/class-wpglobus-options.php:1235
444
  msgid "\"All Pages\" menus Language selector"
445
  msgstr "\"Semua Halaman\" menu Bahasa pemilih"
446
 
447
  #: includes/admin/class-wpglobus-customize-options.php:943,
448
+ #: includes/options/class-wpglobus-options.php:1237
449
  msgid ""
450
  "Adds language selector to the menus that automatically list all existing "
451
  "pages (using `wp_list_pages`)"
454
  "halaman yang ada (menggunakan `wp_list_pages`)"
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:960,
457
+ #: includes/options/class-wpglobus-options.php:1350
458
  msgid "Custom CSS"
459
  msgstr "CSS kustom"
460
 
475
  msgstr "Hapus centang untuk menonaktifkan WPGlobus"
476
 
477
  #: includes/admin/class-wpglobus-customize-options.php:1125,
478
+ #: includes/options/class-wpglobus-options.php:1418
479
  msgid "Redirect"
480
  msgstr "Redirect"
481
 
482
  #: includes/admin/class-wpglobus-customize-options.php:1150,
483
+ #: includes/options/class-wpglobus-options.php:1413
484
  msgid "Choose the language automatically, based on:"
485
  msgstr "Pilih bahasa secara otomatis, berdasarkan:"
486
 
487
  #: includes/admin/class-wpglobus-customize-options.php:1152,
488
+ #: includes/options/class-wpglobus-options.php:1403
489
  msgid "Preferred language set in the browser"
490
  msgstr ""
491
 
492
  #: includes/admin/class-wpglobus-customize-options.php:1153,
493
+ #: includes/options/class-wpglobus-options.php:1390
494
  msgid ""
495
  "When a user comes to the site for the first time, try to find the best "
496
  "matching language version of the page."
499
  #: includes/admin/class-wpglobus-customize-options.php:1214,
500
  #: includes/admin/class-wpglobus-customize-options.php:1234,
501
  #: includes/admin/class-wpglobus-customize-options.php:1192,
502
+ #: includes/options/class-wpglobus-options.php:1362
503
  msgid "Custom JS Code"
504
  msgstr "Kode JS kustom"
505
 
544
  "tekan tombol di bawah ini."
545
 
546
  #: includes/admin/class-wpglobus-customize-options.php:1351,
547
+ #: includes/options/class-wpglobus-options.php:602
548
  msgid "Thank you for installing WPGlobus!"
549
  msgstr "Terima kasih telah menginstal WPGlobus!"
550
 
551
  #: includes/admin/class-wpglobus-customize-options.php:1355,
552
+ #: includes/options/class-wpglobus-options.php:606
553
  msgid "Read About WPGlobus"
554
  msgstr "Baca Tentang WPGlobus"
555
 
560
  "Klik tab <strong>[Bahasa]</ strong> di sebelah kiri untuk menyiapkan opsi."
561
 
562
  #: includes/admin/class-wpglobus-customize-options.php:1363,
563
+ #: includes/options/class-wpglobus-options.php:642
564
  msgid ""
565
  "Should you have any questions or comments, please do not hesitate to contact "
566
  "us."
569
  "kami."
570
 
571
  #: includes/admin/class-wpglobus-customize-options.php:1367,
572
+ #: includes/options/class-wpglobus-options.php:646
573
  msgid "Sincerely Yours,"
574
  msgstr "Hormat kami,"
575
 
576
  #: includes/admin/class-wpglobus-customize-options.php:1369,
577
+ #: includes/options/class-wpglobus-options.php:648,
578
  #: includes/options/wpglobus-options-header.php:34
579
  msgid "The WPGlobus Team"
580
  msgstr "Tim WPGlobus"
582
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
583
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
584
  #: includes/admin/class-wpglobus-customize-options.php:1388,
585
+ #: includes/options/class-wpglobus-options.php:683
586
  msgid ""
587
  "We would hate to see you go. If something goes wrong, do not uninstall "
588
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
591
  "WPGlobus belum. Silakan %1$sberbicara dengan kami%2$s dan kami akan membantu!"
592
 
593
  #: includes/admin/class-wpglobus-customize-options.php:1395,
594
+ #: includes/options/class-wpglobus-options.php:690
595
  msgid ""
596
  "Please note that if you deactivate WPGlobus, your site will show all the "
597
  "languages together, mixed up. You will need to remove all translations, "
604
  #. translators: %s: link to the Clean-up Tool
605
  #. translators: %s: link to the Clean-up Tool.
606
  #: includes/admin/class-wpglobus-customize-options.php:1400,
607
+ #: includes/options/class-wpglobus-options.php:694
608
  msgid ""
609
  "If there are just a few places, you should edit them manually. To "
610
  "automatically remove all translations at once, you can use the %s. WARNING: "
619
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
620
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
621
  #: includes/admin/class-wpglobus-customize-options.php:1403,
622
+ #: includes/options/class-wpglobus-options.php:671
623
  msgid "%1$sClean-up Tool%2$s"
624
  msgstr "%1$sAlat Pembersih%2$s"
625
 
762
  msgstr ""
763
 
764
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
765
+ #: includes/options/class-wpglobus-options.php:720
766
  msgid "Help Desk"
767
  msgstr "help Desk"
768
 
845
  msgstr ""
846
 
847
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
848
+ #: includes/options/class-wpglobus-options.php:927
849
  msgid "WPGlobus for WooCommerce"
850
  msgstr ""
851
 
1032
  msgstr ""
1033
 
1034
  #: includes/options/class-wpglobus-options.php:273,
1035
+ #: includes/options/class-wpglobus-options.php:796,
1036
+ #: includes/options/class-wpglobus-options.php:865
1037
  msgid "WPGlobus Plus"
1038
  msgstr ""
1039
 
1059
  "Settings panel properly. Please try another browser."
1060
  msgstr ""
1061
 
1062
+ #: includes/options/class-wpglobus-options.php:593,
1063
+ #: includes/options/class-wpglobus-options.php:1571
1064
  msgid "Сompatibility"
1065
  msgstr ""
1066
 
1067
  #. translators: placeholders for "strong" tags.
1068
+ #: includes/options/class-wpglobus-options.php:610
1069
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1070
  msgstr ""
1071
 
1072
  #. translators: placeholders for "strong" tags.
1073
+ #: includes/options/class-wpglobus-options.php:613
1074
  msgid ""
1075
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1076
  "the language attributes: name, code, flag icon, etc."
1077
  msgstr ""
1078
 
1079
+ #: includes/options/class-wpglobus-options.php:616
1080
  msgid "Important notes"
1081
  msgstr ""
1082
 
1083
  #. translators: placeholders for "strong" tags.
1084
+ #: includes/options/class-wpglobus-options.php:618
1085
  msgid "Version %1$s1.9.17%2$s "
1086
  msgstr ""
1087
 
1088
  #. translators: placeholders for "strong" tags.
1089
+ #: includes/options/class-wpglobus-options.php:621
1090
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1091
  msgstr ""
1092
 
1093
  #. translators: placeholders for "strong" tags; compatibility tab link.
1094
+ #: includes/options/class-wpglobus-options.php:624
1095
  msgid ""
1096
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1097
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1098
  msgstr ""
1099
 
1100
  #. translators: placeholders for "strong" tags; compatibility tab link.
1101
+ #: includes/options/class-wpglobus-options.php:627
1102
  msgid ""
1103
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1104
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1105
  msgstr ""
1106
 
1107
  #. translators: placeholders for "strong" tags.
1108
+ #: includes/options/class-wpglobus-options.php:631
1109
  msgid "Version %1$s2.2.11%2$s "
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:633
1113
  msgid "Starting from this version"
1114
  msgstr ""
1115
 
1116
  #. translators: placeholders for "strong" tags.
1117
+ #: includes/options/class-wpglobus-options.php:636
1118
  msgid ""
1119
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1120
  "(CPT)."
1121
  msgstr ""
1122
 
1123
  #. translators: placeholders for "strong" tags.
1124
+ #: includes/options/class-wpglobus-options.php:639
1125
  msgid ""
1126
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1127
  "the %1$s[%3$s]%2$s tab."
1128
  msgstr ""
1129
 
1130
+ #: includes/options/class-wpglobus-options.php:656
1131
  msgid "Welcome!"
1132
  msgstr "SELAMAT DATANG!"
1133
 
1134
+ #: includes/options/class-wpglobus-options.php:679
1135
  msgid "Deactivating / Uninstalling"
1136
  msgstr "Menonaktifkan / Menanggalkan"
1137
 
1138
+ #: includes/options/class-wpglobus-options.php:705
1139
  msgid "Uninstall"
1140
  msgstr ""
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:735
1143
  msgid "All add-ons"
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:750
1147
  msgid "Mobile Menu"
1148
  msgstr ""
1149
 
1150
+ #: includes/options/class-wpglobus-options.php:765
1151
  msgid "Language Widgets"
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:835
1155
  msgid "We Recommend..."
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:867
1159
  msgid ""
1160
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1161
  "website, such as:"
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:870
1165
  msgid ""
1166
  "- Ability to write a post in one language and immediately publish it, not "
1167
  "waiting for the translation to other languages;"
1168
  msgstr ""
1169
 
1170
+ #: includes/options/class-wpglobus-options.php:873
1171
  msgid "- Set different URLs for each translation;"
1172
  msgstr ""
1173
 
1174
+ #: includes/options/class-wpglobus-options.php:876
1175
  msgid ""
1176
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1177
  "for each translation;"
1178
  msgstr ""
1179
 
1180
+ #: includes/options/class-wpglobus-options.php:879
1181
  msgid "- and more..."
1182
  msgstr ""
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:882,
1185
+ #: includes/options/class-wpglobus-options.php:939,
1186
+ #: includes/options/class-wpglobus-options.php:997
1187
  msgid "Click here to download"
1188
  msgstr ""
1189
 
1190
+ #: includes/options/class-wpglobus-options.php:930
1191
  msgid ""
1192
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1193
  "translate your blog posts and pages to many languages."
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:933
1197
  msgid "The next step is to translate your WooCommerce-based store!"
1198
  msgstr ""
1199
 
1200
+ #: includes/options/class-wpglobus-options.php:936
1201
  msgid ""
1202
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1203
  "translate product titles and descriptions, categories, tags and attributes."
1204
  msgstr ""
1205
 
1206
+ #: includes/options/class-wpglobus-options.php:983
1207
  msgid "Multi-currency"
1208
  msgstr ""
1209
 
1210
+ #: includes/options/class-wpglobus-options.php:986
1211
  msgid ""
1212
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1213
  "a single currency only."
1214
  msgstr ""
1215
 
1216
+ #: includes/options/class-wpglobus-options.php:990
1217
  msgid ""
1218
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1219
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1221
  "positioning for global growth!"
1222
  msgstr ""
1223
 
1224
+ #: includes/options/class-wpglobus-options.php:994
1225
  msgid ""
1226
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1227
  "re-calculating prices on-the-fly."
1228
  msgstr ""
1229
 
1230
+ #: includes/options/class-wpglobus-options.php:1031
1231
  msgid "WPGlobus Premium Add-ons"
1232
  msgstr ""
1233
 
1234
+ #: includes/options/class-wpglobus-options.php:1033
1235
  msgid ""
1236
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1237
  "you will be able to:"
1238
  msgstr ""
1239
 
1240
+ #: includes/options/class-wpglobus-options.php:1038
1241
  msgid ""
1242
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1243
  "моя-страница and so on);"
1244
  msgstr ""
1245
 
1246
+ #: includes/options/class-wpglobus-options.php:1041
1247
  msgid ""
1248
  "Postpone translation to some languages and <strong>publish only the "
1249
  "translated texts</strong>;"
1250
  msgstr ""
1251
 
1252
+ #: includes/options/class-wpglobus-options.php:1044
1253
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1254
  msgstr ""
1255
 
1256
+ #: includes/options/class-wpglobus-options.php:1047
1257
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1258
  msgstr ""
1259
 
1260
+ #: includes/options/class-wpglobus-options.php:1050
1261
  msgid ""
1262
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1263
  "strong>;"
1264
  msgstr ""
1265
 
1266
+ #: includes/options/class-wpglobus-options.php:1054
1267
  msgid "...and more."
1268
  msgstr ""
1269
 
1270
+ #: includes/options/class-wpglobus-options.php:1057
1271
  msgid "Click here to visit the WPGlobus Store"
1272
  msgstr ""
1273
 
1274
+ #: includes/options/class-wpglobus-options.php:1098
1275
  msgid "Select a language"
1276
  msgstr "Pilih bahasa"
1277
 
1278
  #. translators: %3$s placeholder for the icon (actual picture).
1279
+ #: includes/options/class-wpglobus-options.php:1127
1280
  msgid ""
1281
  "Place the %1$smain language%2$s of your site at the top of the list by "
1282
  "dragging the %3$s icons."
1283
  msgstr ""
1284
 
1285
  #. translators: placeholders for the "strong" HTML tags.
1286
+ #: includes/options/class-wpglobus-options.php:1130
1287
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1288
  msgstr ""
1289
 
1290
  #. translators: placeholders for the "strong" HTML tags.
1291
+ #: includes/options/class-wpglobus-options.php:1133
1292
  msgid "%1$sAdd%2$s more languages using the section below."
1293
  msgstr ""
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1134
1296
  msgid "When done, click the [Save Changes] button."
1297
  msgstr "Setelah selesai, klik [Save Changes] tombol."
1298
 
1299
  #. translators: %s - placeholder for the "Save Changes" button text.
1300
+ #: includes/options/class-wpglobus-options.php:1145
1301
  msgid "Press the %s button to confirm."
1302
  msgstr ""
1303
 
1304
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1305
+ #: includes/options/class-wpglobus-options.php:1162
1306
  msgid "-- none --"
1307
  msgstr ""
1308
 
1309
+ #: includes/options/class-wpglobus-options.php:1163
1310
  msgid "All menus"
1311
  msgstr ""
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1176
1314
  msgid "Instructions:"
1315
  msgstr "Petunjuk:"
1316
 
1317
+ #: includes/options/class-wpglobus-options.php:1236
1318
  msgid "(Found in some themes)"
1319
  msgstr "(Ditemukan dalam beberapa tema)"
1320
 
1321
+ #: includes/options/class-wpglobus-options.php:1238
1322
  msgid "Enable"
1323
  msgstr "Memungkinkan"
1324
 
1325
+ #: includes/options/class-wpglobus-options.php:1253
1326
  msgid "Languages table"
1327
  msgstr "Tabel bahasa"
1328
 
1329
+ #: includes/options/class-wpglobus-options.php:1259
1330
  msgid "Use this table to add, edit or delete languages."
1331
  msgstr "Gunakan tabel ini untuk menambahkan, mengedit atau menghapus bahasa."
1332
 
1333
+ #: includes/options/class-wpglobus-options.php:1260
1334
  msgid "NOTE: you cannot remove the main language."
1335
  msgstr "CATATAN: Anda tidak dapat menghapus bahasa utama."
1336
 
1337
+ #: includes/options/class-wpglobus-options.php:1308
1338
  msgid "WPGlobus is enabled on these Post Types"
1339
  msgstr ""
1340
 
1341
+ #: includes/options/class-wpglobus-options.php:1309
1342
  msgid "Uncheck to disable"
1343
  msgstr ""
1344
 
1345
+ #: includes/options/class-wpglobus-options.php:1310
1346
  msgid ""
1347
  "Please note that there are post types, which status is managed by other "
1348
  "plugins and cannot be changed here."
1349
  msgstr ""
1350
 
1351
+ #: includes/options/class-wpglobus-options.php:1315
1352
  msgid "Post Types"
1353
  msgstr ""
1354
 
1355
+ #: includes/options/class-wpglobus-options.php:1331
1356
  msgid ""
1357
  "You should put here only the code provided by WPGlobus Support. Do not write "
1358
  "anything else in the sections below as it might break the functionality of "
1359
  "your website!"
1360
  msgstr ""
1361
 
1362
+ #: includes/options/class-wpglobus-options.php:1372
1363
  msgid "Custom Code"
1364
  msgstr ""
1365
 
1366
+ #: includes/options/class-wpglobus-options.php:1480,
1367
+ #: includes/options/class-wpglobus-options.php:1612,
1368
+ #: includes/options/class-wpglobus-options.php:1723
1369
  msgid "Enabled"
1370
  msgstr "Dinyalakan"
1371
 
1372
+ #: includes/options/class-wpglobus-options.php:1493
1373
  msgid "Builders support"
1374
  msgstr ""
1375
 
1376
+ #: includes/options/class-wpglobus-options.php:1545
1377
  msgid "Builder mode is enabled on these Post Types"
1378
  msgstr ""
1379
 
1380
+ #: includes/options/class-wpglobus-options.php:1611
1381
  msgid "Old fashioned language switcher"
1382
  msgstr ""
1383
 
1384
+ #: includes/options/class-wpglobus-options.php:1617
1385
  msgid "Block Editor"
1386
  msgstr ""
1387
 
1388
+ #: includes/options/class-wpglobus-options.php:1618
1389
  msgid "Block Editor Options"
1390
  msgstr ""
1391
 
1392
+ #: includes/options/class-wpglobus-options.php:1647
1393
  msgid ""
1394
  "With the current settings, you will see the following lines in the section "
1395
  "HEAD of your site pages"
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1649
1399
  msgid "(example for two languages)"
1400
  msgstr ""
1401
 
1402
+ #: includes/options/class-wpglobus-options.php:1696
1403
  msgid ""
1404
  "Tell search engines about localized versions of your pages using the "
1405
  "hreflang tag"
1406
  msgstr ""
1407
 
1408
+ #: includes/options/class-wpglobus-options.php:1705
1409
  msgid "Output the hreflang tag as"
1410
  msgstr ""
1411
 
1412
+ #: includes/options/class-wpglobus-options.php:1708
1413
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1709
1417
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1418
  msgstr ""
1419
 
1420
+ #: includes/options/class-wpglobus-options.php:1710
1421
  msgid "Language code only (en, ru, etc.)"
1422
  msgstr ""
1423
 
1424
+ #: includes/options/class-wpglobus-options.php:1722
1425
  msgid "Use the code `x-default` for the main language"
1426
  msgstr ""
1427
 
1428
+ #: includes/options/class-wpglobus-options.php:1728
1429
  msgid "Multilingual SEO"
1430
  msgstr ""
1431
 
1432
+ #: includes/options/class-wpglobus-options.php:1729
1433
  msgid "Multilingual SEO Options"
1434
  msgstr ""
1435
 
1436
+ #: includes/options/class-wpglobus-options.php:1766
1437
  msgid ""
1438
  "With WPGlobus, you can get translations for posts and pages using REST API."
1439
  msgstr ""
1440
 
1441
+ #: includes/options/class-wpglobus-options.php:1793,
1442
+ #: includes/options/class-wpglobus-options.php:1801,
1443
+ #: includes/options/class-wpglobus-options.php:1774,
1444
+ #: includes/options/class-wpglobus-options.php:1782
1445
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1446
  msgstr ""
1447
 
1448
+ #: includes/options/class-wpglobus-options.php:1771
1449
  msgid ""
1450
  "For demonstration, you can try the first post that WordPress creates at the "
1451
  "initial installation."
1452
  msgstr ""
1453
 
1454
+ #: includes/options/class-wpglobus-options.php:1812
1455
  msgid ""
1456
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1457
  "information."
1458
  msgstr ""
1459
 
1460
+ #: includes/options/class-wpglobus-options.php:1819
1461
  msgid ""
1462
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1463
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1464
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1465
  msgstr ""
1466
 
1467
+ #: includes/options/class-wpglobus-options.php:1832
1468
  msgid "Description:"
1469
  msgstr ""
1470
 
1471
+ #: includes/options/class-wpglobus-options.php:1839,
1472
+ #: includes/options/class-wpglobus-options.php:1840
1473
  msgid "REST API"
1474
  msgstr ""
1475
 
1476
+ #: includes/options/class-wpglobus-options.php:2173
1477
  msgid "Translate strings"
1478
  msgstr ""
1479
 
languages/wpglobus-ko_KR.po CHANGED
@@ -303,22 +303,22 @@ msgid "Help"
303
  msgstr "도움말"
304
 
305
  #: includes/admin/class-wpglobus-customize-options.php:745,
306
- #: includes/options/class-wpglobus-options.php:1168
307
  msgid "Languages"
308
  msgstr "언어"
309
 
310
  #: includes/admin/class-wpglobus-customize-options.php:765,
311
- #: includes/options/class-wpglobus-options.php:1181
312
  msgid "Enabled Languages"
313
  msgstr ""
314
 
315
  #: includes/admin/class-wpglobus-customize-options.php:767,
316
- #: includes/options/class-wpglobus-options.php:1182
317
  msgid "These languages are currently enabled on your site."
318
  msgstr ""
319
 
320
  #: includes/admin/class-wpglobus-customize-options.php:795,
321
- #: includes/options/class-wpglobus-options.php:1140
322
  msgid "Choose a language you would like to enable."
323
  msgstr ""
324
 
@@ -329,42 +329,42 @@ msgstr ""
329
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
331
  #: includes/admin/class-wpglobus-customize-options.php:801,
332
- #: includes/options/class-wpglobus-options.php:1146
333
  msgid "or Add new Language %1$s here %2$s"
334
  msgstr ""
335
 
336
  #: includes/admin/class-wpglobus-customize-options.php:813,
337
- #: includes/options/class-wpglobus-options.php:1195
338
  msgid "Add Languages"
339
  msgstr ""
340
 
341
  #: includes/admin/class-wpglobus-customize-options.php:833,
342
- #: includes/options/class-wpglobus-options.php:1203
343
  msgid "Language Selector Mode"
344
  msgstr ""
345
 
346
  #: includes/admin/class-wpglobus-customize-options.php:838,
347
- #: includes/options/class-wpglobus-options.php:1206
348
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
349
  msgstr ""
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:839,
352
- #: includes/options/class-wpglobus-options.php:1207
353
  msgid "Full Name (English, Russian, Italian, etc.)"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:841,
357
- #: includes/options/class-wpglobus-options.php:1208
358
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:842,
362
- #: includes/options/class-wpglobus-options.php:1209
363
  msgid "Flags only"
364
  msgstr ""
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:844,
367
- #: includes/options/class-wpglobus-options.php:1204
368
  msgid ""
369
  "Choose the way language name and country flag are shown in the drop-down menu"
370
  msgstr ""
@@ -375,13 +375,13 @@ msgstr ""
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:915,
377
  #: includes/admin/class-wpglobus-customize-options.php:888,
378
- #: includes/options/class-wpglobus-options.php:1222
379
  msgid "Language Selector Menu"
380
  msgstr ""
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:920,
383
  #: includes/admin/class-wpglobus-customize-options.php:899,
384
- #: includes/options/class-wpglobus-options.php:1223
385
  msgid "Choose the navigation menu where the language selector will be shown"
386
  msgstr ""
387
 
@@ -390,19 +390,19 @@ msgid "No menus have been created yet. Create some."
390
  msgstr ""
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:940,
393
- #: includes/options/class-wpglobus-options.php:1233
394
  msgid "\"All Pages\" menus Language selector"
395
  msgstr ""
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:943,
398
- #: includes/options/class-wpglobus-options.php:1235
399
  msgid ""
400
  "Adds language selector to the menus that automatically list all existing "
401
  "pages (using `wp_list_pages`)"
402
  msgstr ""
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:960,
405
- #: includes/options/class-wpglobus-options.php:1348
406
  msgid "Custom CSS"
407
  msgstr "커스텀 CSS"
408
 
@@ -421,22 +421,22 @@ msgid "Uncheck to disable WPGlobus"
421
  msgstr ""
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:1125,
424
- #: includes/options/class-wpglobus-options.php:1416
425
  msgid "Redirect"
426
  msgstr ""
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:1150,
429
- #: includes/options/class-wpglobus-options.php:1411
430
  msgid "Choose the language automatically, based on:"
431
  msgstr ""
432
 
433
  #: includes/admin/class-wpglobus-customize-options.php:1152,
434
- #: includes/options/class-wpglobus-options.php:1401
435
  msgid "Preferred language set in the browser"
436
  msgstr ""
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:1153,
439
- #: includes/options/class-wpglobus-options.php:1388
440
  msgid ""
441
  "When a user comes to the site for the first time, try to find the best "
442
  "matching language version of the page."
@@ -445,7 +445,7 @@ msgstr ""
445
  #: includes/admin/class-wpglobus-customize-options.php:1214,
446
  #: includes/admin/class-wpglobus-customize-options.php:1234,
447
  #: includes/admin/class-wpglobus-customize-options.php:1192,
448
- #: includes/options/class-wpglobus-options.php:1360
449
  msgid "Custom JS Code"
450
  msgstr ""
451
 
@@ -487,12 +487,12 @@ msgid ""
487
  msgstr ""
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1351,
490
- #: includes/options/class-wpglobus-options.php:600
491
  msgid "Thank you for installing WPGlobus!"
492
  msgstr ""
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1355,
495
- #: includes/options/class-wpglobus-options.php:604
496
  msgid "Read About WPGlobus"
497
  msgstr ""
498
 
@@ -502,19 +502,19 @@ msgid ""
502
  msgstr ""
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1363,
505
- #: includes/options/class-wpglobus-options.php:640
506
  msgid ""
507
  "Should you have any questions or comments, please do not hesitate to contact "
508
  "us."
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1367,
512
- #: includes/options/class-wpglobus-options.php:644
513
  msgid "Sincerely Yours,"
514
  msgstr ""
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1369,
517
- #: includes/options/class-wpglobus-options.php:646,
518
  #: includes/options/wpglobus-options-header.php:34
519
  msgid "The WPGlobus Team"
520
  msgstr ""
@@ -522,14 +522,14 @@ msgstr ""
522
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #: includes/admin/class-wpglobus-customize-options.php:1388,
525
- #: includes/options/class-wpglobus-options.php:681
526
  msgid ""
527
  "We would hate to see you go. If something goes wrong, do not uninstall "
528
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
529
  msgstr ""
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1395,
532
- #: includes/options/class-wpglobus-options.php:688
533
  msgid ""
534
  "Please note that if you deactivate WPGlobus, your site will show all the "
535
  "languages together, mixed up. You will need to remove all translations, "
@@ -539,7 +539,7 @@ msgstr ""
539
  #. translators: %s: link to the Clean-up Tool
540
  #. translators: %s: link to the Clean-up Tool.
541
  #: includes/admin/class-wpglobus-customize-options.php:1400,
542
- #: includes/options/class-wpglobus-options.php:692
543
  msgid ""
544
  "If there are just a few places, you should edit them manually. To "
545
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -550,7 +550,7 @@ msgstr ""
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1403,
553
- #: includes/options/class-wpglobus-options.php:669
554
  msgid "%1$sClean-up Tool%2$s"
555
  msgstr ""
556
 
@@ -692,7 +692,7 @@ msgid ""
692
  msgstr ""
693
 
694
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
695
- #: includes/options/class-wpglobus-options.php:718
696
  msgid "Help Desk"
697
  msgstr ""
698
 
@@ -771,7 +771,7 @@ msgid "WPGlobus Recommends:"
771
  msgstr ""
772
 
773
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
774
- #: includes/options/class-wpglobus-options.php:925
775
  msgid "WPGlobus for WooCommerce"
776
  msgstr ""
777
 
@@ -956,8 +956,8 @@ msgid "Language Selector Menu Style"
956
  msgstr ""
957
 
958
  #: includes/options/class-wpglobus-options.php:273,
959
- #: includes/options/class-wpglobus-options.php:794,
960
- #: includes/options/class-wpglobus-options.php:863
961
  msgid "WPGlobus Plus"
962
  msgstr ""
963
 
@@ -983,161 +983,161 @@ msgid ""
983
  "Settings panel properly. Please try another browser."
984
  msgstr ""
985
 
986
- #: includes/options/class-wpglobus-options.php:591,
987
- #: includes/options/class-wpglobus-options.php:1569
988
  msgid "Сompatibility"
989
  msgstr ""
990
 
991
  #. translators: placeholders for "strong" tags.
992
- #: includes/options/class-wpglobus-options.php:608
993
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
994
  msgstr ""
995
 
996
  #. translators: placeholders for "strong" tags.
997
- #: includes/options/class-wpglobus-options.php:611
998
  msgid ""
999
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1000
  "the language attributes: name, code, flag icon, etc."
1001
  msgstr ""
1002
 
1003
- #: includes/options/class-wpglobus-options.php:614
1004
  msgid "Important notes"
1005
  msgstr ""
1006
 
1007
  #. translators: placeholders for "strong" tags.
1008
- #: includes/options/class-wpglobus-options.php:616
1009
  msgid "Version %1$s1.9.17%2$s "
1010
  msgstr ""
1011
 
1012
  #. translators: placeholders for "strong" tags.
1013
- #: includes/options/class-wpglobus-options.php:619
1014
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1015
  msgstr ""
1016
 
1017
  #. translators: placeholders for "strong" tags; compatibility tab link.
1018
- #: includes/options/class-wpglobus-options.php:622
1019
  msgid ""
1020
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1021
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags; compatibility tab link.
1025
- #: includes/options/class-wpglobus-options.php:625
1026
  msgid ""
1027
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1028
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
- #: includes/options/class-wpglobus-options.php:629
1033
  msgid "Version %1$s2.2.11%2$s "
1034
  msgstr ""
1035
 
1036
- #: includes/options/class-wpglobus-options.php:631
1037
  msgid "Starting from this version"
1038
  msgstr ""
1039
 
1040
  #. translators: placeholders for "strong" tags.
1041
- #: includes/options/class-wpglobus-options.php:634
1042
  msgid ""
1043
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1044
  "(CPT)."
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
- #: includes/options/class-wpglobus-options.php:637
1049
  msgid ""
1050
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1051
  "the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
- #: includes/options/class-wpglobus-options.php:654
1055
  msgid "Welcome!"
1056
  msgstr "환영합니다!"
1057
 
1058
- #: includes/options/class-wpglobus-options.php:677
1059
  msgid "Deactivating / Uninstalling"
1060
  msgstr ""
1061
 
1062
- #: includes/options/class-wpglobus-options.php:703
1063
  msgid "Uninstall"
1064
  msgstr ""
1065
 
1066
- #: includes/options/class-wpglobus-options.php:733
1067
  msgid "All add-ons"
1068
  msgstr ""
1069
 
1070
- #: includes/options/class-wpglobus-options.php:748
1071
  msgid "Mobile Menu"
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:763
1075
  msgid "Language Widgets"
1076
  msgstr ""
1077
 
1078
- #: includes/options/class-wpglobus-options.php:833
1079
  msgid "We Recommend..."
1080
  msgstr ""
1081
 
1082
- #: includes/options/class-wpglobus-options.php:865
1083
  msgid ""
1084
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1085
  "website, such as:"
1086
  msgstr ""
1087
 
1088
- #: includes/options/class-wpglobus-options.php:868
1089
  msgid ""
1090
  "- Ability to write a post in one language and immediately publish it, not "
1091
  "waiting for the translation to other languages;"
1092
  msgstr ""
1093
 
1094
- #: includes/options/class-wpglobus-options.php:871
1095
  msgid "- Set different URLs for each translation;"
1096
  msgstr ""
1097
 
1098
- #: includes/options/class-wpglobus-options.php:874
1099
  msgid ""
1100
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1101
  "for each translation;"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:877
1105
  msgid "- and more..."
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:880,
1109
- #: includes/options/class-wpglobus-options.php:937,
1110
- #: includes/options/class-wpglobus-options.php:995
1111
  msgid "Click here to download"
1112
  msgstr ""
1113
 
1114
- #: includes/options/class-wpglobus-options.php:928
1115
  msgid ""
1116
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1117
  "translate your blog posts and pages to many languages."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:931
1121
  msgid "The next step is to translate your WooCommerce-based store!"
1122
  msgstr ""
1123
 
1124
- #: includes/options/class-wpglobus-options.php:934
1125
  msgid ""
1126
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1127
  "translate product titles and descriptions, categories, tags and attributes."
1128
  msgstr ""
1129
 
1130
- #: includes/options/class-wpglobus-options.php:981
1131
  msgid "Multi-currency"
1132
  msgstr ""
1133
 
1134
- #: includes/options/class-wpglobus-options.php:984
1135
  msgid ""
1136
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1137
  "a single currency only."
1138
  msgstr ""
1139
 
1140
- #: includes/options/class-wpglobus-options.php:988
1141
  msgid ""
1142
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1143
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1145,259 +1145,259 @@ msgid ""
1145
  "positioning for global growth!"
1146
  msgstr ""
1147
 
1148
- #: includes/options/class-wpglobus-options.php:992
1149
  msgid ""
1150
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1151
  "re-calculating prices on-the-fly."
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:1029
1155
  msgid "WPGlobus Premium Add-ons"
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:1031
1159
  msgid ""
1160
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1161
  "you will be able to:"
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:1036
1165
  msgid ""
1166
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1167
  "моя-страница and so on);"
1168
  msgstr ""
1169
 
1170
- #: includes/options/class-wpglobus-options.php:1039
1171
  msgid ""
1172
  "Postpone translation to some languages and <strong>publish only the "
1173
  "translated texts</strong>;"
1174
  msgstr ""
1175
 
1176
- #: includes/options/class-wpglobus-options.php:1042
1177
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1178
  msgstr ""
1179
 
1180
- #: includes/options/class-wpglobus-options.php:1045
1181
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1182
  msgstr ""
1183
 
1184
- #: includes/options/class-wpglobus-options.php:1048
1185
  msgid ""
1186
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1187
  "strong>;"
1188
  msgstr ""
1189
 
1190
- #: includes/options/class-wpglobus-options.php:1052
1191
  msgid "...and more."
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:1055
1195
  msgid "Click here to visit the WPGlobus Store"
1196
  msgstr ""
1197
 
1198
- #: includes/options/class-wpglobus-options.php:1096
1199
  msgid "Select a language"
1200
  msgstr ""
1201
 
1202
  #. translators: %3$s placeholder for the icon (actual picture).
1203
- #: includes/options/class-wpglobus-options.php:1125
1204
  msgid ""
1205
  "Place the %1$smain language%2$s of your site at the top of the list by "
1206
  "dragging the %3$s icons."
1207
  msgstr ""
1208
 
1209
  #. translators: placeholders for the "strong" HTML tags.
1210
- #: includes/options/class-wpglobus-options.php:1128
1211
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1212
  msgstr ""
1213
 
1214
  #. translators: placeholders for the "strong" HTML tags.
1215
- #: includes/options/class-wpglobus-options.php:1131
1216
  msgid "%1$sAdd%2$s more languages using the section below."
1217
  msgstr ""
1218
 
1219
- #: includes/options/class-wpglobus-options.php:1132
1220
  msgid "When done, click the [Save Changes] button."
1221
  msgstr ""
1222
 
1223
  #. translators: %s - placeholder for the "Save Changes" button text.
1224
- #: includes/options/class-wpglobus-options.php:1143
1225
  msgid "Press the %s button to confirm."
1226
  msgstr ""
1227
 
1228
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1229
- #: includes/options/class-wpglobus-options.php:1160
1230
  msgid "-- none --"
1231
  msgstr ""
1232
 
1233
- #: includes/options/class-wpglobus-options.php:1161
1234
  msgid "All menus"
1235
  msgstr ""
1236
 
1237
- #: includes/options/class-wpglobus-options.php:1174
1238
  msgid "Instructions:"
1239
  msgstr ""
1240
 
1241
- #: includes/options/class-wpglobus-options.php:1234
1242
  msgid "(Found in some themes)"
1243
  msgstr ""
1244
 
1245
- #: includes/options/class-wpglobus-options.php:1236
1246
  msgid "Enable"
1247
  msgstr "사용"
1248
 
1249
- #: includes/options/class-wpglobus-options.php:1251
1250
  msgid "Languages table"
1251
  msgstr ""
1252
 
1253
- #: includes/options/class-wpglobus-options.php:1257
1254
  msgid "Use this table to add, edit or delete languages."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1258
1258
  msgid "NOTE: you cannot remove the main language."
1259
  msgstr ""
1260
 
1261
- #: includes/options/class-wpglobus-options.php:1306
1262
  msgid "WPGlobus is enabled on these Post Types"
1263
  msgstr ""
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1307
1266
  msgid "Uncheck to disable"
1267
  msgstr ""
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1308
1270
  msgid ""
1271
  "Please note that there are post types, which status is managed by other "
1272
  "plugins and cannot be changed here."
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1313
1276
  msgid "Post Types"
1277
  msgstr ""
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1329
1280
  msgid ""
1281
  "You should put here only the code provided by WPGlobus Support. Do not write "
1282
  "anything else in the sections below as it might break the functionality of "
1283
  "your website!"
1284
  msgstr ""
1285
 
1286
- #: includes/options/class-wpglobus-options.php:1370
1287
  msgid "Custom Code"
1288
  msgstr ""
1289
 
1290
- #: includes/options/class-wpglobus-options.php:1478,
1291
- #: includes/options/class-wpglobus-options.php:1610,
1292
- #: includes/options/class-wpglobus-options.php:1721
1293
  msgid "Enabled"
1294
  msgstr "활성화"
1295
 
1296
- #: includes/options/class-wpglobus-options.php:1491
1297
  msgid "Builders support"
1298
  msgstr ""
1299
 
1300
- #: includes/options/class-wpglobus-options.php:1543
1301
  msgid "Builder mode is enabled on these Post Types"
1302
  msgstr ""
1303
 
1304
- #: includes/options/class-wpglobus-options.php:1609
1305
  msgid "Old fashioned language switcher"
1306
  msgstr ""
1307
 
1308
- #: includes/options/class-wpglobus-options.php:1615
1309
  msgid "Block Editor"
1310
  msgstr ""
1311
 
1312
- #: includes/options/class-wpglobus-options.php:1616
1313
  msgid "Block Editor Options"
1314
  msgstr ""
1315
 
1316
- #: includes/options/class-wpglobus-options.php:1645
1317
  msgid ""
1318
  "With the current settings, you will see the following lines in the section "
1319
  "HEAD of your site pages"
1320
  msgstr ""
1321
 
1322
- #: includes/options/class-wpglobus-options.php:1647
1323
  msgid "(example for two languages)"
1324
  msgstr ""
1325
 
1326
- #: includes/options/class-wpglobus-options.php:1694
1327
  msgid ""
1328
  "Tell search engines about localized versions of your pages using the "
1329
  "hreflang tag"
1330
  msgstr ""
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1703
1333
  msgid "Output the hreflang tag as"
1334
  msgstr ""
1335
 
1336
- #: includes/options/class-wpglobus-options.php:1706
1337
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1338
  msgstr ""
1339
 
1340
- #: includes/options/class-wpglobus-options.php:1707
1341
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1342
  msgstr ""
1343
 
1344
- #: includes/options/class-wpglobus-options.php:1708
1345
  msgid "Language code only (en, ru, etc.)"
1346
  msgstr ""
1347
 
1348
- #: includes/options/class-wpglobus-options.php:1720
1349
  msgid "Use the code `x-default` for the main language"
1350
  msgstr ""
1351
 
1352
- #: includes/options/class-wpglobus-options.php:1726
1353
  msgid "Multilingual SEO"
1354
  msgstr ""
1355
 
1356
- #: includes/options/class-wpglobus-options.php:1727
1357
  msgid "Multilingual SEO Options"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1757
1361
  msgid ""
1362
  "With WPGlobus, you can get translations for posts and pages using REST API."
1363
  msgstr ""
1364
 
1365
- #: includes/options/class-wpglobus-options.php:1784,
1366
- #: includes/options/class-wpglobus-options.php:1792,
1367
- #: includes/options/class-wpglobus-options.php:1765,
1368
- #: includes/options/class-wpglobus-options.php:1773
1369
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1370
  msgstr ""
1371
 
1372
- #: includes/options/class-wpglobus-options.php:1762
1373
  msgid ""
1374
  "For demonstration, you can try the first post that WordPress creates at the "
1375
  "initial installation."
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1803
1379
  msgid ""
1380
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1381
  "information."
1382
  msgstr ""
1383
 
1384
- #: includes/options/class-wpglobus-options.php:1810
1385
  msgid ""
1386
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1387
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1388
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1389
  msgstr ""
1390
 
1391
- #: includes/options/class-wpglobus-options.php:1823
1392
  msgid "Description:"
1393
  msgstr ""
1394
 
1395
- #: includes/options/class-wpglobus-options.php:1830,
1396
- #: includes/options/class-wpglobus-options.php:1831
1397
  msgid "REST API"
1398
  msgstr ""
1399
 
1400
- #: includes/options/class-wpglobus-options.php:2164
1401
  msgid "Translate strings"
1402
  msgstr ""
1403
 
303
  msgstr "도움말"
304
 
305
  #: includes/admin/class-wpglobus-customize-options.php:745,
306
+ #: includes/options/class-wpglobus-options.php:1170
307
  msgid "Languages"
308
  msgstr "언어"
309
 
310
  #: includes/admin/class-wpglobus-customize-options.php:765,
311
+ #: includes/options/class-wpglobus-options.php:1183
312
  msgid "Enabled Languages"
313
  msgstr ""
314
 
315
  #: includes/admin/class-wpglobus-customize-options.php:767,
316
+ #: includes/options/class-wpglobus-options.php:1184
317
  msgid "These languages are currently enabled on your site."
318
  msgstr ""
319
 
320
  #: includes/admin/class-wpglobus-customize-options.php:795,
321
+ #: includes/options/class-wpglobus-options.php:1142
322
  msgid "Choose a language you would like to enable."
323
  msgstr ""
324
 
329
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
331
  #: includes/admin/class-wpglobus-customize-options.php:801,
332
+ #: includes/options/class-wpglobus-options.php:1148
333
  msgid "or Add new Language %1$s here %2$s"
334
  msgstr ""
335
 
336
  #: includes/admin/class-wpglobus-customize-options.php:813,
337
+ #: includes/options/class-wpglobus-options.php:1197
338
  msgid "Add Languages"
339
  msgstr ""
340
 
341
  #: includes/admin/class-wpglobus-customize-options.php:833,
342
+ #: includes/options/class-wpglobus-options.php:1205
343
  msgid "Language Selector Mode"
344
  msgstr ""
345
 
346
  #: includes/admin/class-wpglobus-customize-options.php:838,
347
+ #: includes/options/class-wpglobus-options.php:1208
348
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
349
  msgstr ""
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:839,
352
+ #: includes/options/class-wpglobus-options.php:1209
353
  msgid "Full Name (English, Russian, Italian, etc.)"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:841,
357
+ #: includes/options/class-wpglobus-options.php:1210
358
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:842,
362
+ #: includes/options/class-wpglobus-options.php:1211
363
  msgid "Flags only"
364
  msgstr ""
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:844,
367
+ #: includes/options/class-wpglobus-options.php:1206
368
  msgid ""
369
  "Choose the way language name and country flag are shown in the drop-down menu"
370
  msgstr ""
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:915,
377
  #: includes/admin/class-wpglobus-customize-options.php:888,
378
+ #: includes/options/class-wpglobus-options.php:1224
379
  msgid "Language Selector Menu"
380
  msgstr ""
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:920,
383
  #: includes/admin/class-wpglobus-customize-options.php:899,
384
+ #: includes/options/class-wpglobus-options.php:1225
385
  msgid "Choose the navigation menu where the language selector will be shown"
386
  msgstr ""
387
 
390
  msgstr ""
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:940,
393
+ #: includes/options/class-wpglobus-options.php:1235
394
  msgid "\"All Pages\" menus Language selector"
395
  msgstr ""
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:943,
398
+ #: includes/options/class-wpglobus-options.php:1237
399
  msgid ""
400
  "Adds language selector to the menus that automatically list all existing "
401
  "pages (using `wp_list_pages`)"
402
  msgstr ""
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:960,
405
+ #: includes/options/class-wpglobus-options.php:1350
406
  msgid "Custom CSS"
407
  msgstr "커스텀 CSS"
408
 
421
  msgstr ""
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:1125,
424
+ #: includes/options/class-wpglobus-options.php:1418
425
  msgid "Redirect"
426
  msgstr ""
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:1150,
429
+ #: includes/options/class-wpglobus-options.php:1413
430
  msgid "Choose the language automatically, based on:"
431
  msgstr ""
432
 
433
  #: includes/admin/class-wpglobus-customize-options.php:1152,
434
+ #: includes/options/class-wpglobus-options.php:1403
435
  msgid "Preferred language set in the browser"
436
  msgstr ""
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:1153,
439
+ #: includes/options/class-wpglobus-options.php:1390
440
  msgid ""
441
  "When a user comes to the site for the first time, try to find the best "
442
  "matching language version of the page."
445
  #: includes/admin/class-wpglobus-customize-options.php:1214,
446
  #: includes/admin/class-wpglobus-customize-options.php:1234,
447
  #: includes/admin/class-wpglobus-customize-options.php:1192,
448
+ #: includes/options/class-wpglobus-options.php:1362
449
  msgid "Custom JS Code"
450
  msgstr ""
451
 
487
  msgstr ""
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1351,
490
+ #: includes/options/class-wpglobus-options.php:602
491
  msgid "Thank you for installing WPGlobus!"
492
  msgstr ""
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1355,
495
+ #: includes/options/class-wpglobus-options.php:606
496
  msgid "Read About WPGlobus"
497
  msgstr ""
498
 
502
  msgstr ""
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1363,
505
+ #: includes/options/class-wpglobus-options.php:642
506
  msgid ""
507
  "Should you have any questions or comments, please do not hesitate to contact "
508
  "us."
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1367,
512
+ #: includes/options/class-wpglobus-options.php:646
513
  msgid "Sincerely Yours,"
514
  msgstr ""
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1369,
517
+ #: includes/options/class-wpglobus-options.php:648,
518
  #: includes/options/wpglobus-options-header.php:34
519
  msgid "The WPGlobus Team"
520
  msgstr ""
522
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #: includes/admin/class-wpglobus-customize-options.php:1388,
525
+ #: includes/options/class-wpglobus-options.php:683
526
  msgid ""
527
  "We would hate to see you go. If something goes wrong, do not uninstall "
528
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
529
  msgstr ""
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1395,
532
+ #: includes/options/class-wpglobus-options.php:690
533
  msgid ""
534
  "Please note that if you deactivate WPGlobus, your site will show all the "
535
  "languages together, mixed up. You will need to remove all translations, "
539
  #. translators: %s: link to the Clean-up Tool
540
  #. translators: %s: link to the Clean-up Tool.
541
  #: includes/admin/class-wpglobus-customize-options.php:1400,
542
+ #: includes/options/class-wpglobus-options.php:694
543
  msgid ""
544
  "If there are just a few places, you should edit them manually. To "
545
  "automatically remove all translations at once, you can use the %s. WARNING: "
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1403,
553
+ #: includes/options/class-wpglobus-options.php:671
554
  msgid "%1$sClean-up Tool%2$s"
555
  msgstr ""
556
 
692
  msgstr ""
693
 
694
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
695
+ #: includes/options/class-wpglobus-options.php:720
696
  msgid "Help Desk"
697
  msgstr ""
698
 
771
  msgstr ""
772
 
773
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
774
+ #: includes/options/class-wpglobus-options.php:927
775
  msgid "WPGlobus for WooCommerce"
776
  msgstr ""
777
 
956
  msgstr ""
957
 
958
  #: includes/options/class-wpglobus-options.php:273,
959
+ #: includes/options/class-wpglobus-options.php:796,
960
+ #: includes/options/class-wpglobus-options.php:865
961
  msgid "WPGlobus Plus"
962
  msgstr ""
963
 
983
  "Settings panel properly. Please try another browser."
984
  msgstr ""
985
 
986
+ #: includes/options/class-wpglobus-options.php:593,
987
+ #: includes/options/class-wpglobus-options.php:1571
988
  msgid "Сompatibility"
989
  msgstr ""
990
 
991
  #. translators: placeholders for "strong" tags.
992
+ #: includes/options/class-wpglobus-options.php:610
993
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
994
  msgstr ""
995
 
996
  #. translators: placeholders for "strong" tags.
997
+ #: includes/options/class-wpglobus-options.php:613
998
  msgid ""
999
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1000
  "the language attributes: name, code, flag icon, etc."
1001
  msgstr ""
1002
 
1003
+ #: includes/options/class-wpglobus-options.php:616
1004
  msgid "Important notes"
1005
  msgstr ""
1006
 
1007
  #. translators: placeholders for "strong" tags.
1008
+ #: includes/options/class-wpglobus-options.php:618
1009
  msgid "Version %1$s1.9.17%2$s "
1010
  msgstr ""
1011
 
1012
  #. translators: placeholders for "strong" tags.
1013
+ #: includes/options/class-wpglobus-options.php:621
1014
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1015
  msgstr ""
1016
 
1017
  #. translators: placeholders for "strong" tags; compatibility tab link.
1018
+ #: includes/options/class-wpglobus-options.php:624
1019
  msgid ""
1020
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1021
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags; compatibility tab link.
1025
+ #: includes/options/class-wpglobus-options.php:627
1026
  msgid ""
1027
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1028
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
+ #: includes/options/class-wpglobus-options.php:631
1033
  msgid "Version %1$s2.2.11%2$s "
1034
  msgstr ""
1035
 
1036
+ #: includes/options/class-wpglobus-options.php:633
1037
  msgid "Starting from this version"
1038
  msgstr ""
1039
 
1040
  #. translators: placeholders for "strong" tags.
1041
+ #: includes/options/class-wpglobus-options.php:636
1042
  msgid ""
1043
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1044
  "(CPT)."
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
+ #: includes/options/class-wpglobus-options.php:639
1049
  msgid ""
1050
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1051
  "the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
+ #: includes/options/class-wpglobus-options.php:656
1055
  msgid "Welcome!"
1056
  msgstr "환영합니다!"
1057
 
1058
+ #: includes/options/class-wpglobus-options.php:679
1059
  msgid "Deactivating / Uninstalling"
1060
  msgstr ""
1061
 
1062
+ #: includes/options/class-wpglobus-options.php:705
1063
  msgid "Uninstall"
1064
  msgstr ""
1065
 
1066
+ #: includes/options/class-wpglobus-options.php:735
1067
  msgid "All add-ons"
1068
  msgstr ""
1069
 
1070
+ #: includes/options/class-wpglobus-options.php:750
1071
  msgid "Mobile Menu"
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:765
1075
  msgid "Language Widgets"
1076
  msgstr ""
1077
 
1078
+ #: includes/options/class-wpglobus-options.php:835
1079
  msgid "We Recommend..."
1080
  msgstr ""
1081
 
1082
+ #: includes/options/class-wpglobus-options.php:867
1083
  msgid ""
1084
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1085
  "website, such as:"
1086
  msgstr ""
1087
 
1088
+ #: includes/options/class-wpglobus-options.php:870
1089
  msgid ""
1090
  "- Ability to write a post in one language and immediately publish it, not "
1091
  "waiting for the translation to other languages;"
1092
  msgstr ""
1093
 
1094
+ #: includes/options/class-wpglobus-options.php:873
1095
  msgid "- Set different URLs for each translation;"
1096
  msgstr ""
1097
 
1098
+ #: includes/options/class-wpglobus-options.php:876
1099
  msgid ""
1100
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1101
  "for each translation;"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:879
1105
  msgid "- and more..."
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:882,
1109
+ #: includes/options/class-wpglobus-options.php:939,
1110
+ #: includes/options/class-wpglobus-options.php:997
1111
  msgid "Click here to download"
1112
  msgstr ""
1113
 
1114
+ #: includes/options/class-wpglobus-options.php:930
1115
  msgid ""
1116
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1117
  "translate your blog posts and pages to many languages."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:933
1121
  msgid "The next step is to translate your WooCommerce-based store!"
1122
  msgstr ""
1123
 
1124
+ #: includes/options/class-wpglobus-options.php:936
1125
  msgid ""
1126
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1127
  "translate product titles and descriptions, categories, tags and attributes."
1128
  msgstr ""
1129
 
1130
+ #: includes/options/class-wpglobus-options.php:983
1131
  msgid "Multi-currency"
1132
  msgstr ""
1133
 
1134
+ #: includes/options/class-wpglobus-options.php:986
1135
  msgid ""
1136
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1137
  "a single currency only."
1138
  msgstr ""
1139
 
1140
+ #: includes/options/class-wpglobus-options.php:990
1141
  msgid ""
1142
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1143
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1145
  "positioning for global growth!"
1146
  msgstr ""
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:994
1149
  msgid ""
1150
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1151
  "re-calculating prices on-the-fly."
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:1031
1155
  msgid "WPGlobus Premium Add-ons"
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:1033
1159
  msgid ""
1160
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1161
  "you will be able to:"
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:1038
1165
  msgid ""
1166
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1167
  "моя-страница and so on);"
1168
  msgstr ""
1169
 
1170
+ #: includes/options/class-wpglobus-options.php:1041
1171
  msgid ""
1172
  "Postpone translation to some languages and <strong>publish only the "
1173
  "translated texts</strong>;"
1174
  msgstr ""
1175
 
1176
+ #: includes/options/class-wpglobus-options.php:1044
1177
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1178
  msgstr ""
1179
 
1180
+ #: includes/options/class-wpglobus-options.php:1047
1181
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1182
  msgstr ""
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:1050
1185
  msgid ""
1186
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1187
  "strong>;"
1188
  msgstr ""
1189
 
1190
+ #: includes/options/class-wpglobus-options.php:1054
1191
  msgid "...and more."
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:1057
1195
  msgid "Click here to visit the WPGlobus Store"
1196
  msgstr ""
1197
 
1198
+ #: includes/options/class-wpglobus-options.php:1098
1199
  msgid "Select a language"
1200
  msgstr ""
1201
 
1202
  #. translators: %3$s placeholder for the icon (actual picture).
1203
+ #: includes/options/class-wpglobus-options.php:1127
1204
  msgid ""
1205
  "Place the %1$smain language%2$s of your site at the top of the list by "
1206
  "dragging the %3$s icons."
1207
  msgstr ""
1208
 
1209
  #. translators: placeholders for the "strong" HTML tags.
1210
+ #: includes/options/class-wpglobus-options.php:1130
1211
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1212
  msgstr ""
1213
 
1214
  #. translators: placeholders for the "strong" HTML tags.
1215
+ #: includes/options/class-wpglobus-options.php:1133
1216
  msgid "%1$sAdd%2$s more languages using the section below."
1217
  msgstr ""
1218
 
1219
+ #: includes/options/class-wpglobus-options.php:1134
1220
  msgid "When done, click the [Save Changes] button."
1221
  msgstr ""
1222
 
1223
  #. translators: %s - placeholder for the "Save Changes" button text.
1224
+ #: includes/options/class-wpglobus-options.php:1145
1225
  msgid "Press the %s button to confirm."
1226
  msgstr ""
1227
 
1228
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1229
+ #: includes/options/class-wpglobus-options.php:1162
1230
  msgid "-- none --"
1231
  msgstr ""
1232
 
1233
+ #: includes/options/class-wpglobus-options.php:1163
1234
  msgid "All menus"
1235
  msgstr ""
1236
 
1237
+ #: includes/options/class-wpglobus-options.php:1176
1238
  msgid "Instructions:"
1239
  msgstr ""
1240
 
1241
+ #: includes/options/class-wpglobus-options.php:1236
1242
  msgid "(Found in some themes)"
1243
  msgstr ""
1244
 
1245
+ #: includes/options/class-wpglobus-options.php:1238
1246
  msgid "Enable"
1247
  msgstr "사용"
1248
 
1249
+ #: includes/options/class-wpglobus-options.php:1253
1250
  msgid "Languages table"
1251
  msgstr ""
1252
 
1253
+ #: includes/options/class-wpglobus-options.php:1259
1254
  msgid "Use this table to add, edit or delete languages."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1260
1258
  msgid "NOTE: you cannot remove the main language."
1259
  msgstr ""
1260
 
1261
+ #: includes/options/class-wpglobus-options.php:1308
1262
  msgid "WPGlobus is enabled on these Post Types"
1263
  msgstr ""
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1309
1266
  msgid "Uncheck to disable"
1267
  msgstr ""
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1310
1270
  msgid ""
1271
  "Please note that there are post types, which status is managed by other "
1272
  "plugins and cannot be changed here."
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1315
1276
  msgid "Post Types"
1277
  msgstr ""
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1331
1280
  msgid ""
1281
  "You should put here only the code provided by WPGlobus Support. Do not write "
1282
  "anything else in the sections below as it might break the functionality of "
1283
  "your website!"
1284
  msgstr ""
1285
 
1286
+ #: includes/options/class-wpglobus-options.php:1372
1287
  msgid "Custom Code"
1288
  msgstr ""
1289
 
1290
+ #: includes/options/class-wpglobus-options.php:1480,
1291
+ #: includes/options/class-wpglobus-options.php:1612,
1292
+ #: includes/options/class-wpglobus-options.php:1723
1293
  msgid "Enabled"
1294
  msgstr "활성화"
1295
 
1296
+ #: includes/options/class-wpglobus-options.php:1493
1297
  msgid "Builders support"
1298
  msgstr ""
1299
 
1300
+ #: includes/options/class-wpglobus-options.php:1545
1301
  msgid "Builder mode is enabled on these Post Types"
1302
  msgstr ""
1303
 
1304
+ #: includes/options/class-wpglobus-options.php:1611
1305
  msgid "Old fashioned language switcher"
1306
  msgstr ""
1307
 
1308
+ #: includes/options/class-wpglobus-options.php:1617
1309
  msgid "Block Editor"
1310
  msgstr ""
1311
 
1312
+ #: includes/options/class-wpglobus-options.php:1618
1313
  msgid "Block Editor Options"
1314
  msgstr ""
1315
 
1316
+ #: includes/options/class-wpglobus-options.php:1647
1317
  msgid ""
1318
  "With the current settings, you will see the following lines in the section "
1319
  "HEAD of your site pages"
1320
  msgstr ""
1321
 
1322
+ #: includes/options/class-wpglobus-options.php:1649
1323
  msgid "(example for two languages)"
1324
  msgstr ""
1325
 
1326
+ #: includes/options/class-wpglobus-options.php:1696
1327
  msgid ""
1328
  "Tell search engines about localized versions of your pages using the "
1329
  "hreflang tag"
1330
  msgstr ""
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1705
1333
  msgid "Output the hreflang tag as"
1334
  msgstr ""
1335
 
1336
+ #: includes/options/class-wpglobus-options.php:1708
1337
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1338
  msgstr ""
1339
 
1340
+ #: includes/options/class-wpglobus-options.php:1709
1341
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1342
  msgstr ""
1343
 
1344
+ #: includes/options/class-wpglobus-options.php:1710
1345
  msgid "Language code only (en, ru, etc.)"
1346
  msgstr ""
1347
 
1348
+ #: includes/options/class-wpglobus-options.php:1722
1349
  msgid "Use the code `x-default` for the main language"
1350
  msgstr ""
1351
 
1352
+ #: includes/options/class-wpglobus-options.php:1728
1353
  msgid "Multilingual SEO"
1354
  msgstr ""
1355
 
1356
+ #: includes/options/class-wpglobus-options.php:1729
1357
  msgid "Multilingual SEO Options"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1766
1361
  msgid ""
1362
  "With WPGlobus, you can get translations for posts and pages using REST API."
1363
  msgstr ""
1364
 
1365
+ #: includes/options/class-wpglobus-options.php:1793,
1366
+ #: includes/options/class-wpglobus-options.php:1801,
1367
+ #: includes/options/class-wpglobus-options.php:1774,
1368
+ #: includes/options/class-wpglobus-options.php:1782
1369
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1370
  msgstr ""
1371
 
1372
+ #: includes/options/class-wpglobus-options.php:1771
1373
  msgid ""
1374
  "For demonstration, you can try the first post that WordPress creates at the "
1375
  "initial installation."
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1812
1379
  msgid ""
1380
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1381
  "information."
1382
  msgstr ""
1383
 
1384
+ #: includes/options/class-wpglobus-options.php:1819
1385
  msgid ""
1386
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1387
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1388
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1389
  msgstr ""
1390
 
1391
+ #: includes/options/class-wpglobus-options.php:1832
1392
  msgid "Description:"
1393
  msgstr ""
1394
 
1395
+ #: includes/options/class-wpglobus-options.php:1839,
1396
+ #: includes/options/class-wpglobus-options.php:1840
1397
  msgid "REST API"
1398
  msgstr ""
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:2173
1401
  msgid "Translate strings"
1402
  msgstr ""
1403
 
languages/wpglobus-pl_PL.po CHANGED
@@ -321,22 +321,22 @@ msgid "Help"
321
  msgstr "Pomoc"
322
 
323
  #: includes/admin/class-wpglobus-customize-options.php:745,
324
- #: includes/options/class-wpglobus-options.php:1168
325
  msgid "Languages"
326
  msgstr "Języki"
327
 
328
  #: includes/admin/class-wpglobus-customize-options.php:765,
329
- #: includes/options/class-wpglobus-options.php:1181
330
  msgid "Enabled Languages"
331
  msgstr "Aktywne języki"
332
 
333
  #: includes/admin/class-wpglobus-customize-options.php:767,
334
- #: includes/options/class-wpglobus-options.php:1182
335
  msgid "These languages are currently enabled on your site."
336
  msgstr "Te języki są aktualnie aktywne na Twojej stronie."
337
 
338
  #: includes/admin/class-wpglobus-customize-options.php:795,
339
- #: includes/options/class-wpglobus-options.php:1140
340
  msgid "Choose a language you would like to enable."
341
  msgstr ""
342
 
@@ -347,42 +347,42 @@ msgstr ""
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
348
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
349
  #: includes/admin/class-wpglobus-customize-options.php:801,
350
- #: includes/options/class-wpglobus-options.php:1146
351
  msgid "or Add new Language %1$s here %2$s"
352
  msgstr "Lub %1$s dodaj nowy język%2$s."
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:813,
355
- #: includes/options/class-wpglobus-options.php:1195
356
  msgid "Add Languages"
357
  msgstr "Dodaj języki"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:833,
360
- #: includes/options/class-wpglobus-options.php:1203
361
  msgid "Language Selector Mode"
362
  msgstr "Tryb wyboru języka"
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:838,
365
- #: includes/options/class-wpglobus-options.php:1206
366
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
367
  msgstr "Dwuliterowy kod z flagą (en, ru, pl itp.)"
368
 
369
  #: includes/admin/class-wpglobus-customize-options.php:839,
370
- #: includes/options/class-wpglobus-options.php:1207
371
  msgid "Full Name (English, Russian, Italian, etc.)"
372
  msgstr "Pełna nazwa (English, Russian, Polish itp.)"
373
 
374
  #: includes/admin/class-wpglobus-customize-options.php:841,
375
- #: includes/options/class-wpglobus-options.php:1208
376
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
377
  msgstr "Pełna nazwa z flagami (English, Russian, Polish itp.)"
378
 
379
  #: includes/admin/class-wpglobus-customize-options.php:842,
380
- #: includes/options/class-wpglobus-options.php:1209
381
  msgid "Flags only"
382
  msgstr "Same flagi"
383
 
384
  #: includes/admin/class-wpglobus-customize-options.php:844,
385
- #: includes/options/class-wpglobus-options.php:1204
386
  msgid ""
387
  "Choose the way language name and country flag are shown in the drop-down menu"
388
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Menu wyboru języka"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr "Wybierz menu nawigacyjne, w którym będzie dostępny wybór języka."
406
 
@@ -409,12 +409,12 @@ msgid "No menus have been created yet. Create some."
409
  msgstr ""
410
 
411
  #: includes/admin/class-wpglobus-customize-options.php:940,
412
- #: includes/options/class-wpglobus-options.php:1233
413
  msgid "\"All Pages\" menus Language selector"
414
  msgstr "Wybór języka w menu \"Wszystkie strony\""
415
 
416
  #: includes/admin/class-wpglobus-customize-options.php:943,
417
- #: includes/options/class-wpglobus-options.php:1235
418
  msgid ""
419
  "Adds language selector to the menus that automatically list all existing "
420
  "pages (using `wp_list_pages`)"
@@ -423,7 +423,7 @@ msgstr ""
423
  "istniejące strony (za pomocą `wp_list_pages`)."
424
 
425
  #: includes/admin/class-wpglobus-customize-options.php:960,
426
- #: includes/options/class-wpglobus-options.php:1348
427
  msgid "Custom CSS"
428
  msgstr "Własne CSS"
429
 
@@ -444,22 +444,22 @@ msgid "Uncheck to disable WPGlobus"
444
  msgstr "Odznacz, aby wyłączyć WPGlobus'a na danym rodzaju wpisów."
445
 
446
  #: includes/admin/class-wpglobus-customize-options.php:1125,
447
- #: includes/options/class-wpglobus-options.php:1416
448
  msgid "Redirect"
449
  msgstr "Przekierowany"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:1150,
452
- #: includes/options/class-wpglobus-options.php:1411
453
  msgid "Choose the language automatically, based on:"
454
  msgstr ""
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:1152,
457
- #: includes/options/class-wpglobus-options.php:1401
458
  msgid "Preferred language set in the browser"
459
  msgstr ""
460
 
461
  #: includes/admin/class-wpglobus-customize-options.php:1153,
462
- #: includes/options/class-wpglobus-options.php:1388
463
  msgid ""
464
  "When a user comes to the site for the first time, try to find the best "
465
  "matching language version of the page."
@@ -468,7 +468,7 @@ msgstr ""
468
  #: includes/admin/class-wpglobus-customize-options.php:1214,
469
  #: includes/admin/class-wpglobus-customize-options.php:1234,
470
  #: includes/admin/class-wpglobus-customize-options.php:1192,
471
- #: includes/options/class-wpglobus-options.php:1360
472
  msgid "Custom JS Code"
473
  msgstr ""
474
 
@@ -510,12 +510,12 @@ msgid ""
510
  msgstr ""
511
 
512
  #: includes/admin/class-wpglobus-customize-options.php:1351,
513
- #: includes/options/class-wpglobus-options.php:600
514
  msgid "Thank you for installing WPGlobus!"
515
  msgstr "Dziękujemy za zainstalowanie WPGlobus'a!"
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1355,
518
- #: includes/options/class-wpglobus-options.php:604
519
  msgid "Read About WPGlobus"
520
  msgstr "Przeczytaj o WPGlobus'ie"
521
 
@@ -527,7 +527,7 @@ msgstr ""
527
  "opcje."
528
 
529
  #: includes/admin/class-wpglobus-customize-options.php:1363,
530
- #: includes/options/class-wpglobus-options.php:640
531
  msgid ""
532
  "Should you have any questions or comments, please do not hesitate to contact "
533
  "us."
@@ -535,12 +535,12 @@ msgstr ""
535
  "Jeżeli masz jakieś pytania lub sugestie, nie krępuj się z nami skontaktować."
536
 
537
  #: includes/admin/class-wpglobus-customize-options.php:1367,
538
- #: includes/options/class-wpglobus-options.php:644
539
  msgid "Sincerely Yours,"
540
  msgstr "Z poważaniem,"
541
 
542
  #: includes/admin/class-wpglobus-customize-options.php:1369,
543
- #: includes/options/class-wpglobus-options.php:646,
544
  #: includes/options/wpglobus-options-header.php:34
545
  msgid "The WPGlobus Team"
546
  msgstr "Twój Zespoł WPGlobus"
@@ -548,14 +548,14 @@ msgstr "Twój Zespoł WPGlobus"
548
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
549
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
550
  #: includes/admin/class-wpglobus-customize-options.php:1388,
551
- #: includes/options/class-wpglobus-options.php:681
552
  msgid ""
553
  "We would hate to see you go. If something goes wrong, do not uninstall "
554
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
555
  msgstr ""
556
 
557
  #: includes/admin/class-wpglobus-customize-options.php:1395,
558
- #: includes/options/class-wpglobus-options.php:688
559
  msgid ""
560
  "Please note that if you deactivate WPGlobus, your site will show all the "
561
  "languages together, mixed up. You will need to remove all translations, "
@@ -565,7 +565,7 @@ msgstr ""
565
  #. translators: %s: link to the Clean-up Tool
566
  #. translators: %s: link to the Clean-up Tool.
567
  #: includes/admin/class-wpglobus-customize-options.php:1400,
568
- #: includes/options/class-wpglobus-options.php:692
569
  msgid ""
570
  "If there are just a few places, you should edit them manually. To "
571
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -576,7 +576,7 @@ msgstr ""
576
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
577
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
578
  #: includes/admin/class-wpglobus-customize-options.php:1403,
579
- #: includes/options/class-wpglobus-options.php:669
580
  msgid "%1$sClean-up Tool%2$s"
581
  msgstr ""
582
 
@@ -719,7 +719,7 @@ msgid ""
719
  msgstr ""
720
 
721
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
722
- #: includes/options/class-wpglobus-options.php:718
723
  msgid "Help Desk"
724
  msgstr ""
725
 
@@ -798,7 +798,7 @@ msgid "WPGlobus Recommends:"
798
  msgstr ""
799
 
800
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
801
- #: includes/options/class-wpglobus-options.php:925
802
  msgid "WPGlobus for WooCommerce"
803
  msgstr ""
804
 
@@ -986,8 +986,8 @@ msgid "Language Selector Menu Style"
986
  msgstr ""
987
 
988
  #: includes/options/class-wpglobus-options.php:273,
989
- #: includes/options/class-wpglobus-options.php:794,
990
- #: includes/options/class-wpglobus-options.php:863
991
  msgid "WPGlobus Plus"
992
  msgstr ""
993
 
@@ -1013,161 +1013,161 @@ msgid ""
1013
  "Settings panel properly. Please try another browser."
1014
  msgstr ""
1015
 
1016
- #: includes/options/class-wpglobus-options.php:591,
1017
- #: includes/options/class-wpglobus-options.php:1569
1018
  msgid "Сompatibility"
1019
  msgstr ""
1020
 
1021
  #. translators: placeholders for "strong" tags.
1022
- #: includes/options/class-wpglobus-options.php:608
1023
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1024
  msgstr ""
1025
 
1026
  #. translators: placeholders for "strong" tags.
1027
- #: includes/options/class-wpglobus-options.php:611
1028
  msgid ""
1029
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1030
  "the language attributes: name, code, flag icon, etc."
1031
  msgstr ""
1032
 
1033
- #: includes/options/class-wpglobus-options.php:614
1034
  msgid "Important notes"
1035
  msgstr "Ważne notatki"
1036
 
1037
  #. translators: placeholders for "strong" tags.
1038
- #: includes/options/class-wpglobus-options.php:616
1039
  msgid "Version %1$s1.9.17%2$s "
1040
  msgstr ""
1041
 
1042
  #. translators: placeholders for "strong" tags.
1043
- #: includes/options/class-wpglobus-options.php:619
1044
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags; compatibility tab link.
1048
- #: includes/options/class-wpglobus-options.php:622
1049
  msgid ""
1050
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1051
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
  #. translators: placeholders for "strong" tags; compatibility tab link.
1055
- #: includes/options/class-wpglobus-options.php:625
1056
  msgid ""
1057
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1058
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1059
  msgstr ""
1060
 
1061
  #. translators: placeholders for "strong" tags.
1062
- #: includes/options/class-wpglobus-options.php:629
1063
  msgid "Version %1$s2.2.11%2$s "
1064
  msgstr ""
1065
 
1066
- #: includes/options/class-wpglobus-options.php:631
1067
  msgid "Starting from this version"
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
- #: includes/options/class-wpglobus-options.php:634
1072
  msgid ""
1073
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1074
  "(CPT)."
1075
  msgstr ""
1076
 
1077
  #. translators: placeholders for "strong" tags.
1078
- #: includes/options/class-wpglobus-options.php:637
1079
  msgid ""
1080
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1081
  "the %1$s[%3$s]%2$s tab."
1082
  msgstr ""
1083
 
1084
- #: includes/options/class-wpglobus-options.php:654
1085
  msgid "Welcome!"
1086
  msgstr "Wstęp"
1087
 
1088
- #: includes/options/class-wpglobus-options.php:677
1089
  msgid "Deactivating / Uninstalling"
1090
  msgstr ""
1091
 
1092
- #: includes/options/class-wpglobus-options.php:703
1093
  msgid "Uninstall"
1094
  msgstr "Odinstaluj"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:733
1097
  msgid "All add-ons"
1098
  msgstr ""
1099
 
1100
- #: includes/options/class-wpglobus-options.php:748
1101
  msgid "Mobile Menu"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:763
1105
  msgid "Language Widgets"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:833
1109
  msgid "We Recommend..."
1110
  msgstr ""
1111
 
1112
- #: includes/options/class-wpglobus-options.php:865
1113
  msgid ""
1114
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1115
  "website, such as:"
1116
  msgstr ""
1117
 
1118
- #: includes/options/class-wpglobus-options.php:868
1119
  msgid ""
1120
  "- Ability to write a post in one language and immediately publish it, not "
1121
  "waiting for the translation to other languages;"
1122
  msgstr ""
1123
 
1124
- #: includes/options/class-wpglobus-options.php:871
1125
  msgid "- Set different URLs for each translation;"
1126
  msgstr ""
1127
 
1128
- #: includes/options/class-wpglobus-options.php:874
1129
  msgid ""
1130
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1131
  "for each translation;"
1132
  msgstr ""
1133
 
1134
- #: includes/options/class-wpglobus-options.php:877
1135
  msgid "- and more..."
1136
  msgstr ""
1137
 
1138
- #: includes/options/class-wpglobus-options.php:880,
1139
- #: includes/options/class-wpglobus-options.php:937,
1140
- #: includes/options/class-wpglobus-options.php:995
1141
  msgid "Click here to download"
1142
  msgstr ""
1143
 
1144
- #: includes/options/class-wpglobus-options.php:928
1145
  msgid ""
1146
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1147
  "translate your blog posts and pages to many languages."
1148
  msgstr ""
1149
 
1150
- #: includes/options/class-wpglobus-options.php:931
1151
  msgid "The next step is to translate your WooCommerce-based store!"
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:934
1155
  msgid ""
1156
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1157
  "translate product titles and descriptions, categories, tags and attributes."
1158
  msgstr ""
1159
 
1160
- #: includes/options/class-wpglobus-options.php:981
1161
  msgid "Multi-currency"
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:984
1165
  msgid ""
1166
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1167
  "a single currency only."
1168
  msgstr ""
1169
 
1170
- #: includes/options/class-wpglobus-options.php:988
1171
  msgid ""
1172
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1173
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1175,259 +1175,259 @@ msgid ""
1175
  "positioning for global growth!"
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:992
1179
  msgid ""
1180
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1181
  "re-calculating prices on-the-fly."
1182
  msgstr ""
1183
 
1184
- #: includes/options/class-wpglobus-options.php:1029
1185
  msgid "WPGlobus Premium Add-ons"
1186
  msgstr ""
1187
 
1188
- #: includes/options/class-wpglobus-options.php:1031
1189
  msgid ""
1190
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1191
  "you will be able to:"
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:1036
1195
  msgid ""
1196
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1197
  "моя-страница and so on);"
1198
  msgstr ""
1199
 
1200
- #: includes/options/class-wpglobus-options.php:1039
1201
  msgid ""
1202
  "Postpone translation to some languages and <strong>publish only the "
1203
  "translated texts</strong>;"
1204
  msgstr ""
1205
 
1206
- #: includes/options/class-wpglobus-options.php:1042
1207
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1208
  msgstr ""
1209
 
1210
- #: includes/options/class-wpglobus-options.php:1045
1211
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1048
1215
  msgid ""
1216
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1217
  "strong>;"
1218
  msgstr ""
1219
 
1220
- #: includes/options/class-wpglobus-options.php:1052
1221
  msgid "...and more."
1222
  msgstr ""
1223
 
1224
- #: includes/options/class-wpglobus-options.php:1055
1225
  msgid "Click here to visit the WPGlobus Store"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1096
1229
  msgid "Select a language"
1230
  msgstr "Wybierz język"
1231
 
1232
  #. translators: %3$s placeholder for the icon (actual picture).
1233
- #: includes/options/class-wpglobus-options.php:1125
1234
  msgid ""
1235
  "Place the %1$smain language%2$s of your site at the top of the list by "
1236
  "dragging the %3$s icons."
1237
  msgstr ""
1238
 
1239
  #. translators: placeholders for the "strong" HTML tags.
1240
- #: includes/options/class-wpglobus-options.php:1128
1241
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1242
  msgstr ""
1243
 
1244
  #. translators: placeholders for the "strong" HTML tags.
1245
- #: includes/options/class-wpglobus-options.php:1131
1246
  msgid "%1$sAdd%2$s more languages using the section below."
1247
  msgstr ""
1248
 
1249
- #: includes/options/class-wpglobus-options.php:1132
1250
  msgid "When done, click the [Save Changes] button."
1251
  msgstr "Gdy skończysz, naciśnij przycisk [Zapisz zmiany]."
1252
 
1253
  #. translators: %s - placeholder for the "Save Changes" button text.
1254
- #: includes/options/class-wpglobus-options.php:1143
1255
  msgid "Press the %s button to confirm."
1256
  msgstr ""
1257
 
1258
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1259
- #: includes/options/class-wpglobus-options.php:1160
1260
  msgid "-- none --"
1261
  msgstr ""
1262
 
1263
- #: includes/options/class-wpglobus-options.php:1161
1264
  msgid "All menus"
1265
  msgstr ""
1266
 
1267
- #: includes/options/class-wpglobus-options.php:1174
1268
  msgid "Instructions:"
1269
  msgstr "Instrukcje:"
1270
 
1271
- #: includes/options/class-wpglobus-options.php:1234
1272
  msgid "(Found in some themes)"
1273
  msgstr "(Używane w niektórych motywach)"
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1236
1276
  msgid "Enable"
1277
  msgstr "Aktywuj"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1251
1280
  msgid "Languages table"
1281
  msgstr "Tabela języków"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1257
1284
  msgid "Use this table to add, edit or delete languages."
1285
  msgstr "Użyj tej tabeli, aby dodać, zedytować lub usunąć języki."
1286
 
1287
- #: includes/options/class-wpglobus-options.php:1258
1288
  msgid "NOTE: you cannot remove the main language."
1289
  msgstr "UWAGA: nie możesz usunąć głównego języka."
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1306
1292
  msgid "WPGlobus is enabled on these Post Types"
1293
  msgstr ""
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1307
1296
  msgid "Uncheck to disable"
1297
  msgstr ""
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1308
1300
  msgid ""
1301
  "Please note that there are post types, which status is managed by other "
1302
  "plugins and cannot be changed here."
1303
  msgstr ""
1304
 
1305
- #: includes/options/class-wpglobus-options.php:1313
1306
  msgid "Post Types"
1307
  msgstr "Rodzaje wpisów"
1308
 
1309
- #: includes/options/class-wpglobus-options.php:1329
1310
  msgid ""
1311
  "You should put here only the code provided by WPGlobus Support. Do not write "
1312
  "anything else in the sections below as it might break the functionality of "
1313
  "your website!"
1314
  msgstr ""
1315
 
1316
- #: includes/options/class-wpglobus-options.php:1370
1317
  msgid "Custom Code"
1318
  msgstr "Własny kod"
1319
 
1320
- #: includes/options/class-wpglobus-options.php:1478,
1321
- #: includes/options/class-wpglobus-options.php:1610,
1322
- #: includes/options/class-wpglobus-options.php:1721
1323
  msgid "Enabled"
1324
  msgstr "Włączona"
1325
 
1326
- #: includes/options/class-wpglobus-options.php:1491
1327
  msgid "Builders support"
1328
  msgstr ""
1329
 
1330
- #: includes/options/class-wpglobus-options.php:1543
1331
  msgid "Builder mode is enabled on these Post Types"
1332
  msgstr ""
1333
 
1334
- #: includes/options/class-wpglobus-options.php:1609
1335
  msgid "Old fashioned language switcher"
1336
  msgstr ""
1337
 
1338
- #: includes/options/class-wpglobus-options.php:1615
1339
  msgid "Block Editor"
1340
  msgstr ""
1341
 
1342
- #: includes/options/class-wpglobus-options.php:1616
1343
  msgid "Block Editor Options"
1344
  msgstr ""
1345
 
1346
- #: includes/options/class-wpglobus-options.php:1645
1347
  msgid ""
1348
  "With the current settings, you will see the following lines in the section "
1349
  "HEAD of your site pages"
1350
  msgstr ""
1351
 
1352
- #: includes/options/class-wpglobus-options.php:1647
1353
  msgid "(example for two languages)"
1354
  msgstr ""
1355
 
1356
- #: includes/options/class-wpglobus-options.php:1694
1357
  msgid ""
1358
  "Tell search engines about localized versions of your pages using the "
1359
  "hreflang tag"
1360
  msgstr ""
1361
 
1362
- #: includes/options/class-wpglobus-options.php:1703
1363
  msgid "Output the hreflang tag as"
1364
  msgstr ""
1365
 
1366
- #: includes/options/class-wpglobus-options.php:1706
1367
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1368
  msgstr ""
1369
 
1370
- #: includes/options/class-wpglobus-options.php:1707
1371
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1372
  msgstr ""
1373
 
1374
- #: includes/options/class-wpglobus-options.php:1708
1375
  msgid "Language code only (en, ru, etc.)"
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1720
1379
  msgid "Use the code `x-default` for the main language"
1380
  msgstr ""
1381
 
1382
- #: includes/options/class-wpglobus-options.php:1726
1383
  msgid "Multilingual SEO"
1384
  msgstr ""
1385
 
1386
- #: includes/options/class-wpglobus-options.php:1727
1387
  msgid "Multilingual SEO Options"
1388
  msgstr ""
1389
 
1390
- #: includes/options/class-wpglobus-options.php:1757
1391
  msgid ""
1392
  "With WPGlobus, you can get translations for posts and pages using REST API."
1393
  msgstr ""
1394
 
1395
- #: includes/options/class-wpglobus-options.php:1784,
1396
- #: includes/options/class-wpglobus-options.php:1792,
1397
- #: includes/options/class-wpglobus-options.php:1765,
1398
- #: includes/options/class-wpglobus-options.php:1773
1399
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1400
  msgstr ""
1401
 
1402
- #: includes/options/class-wpglobus-options.php:1762
1403
  msgid ""
1404
  "For demonstration, you can try the first post that WordPress creates at the "
1405
  "initial installation."
1406
  msgstr ""
1407
 
1408
- #: includes/options/class-wpglobus-options.php:1803
1409
  msgid ""
1410
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1411
  "information."
1412
  msgstr ""
1413
 
1414
- #: includes/options/class-wpglobus-options.php:1810
1415
  msgid ""
1416
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1417
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1418
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1419
  msgstr ""
1420
 
1421
- #: includes/options/class-wpglobus-options.php:1823
1422
  msgid "Description:"
1423
  msgstr ""
1424
 
1425
- #: includes/options/class-wpglobus-options.php:1830,
1426
- #: includes/options/class-wpglobus-options.php:1831
1427
  msgid "REST API"
1428
  msgstr ""
1429
 
1430
- #: includes/options/class-wpglobus-options.php:2164
1431
  msgid "Translate strings"
1432
  msgstr ""
1433
 
321
  msgstr "Pomoc"
322
 
323
  #: includes/admin/class-wpglobus-customize-options.php:745,
324
+ #: includes/options/class-wpglobus-options.php:1170
325
  msgid "Languages"
326
  msgstr "Języki"
327
 
328
  #: includes/admin/class-wpglobus-customize-options.php:765,
329
+ #: includes/options/class-wpglobus-options.php:1183
330
  msgid "Enabled Languages"
331
  msgstr "Aktywne języki"
332
 
333
  #: includes/admin/class-wpglobus-customize-options.php:767,
334
+ #: includes/options/class-wpglobus-options.php:1184
335
  msgid "These languages are currently enabled on your site."
336
  msgstr "Te języki są aktualnie aktywne na Twojej stronie."
337
 
338
  #: includes/admin/class-wpglobus-customize-options.php:795,
339
+ #: includes/options/class-wpglobus-options.php:1142
340
  msgid "Choose a language you would like to enable."
341
  msgstr ""
342
 
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
348
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
349
  #: includes/admin/class-wpglobus-customize-options.php:801,
350
+ #: includes/options/class-wpglobus-options.php:1148
351
  msgid "or Add new Language %1$s here %2$s"
352
  msgstr "Lub %1$s dodaj nowy język%2$s."
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:813,
355
+ #: includes/options/class-wpglobus-options.php:1197
356
  msgid "Add Languages"
357
  msgstr "Dodaj języki"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:833,
360
+ #: includes/options/class-wpglobus-options.php:1205
361
  msgid "Language Selector Mode"
362
  msgstr "Tryb wyboru języka"
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:838,
365
+ #: includes/options/class-wpglobus-options.php:1208
366
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
367
  msgstr "Dwuliterowy kod z flagą (en, ru, pl itp.)"
368
 
369
  #: includes/admin/class-wpglobus-customize-options.php:839,
370
+ #: includes/options/class-wpglobus-options.php:1209
371
  msgid "Full Name (English, Russian, Italian, etc.)"
372
  msgstr "Pełna nazwa (English, Russian, Polish itp.)"
373
 
374
  #: includes/admin/class-wpglobus-customize-options.php:841,
375
+ #: includes/options/class-wpglobus-options.php:1210
376
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
377
  msgstr "Pełna nazwa z flagami (English, Russian, Polish itp.)"
378
 
379
  #: includes/admin/class-wpglobus-customize-options.php:842,
380
+ #: includes/options/class-wpglobus-options.php:1211
381
  msgid "Flags only"
382
  msgstr "Same flagi"
383
 
384
  #: includes/admin/class-wpglobus-customize-options.php:844,
385
+ #: includes/options/class-wpglobus-options.php:1206
386
  msgid ""
387
  "Choose the way language name and country flag are shown in the drop-down menu"
388
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Menu wyboru języka"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr "Wybierz menu nawigacyjne, w którym będzie dostępny wybór języka."
406
 
409
  msgstr ""
410
 
411
  #: includes/admin/class-wpglobus-customize-options.php:940,
412
+ #: includes/options/class-wpglobus-options.php:1235
413
  msgid "\"All Pages\" menus Language selector"
414
  msgstr "Wybór języka w menu \"Wszystkie strony\""
415
 
416
  #: includes/admin/class-wpglobus-customize-options.php:943,
417
+ #: includes/options/class-wpglobus-options.php:1237
418
  msgid ""
419
  "Adds language selector to the menus that automatically list all existing "
420
  "pages (using `wp_list_pages`)"
423
  "istniejące strony (za pomocą `wp_list_pages`)."
424
 
425
  #: includes/admin/class-wpglobus-customize-options.php:960,
426
+ #: includes/options/class-wpglobus-options.php:1350
427
  msgid "Custom CSS"
428
  msgstr "Własne CSS"
429
 
444
  msgstr "Odznacz, aby wyłączyć WPGlobus'a na danym rodzaju wpisów."
445
 
446
  #: includes/admin/class-wpglobus-customize-options.php:1125,
447
+ #: includes/options/class-wpglobus-options.php:1418
448
  msgid "Redirect"
449
  msgstr "Przekierowany"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:1150,
452
+ #: includes/options/class-wpglobus-options.php:1413
453
  msgid "Choose the language automatically, based on:"
454
  msgstr ""
455
 
456
  #: includes/admin/class-wpglobus-customize-options.php:1152,
457
+ #: includes/options/class-wpglobus-options.php:1403
458
  msgid "Preferred language set in the browser"
459
  msgstr ""
460
 
461
  #: includes/admin/class-wpglobus-customize-options.php:1153,
462
+ #: includes/options/class-wpglobus-options.php:1390
463
  msgid ""
464
  "When a user comes to the site for the first time, try to find the best "
465
  "matching language version of the page."
468
  #: includes/admin/class-wpglobus-customize-options.php:1214,
469
  #: includes/admin/class-wpglobus-customize-options.php:1234,
470
  #: includes/admin/class-wpglobus-customize-options.php:1192,
471
+ #: includes/options/class-wpglobus-options.php:1362
472
  msgid "Custom JS Code"
473
  msgstr ""
474
 
510
  msgstr ""
511
 
512
  #: includes/admin/class-wpglobus-customize-options.php:1351,
513
+ #: includes/options/class-wpglobus-options.php:602
514
  msgid "Thank you for installing WPGlobus!"
515
  msgstr "Dziękujemy za zainstalowanie WPGlobus'a!"
516
 
517
  #: includes/admin/class-wpglobus-customize-options.php:1355,
518
+ #: includes/options/class-wpglobus-options.php:606
519
  msgid "Read About WPGlobus"
520
  msgstr "Przeczytaj o WPGlobus'ie"
521
 
527
  "opcje."
528
 
529
  #: includes/admin/class-wpglobus-customize-options.php:1363,
530
+ #: includes/options/class-wpglobus-options.php:642
531
  msgid ""
532
  "Should you have any questions or comments, please do not hesitate to contact "
533
  "us."
535
  "Jeżeli masz jakieś pytania lub sugestie, nie krępuj się z nami skontaktować."
536
 
537
  #: includes/admin/class-wpglobus-customize-options.php:1367,
538
+ #: includes/options/class-wpglobus-options.php:646
539
  msgid "Sincerely Yours,"
540
  msgstr "Z poważaniem,"
541
 
542
  #: includes/admin/class-wpglobus-customize-options.php:1369,
543
+ #: includes/options/class-wpglobus-options.php:648,
544
  #: includes/options/wpglobus-options-header.php:34
545
  msgid "The WPGlobus Team"
546
  msgstr "Twój Zespoł WPGlobus"
548
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
549
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
550
  #: includes/admin/class-wpglobus-customize-options.php:1388,
551
+ #: includes/options/class-wpglobus-options.php:683
552
  msgid ""
553
  "We would hate to see you go. If something goes wrong, do not uninstall "
554
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
555
  msgstr ""
556
 
557
  #: includes/admin/class-wpglobus-customize-options.php:1395,
558
+ #: includes/options/class-wpglobus-options.php:690
559
  msgid ""
560
  "Please note that if you deactivate WPGlobus, your site will show all the "
561
  "languages together, mixed up. You will need to remove all translations, "
565
  #. translators: %s: link to the Clean-up Tool
566
  #. translators: %s: link to the Clean-up Tool.
567
  #: includes/admin/class-wpglobus-customize-options.php:1400,
568
+ #: includes/options/class-wpglobus-options.php:694
569
  msgid ""
570
  "If there are just a few places, you should edit them manually. To "
571
  "automatically remove all translations at once, you can use the %s. WARNING: "
576
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
577
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
578
  #: includes/admin/class-wpglobus-customize-options.php:1403,
579
+ #: includes/options/class-wpglobus-options.php:671
580
  msgid "%1$sClean-up Tool%2$s"
581
  msgstr ""
582
 
719
  msgstr ""
720
 
721
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
722
+ #: includes/options/class-wpglobus-options.php:720
723
  msgid "Help Desk"
724
  msgstr ""
725
 
798
  msgstr ""
799
 
800
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
801
+ #: includes/options/class-wpglobus-options.php:927
802
  msgid "WPGlobus for WooCommerce"
803
  msgstr ""
804
 
986
  msgstr ""
987
 
988
  #: includes/options/class-wpglobus-options.php:273,
989
+ #: includes/options/class-wpglobus-options.php:796,
990
+ #: includes/options/class-wpglobus-options.php:865
991
  msgid "WPGlobus Plus"
992
  msgstr ""
993
 
1013
  "Settings panel properly. Please try another browser."
1014
  msgstr ""
1015
 
1016
+ #: includes/options/class-wpglobus-options.php:593,
1017
+ #: includes/options/class-wpglobus-options.php:1571
1018
  msgid "Сompatibility"
1019
  msgstr ""
1020
 
1021
  #. translators: placeholders for "strong" tags.
1022
+ #: includes/options/class-wpglobus-options.php:610
1023
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1024
  msgstr ""
1025
 
1026
  #. translators: placeholders for "strong" tags.
1027
+ #: includes/options/class-wpglobus-options.php:613
1028
  msgid ""
1029
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1030
  "the language attributes: name, code, flag icon, etc."
1031
  msgstr ""
1032
 
1033
+ #: includes/options/class-wpglobus-options.php:616
1034
  msgid "Important notes"
1035
  msgstr "Ważne notatki"
1036
 
1037
  #. translators: placeholders for "strong" tags.
1038
+ #: includes/options/class-wpglobus-options.php:618
1039
  msgid "Version %1$s1.9.17%2$s "
1040
  msgstr ""
1041
 
1042
  #. translators: placeholders for "strong" tags.
1043
+ #: includes/options/class-wpglobus-options.php:621
1044
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags; compatibility tab link.
1048
+ #: includes/options/class-wpglobus-options.php:624
1049
  msgid ""
1050
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1051
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
  #. translators: placeholders for "strong" tags; compatibility tab link.
1055
+ #: includes/options/class-wpglobus-options.php:627
1056
  msgid ""
1057
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1058
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1059
  msgstr ""
1060
 
1061
  #. translators: placeholders for "strong" tags.
1062
+ #: includes/options/class-wpglobus-options.php:631
1063
  msgid "Version %1$s2.2.11%2$s "
1064
  msgstr ""
1065
 
1066
+ #: includes/options/class-wpglobus-options.php:633
1067
  msgid "Starting from this version"
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
+ #: includes/options/class-wpglobus-options.php:636
1072
  msgid ""
1073
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1074
  "(CPT)."
1075
  msgstr ""
1076
 
1077
  #. translators: placeholders for "strong" tags.
1078
+ #: includes/options/class-wpglobus-options.php:639
1079
  msgid ""
1080
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1081
  "the %1$s[%3$s]%2$s tab."
1082
  msgstr ""
1083
 
1084
+ #: includes/options/class-wpglobus-options.php:656
1085
  msgid "Welcome!"
1086
  msgstr "Wstęp"
1087
 
1088
+ #: includes/options/class-wpglobus-options.php:679
1089
  msgid "Deactivating / Uninstalling"
1090
  msgstr ""
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:705
1093
  msgid "Uninstall"
1094
  msgstr "Odinstaluj"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:735
1097
  msgid "All add-ons"
1098
  msgstr ""
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:750
1101
  msgid "Mobile Menu"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:765
1105
  msgid "Language Widgets"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:835
1109
  msgid "We Recommend..."
1110
  msgstr ""
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:867
1113
  msgid ""
1114
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1115
  "website, such as:"
1116
  msgstr ""
1117
 
1118
+ #: includes/options/class-wpglobus-options.php:870
1119
  msgid ""
1120
  "- Ability to write a post in one language and immediately publish it, not "
1121
  "waiting for the translation to other languages;"
1122
  msgstr ""
1123
 
1124
+ #: includes/options/class-wpglobus-options.php:873
1125
  msgid "- Set different URLs for each translation;"
1126
  msgstr ""
1127
 
1128
+ #: includes/options/class-wpglobus-options.php:876
1129
  msgid ""
1130
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1131
  "for each translation;"
1132
  msgstr ""
1133
 
1134
+ #: includes/options/class-wpglobus-options.php:879
1135
  msgid "- and more..."
1136
  msgstr ""
1137
 
1138
+ #: includes/options/class-wpglobus-options.php:882,
1139
+ #: includes/options/class-wpglobus-options.php:939,
1140
+ #: includes/options/class-wpglobus-options.php:997
1141
  msgid "Click here to download"
1142
  msgstr ""
1143
 
1144
+ #: includes/options/class-wpglobus-options.php:930
1145
  msgid ""
1146
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1147
  "translate your blog posts and pages to many languages."
1148
  msgstr ""
1149
 
1150
+ #: includes/options/class-wpglobus-options.php:933
1151
  msgid "The next step is to translate your WooCommerce-based store!"
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:936
1155
  msgid ""
1156
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1157
  "translate product titles and descriptions, categories, tags and attributes."
1158
  msgstr ""
1159
 
1160
+ #: includes/options/class-wpglobus-options.php:983
1161
  msgid "Multi-currency"
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:986
1165
  msgid ""
1166
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1167
  "a single currency only."
1168
  msgstr ""
1169
 
1170
+ #: includes/options/class-wpglobus-options.php:990
1171
  msgid ""
1172
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1173
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1175
  "positioning for global growth!"
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:994
1179
  msgid ""
1180
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1181
  "re-calculating prices on-the-fly."
1182
  msgstr ""
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:1031
1185
  msgid "WPGlobus Premium Add-ons"
1186
  msgstr ""
1187
 
1188
+ #: includes/options/class-wpglobus-options.php:1033
1189
  msgid ""
1190
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1191
  "you will be able to:"
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:1038
1195
  msgid ""
1196
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1197
  "моя-страница and so on);"
1198
  msgstr ""
1199
 
1200
+ #: includes/options/class-wpglobus-options.php:1041
1201
  msgid ""
1202
  "Postpone translation to some languages and <strong>publish only the "
1203
  "translated texts</strong>;"
1204
  msgstr ""
1205
 
1206
+ #: includes/options/class-wpglobus-options.php:1044
1207
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1208
  msgstr ""
1209
 
1210
+ #: includes/options/class-wpglobus-options.php:1047
1211
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1050
1215
  msgid ""
1216
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1217
  "strong>;"
1218
  msgstr ""
1219
 
1220
+ #: includes/options/class-wpglobus-options.php:1054
1221
  msgid "...and more."
1222
  msgstr ""
1223
 
1224
+ #: includes/options/class-wpglobus-options.php:1057
1225
  msgid "Click here to visit the WPGlobus Store"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1098
1229
  msgid "Select a language"
1230
  msgstr "Wybierz język"
1231
 
1232
  #. translators: %3$s placeholder for the icon (actual picture).
1233
+ #: includes/options/class-wpglobus-options.php:1127
1234
  msgid ""
1235
  "Place the %1$smain language%2$s of your site at the top of the list by "
1236
  "dragging the %3$s icons."
1237
  msgstr ""
1238
 
1239
  #. translators: placeholders for the "strong" HTML tags.
1240
+ #: includes/options/class-wpglobus-options.php:1130
1241
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1242
  msgstr ""
1243
 
1244
  #. translators: placeholders for the "strong" HTML tags.
1245
+ #: includes/options/class-wpglobus-options.php:1133
1246
  msgid "%1$sAdd%2$s more languages using the section below."
1247
  msgstr ""
1248
 
1249
+ #: includes/options/class-wpglobus-options.php:1134
1250
  msgid "When done, click the [Save Changes] button."
1251
  msgstr "Gdy skończysz, naciśnij przycisk [Zapisz zmiany]."
1252
 
1253
  #. translators: %s - placeholder for the "Save Changes" button text.
1254
+ #: includes/options/class-wpglobus-options.php:1145
1255
  msgid "Press the %s button to confirm."
1256
  msgstr ""
1257
 
1258
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1259
+ #: includes/options/class-wpglobus-options.php:1162
1260
  msgid "-- none --"
1261
  msgstr ""
1262
 
1263
+ #: includes/options/class-wpglobus-options.php:1163
1264
  msgid "All menus"
1265
  msgstr ""
1266
 
1267
+ #: includes/options/class-wpglobus-options.php:1176
1268
  msgid "Instructions:"
1269
  msgstr "Instrukcje:"
1270
 
1271
+ #: includes/options/class-wpglobus-options.php:1236
1272
  msgid "(Found in some themes)"
1273
  msgstr "(Używane w niektórych motywach)"
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1238
1276
  msgid "Enable"
1277
  msgstr "Aktywuj"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1253
1280
  msgid "Languages table"
1281
  msgstr "Tabela języków"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1259
1284
  msgid "Use this table to add, edit or delete languages."
1285
  msgstr "Użyj tej tabeli, aby dodać, zedytować lub usunąć języki."
1286
 
1287
+ #: includes/options/class-wpglobus-options.php:1260
1288
  msgid "NOTE: you cannot remove the main language."
1289
  msgstr "UWAGA: nie możesz usunąć głównego języka."
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1308
1292
  msgid "WPGlobus is enabled on these Post Types"
1293
  msgstr ""
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1309
1296
  msgid "Uncheck to disable"
1297
  msgstr ""
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1310
1300
  msgid ""
1301
  "Please note that there are post types, which status is managed by other "
1302
  "plugins and cannot be changed here."
1303
  msgstr ""
1304
 
1305
+ #: includes/options/class-wpglobus-options.php:1315
1306
  msgid "Post Types"
1307
  msgstr "Rodzaje wpisów"
1308
 
1309
+ #: includes/options/class-wpglobus-options.php:1331
1310
  msgid ""
1311
  "You should put here only the code provided by WPGlobus Support. Do not write "
1312
  "anything else in the sections below as it might break the functionality of "
1313
  "your website!"
1314
  msgstr ""
1315
 
1316
+ #: includes/options/class-wpglobus-options.php:1372
1317
  msgid "Custom Code"
1318
  msgstr "Własny kod"
1319
 
1320
+ #: includes/options/class-wpglobus-options.php:1480,
1321
+ #: includes/options/class-wpglobus-options.php:1612,
1322
+ #: includes/options/class-wpglobus-options.php:1723
1323
  msgid "Enabled"
1324
  msgstr "Włączona"
1325
 
1326
+ #: includes/options/class-wpglobus-options.php:1493
1327
  msgid "Builders support"
1328
  msgstr ""
1329
 
1330
+ #: includes/options/class-wpglobus-options.php:1545
1331
  msgid "Builder mode is enabled on these Post Types"
1332
  msgstr ""
1333
 
1334
+ #: includes/options/class-wpglobus-options.php:1611
1335
  msgid "Old fashioned language switcher"
1336
  msgstr ""
1337
 
1338
+ #: includes/options/class-wpglobus-options.php:1617
1339
  msgid "Block Editor"
1340
  msgstr ""
1341
 
1342
+ #: includes/options/class-wpglobus-options.php:1618
1343
  msgid "Block Editor Options"
1344
  msgstr ""
1345
 
1346
+ #: includes/options/class-wpglobus-options.php:1647
1347
  msgid ""
1348
  "With the current settings, you will see the following lines in the section "
1349
  "HEAD of your site pages"
1350
  msgstr ""
1351
 
1352
+ #: includes/options/class-wpglobus-options.php:1649
1353
  msgid "(example for two languages)"
1354
  msgstr ""
1355
 
1356
+ #: includes/options/class-wpglobus-options.php:1696
1357
  msgid ""
1358
  "Tell search engines about localized versions of your pages using the "
1359
  "hreflang tag"
1360
  msgstr ""
1361
 
1362
+ #: includes/options/class-wpglobus-options.php:1705
1363
  msgid "Output the hreflang tag as"
1364
  msgstr ""
1365
 
1366
+ #: includes/options/class-wpglobus-options.php:1708
1367
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1368
  msgstr ""
1369
 
1370
+ #: includes/options/class-wpglobus-options.php:1709
1371
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1372
  msgstr ""
1373
 
1374
+ #: includes/options/class-wpglobus-options.php:1710
1375
  msgid "Language code only (en, ru, etc.)"
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1722
1379
  msgid "Use the code `x-default` for the main language"
1380
  msgstr ""
1381
 
1382
+ #: includes/options/class-wpglobus-options.php:1728
1383
  msgid "Multilingual SEO"
1384
  msgstr ""
1385
 
1386
+ #: includes/options/class-wpglobus-options.php:1729
1387
  msgid "Multilingual SEO Options"
1388
  msgstr ""
1389
 
1390
+ #: includes/options/class-wpglobus-options.php:1766
1391
  msgid ""
1392
  "With WPGlobus, you can get translations for posts and pages using REST API."
1393
  msgstr ""
1394
 
1395
+ #: includes/options/class-wpglobus-options.php:1793,
1396
+ #: includes/options/class-wpglobus-options.php:1801,
1397
+ #: includes/options/class-wpglobus-options.php:1774,
1398
+ #: includes/options/class-wpglobus-options.php:1782
1399
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1400
  msgstr ""
1401
 
1402
+ #: includes/options/class-wpglobus-options.php:1771
1403
  msgid ""
1404
  "For demonstration, you can try the first post that WordPress creates at the "
1405
  "initial installation."
1406
  msgstr ""
1407
 
1408
+ #: includes/options/class-wpglobus-options.php:1812
1409
  msgid ""
1410
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1411
  "information."
1412
  msgstr ""
1413
 
1414
+ #: includes/options/class-wpglobus-options.php:1819
1415
  msgid ""
1416
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1417
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1418
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1419
  msgstr ""
1420
 
1421
+ #: includes/options/class-wpglobus-options.php:1832
1422
  msgid "Description:"
1423
  msgstr ""
1424
 
1425
+ #: includes/options/class-wpglobus-options.php:1839,
1426
+ #: includes/options/class-wpglobus-options.php:1840
1427
  msgid "REST API"
1428
  msgstr ""
1429
 
1430
+ #: includes/options/class-wpglobus-options.php:2173
1431
  msgid "Translate strings"
1432
  msgstr ""
1433
 
languages/wpglobus-pt_BR.po CHANGED
@@ -303,22 +303,22 @@ msgid "Help"
303
  msgstr "Ajuda"
304
 
305
  #: includes/admin/class-wpglobus-customize-options.php:745,
306
- #: includes/options/class-wpglobus-options.php:1168
307
  msgid "Languages"
308
  msgstr ""
309
 
310
  #: includes/admin/class-wpglobus-customize-options.php:765,
311
- #: includes/options/class-wpglobus-options.php:1181
312
  msgid "Enabled Languages"
313
  msgstr ""
314
 
315
  #: includes/admin/class-wpglobus-customize-options.php:767,
316
- #: includes/options/class-wpglobus-options.php:1182
317
  msgid "These languages are currently enabled on your site."
318
  msgstr ""
319
 
320
  #: includes/admin/class-wpglobus-customize-options.php:795,
321
- #: includes/options/class-wpglobus-options.php:1140
322
  msgid "Choose a language you would like to enable."
323
  msgstr ""
324
 
@@ -329,42 +329,42 @@ msgstr ""
329
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
331
  #: includes/admin/class-wpglobus-customize-options.php:801,
332
- #: includes/options/class-wpglobus-options.php:1146
333
  msgid "or Add new Language %1$s here %2$s"
334
  msgstr ""
335
 
336
  #: includes/admin/class-wpglobus-customize-options.php:813,
337
- #: includes/options/class-wpglobus-options.php:1195
338
  msgid "Add Languages"
339
  msgstr ""
340
 
341
  #: includes/admin/class-wpglobus-customize-options.php:833,
342
- #: includes/options/class-wpglobus-options.php:1203
343
  msgid "Language Selector Mode"
344
  msgstr ""
345
 
346
  #: includes/admin/class-wpglobus-customize-options.php:838,
347
- #: includes/options/class-wpglobus-options.php:1206
348
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
349
  msgstr ""
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:839,
352
- #: includes/options/class-wpglobus-options.php:1207
353
  msgid "Full Name (English, Russian, Italian, etc.)"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:841,
357
- #: includes/options/class-wpglobus-options.php:1208
358
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:842,
362
- #: includes/options/class-wpglobus-options.php:1209
363
  msgid "Flags only"
364
  msgstr ""
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:844,
367
- #: includes/options/class-wpglobus-options.php:1204
368
  msgid ""
369
  "Choose the way language name and country flag are shown in the drop-down menu"
370
  msgstr ""
@@ -375,13 +375,13 @@ msgstr ""
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:915,
377
  #: includes/admin/class-wpglobus-customize-options.php:888,
378
- #: includes/options/class-wpglobus-options.php:1222
379
  msgid "Language Selector Menu"
380
  msgstr ""
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:920,
383
  #: includes/admin/class-wpglobus-customize-options.php:899,
384
- #: includes/options/class-wpglobus-options.php:1223
385
  msgid "Choose the navigation menu where the language selector will be shown"
386
  msgstr ""
387
 
@@ -390,19 +390,19 @@ msgid "No menus have been created yet. Create some."
390
  msgstr ""
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:940,
393
- #: includes/options/class-wpglobus-options.php:1233
394
  msgid "\"All Pages\" menus Language selector"
395
  msgstr ""
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:943,
398
- #: includes/options/class-wpglobus-options.php:1235
399
  msgid ""
400
  "Adds language selector to the menus that automatically list all existing "
401
  "pages (using `wp_list_pages`)"
402
  msgstr ""
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:960,
405
- #: includes/options/class-wpglobus-options.php:1348
406
  msgid "Custom CSS"
407
  msgstr "CSS personalizado"
408
 
@@ -421,22 +421,22 @@ msgid "Uncheck to disable WPGlobus"
421
  msgstr ""
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:1125,
424
- #: includes/options/class-wpglobus-options.php:1416
425
  msgid "Redirect"
426
  msgstr "Redirecionar"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:1150,
429
- #: includes/options/class-wpglobus-options.php:1411
430
  msgid "Choose the language automatically, based on:"
431
  msgstr ""
432
 
433
  #: includes/admin/class-wpglobus-customize-options.php:1152,
434
- #: includes/options/class-wpglobus-options.php:1401
435
  msgid "Preferred language set in the browser"
436
  msgstr ""
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:1153,
439
- #: includes/options/class-wpglobus-options.php:1388
440
  msgid ""
441
  "When a user comes to the site for the first time, try to find the best "
442
  "matching language version of the page."
@@ -445,7 +445,7 @@ msgstr ""
445
  #: includes/admin/class-wpglobus-customize-options.php:1214,
446
  #: includes/admin/class-wpglobus-customize-options.php:1234,
447
  #: includes/admin/class-wpglobus-customize-options.php:1192,
448
- #: includes/options/class-wpglobus-options.php:1360
449
  msgid "Custom JS Code"
450
  msgstr ""
451
 
@@ -487,12 +487,12 @@ msgid ""
487
  msgstr ""
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1351,
490
- #: includes/options/class-wpglobus-options.php:600
491
  msgid "Thank you for installing WPGlobus!"
492
  msgstr ""
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1355,
495
- #: includes/options/class-wpglobus-options.php:604
496
  msgid "Read About WPGlobus"
497
  msgstr ""
498
 
@@ -502,19 +502,19 @@ msgid ""
502
  msgstr ""
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1363,
505
- #: includes/options/class-wpglobus-options.php:640
506
  msgid ""
507
  "Should you have any questions or comments, please do not hesitate to contact "
508
  "us."
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1367,
512
- #: includes/options/class-wpglobus-options.php:644
513
  msgid "Sincerely Yours,"
514
  msgstr ""
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1369,
517
- #: includes/options/class-wpglobus-options.php:646,
518
  #: includes/options/wpglobus-options-header.php:34
519
  msgid "The WPGlobus Team"
520
  msgstr ""
@@ -522,14 +522,14 @@ msgstr ""
522
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #: includes/admin/class-wpglobus-customize-options.php:1388,
525
- #: includes/options/class-wpglobus-options.php:681
526
  msgid ""
527
  "We would hate to see you go. If something goes wrong, do not uninstall "
528
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
529
  msgstr ""
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1395,
532
- #: includes/options/class-wpglobus-options.php:688
533
  msgid ""
534
  "Please note that if you deactivate WPGlobus, your site will show all the "
535
  "languages together, mixed up. You will need to remove all translations, "
@@ -539,7 +539,7 @@ msgstr ""
539
  #. translators: %s: link to the Clean-up Tool
540
  #. translators: %s: link to the Clean-up Tool.
541
  #: includes/admin/class-wpglobus-customize-options.php:1400,
542
- #: includes/options/class-wpglobus-options.php:692
543
  msgid ""
544
  "If there are just a few places, you should edit them manually. To "
545
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -550,7 +550,7 @@ msgstr ""
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1403,
553
- #: includes/options/class-wpglobus-options.php:669
554
  msgid "%1$sClean-up Tool%2$s"
555
  msgstr ""
556
 
@@ -692,7 +692,7 @@ msgid ""
692
  msgstr ""
693
 
694
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
695
- #: includes/options/class-wpglobus-options.php:718
696
  msgid "Help Desk"
697
  msgstr ""
698
 
@@ -771,7 +771,7 @@ msgid "WPGlobus Recommends:"
771
  msgstr ""
772
 
773
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
774
- #: includes/options/class-wpglobus-options.php:925
775
  msgid "WPGlobus for WooCommerce"
776
  msgstr ""
777
 
@@ -956,8 +956,8 @@ msgid "Language Selector Menu Style"
956
  msgstr ""
957
 
958
  #: includes/options/class-wpglobus-options.php:273,
959
- #: includes/options/class-wpglobus-options.php:794,
960
- #: includes/options/class-wpglobus-options.php:863
961
  msgid "WPGlobus Plus"
962
  msgstr ""
963
 
@@ -983,161 +983,161 @@ msgid ""
983
  "Settings panel properly. Please try another browser."
984
  msgstr ""
985
 
986
- #: includes/options/class-wpglobus-options.php:591,
987
- #: includes/options/class-wpglobus-options.php:1569
988
  msgid "Сompatibility"
989
  msgstr ""
990
 
991
  #. translators: placeholders for "strong" tags.
992
- #: includes/options/class-wpglobus-options.php:608
993
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
994
  msgstr ""
995
 
996
  #. translators: placeholders for "strong" tags.
997
- #: includes/options/class-wpglobus-options.php:611
998
  msgid ""
999
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1000
  "the language attributes: name, code, flag icon, etc."
1001
  msgstr ""
1002
 
1003
- #: includes/options/class-wpglobus-options.php:614
1004
  msgid "Important notes"
1005
  msgstr "Notas importantes"
1006
 
1007
  #. translators: placeholders for "strong" tags.
1008
- #: includes/options/class-wpglobus-options.php:616
1009
  msgid "Version %1$s1.9.17%2$s "
1010
  msgstr ""
1011
 
1012
  #. translators: placeholders for "strong" tags.
1013
- #: includes/options/class-wpglobus-options.php:619
1014
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1015
  msgstr ""
1016
 
1017
  #. translators: placeholders for "strong" tags; compatibility tab link.
1018
- #: includes/options/class-wpglobus-options.php:622
1019
  msgid ""
1020
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1021
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags; compatibility tab link.
1025
- #: includes/options/class-wpglobus-options.php:625
1026
  msgid ""
1027
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1028
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
- #: includes/options/class-wpglobus-options.php:629
1033
  msgid "Version %1$s2.2.11%2$s "
1034
  msgstr ""
1035
 
1036
- #: includes/options/class-wpglobus-options.php:631
1037
  msgid "Starting from this version"
1038
  msgstr ""
1039
 
1040
  #. translators: placeholders for "strong" tags.
1041
- #: includes/options/class-wpglobus-options.php:634
1042
  msgid ""
1043
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1044
  "(CPT)."
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
- #: includes/options/class-wpglobus-options.php:637
1049
  msgid ""
1050
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1051
  "the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
- #: includes/options/class-wpglobus-options.php:654
1055
  msgid "Welcome!"
1056
  msgstr ""
1057
 
1058
- #: includes/options/class-wpglobus-options.php:677
1059
  msgid "Deactivating / Uninstalling"
1060
  msgstr ""
1061
 
1062
- #: includes/options/class-wpglobus-options.php:703
1063
  msgid "Uninstall"
1064
  msgstr "Desinstalação"
1065
 
1066
- #: includes/options/class-wpglobus-options.php:733
1067
  msgid "All add-ons"
1068
  msgstr ""
1069
 
1070
- #: includes/options/class-wpglobus-options.php:748
1071
  msgid "Mobile Menu"
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:763
1075
  msgid "Language Widgets"
1076
  msgstr ""
1077
 
1078
- #: includes/options/class-wpglobus-options.php:833
1079
  msgid "We Recommend..."
1080
  msgstr ""
1081
 
1082
- #: includes/options/class-wpglobus-options.php:865
1083
  msgid ""
1084
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1085
  "website, such as:"
1086
  msgstr ""
1087
 
1088
- #: includes/options/class-wpglobus-options.php:868
1089
  msgid ""
1090
  "- Ability to write a post in one language and immediately publish it, not "
1091
  "waiting for the translation to other languages;"
1092
  msgstr ""
1093
 
1094
- #: includes/options/class-wpglobus-options.php:871
1095
  msgid "- Set different URLs for each translation;"
1096
  msgstr ""
1097
 
1098
- #: includes/options/class-wpglobus-options.php:874
1099
  msgid ""
1100
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1101
  "for each translation;"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:877
1105
  msgid "- and more..."
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:880,
1109
- #: includes/options/class-wpglobus-options.php:937,
1110
- #: includes/options/class-wpglobus-options.php:995
1111
  msgid "Click here to download"
1112
  msgstr ""
1113
 
1114
- #: includes/options/class-wpglobus-options.php:928
1115
  msgid ""
1116
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1117
  "translate your blog posts and pages to many languages."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:931
1121
  msgid "The next step is to translate your WooCommerce-based store!"
1122
  msgstr ""
1123
 
1124
- #: includes/options/class-wpglobus-options.php:934
1125
  msgid ""
1126
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1127
  "translate product titles and descriptions, categories, tags and attributes."
1128
  msgstr ""
1129
 
1130
- #: includes/options/class-wpglobus-options.php:981
1131
  msgid "Multi-currency"
1132
  msgstr ""
1133
 
1134
- #: includes/options/class-wpglobus-options.php:984
1135
  msgid ""
1136
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1137
  "a single currency only."
1138
  msgstr ""
1139
 
1140
- #: includes/options/class-wpglobus-options.php:988
1141
  msgid ""
1142
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1143
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1145,259 +1145,259 @@ msgid ""
1145
  "positioning for global growth!"
1146
  msgstr ""
1147
 
1148
- #: includes/options/class-wpglobus-options.php:992
1149
  msgid ""
1150
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1151
  "re-calculating prices on-the-fly."
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:1029
1155
  msgid "WPGlobus Premium Add-ons"
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:1031
1159
  msgid ""
1160
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1161
  "you will be able to:"
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:1036
1165
  msgid ""
1166
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1167
  "моя-страница and so on);"
1168
  msgstr ""
1169
 
1170
- #: includes/options/class-wpglobus-options.php:1039
1171
  msgid ""
1172
  "Postpone translation to some languages and <strong>publish only the "
1173
  "translated texts</strong>;"
1174
  msgstr ""
1175
 
1176
- #: includes/options/class-wpglobus-options.php:1042
1177
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1178
  msgstr ""
1179
 
1180
- #: includes/options/class-wpglobus-options.php:1045
1181
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1182
  msgstr ""
1183
 
1184
- #: includes/options/class-wpglobus-options.php:1048
1185
  msgid ""
1186
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1187
  "strong>;"
1188
  msgstr ""
1189
 
1190
- #: includes/options/class-wpglobus-options.php:1052
1191
  msgid "...and more."
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:1055
1195
  msgid "Click here to visit the WPGlobus Store"
1196
  msgstr ""
1197
 
1198
- #: includes/options/class-wpglobus-options.php:1096
1199
  msgid "Select a language"
1200
  msgstr ""
1201
 
1202
  #. translators: %3$s placeholder for the icon (actual picture).
1203
- #: includes/options/class-wpglobus-options.php:1125
1204
  msgid ""
1205
  "Place the %1$smain language%2$s of your site at the top of the list by "
1206
  "dragging the %3$s icons."
1207
  msgstr ""
1208
 
1209
  #. translators: placeholders for the "strong" HTML tags.
1210
- #: includes/options/class-wpglobus-options.php:1128
1211
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1212
  msgstr ""
1213
 
1214
  #. translators: placeholders for the "strong" HTML tags.
1215
- #: includes/options/class-wpglobus-options.php:1131
1216
  msgid "%1$sAdd%2$s more languages using the section below."
1217
  msgstr ""
1218
 
1219
- #: includes/options/class-wpglobus-options.php:1132
1220
  msgid "When done, click the [Save Changes] button."
1221
  msgstr ""
1222
 
1223
  #. translators: %s - placeholder for the "Save Changes" button text.
1224
- #: includes/options/class-wpglobus-options.php:1143
1225
  msgid "Press the %s button to confirm."
1226
  msgstr ""
1227
 
1228
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1229
- #: includes/options/class-wpglobus-options.php:1160
1230
  msgid "-- none --"
1231
  msgstr ""
1232
 
1233
- #: includes/options/class-wpglobus-options.php:1161
1234
  msgid "All menus"
1235
  msgstr ""
1236
 
1237
- #: includes/options/class-wpglobus-options.php:1174
1238
  msgid "Instructions:"
1239
  msgstr ""
1240
 
1241
- #: includes/options/class-wpglobus-options.php:1234
1242
  msgid "(Found in some themes)"
1243
  msgstr ""
1244
 
1245
- #: includes/options/class-wpglobus-options.php:1236
1246
  msgid "Enable"
1247
  msgstr "Ativar"
1248
 
1249
- #: includes/options/class-wpglobus-options.php:1251
1250
  msgid "Languages table"
1251
  msgstr ""
1252
 
1253
- #: includes/options/class-wpglobus-options.php:1257
1254
  msgid "Use this table to add, edit or delete languages."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1258
1258
  msgid "NOTE: you cannot remove the main language."
1259
  msgstr ""
1260
 
1261
- #: includes/options/class-wpglobus-options.php:1306
1262
  msgid "WPGlobus is enabled on these Post Types"
1263
  msgstr ""
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1307
1266
  msgid "Uncheck to disable"
1267
  msgstr ""
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1308
1270
  msgid ""
1271
  "Please note that there are post types, which status is managed by other "
1272
  "plugins and cannot be changed here."
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1313
1276
  msgid "Post Types"
1277
  msgstr "Tipos de Postagens"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1329
1280
  msgid ""
1281
  "You should put here only the code provided by WPGlobus Support. Do not write "
1282
  "anything else in the sections below as it might break the functionality of "
1283
  "your website!"
1284
  msgstr ""
1285
 
1286
- #: includes/options/class-wpglobus-options.php:1370
1287
  msgid "Custom Code"
1288
  msgstr "Código personalizado"
1289
 
1290
- #: includes/options/class-wpglobus-options.php:1478,
1291
- #: includes/options/class-wpglobus-options.php:1610,
1292
- #: includes/options/class-wpglobus-options.php:1721
1293
  msgid "Enabled"
1294
  msgstr "Ativado"
1295
 
1296
- #: includes/options/class-wpglobus-options.php:1491
1297
  msgid "Builders support"
1298
  msgstr ""
1299
 
1300
- #: includes/options/class-wpglobus-options.php:1543
1301
  msgid "Builder mode is enabled on these Post Types"
1302
  msgstr ""
1303
 
1304
- #: includes/options/class-wpglobus-options.php:1609
1305
  msgid "Old fashioned language switcher"
1306
  msgstr ""
1307
 
1308
- #: includes/options/class-wpglobus-options.php:1615
1309
  msgid "Block Editor"
1310
  msgstr ""
1311
 
1312
- #: includes/options/class-wpglobus-options.php:1616
1313
  msgid "Block Editor Options"
1314
  msgstr ""
1315
 
1316
- #: includes/options/class-wpglobus-options.php:1645
1317
  msgid ""
1318
  "With the current settings, you will see the following lines in the section "
1319
  "HEAD of your site pages"
1320
  msgstr ""
1321
 
1322
- #: includes/options/class-wpglobus-options.php:1647
1323
  msgid "(example for two languages)"
1324
  msgstr ""
1325
 
1326
- #: includes/options/class-wpglobus-options.php:1694
1327
  msgid ""
1328
  "Tell search engines about localized versions of your pages using the "
1329
  "hreflang tag"
1330
  msgstr ""
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1703
1333
  msgid "Output the hreflang tag as"
1334
  msgstr ""
1335
 
1336
- #: includes/options/class-wpglobus-options.php:1706
1337
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1338
  msgstr ""
1339
 
1340
- #: includes/options/class-wpglobus-options.php:1707
1341
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1342
  msgstr ""
1343
 
1344
- #: includes/options/class-wpglobus-options.php:1708
1345
  msgid "Language code only (en, ru, etc.)"
1346
  msgstr ""
1347
 
1348
- #: includes/options/class-wpglobus-options.php:1720
1349
  msgid "Use the code `x-default` for the main language"
1350
  msgstr ""
1351
 
1352
- #: includes/options/class-wpglobus-options.php:1726
1353
  msgid "Multilingual SEO"
1354
  msgstr ""
1355
 
1356
- #: includes/options/class-wpglobus-options.php:1727
1357
  msgid "Multilingual SEO Options"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1757
1361
  msgid ""
1362
  "With WPGlobus, you can get translations for posts and pages using REST API."
1363
  msgstr ""
1364
 
1365
- #: includes/options/class-wpglobus-options.php:1784,
1366
- #: includes/options/class-wpglobus-options.php:1792,
1367
- #: includes/options/class-wpglobus-options.php:1765,
1368
- #: includes/options/class-wpglobus-options.php:1773
1369
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1370
  msgstr ""
1371
 
1372
- #: includes/options/class-wpglobus-options.php:1762
1373
  msgid ""
1374
  "For demonstration, you can try the first post that WordPress creates at the "
1375
  "initial installation."
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1803
1379
  msgid ""
1380
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1381
  "information."
1382
  msgstr ""
1383
 
1384
- #: includes/options/class-wpglobus-options.php:1810
1385
  msgid ""
1386
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1387
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1388
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1389
  msgstr ""
1390
 
1391
- #: includes/options/class-wpglobus-options.php:1823
1392
  msgid "Description:"
1393
  msgstr ""
1394
 
1395
- #: includes/options/class-wpglobus-options.php:1830,
1396
- #: includes/options/class-wpglobus-options.php:1831
1397
  msgid "REST API"
1398
  msgstr ""
1399
 
1400
- #: includes/options/class-wpglobus-options.php:2164
1401
  msgid "Translate strings"
1402
  msgstr ""
1403
 
303
  msgstr "Ajuda"
304
 
305
  #: includes/admin/class-wpglobus-customize-options.php:745,
306
+ #: includes/options/class-wpglobus-options.php:1170
307
  msgid "Languages"
308
  msgstr ""
309
 
310
  #: includes/admin/class-wpglobus-customize-options.php:765,
311
+ #: includes/options/class-wpglobus-options.php:1183
312
  msgid "Enabled Languages"
313
  msgstr ""
314
 
315
  #: includes/admin/class-wpglobus-customize-options.php:767,
316
+ #: includes/options/class-wpglobus-options.php:1184
317
  msgid "These languages are currently enabled on your site."
318
  msgstr ""
319
 
320
  #: includes/admin/class-wpglobus-customize-options.php:795,
321
+ #: includes/options/class-wpglobus-options.php:1142
322
  msgid "Choose a language you would like to enable."
323
  msgstr ""
324
 
329
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
331
  #: includes/admin/class-wpglobus-customize-options.php:801,
332
+ #: includes/options/class-wpglobus-options.php:1148
333
  msgid "or Add new Language %1$s here %2$s"
334
  msgstr ""
335
 
336
  #: includes/admin/class-wpglobus-customize-options.php:813,
337
+ #: includes/options/class-wpglobus-options.php:1197
338
  msgid "Add Languages"
339
  msgstr ""
340
 
341
  #: includes/admin/class-wpglobus-customize-options.php:833,
342
+ #: includes/options/class-wpglobus-options.php:1205
343
  msgid "Language Selector Mode"
344
  msgstr ""
345
 
346
  #: includes/admin/class-wpglobus-customize-options.php:838,
347
+ #: includes/options/class-wpglobus-options.php:1208
348
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
349
  msgstr ""
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:839,
352
+ #: includes/options/class-wpglobus-options.php:1209
353
  msgid "Full Name (English, Russian, Italian, etc.)"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:841,
357
+ #: includes/options/class-wpglobus-options.php:1210
358
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:842,
362
+ #: includes/options/class-wpglobus-options.php:1211
363
  msgid "Flags only"
364
  msgstr ""
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:844,
367
+ #: includes/options/class-wpglobus-options.php:1206
368
  msgid ""
369
  "Choose the way language name and country flag are shown in the drop-down menu"
370
  msgstr ""
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:915,
377
  #: includes/admin/class-wpglobus-customize-options.php:888,
378
+ #: includes/options/class-wpglobus-options.php:1224
379
  msgid "Language Selector Menu"
380
  msgstr ""
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:920,
383
  #: includes/admin/class-wpglobus-customize-options.php:899,
384
+ #: includes/options/class-wpglobus-options.php:1225
385
  msgid "Choose the navigation menu where the language selector will be shown"
386
  msgstr ""
387
 
390
  msgstr ""
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:940,
393
+ #: includes/options/class-wpglobus-options.php:1235
394
  msgid "\"All Pages\" menus Language selector"
395
  msgstr ""
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:943,
398
+ #: includes/options/class-wpglobus-options.php:1237
399
  msgid ""
400
  "Adds language selector to the menus that automatically list all existing "
401
  "pages (using `wp_list_pages`)"
402
  msgstr ""
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:960,
405
+ #: includes/options/class-wpglobus-options.php:1350
406
  msgid "Custom CSS"
407
  msgstr "CSS personalizado"
408
 
421
  msgstr ""
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:1125,
424
+ #: includes/options/class-wpglobus-options.php:1418
425
  msgid "Redirect"
426
  msgstr "Redirecionar"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:1150,
429
+ #: includes/options/class-wpglobus-options.php:1413
430
  msgid "Choose the language automatically, based on:"
431
  msgstr ""
432
 
433
  #: includes/admin/class-wpglobus-customize-options.php:1152,
434
+ #: includes/options/class-wpglobus-options.php:1403
435
  msgid "Preferred language set in the browser"
436
  msgstr ""
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:1153,
439
+ #: includes/options/class-wpglobus-options.php:1390
440
  msgid ""
441
  "When a user comes to the site for the first time, try to find the best "
442
  "matching language version of the page."
445
  #: includes/admin/class-wpglobus-customize-options.php:1214,
446
  #: includes/admin/class-wpglobus-customize-options.php:1234,
447
  #: includes/admin/class-wpglobus-customize-options.php:1192,
448
+ #: includes/options/class-wpglobus-options.php:1362
449
  msgid "Custom JS Code"
450
  msgstr ""
451
 
487
  msgstr ""
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1351,
490
+ #: includes/options/class-wpglobus-options.php:602
491
  msgid "Thank you for installing WPGlobus!"
492
  msgstr ""
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1355,
495
+ #: includes/options/class-wpglobus-options.php:606
496
  msgid "Read About WPGlobus"
497
  msgstr ""
498
 
502
  msgstr ""
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1363,
505
+ #: includes/options/class-wpglobus-options.php:642
506
  msgid ""
507
  "Should you have any questions or comments, please do not hesitate to contact "
508
  "us."
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1367,
512
+ #: includes/options/class-wpglobus-options.php:646
513
  msgid "Sincerely Yours,"
514
  msgstr ""
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1369,
517
+ #: includes/options/class-wpglobus-options.php:648,
518
  #: includes/options/wpglobus-options-header.php:34
519
  msgid "The WPGlobus Team"
520
  msgstr ""
522
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #: includes/admin/class-wpglobus-customize-options.php:1388,
525
+ #: includes/options/class-wpglobus-options.php:683
526
  msgid ""
527
  "We would hate to see you go. If something goes wrong, do not uninstall "
528
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
529
  msgstr ""
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1395,
532
+ #: includes/options/class-wpglobus-options.php:690
533
  msgid ""
534
  "Please note that if you deactivate WPGlobus, your site will show all the "
535
  "languages together, mixed up. You will need to remove all translations, "
539
  #. translators: %s: link to the Clean-up Tool
540
  #. translators: %s: link to the Clean-up Tool.
541
  #: includes/admin/class-wpglobus-customize-options.php:1400,
542
+ #: includes/options/class-wpglobus-options.php:694
543
  msgid ""
544
  "If there are just a few places, you should edit them manually. To "
545
  "automatically remove all translations at once, you can use the %s. WARNING: "
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1403,
553
+ #: includes/options/class-wpglobus-options.php:671
554
  msgid "%1$sClean-up Tool%2$s"
555
  msgstr ""
556
 
692
  msgstr ""
693
 
694
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
695
+ #: includes/options/class-wpglobus-options.php:720
696
  msgid "Help Desk"
697
  msgstr ""
698
 
771
  msgstr ""
772
 
773
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
774
+ #: includes/options/class-wpglobus-options.php:927
775
  msgid "WPGlobus for WooCommerce"
776
  msgstr ""
777
 
956
  msgstr ""
957
 
958
  #: includes/options/class-wpglobus-options.php:273,
959
+ #: includes/options/class-wpglobus-options.php:796,
960
+ #: includes/options/class-wpglobus-options.php:865
961
  msgid "WPGlobus Plus"
962
  msgstr ""
963
 
983
  "Settings panel properly. Please try another browser."
984
  msgstr ""
985
 
986
+ #: includes/options/class-wpglobus-options.php:593,
987
+ #: includes/options/class-wpglobus-options.php:1571
988
  msgid "Сompatibility"
989
  msgstr ""
990
 
991
  #. translators: placeholders for "strong" tags.
992
+ #: includes/options/class-wpglobus-options.php:610
993
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
994
  msgstr ""
995
 
996
  #. translators: placeholders for "strong" tags.
997
+ #: includes/options/class-wpglobus-options.php:613
998
  msgid ""
999
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1000
  "the language attributes: name, code, flag icon, etc."
1001
  msgstr ""
1002
 
1003
+ #: includes/options/class-wpglobus-options.php:616
1004
  msgid "Important notes"
1005
  msgstr "Notas importantes"
1006
 
1007
  #. translators: placeholders for "strong" tags.
1008
+ #: includes/options/class-wpglobus-options.php:618
1009
  msgid "Version %1$s1.9.17%2$s "
1010
  msgstr ""
1011
 
1012
  #. translators: placeholders for "strong" tags.
1013
+ #: includes/options/class-wpglobus-options.php:621
1014
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1015
  msgstr ""
1016
 
1017
  #. translators: placeholders for "strong" tags; compatibility tab link.
1018
+ #: includes/options/class-wpglobus-options.php:624
1019
  msgid ""
1020
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1021
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags; compatibility tab link.
1025
+ #: includes/options/class-wpglobus-options.php:627
1026
  msgid ""
1027
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1028
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
+ #: includes/options/class-wpglobus-options.php:631
1033
  msgid "Version %1$s2.2.11%2$s "
1034
  msgstr ""
1035
 
1036
+ #: includes/options/class-wpglobus-options.php:633
1037
  msgid "Starting from this version"
1038
  msgstr ""
1039
 
1040
  #. translators: placeholders for "strong" tags.
1041
+ #: includes/options/class-wpglobus-options.php:636
1042
  msgid ""
1043
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1044
  "(CPT)."
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
+ #: includes/options/class-wpglobus-options.php:639
1049
  msgid ""
1050
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1051
  "the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
+ #: includes/options/class-wpglobus-options.php:656
1055
  msgid "Welcome!"
1056
  msgstr ""
1057
 
1058
+ #: includes/options/class-wpglobus-options.php:679
1059
  msgid "Deactivating / Uninstalling"
1060
  msgstr ""
1061
 
1062
+ #: includes/options/class-wpglobus-options.php:705
1063
  msgid "Uninstall"
1064
  msgstr "Desinstalação"
1065
 
1066
+ #: includes/options/class-wpglobus-options.php:735
1067
  msgid "All add-ons"
1068
  msgstr ""
1069
 
1070
+ #: includes/options/class-wpglobus-options.php:750
1071
  msgid "Mobile Menu"
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:765
1075
  msgid "Language Widgets"
1076
  msgstr ""
1077
 
1078
+ #: includes/options/class-wpglobus-options.php:835
1079
  msgid "We Recommend..."
1080
  msgstr ""
1081
 
1082
+ #: includes/options/class-wpglobus-options.php:867
1083
  msgid ""
1084
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1085
  "website, such as:"
1086
  msgstr ""
1087
 
1088
+ #: includes/options/class-wpglobus-options.php:870
1089
  msgid ""
1090
  "- Ability to write a post in one language and immediately publish it, not "
1091
  "waiting for the translation to other languages;"
1092
  msgstr ""
1093
 
1094
+ #: includes/options/class-wpglobus-options.php:873
1095
  msgid "- Set different URLs for each translation;"
1096
  msgstr ""
1097
 
1098
+ #: includes/options/class-wpglobus-options.php:876
1099
  msgid ""
1100
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1101
  "for each translation;"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:879
1105
  msgid "- and more..."
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:882,
1109
+ #: includes/options/class-wpglobus-options.php:939,
1110
+ #: includes/options/class-wpglobus-options.php:997
1111
  msgid "Click here to download"
1112
  msgstr ""
1113
 
1114
+ #: includes/options/class-wpglobus-options.php:930
1115
  msgid ""
1116
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1117
  "translate your blog posts and pages to many languages."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:933
1121
  msgid "The next step is to translate your WooCommerce-based store!"
1122
  msgstr ""
1123
 
1124
+ #: includes/options/class-wpglobus-options.php:936
1125
  msgid ""
1126
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1127
  "translate product titles and descriptions, categories, tags and attributes."
1128
  msgstr ""
1129
 
1130
+ #: includes/options/class-wpglobus-options.php:983
1131
  msgid "Multi-currency"
1132
  msgstr ""
1133
 
1134
+ #: includes/options/class-wpglobus-options.php:986
1135
  msgid ""
1136
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1137
  "a single currency only."
1138
  msgstr ""
1139
 
1140
+ #: includes/options/class-wpglobus-options.php:990
1141
  msgid ""
1142
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1143
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1145
  "positioning for global growth!"
1146
  msgstr ""
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:994
1149
  msgid ""
1150
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1151
  "re-calculating prices on-the-fly."
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:1031
1155
  msgid "WPGlobus Premium Add-ons"
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:1033
1159
  msgid ""
1160
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1161
  "you will be able to:"
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:1038
1165
  msgid ""
1166
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1167
  "моя-страница and so on);"
1168
  msgstr ""
1169
 
1170
+ #: includes/options/class-wpglobus-options.php:1041
1171
  msgid ""
1172
  "Postpone translation to some languages and <strong>publish only the "
1173
  "translated texts</strong>;"
1174
  msgstr ""
1175
 
1176
+ #: includes/options/class-wpglobus-options.php:1044
1177
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1178
  msgstr ""
1179
 
1180
+ #: includes/options/class-wpglobus-options.php:1047
1181
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1182
  msgstr ""
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:1050
1185
  msgid ""
1186
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1187
  "strong>;"
1188
  msgstr ""
1189
 
1190
+ #: includes/options/class-wpglobus-options.php:1054
1191
  msgid "...and more."
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:1057
1195
  msgid "Click here to visit the WPGlobus Store"
1196
  msgstr ""
1197
 
1198
+ #: includes/options/class-wpglobus-options.php:1098
1199
  msgid "Select a language"
1200
  msgstr ""
1201
 
1202
  #. translators: %3$s placeholder for the icon (actual picture).
1203
+ #: includes/options/class-wpglobus-options.php:1127
1204
  msgid ""
1205
  "Place the %1$smain language%2$s of your site at the top of the list by "
1206
  "dragging the %3$s icons."
1207
  msgstr ""
1208
 
1209
  #. translators: placeholders for the "strong" HTML tags.
1210
+ #: includes/options/class-wpglobus-options.php:1130
1211
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1212
  msgstr ""
1213
 
1214
  #. translators: placeholders for the "strong" HTML tags.
1215
+ #: includes/options/class-wpglobus-options.php:1133
1216
  msgid "%1$sAdd%2$s more languages using the section below."
1217
  msgstr ""
1218
 
1219
+ #: includes/options/class-wpglobus-options.php:1134
1220
  msgid "When done, click the [Save Changes] button."
1221
  msgstr ""
1222
 
1223
  #. translators: %s - placeholder for the "Save Changes" button text.
1224
+ #: includes/options/class-wpglobus-options.php:1145
1225
  msgid "Press the %s button to confirm."
1226
  msgstr ""
1227
 
1228
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1229
+ #: includes/options/class-wpglobus-options.php:1162
1230
  msgid "-- none --"
1231
  msgstr ""
1232
 
1233
+ #: includes/options/class-wpglobus-options.php:1163
1234
  msgid "All menus"
1235
  msgstr ""
1236
 
1237
+ #: includes/options/class-wpglobus-options.php:1176
1238
  msgid "Instructions:"
1239
  msgstr ""
1240
 
1241
+ #: includes/options/class-wpglobus-options.php:1236
1242
  msgid "(Found in some themes)"
1243
  msgstr ""
1244
 
1245
+ #: includes/options/class-wpglobus-options.php:1238
1246
  msgid "Enable"
1247
  msgstr "Ativar"
1248
 
1249
+ #: includes/options/class-wpglobus-options.php:1253
1250
  msgid "Languages table"
1251
  msgstr ""
1252
 
1253
+ #: includes/options/class-wpglobus-options.php:1259
1254
  msgid "Use this table to add, edit or delete languages."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1260
1258
  msgid "NOTE: you cannot remove the main language."
1259
  msgstr ""
1260
 
1261
+ #: includes/options/class-wpglobus-options.php:1308
1262
  msgid "WPGlobus is enabled on these Post Types"
1263
  msgstr ""
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1309
1266
  msgid "Uncheck to disable"
1267
  msgstr ""
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1310
1270
  msgid ""
1271
  "Please note that there are post types, which status is managed by other "
1272
  "plugins and cannot be changed here."
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1315
1276
  msgid "Post Types"
1277
  msgstr "Tipos de Postagens"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1331
1280
  msgid ""
1281
  "You should put here only the code provided by WPGlobus Support. Do not write "
1282
  "anything else in the sections below as it might break the functionality of "
1283
  "your website!"
1284
  msgstr ""
1285
 
1286
+ #: includes/options/class-wpglobus-options.php:1372
1287
  msgid "Custom Code"
1288
  msgstr "Código personalizado"
1289
 
1290
+ #: includes/options/class-wpglobus-options.php:1480,
1291
+ #: includes/options/class-wpglobus-options.php:1612,
1292
+ #: includes/options/class-wpglobus-options.php:1723
1293
  msgid "Enabled"
1294
  msgstr "Ativado"
1295
 
1296
+ #: includes/options/class-wpglobus-options.php:1493
1297
  msgid "Builders support"
1298
  msgstr ""
1299
 
1300
+ #: includes/options/class-wpglobus-options.php:1545
1301
  msgid "Builder mode is enabled on these Post Types"
1302
  msgstr ""
1303
 
1304
+ #: includes/options/class-wpglobus-options.php:1611
1305
  msgid "Old fashioned language switcher"
1306
  msgstr ""
1307
 
1308
+ #: includes/options/class-wpglobus-options.php:1617
1309
  msgid "Block Editor"
1310
  msgstr ""
1311
 
1312
+ #: includes/options/class-wpglobus-options.php:1618
1313
  msgid "Block Editor Options"
1314
  msgstr ""
1315
 
1316
+ #: includes/options/class-wpglobus-options.php:1647
1317
  msgid ""
1318
  "With the current settings, you will see the following lines in the section "
1319
  "HEAD of your site pages"
1320
  msgstr ""
1321
 
1322
+ #: includes/options/class-wpglobus-options.php:1649
1323
  msgid "(example for two languages)"
1324
  msgstr ""
1325
 
1326
+ #: includes/options/class-wpglobus-options.php:1696
1327
  msgid ""
1328
  "Tell search engines about localized versions of your pages using the "
1329
  "hreflang tag"
1330
  msgstr ""
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1705
1333
  msgid "Output the hreflang tag as"
1334
  msgstr ""
1335
 
1336
+ #: includes/options/class-wpglobus-options.php:1708
1337
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1338
  msgstr ""
1339
 
1340
+ #: includes/options/class-wpglobus-options.php:1709
1341
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1342
  msgstr ""
1343
 
1344
+ #: includes/options/class-wpglobus-options.php:1710
1345
  msgid "Language code only (en, ru, etc.)"
1346
  msgstr ""
1347
 
1348
+ #: includes/options/class-wpglobus-options.php:1722
1349
  msgid "Use the code `x-default` for the main language"
1350
  msgstr ""
1351
 
1352
+ #: includes/options/class-wpglobus-options.php:1728
1353
  msgid "Multilingual SEO"
1354
  msgstr ""
1355
 
1356
+ #: includes/options/class-wpglobus-options.php:1729
1357
  msgid "Multilingual SEO Options"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1766
1361
  msgid ""
1362
  "With WPGlobus, you can get translations for posts and pages using REST API."
1363
  msgstr ""
1364
 
1365
+ #: includes/options/class-wpglobus-options.php:1793,
1366
+ #: includes/options/class-wpglobus-options.php:1801,
1367
+ #: includes/options/class-wpglobus-options.php:1774,
1368
+ #: includes/options/class-wpglobus-options.php:1782
1369
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1370
  msgstr ""
1371
 
1372
+ #: includes/options/class-wpglobus-options.php:1771
1373
  msgid ""
1374
  "For demonstration, you can try the first post that WordPress creates at the "
1375
  "initial installation."
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1812
1379
  msgid ""
1380
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1381
  "information."
1382
  msgstr ""
1383
 
1384
+ #: includes/options/class-wpglobus-options.php:1819
1385
  msgid ""
1386
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1387
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1388
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1389
  msgstr ""
1390
 
1391
+ #: includes/options/class-wpglobus-options.php:1832
1392
  msgid "Description:"
1393
  msgstr ""
1394
 
1395
+ #: includes/options/class-wpglobus-options.php:1839,
1396
+ #: includes/options/class-wpglobus-options.php:1840
1397
  msgid "REST API"
1398
  msgstr ""
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:2173
1401
  msgid "Translate strings"
1402
  msgstr ""
1403
 
languages/wpglobus-pt_PT.po CHANGED
@@ -303,22 +303,22 @@ msgid "Help"
303
  msgstr "Ajuda"
304
 
305
  #: includes/admin/class-wpglobus-customize-options.php:745,
306
- #: includes/options/class-wpglobus-options.php:1168
307
  msgid "Languages"
308
  msgstr ""
309
 
310
  #: includes/admin/class-wpglobus-customize-options.php:765,
311
- #: includes/options/class-wpglobus-options.php:1181
312
  msgid "Enabled Languages"
313
  msgstr ""
314
 
315
  #: includes/admin/class-wpglobus-customize-options.php:767,
316
- #: includes/options/class-wpglobus-options.php:1182
317
  msgid "These languages are currently enabled on your site."
318
  msgstr ""
319
 
320
  #: includes/admin/class-wpglobus-customize-options.php:795,
321
- #: includes/options/class-wpglobus-options.php:1140
322
  msgid "Choose a language you would like to enable."
323
  msgstr ""
324
 
@@ -329,42 +329,42 @@ msgstr ""
329
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
331
  #: includes/admin/class-wpglobus-customize-options.php:801,
332
- #: includes/options/class-wpglobus-options.php:1146
333
  msgid "or Add new Language %1$s here %2$s"
334
  msgstr ""
335
 
336
  #: includes/admin/class-wpglobus-customize-options.php:813,
337
- #: includes/options/class-wpglobus-options.php:1195
338
  msgid "Add Languages"
339
  msgstr ""
340
 
341
  #: includes/admin/class-wpglobus-customize-options.php:833,
342
- #: includes/options/class-wpglobus-options.php:1203
343
  msgid "Language Selector Mode"
344
  msgstr ""
345
 
346
  #: includes/admin/class-wpglobus-customize-options.php:838,
347
- #: includes/options/class-wpglobus-options.php:1206
348
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
349
  msgstr ""
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:839,
352
- #: includes/options/class-wpglobus-options.php:1207
353
  msgid "Full Name (English, Russian, Italian, etc.)"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:841,
357
- #: includes/options/class-wpglobus-options.php:1208
358
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:842,
362
- #: includes/options/class-wpglobus-options.php:1209
363
  msgid "Flags only"
364
  msgstr ""
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:844,
367
- #: includes/options/class-wpglobus-options.php:1204
368
  msgid ""
369
  "Choose the way language name and country flag are shown in the drop-down menu"
370
  msgstr ""
@@ -375,13 +375,13 @@ msgstr ""
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:915,
377
  #: includes/admin/class-wpglobus-customize-options.php:888,
378
- #: includes/options/class-wpglobus-options.php:1222
379
  msgid "Language Selector Menu"
380
  msgstr ""
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:920,
383
  #: includes/admin/class-wpglobus-customize-options.php:899,
384
- #: includes/options/class-wpglobus-options.php:1223
385
  msgid "Choose the navigation menu where the language selector will be shown"
386
  msgstr ""
387
 
@@ -390,19 +390,19 @@ msgid "No menus have been created yet. Create some."
390
  msgstr ""
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:940,
393
- #: includes/options/class-wpglobus-options.php:1233
394
  msgid "\"All Pages\" menus Language selector"
395
  msgstr ""
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:943,
398
- #: includes/options/class-wpglobus-options.php:1235
399
  msgid ""
400
  "Adds language selector to the menus that automatically list all existing "
401
  "pages (using `wp_list_pages`)"
402
  msgstr ""
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:960,
405
- #: includes/options/class-wpglobus-options.php:1348
406
  msgid "Custom CSS"
407
  msgstr "CSS personalizado"
408
 
@@ -421,22 +421,22 @@ msgid "Uncheck to disable WPGlobus"
421
  msgstr ""
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:1125,
424
- #: includes/options/class-wpglobus-options.php:1416
425
  msgid "Redirect"
426
  msgstr "Redirecionar"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:1150,
429
- #: includes/options/class-wpglobus-options.php:1411
430
  msgid "Choose the language automatically, based on:"
431
  msgstr ""
432
 
433
  #: includes/admin/class-wpglobus-customize-options.php:1152,
434
- #: includes/options/class-wpglobus-options.php:1401
435
  msgid "Preferred language set in the browser"
436
  msgstr ""
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:1153,
439
- #: includes/options/class-wpglobus-options.php:1388
440
  msgid ""
441
  "When a user comes to the site for the first time, try to find the best "
442
  "matching language version of the page."
@@ -445,7 +445,7 @@ msgstr ""
445
  #: includes/admin/class-wpglobus-customize-options.php:1214,
446
  #: includes/admin/class-wpglobus-customize-options.php:1234,
447
  #: includes/admin/class-wpglobus-customize-options.php:1192,
448
- #: includes/options/class-wpglobus-options.php:1360
449
  msgid "Custom JS Code"
450
  msgstr ""
451
 
@@ -487,12 +487,12 @@ msgid ""
487
  msgstr ""
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1351,
490
- #: includes/options/class-wpglobus-options.php:600
491
  msgid "Thank you for installing WPGlobus!"
492
  msgstr ""
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1355,
495
- #: includes/options/class-wpglobus-options.php:604
496
  msgid "Read About WPGlobus"
497
  msgstr ""
498
 
@@ -502,19 +502,19 @@ msgid ""
502
  msgstr ""
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1363,
505
- #: includes/options/class-wpglobus-options.php:640
506
  msgid ""
507
  "Should you have any questions or comments, please do not hesitate to contact "
508
  "us."
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1367,
512
- #: includes/options/class-wpglobus-options.php:644
513
  msgid "Sincerely Yours,"
514
  msgstr ""
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1369,
517
- #: includes/options/class-wpglobus-options.php:646,
518
  #: includes/options/wpglobus-options-header.php:34
519
  msgid "The WPGlobus Team"
520
  msgstr ""
@@ -522,14 +522,14 @@ msgstr ""
522
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #: includes/admin/class-wpglobus-customize-options.php:1388,
525
- #: includes/options/class-wpglobus-options.php:681
526
  msgid ""
527
  "We would hate to see you go. If something goes wrong, do not uninstall "
528
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
529
  msgstr ""
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1395,
532
- #: includes/options/class-wpglobus-options.php:688
533
  msgid ""
534
  "Please note that if you deactivate WPGlobus, your site will show all the "
535
  "languages together, mixed up. You will need to remove all translations, "
@@ -539,7 +539,7 @@ msgstr ""
539
  #. translators: %s: link to the Clean-up Tool
540
  #. translators: %s: link to the Clean-up Tool.
541
  #: includes/admin/class-wpglobus-customize-options.php:1400,
542
- #: includes/options/class-wpglobus-options.php:692
543
  msgid ""
544
  "If there are just a few places, you should edit them manually. To "
545
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -550,7 +550,7 @@ msgstr ""
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1403,
553
- #: includes/options/class-wpglobus-options.php:669
554
  msgid "%1$sClean-up Tool%2$s"
555
  msgstr ""
556
 
@@ -692,7 +692,7 @@ msgid ""
692
  msgstr ""
693
 
694
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
695
- #: includes/options/class-wpglobus-options.php:718
696
  msgid "Help Desk"
697
  msgstr ""
698
 
@@ -771,7 +771,7 @@ msgid "WPGlobus Recommends:"
771
  msgstr ""
772
 
773
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
774
- #: includes/options/class-wpglobus-options.php:925
775
  msgid "WPGlobus for WooCommerce"
776
  msgstr ""
777
 
@@ -956,8 +956,8 @@ msgid "Language Selector Menu Style"
956
  msgstr ""
957
 
958
  #: includes/options/class-wpglobus-options.php:273,
959
- #: includes/options/class-wpglobus-options.php:794,
960
- #: includes/options/class-wpglobus-options.php:863
961
  msgid "WPGlobus Plus"
962
  msgstr ""
963
 
@@ -983,161 +983,161 @@ msgid ""
983
  "Settings panel properly. Please try another browser."
984
  msgstr ""
985
 
986
- #: includes/options/class-wpglobus-options.php:591,
987
- #: includes/options/class-wpglobus-options.php:1569
988
  msgid "Сompatibility"
989
  msgstr ""
990
 
991
  #. translators: placeholders for "strong" tags.
992
- #: includes/options/class-wpglobus-options.php:608
993
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
994
  msgstr ""
995
 
996
  #. translators: placeholders for "strong" tags.
997
- #: includes/options/class-wpglobus-options.php:611
998
  msgid ""
999
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1000
  "the language attributes: name, code, flag icon, etc."
1001
  msgstr ""
1002
 
1003
- #: includes/options/class-wpglobus-options.php:614
1004
  msgid "Important notes"
1005
  msgstr ""
1006
 
1007
  #. translators: placeholders for "strong" tags.
1008
- #: includes/options/class-wpglobus-options.php:616
1009
  msgid "Version %1$s1.9.17%2$s "
1010
  msgstr ""
1011
 
1012
  #. translators: placeholders for "strong" tags.
1013
- #: includes/options/class-wpglobus-options.php:619
1014
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1015
  msgstr ""
1016
 
1017
  #. translators: placeholders for "strong" tags; compatibility tab link.
1018
- #: includes/options/class-wpglobus-options.php:622
1019
  msgid ""
1020
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1021
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags; compatibility tab link.
1025
- #: includes/options/class-wpglobus-options.php:625
1026
  msgid ""
1027
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1028
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
- #: includes/options/class-wpglobus-options.php:629
1033
  msgid "Version %1$s2.2.11%2$s "
1034
  msgstr ""
1035
 
1036
- #: includes/options/class-wpglobus-options.php:631
1037
  msgid "Starting from this version"
1038
  msgstr ""
1039
 
1040
  #. translators: placeholders for "strong" tags.
1041
- #: includes/options/class-wpglobus-options.php:634
1042
  msgid ""
1043
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1044
  "(CPT)."
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
- #: includes/options/class-wpglobus-options.php:637
1049
  msgid ""
1050
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1051
  "the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
- #: includes/options/class-wpglobus-options.php:654
1055
  msgid "Welcome!"
1056
  msgstr ""
1057
 
1058
- #: includes/options/class-wpglobus-options.php:677
1059
  msgid "Deactivating / Uninstalling"
1060
  msgstr ""
1061
 
1062
- #: includes/options/class-wpglobus-options.php:703
1063
  msgid "Uninstall"
1064
  msgstr "Desinstalar"
1065
 
1066
- #: includes/options/class-wpglobus-options.php:733
1067
  msgid "All add-ons"
1068
  msgstr ""
1069
 
1070
- #: includes/options/class-wpglobus-options.php:748
1071
  msgid "Mobile Menu"
1072
  msgstr ""
1073
 
1074
- #: includes/options/class-wpglobus-options.php:763
1075
  msgid "Language Widgets"
1076
  msgstr ""
1077
 
1078
- #: includes/options/class-wpglobus-options.php:833
1079
  msgid "We Recommend..."
1080
  msgstr ""
1081
 
1082
- #: includes/options/class-wpglobus-options.php:865
1083
  msgid ""
1084
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1085
  "website, such as:"
1086
  msgstr ""
1087
 
1088
- #: includes/options/class-wpglobus-options.php:868
1089
  msgid ""
1090
  "- Ability to write a post in one language and immediately publish it, not "
1091
  "waiting for the translation to other languages;"
1092
  msgstr ""
1093
 
1094
- #: includes/options/class-wpglobus-options.php:871
1095
  msgid "- Set different URLs for each translation;"
1096
  msgstr ""
1097
 
1098
- #: includes/options/class-wpglobus-options.php:874
1099
  msgid ""
1100
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1101
  "for each translation;"
1102
  msgstr ""
1103
 
1104
- #: includes/options/class-wpglobus-options.php:877
1105
  msgid "- and more..."
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:880,
1109
- #: includes/options/class-wpglobus-options.php:937,
1110
- #: includes/options/class-wpglobus-options.php:995
1111
  msgid "Click here to download"
1112
  msgstr ""
1113
 
1114
- #: includes/options/class-wpglobus-options.php:928
1115
  msgid ""
1116
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1117
  "translate your blog posts and pages to many languages."
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:931
1121
  msgid "The next step is to translate your WooCommerce-based store!"
1122
  msgstr ""
1123
 
1124
- #: includes/options/class-wpglobus-options.php:934
1125
  msgid ""
1126
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1127
  "translate product titles and descriptions, categories, tags and attributes."
1128
  msgstr ""
1129
 
1130
- #: includes/options/class-wpglobus-options.php:981
1131
  msgid "Multi-currency"
1132
  msgstr ""
1133
 
1134
- #: includes/options/class-wpglobus-options.php:984
1135
  msgid ""
1136
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1137
  "a single currency only."
1138
  msgstr ""
1139
 
1140
- #: includes/options/class-wpglobus-options.php:988
1141
  msgid ""
1142
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1143
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1145,259 +1145,259 @@ msgid ""
1145
  "positioning for global growth!"
1146
  msgstr ""
1147
 
1148
- #: includes/options/class-wpglobus-options.php:992
1149
  msgid ""
1150
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1151
  "re-calculating prices on-the-fly."
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:1029
1155
  msgid "WPGlobus Premium Add-ons"
1156
  msgstr ""
1157
 
1158
- #: includes/options/class-wpglobus-options.php:1031
1159
  msgid ""
1160
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1161
  "you will be able to:"
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:1036
1165
  msgid ""
1166
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1167
  "моя-страница and so on);"
1168
  msgstr ""
1169
 
1170
- #: includes/options/class-wpglobus-options.php:1039
1171
  msgid ""
1172
  "Postpone translation to some languages and <strong>publish only the "
1173
  "translated texts</strong>;"
1174
  msgstr ""
1175
 
1176
- #: includes/options/class-wpglobus-options.php:1042
1177
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1178
  msgstr ""
1179
 
1180
- #: includes/options/class-wpglobus-options.php:1045
1181
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1182
  msgstr ""
1183
 
1184
- #: includes/options/class-wpglobus-options.php:1048
1185
  msgid ""
1186
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1187
  "strong>;"
1188
  msgstr ""
1189
 
1190
- #: includes/options/class-wpglobus-options.php:1052
1191
  msgid "...and more."
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:1055
1195
  msgid "Click here to visit the WPGlobus Store"
1196
  msgstr ""
1197
 
1198
- #: includes/options/class-wpglobus-options.php:1096
1199
  msgid "Select a language"
1200
  msgstr ""
1201
 
1202
  #. translators: %3$s placeholder for the icon (actual picture).
1203
- #: includes/options/class-wpglobus-options.php:1125
1204
  msgid ""
1205
  "Place the %1$smain language%2$s of your site at the top of the list by "
1206
  "dragging the %3$s icons."
1207
  msgstr ""
1208
 
1209
  #. translators: placeholders for the "strong" HTML tags.
1210
- #: includes/options/class-wpglobus-options.php:1128
1211
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1212
  msgstr ""
1213
 
1214
  #. translators: placeholders for the "strong" HTML tags.
1215
- #: includes/options/class-wpglobus-options.php:1131
1216
  msgid "%1$sAdd%2$s more languages using the section below."
1217
  msgstr ""
1218
 
1219
- #: includes/options/class-wpglobus-options.php:1132
1220
  msgid "When done, click the [Save Changes] button."
1221
  msgstr ""
1222
 
1223
  #. translators: %s - placeholder for the "Save Changes" button text.
1224
- #: includes/options/class-wpglobus-options.php:1143
1225
  msgid "Press the %s button to confirm."
1226
  msgstr ""
1227
 
1228
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1229
- #: includes/options/class-wpglobus-options.php:1160
1230
  msgid "-- none --"
1231
  msgstr ""
1232
 
1233
- #: includes/options/class-wpglobus-options.php:1161
1234
  msgid "All menus"
1235
  msgstr ""
1236
 
1237
- #: includes/options/class-wpglobus-options.php:1174
1238
  msgid "Instructions:"
1239
  msgstr ""
1240
 
1241
- #: includes/options/class-wpglobus-options.php:1234
1242
  msgid "(Found in some themes)"
1243
  msgstr ""
1244
 
1245
- #: includes/options/class-wpglobus-options.php:1236
1246
  msgid "Enable"
1247
  msgstr "Ativar"
1248
 
1249
- #: includes/options/class-wpglobus-options.php:1251
1250
  msgid "Languages table"
1251
  msgstr ""
1252
 
1253
- #: includes/options/class-wpglobus-options.php:1257
1254
  msgid "Use this table to add, edit or delete languages."
1255
  msgstr ""
1256
 
1257
- #: includes/options/class-wpglobus-options.php:1258
1258
  msgid "NOTE: you cannot remove the main language."
1259
  msgstr ""
1260
 
1261
- #: includes/options/class-wpglobus-options.php:1306
1262
  msgid "WPGlobus is enabled on these Post Types"
1263
  msgstr ""
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1307
1266
  msgid "Uncheck to disable"
1267
  msgstr ""
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1308
1270
  msgid ""
1271
  "Please note that there are post types, which status is managed by other "
1272
  "plugins and cannot be changed here."
1273
  msgstr ""
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1313
1276
  msgid "Post Types"
1277
  msgstr "Tipos de Publicação"
1278
 
1279
- #: includes/options/class-wpglobus-options.php:1329
1280
  msgid ""
1281
  "You should put here only the code provided by WPGlobus Support. Do not write "
1282
  "anything else in the sections below as it might break the functionality of "
1283
  "your website!"
1284
  msgstr ""
1285
 
1286
- #: includes/options/class-wpglobus-options.php:1370
1287
  msgid "Custom Code"
1288
  msgstr "Código personalizado"
1289
 
1290
- #: includes/options/class-wpglobus-options.php:1478,
1291
- #: includes/options/class-wpglobus-options.php:1610,
1292
- #: includes/options/class-wpglobus-options.php:1721
1293
  msgid "Enabled"
1294
  msgstr "Ativado"
1295
 
1296
- #: includes/options/class-wpglobus-options.php:1491
1297
  msgid "Builders support"
1298
  msgstr ""
1299
 
1300
- #: includes/options/class-wpglobus-options.php:1543
1301
  msgid "Builder mode is enabled on these Post Types"
1302
  msgstr ""
1303
 
1304
- #: includes/options/class-wpglobus-options.php:1609
1305
  msgid "Old fashioned language switcher"
1306
  msgstr ""
1307
 
1308
- #: includes/options/class-wpglobus-options.php:1615
1309
  msgid "Block Editor"
1310
  msgstr ""
1311
 
1312
- #: includes/options/class-wpglobus-options.php:1616
1313
  msgid "Block Editor Options"
1314
  msgstr ""
1315
 
1316
- #: includes/options/class-wpglobus-options.php:1645
1317
  msgid ""
1318
  "With the current settings, you will see the following lines in the section "
1319
  "HEAD of your site pages"
1320
  msgstr ""
1321
 
1322
- #: includes/options/class-wpglobus-options.php:1647
1323
  msgid "(example for two languages)"
1324
  msgstr ""
1325
 
1326
- #: includes/options/class-wpglobus-options.php:1694
1327
  msgid ""
1328
  "Tell search engines about localized versions of your pages using the "
1329
  "hreflang tag"
1330
  msgstr ""
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1703
1333
  msgid "Output the hreflang tag as"
1334
  msgstr ""
1335
 
1336
- #: includes/options/class-wpglobus-options.php:1706
1337
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1338
  msgstr ""
1339
 
1340
- #: includes/options/class-wpglobus-options.php:1707
1341
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1342
  msgstr ""
1343
 
1344
- #: includes/options/class-wpglobus-options.php:1708
1345
  msgid "Language code only (en, ru, etc.)"
1346
  msgstr ""
1347
 
1348
- #: includes/options/class-wpglobus-options.php:1720
1349
  msgid "Use the code `x-default` for the main language"
1350
  msgstr ""
1351
 
1352
- #: includes/options/class-wpglobus-options.php:1726
1353
  msgid "Multilingual SEO"
1354
  msgstr ""
1355
 
1356
- #: includes/options/class-wpglobus-options.php:1727
1357
  msgid "Multilingual SEO Options"
1358
  msgstr ""
1359
 
1360
- #: includes/options/class-wpglobus-options.php:1757
1361
  msgid ""
1362
  "With WPGlobus, you can get translations for posts and pages using REST API."
1363
  msgstr ""
1364
 
1365
- #: includes/options/class-wpglobus-options.php:1784,
1366
- #: includes/options/class-wpglobus-options.php:1792,
1367
- #: includes/options/class-wpglobus-options.php:1765,
1368
- #: includes/options/class-wpglobus-options.php:1773
1369
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1370
  msgstr ""
1371
 
1372
- #: includes/options/class-wpglobus-options.php:1762
1373
  msgid ""
1374
  "For demonstration, you can try the first post that WordPress creates at the "
1375
  "initial installation."
1376
  msgstr ""
1377
 
1378
- #: includes/options/class-wpglobus-options.php:1803
1379
  msgid ""
1380
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1381
  "information."
1382
  msgstr ""
1383
 
1384
- #: includes/options/class-wpglobus-options.php:1810
1385
  msgid ""
1386
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1387
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1388
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1389
  msgstr ""
1390
 
1391
- #: includes/options/class-wpglobus-options.php:1823
1392
  msgid "Description:"
1393
  msgstr ""
1394
 
1395
- #: includes/options/class-wpglobus-options.php:1830,
1396
- #: includes/options/class-wpglobus-options.php:1831
1397
  msgid "REST API"
1398
  msgstr ""
1399
 
1400
- #: includes/options/class-wpglobus-options.php:2164
1401
  msgid "Translate strings"
1402
  msgstr ""
1403
 
303
  msgstr "Ajuda"
304
 
305
  #: includes/admin/class-wpglobus-customize-options.php:745,
306
+ #: includes/options/class-wpglobus-options.php:1170
307
  msgid "Languages"
308
  msgstr ""
309
 
310
  #: includes/admin/class-wpglobus-customize-options.php:765,
311
+ #: includes/options/class-wpglobus-options.php:1183
312
  msgid "Enabled Languages"
313
  msgstr ""
314
 
315
  #: includes/admin/class-wpglobus-customize-options.php:767,
316
+ #: includes/options/class-wpglobus-options.php:1184
317
  msgid "These languages are currently enabled on your site."
318
  msgstr ""
319
 
320
  #: includes/admin/class-wpglobus-customize-options.php:795,
321
+ #: includes/options/class-wpglobus-options.php:1142
322
  msgid "Choose a language you would like to enable."
323
  msgstr ""
324
 
329
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
330
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
331
  #: includes/admin/class-wpglobus-customize-options.php:801,
332
+ #: includes/options/class-wpglobus-options.php:1148
333
  msgid "or Add new Language %1$s here %2$s"
334
  msgstr ""
335
 
336
  #: includes/admin/class-wpglobus-customize-options.php:813,
337
+ #: includes/options/class-wpglobus-options.php:1197
338
  msgid "Add Languages"
339
  msgstr ""
340
 
341
  #: includes/admin/class-wpglobus-customize-options.php:833,
342
+ #: includes/options/class-wpglobus-options.php:1205
343
  msgid "Language Selector Mode"
344
  msgstr ""
345
 
346
  #: includes/admin/class-wpglobus-customize-options.php:838,
347
+ #: includes/options/class-wpglobus-options.php:1208
348
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
349
  msgstr ""
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:839,
352
+ #: includes/options/class-wpglobus-options.php:1209
353
  msgid "Full Name (English, Russian, Italian, etc.)"
354
  msgstr ""
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:841,
357
+ #: includes/options/class-wpglobus-options.php:1210
358
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
359
  msgstr ""
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:842,
362
+ #: includes/options/class-wpglobus-options.php:1211
363
  msgid "Flags only"
364
  msgstr ""
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:844,
367
+ #: includes/options/class-wpglobus-options.php:1206
368
  msgid ""
369
  "Choose the way language name and country flag are shown in the drop-down menu"
370
  msgstr ""
375
 
376
  #: includes/admin/class-wpglobus-customize-options.php:915,
377
  #: includes/admin/class-wpglobus-customize-options.php:888,
378
+ #: includes/options/class-wpglobus-options.php:1224
379
  msgid "Language Selector Menu"
380
  msgstr ""
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:920,
383
  #: includes/admin/class-wpglobus-customize-options.php:899,
384
+ #: includes/options/class-wpglobus-options.php:1225
385
  msgid "Choose the navigation menu where the language selector will be shown"
386
  msgstr ""
387
 
390
  msgstr ""
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:940,
393
+ #: includes/options/class-wpglobus-options.php:1235
394
  msgid "\"All Pages\" menus Language selector"
395
  msgstr ""
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:943,
398
+ #: includes/options/class-wpglobus-options.php:1237
399
  msgid ""
400
  "Adds language selector to the menus that automatically list all existing "
401
  "pages (using `wp_list_pages`)"
402
  msgstr ""
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:960,
405
+ #: includes/options/class-wpglobus-options.php:1350
406
  msgid "Custom CSS"
407
  msgstr "CSS personalizado"
408
 
421
  msgstr ""
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:1125,
424
+ #: includes/options/class-wpglobus-options.php:1418
425
  msgid "Redirect"
426
  msgstr "Redirecionar"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:1150,
429
+ #: includes/options/class-wpglobus-options.php:1413
430
  msgid "Choose the language automatically, based on:"
431
  msgstr ""
432
 
433
  #: includes/admin/class-wpglobus-customize-options.php:1152,
434
+ #: includes/options/class-wpglobus-options.php:1403
435
  msgid "Preferred language set in the browser"
436
  msgstr ""
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:1153,
439
+ #: includes/options/class-wpglobus-options.php:1390
440
  msgid ""
441
  "When a user comes to the site for the first time, try to find the best "
442
  "matching language version of the page."
445
  #: includes/admin/class-wpglobus-customize-options.php:1214,
446
  #: includes/admin/class-wpglobus-customize-options.php:1234,
447
  #: includes/admin/class-wpglobus-customize-options.php:1192,
448
+ #: includes/options/class-wpglobus-options.php:1362
449
  msgid "Custom JS Code"
450
  msgstr ""
451
 
487
  msgstr ""
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1351,
490
+ #: includes/options/class-wpglobus-options.php:602
491
  msgid "Thank you for installing WPGlobus!"
492
  msgstr ""
493
 
494
  #: includes/admin/class-wpglobus-customize-options.php:1355,
495
+ #: includes/options/class-wpglobus-options.php:606
496
  msgid "Read About WPGlobus"
497
  msgstr ""
498
 
502
  msgstr ""
503
 
504
  #: includes/admin/class-wpglobus-customize-options.php:1363,
505
+ #: includes/options/class-wpglobus-options.php:642
506
  msgid ""
507
  "Should you have any questions or comments, please do not hesitate to contact "
508
  "us."
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1367,
512
+ #: includes/options/class-wpglobus-options.php:646
513
  msgid "Sincerely Yours,"
514
  msgstr ""
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1369,
517
+ #: includes/options/class-wpglobus-options.php:648,
518
  #: includes/options/wpglobus-options-header.php:34
519
  msgid "The WPGlobus Team"
520
  msgstr ""
522
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
523
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
524
  #: includes/admin/class-wpglobus-customize-options.php:1388,
525
+ #: includes/options/class-wpglobus-options.php:683
526
  msgid ""
527
  "We would hate to see you go. If something goes wrong, do not uninstall "
528
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
529
  msgstr ""
530
 
531
  #: includes/admin/class-wpglobus-customize-options.php:1395,
532
+ #: includes/options/class-wpglobus-options.php:690
533
  msgid ""
534
  "Please note that if you deactivate WPGlobus, your site will show all the "
535
  "languages together, mixed up. You will need to remove all translations, "
539
  #. translators: %s: link to the Clean-up Tool
540
  #. translators: %s: link to the Clean-up Tool.
541
  #: includes/admin/class-wpglobus-customize-options.php:1400,
542
+ #: includes/options/class-wpglobus-options.php:694
543
  msgid ""
544
  "If there are just a few places, you should edit them manually. To "
545
  "automatically remove all translations at once, you can use the %s. WARNING: "
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1403,
553
+ #: includes/options/class-wpglobus-options.php:671
554
  msgid "%1$sClean-up Tool%2$s"
555
  msgstr ""
556
 
692
  msgstr ""
693
 
694
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
695
+ #: includes/options/class-wpglobus-options.php:720
696
  msgid "Help Desk"
697
  msgstr ""
698
 
771
  msgstr ""
772
 
773
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
774
+ #: includes/options/class-wpglobus-options.php:927
775
  msgid "WPGlobus for WooCommerce"
776
  msgstr ""
777
 
956
  msgstr ""
957
 
958
  #: includes/options/class-wpglobus-options.php:273,
959
+ #: includes/options/class-wpglobus-options.php:796,
960
+ #: includes/options/class-wpglobus-options.php:865
961
  msgid "WPGlobus Plus"
962
  msgstr ""
963
 
983
  "Settings panel properly. Please try another browser."
984
  msgstr ""
985
 
986
+ #: includes/options/class-wpglobus-options.php:593,
987
+ #: includes/options/class-wpglobus-options.php:1571
988
  msgid "Сompatibility"
989
  msgstr ""
990
 
991
  #. translators: placeholders for "strong" tags.
992
+ #: includes/options/class-wpglobus-options.php:610
993
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
994
  msgstr ""
995
 
996
  #. translators: placeholders for "strong" tags.
997
+ #: includes/options/class-wpglobus-options.php:613
998
  msgid ""
999
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1000
  "the language attributes: name, code, flag icon, etc."
1001
  msgstr ""
1002
 
1003
+ #: includes/options/class-wpglobus-options.php:616
1004
  msgid "Important notes"
1005
  msgstr ""
1006
 
1007
  #. translators: placeholders for "strong" tags.
1008
+ #: includes/options/class-wpglobus-options.php:618
1009
  msgid "Version %1$s1.9.17%2$s "
1010
  msgstr ""
1011
 
1012
  #. translators: placeholders for "strong" tags.
1013
+ #: includes/options/class-wpglobus-options.php:621
1014
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1015
  msgstr ""
1016
 
1017
  #. translators: placeholders for "strong" tags; compatibility tab link.
1018
+ #: includes/options/class-wpglobus-options.php:624
1019
  msgid ""
1020
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1021
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags; compatibility tab link.
1025
+ #: includes/options/class-wpglobus-options.php:627
1026
  msgid ""
1027
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1028
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1029
  msgstr ""
1030
 
1031
  #. translators: placeholders for "strong" tags.
1032
+ #: includes/options/class-wpglobus-options.php:631
1033
  msgid "Version %1$s2.2.11%2$s "
1034
  msgstr ""
1035
 
1036
+ #: includes/options/class-wpglobus-options.php:633
1037
  msgid "Starting from this version"
1038
  msgstr ""
1039
 
1040
  #. translators: placeholders for "strong" tags.
1041
+ #: includes/options/class-wpglobus-options.php:636
1042
  msgid ""
1043
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1044
  "(CPT)."
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags.
1048
+ #: includes/options/class-wpglobus-options.php:639
1049
  msgid ""
1050
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1051
  "the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
+ #: includes/options/class-wpglobus-options.php:656
1055
  msgid "Welcome!"
1056
  msgstr ""
1057
 
1058
+ #: includes/options/class-wpglobus-options.php:679
1059
  msgid "Deactivating / Uninstalling"
1060
  msgstr ""
1061
 
1062
+ #: includes/options/class-wpglobus-options.php:705
1063
  msgid "Uninstall"
1064
  msgstr "Desinstalar"
1065
 
1066
+ #: includes/options/class-wpglobus-options.php:735
1067
  msgid "All add-ons"
1068
  msgstr ""
1069
 
1070
+ #: includes/options/class-wpglobus-options.php:750
1071
  msgid "Mobile Menu"
1072
  msgstr ""
1073
 
1074
+ #: includes/options/class-wpglobus-options.php:765
1075
  msgid "Language Widgets"
1076
  msgstr ""
1077
 
1078
+ #: includes/options/class-wpglobus-options.php:835
1079
  msgid "We Recommend..."
1080
  msgstr ""
1081
 
1082
+ #: includes/options/class-wpglobus-options.php:867
1083
  msgid ""
1084
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1085
  "website, such as:"
1086
  msgstr ""
1087
 
1088
+ #: includes/options/class-wpglobus-options.php:870
1089
  msgid ""
1090
  "- Ability to write a post in one language and immediately publish it, not "
1091
  "waiting for the translation to other languages;"
1092
  msgstr ""
1093
 
1094
+ #: includes/options/class-wpglobus-options.php:873
1095
  msgid "- Set different URLs for each translation;"
1096
  msgstr ""
1097
 
1098
+ #: includes/options/class-wpglobus-options.php:876
1099
  msgid ""
1100
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1101
  "for each translation;"
1102
  msgstr ""
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:879
1105
  msgid "- and more..."
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:882,
1109
+ #: includes/options/class-wpglobus-options.php:939,
1110
+ #: includes/options/class-wpglobus-options.php:997
1111
  msgid "Click here to download"
1112
  msgstr ""
1113
 
1114
+ #: includes/options/class-wpglobus-options.php:930
1115
  msgid ""
1116
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1117
  "translate your blog posts and pages to many languages."
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:933
1121
  msgid "The next step is to translate your WooCommerce-based store!"
1122
  msgstr ""
1123
 
1124
+ #: includes/options/class-wpglobus-options.php:936
1125
  msgid ""
1126
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1127
  "translate product titles and descriptions, categories, tags and attributes."
1128
  msgstr ""
1129
 
1130
+ #: includes/options/class-wpglobus-options.php:983
1131
  msgid "Multi-currency"
1132
  msgstr ""
1133
 
1134
+ #: includes/options/class-wpglobus-options.php:986
1135
  msgid ""
1136
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1137
  "a single currency only."
1138
  msgstr ""
1139
 
1140
+ #: includes/options/class-wpglobus-options.php:990
1141
  msgid ""
1142
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1143
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1145
  "positioning for global growth!"
1146
  msgstr ""
1147
 
1148
+ #: includes/options/class-wpglobus-options.php:994
1149
  msgid ""
1150
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1151
  "re-calculating prices on-the-fly."
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:1031
1155
  msgid "WPGlobus Premium Add-ons"
1156
  msgstr ""
1157
 
1158
+ #: includes/options/class-wpglobus-options.php:1033
1159
  msgid ""
1160
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1161
  "you will be able to:"
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:1038
1165
  msgid ""
1166
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1167
  "моя-страница and so on);"
1168
  msgstr ""
1169
 
1170
+ #: includes/options/class-wpglobus-options.php:1041
1171
  msgid ""
1172
  "Postpone translation to some languages and <strong>publish only the "
1173
  "translated texts</strong>;"
1174
  msgstr ""
1175
 
1176
+ #: includes/options/class-wpglobus-options.php:1044
1177
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1178
  msgstr ""
1179
 
1180
+ #: includes/options/class-wpglobus-options.php:1047
1181
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1182
  msgstr ""
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:1050
1185
  msgid ""
1186
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1187
  "strong>;"
1188
  msgstr ""
1189
 
1190
+ #: includes/options/class-wpglobus-options.php:1054
1191
  msgid "...and more."
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:1057
1195
  msgid "Click here to visit the WPGlobus Store"
1196
  msgstr ""
1197
 
1198
+ #: includes/options/class-wpglobus-options.php:1098
1199
  msgid "Select a language"
1200
  msgstr ""
1201
 
1202
  #. translators: %3$s placeholder for the icon (actual picture).
1203
+ #: includes/options/class-wpglobus-options.php:1127
1204
  msgid ""
1205
  "Place the %1$smain language%2$s of your site at the top of the list by "
1206
  "dragging the %3$s icons."
1207
  msgstr ""
1208
 
1209
  #. translators: placeholders for the "strong" HTML tags.
1210
+ #: includes/options/class-wpglobus-options.php:1130
1211
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1212
  msgstr ""
1213
 
1214
  #. translators: placeholders for the "strong" HTML tags.
1215
+ #: includes/options/class-wpglobus-options.php:1133
1216
  msgid "%1$sAdd%2$s more languages using the section below."
1217
  msgstr ""
1218
 
1219
+ #: includes/options/class-wpglobus-options.php:1134
1220
  msgid "When done, click the [Save Changes] button."
1221
  msgstr ""
1222
 
1223
  #. translators: %s - placeholder for the "Save Changes" button text.
1224
+ #: includes/options/class-wpglobus-options.php:1145
1225
  msgid "Press the %s button to confirm."
1226
  msgstr ""
1227
 
1228
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1229
+ #: includes/options/class-wpglobus-options.php:1162
1230
  msgid "-- none --"
1231
  msgstr ""
1232
 
1233
+ #: includes/options/class-wpglobus-options.php:1163
1234
  msgid "All menus"
1235
  msgstr ""
1236
 
1237
+ #: includes/options/class-wpglobus-options.php:1176
1238
  msgid "Instructions:"
1239
  msgstr ""
1240
 
1241
+ #: includes/options/class-wpglobus-options.php:1236
1242
  msgid "(Found in some themes)"
1243
  msgstr ""
1244
 
1245
+ #: includes/options/class-wpglobus-options.php:1238
1246
  msgid "Enable"
1247
  msgstr "Ativar"
1248
 
1249
+ #: includes/options/class-wpglobus-options.php:1253
1250
  msgid "Languages table"
1251
  msgstr ""
1252
 
1253
+ #: includes/options/class-wpglobus-options.php:1259
1254
  msgid "Use this table to add, edit or delete languages."
1255
  msgstr ""
1256
 
1257
+ #: includes/options/class-wpglobus-options.php:1260
1258
  msgid "NOTE: you cannot remove the main language."
1259
  msgstr ""
1260
 
1261
+ #: includes/options/class-wpglobus-options.php:1308
1262
  msgid "WPGlobus is enabled on these Post Types"
1263
  msgstr ""
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1309
1266
  msgid "Uncheck to disable"
1267
  msgstr ""
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1310
1270
  msgid ""
1271
  "Please note that there are post types, which status is managed by other "
1272
  "plugins and cannot be changed here."
1273
  msgstr ""
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1315
1276
  msgid "Post Types"
1277
  msgstr "Tipos de Publicação"
1278
 
1279
+ #: includes/options/class-wpglobus-options.php:1331
1280
  msgid ""
1281
  "You should put here only the code provided by WPGlobus Support. Do not write "
1282
  "anything else in the sections below as it might break the functionality of "
1283
  "your website!"
1284
  msgstr ""
1285
 
1286
+ #: includes/options/class-wpglobus-options.php:1372
1287
  msgid "Custom Code"
1288
  msgstr "Código personalizado"
1289
 
1290
+ #: includes/options/class-wpglobus-options.php:1480,
1291
+ #: includes/options/class-wpglobus-options.php:1612,
1292
+ #: includes/options/class-wpglobus-options.php:1723
1293
  msgid "Enabled"
1294
  msgstr "Ativado"
1295
 
1296
+ #: includes/options/class-wpglobus-options.php:1493
1297
  msgid "Builders support"
1298
  msgstr ""
1299
 
1300
+ #: includes/options/class-wpglobus-options.php:1545
1301
  msgid "Builder mode is enabled on these Post Types"
1302
  msgstr ""
1303
 
1304
+ #: includes/options/class-wpglobus-options.php:1611
1305
  msgid "Old fashioned language switcher"
1306
  msgstr ""
1307
 
1308
+ #: includes/options/class-wpglobus-options.php:1617
1309
  msgid "Block Editor"
1310
  msgstr ""
1311
 
1312
+ #: includes/options/class-wpglobus-options.php:1618
1313
  msgid "Block Editor Options"
1314
  msgstr ""
1315
 
1316
+ #: includes/options/class-wpglobus-options.php:1647
1317
  msgid ""
1318
  "With the current settings, you will see the following lines in the section "
1319
  "HEAD of your site pages"
1320
  msgstr ""
1321
 
1322
+ #: includes/options/class-wpglobus-options.php:1649
1323
  msgid "(example for two languages)"
1324
  msgstr ""
1325
 
1326
+ #: includes/options/class-wpglobus-options.php:1696
1327
  msgid ""
1328
  "Tell search engines about localized versions of your pages using the "
1329
  "hreflang tag"
1330
  msgstr ""
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1705
1333
  msgid "Output the hreflang tag as"
1334
  msgstr ""
1335
 
1336
+ #: includes/options/class-wpglobus-options.php:1708
1337
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1338
  msgstr ""
1339
 
1340
+ #: includes/options/class-wpglobus-options.php:1709
1341
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1342
  msgstr ""
1343
 
1344
+ #: includes/options/class-wpglobus-options.php:1710
1345
  msgid "Language code only (en, ru, etc.)"
1346
  msgstr ""
1347
 
1348
+ #: includes/options/class-wpglobus-options.php:1722
1349
  msgid "Use the code `x-default` for the main language"
1350
  msgstr ""
1351
 
1352
+ #: includes/options/class-wpglobus-options.php:1728
1353
  msgid "Multilingual SEO"
1354
  msgstr ""
1355
 
1356
+ #: includes/options/class-wpglobus-options.php:1729
1357
  msgid "Multilingual SEO Options"
1358
  msgstr ""
1359
 
1360
+ #: includes/options/class-wpglobus-options.php:1766
1361
  msgid ""
1362
  "With WPGlobus, you can get translations for posts and pages using REST API."
1363
  msgstr ""
1364
 
1365
+ #: includes/options/class-wpglobus-options.php:1793,
1366
+ #: includes/options/class-wpglobus-options.php:1801,
1367
+ #: includes/options/class-wpglobus-options.php:1774,
1368
+ #: includes/options/class-wpglobus-options.php:1782
1369
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1370
  msgstr ""
1371
 
1372
+ #: includes/options/class-wpglobus-options.php:1771
1373
  msgid ""
1374
  "For demonstration, you can try the first post that WordPress creates at the "
1375
  "initial installation."
1376
  msgstr ""
1377
 
1378
+ #: includes/options/class-wpglobus-options.php:1812
1379
  msgid ""
1380
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1381
  "information."
1382
  msgstr ""
1383
 
1384
+ #: includes/options/class-wpglobus-options.php:1819
1385
  msgid ""
1386
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1387
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1388
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1389
  msgstr ""
1390
 
1391
+ #: includes/options/class-wpglobus-options.php:1832
1392
  msgid "Description:"
1393
  msgstr ""
1394
 
1395
+ #: includes/options/class-wpglobus-options.php:1839,
1396
+ #: includes/options/class-wpglobus-options.php:1840
1397
  msgid "REST API"
1398
  msgstr ""
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:2173
1401
  msgid "Translate strings"
1402
  msgstr ""
1403
 
languages/wpglobus-ro_RO.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr "Ajutor"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Limbi"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Limbi activate"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Aceste limbi sunt în prezent activate pe site-ul tau."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr "sau Adaugă o noua Limbă %1$s aici %2$s"
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Adaugă limbi"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Modul de selectare al limbii"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Codul din două litere cu steag (en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nume Complet (Engleză, Rusă, Italiană, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Numele Complet cu steag (Engleza, Rusă, Italiană, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Doar steaguri"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
@@ -394,13 +394,13 @@ msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
- #: includes/options/class-wpglobus-options.php:1222
398
  msgid "Language Selector Menu"
399
  msgstr "Meniul de selecție al limbii"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
- #: includes/options/class-wpglobus-options.php:1223
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Alege meniul de navigare în cazul în care va fi afișat selectorul de limbi"
@@ -410,12 +410,12 @@ msgid "No menus have been created yet. Create some."
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
- #: includes/options/class-wpglobus-options.php:1233
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Toate paginile\" Selector meniuri Limbă"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
- #: includes/options/class-wpglobus-options.php:1235
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
@@ -424,7 +424,7 @@ msgstr ""
424
  "existente (folosind `wp_list_pages`)"
425
 
426
  #: includes/admin/class-wpglobus-customize-options.php:960,
427
- #: includes/options/class-wpglobus-options.php:1348
428
  msgid "Custom CSS"
429
  msgstr "Customizări CSS"
430
 
@@ -445,22 +445,22 @@ msgid "Uncheck to disable WPGlobus"
445
  msgstr "Debifați pentru a dezactiva WPGlobus"
446
 
447
  #: includes/admin/class-wpglobus-customize-options.php:1125,
448
- #: includes/options/class-wpglobus-options.php:1416
449
  msgid "Redirect"
450
  msgstr "Redirecționare"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:1150,
453
- #: includes/options/class-wpglobus-options.php:1411
454
  msgid "Choose the language automatically, based on:"
455
  msgstr ""
456
 
457
  #: includes/admin/class-wpglobus-customize-options.php:1152,
458
- #: includes/options/class-wpglobus-options.php:1401
459
  msgid "Preferred language set in the browser"
460
  msgstr ""
461
 
462
  #: includes/admin/class-wpglobus-customize-options.php:1153,
463
- #: includes/options/class-wpglobus-options.php:1388
464
  msgid ""
465
  "When a user comes to the site for the first time, try to find the best "
466
  "matching language version of the page."
@@ -469,7 +469,7 @@ msgstr ""
469
  #: includes/admin/class-wpglobus-customize-options.php:1214,
470
  #: includes/admin/class-wpglobus-customize-options.php:1234,
471
  #: includes/admin/class-wpglobus-customize-options.php:1192,
472
- #: includes/options/class-wpglobus-options.php:1360
473
  msgid "Custom JS Code"
474
  msgstr ""
475
 
@@ -511,12 +511,12 @@ msgid ""
511
  msgstr ""
512
 
513
  #: includes/admin/class-wpglobus-customize-options.php:1351,
514
- #: includes/options/class-wpglobus-options.php:600
515
  msgid "Thank you for installing WPGlobus!"
516
  msgstr "Vă mulțumim pentru instalarea WPGlobus!"
517
 
518
  #: includes/admin/class-wpglobus-customize-options.php:1355,
519
- #: includes/options/class-wpglobus-options.php:604
520
  msgid "Read About WPGlobus"
521
  msgstr "Citește despre WPGlobus"
522
 
@@ -528,7 +528,7 @@ msgstr ""
528
  "seta opțiunile."
529
 
530
  #: includes/admin/class-wpglobus-customize-options.php:1363,
531
- #: includes/options/class-wpglobus-options.php:640
532
  msgid ""
533
  "Should you have any questions or comments, please do not hesitate to contact "
534
  "us."
@@ -537,12 +537,12 @@ msgstr ""
537
  "ezitați să ne contactați."
538
 
539
  #: includes/admin/class-wpglobus-customize-options.php:1367,
540
- #: includes/options/class-wpglobus-options.php:644
541
  msgid "Sincerely Yours,"
542
  msgstr "Al dumneavoastră,"
543
 
544
  #: includes/admin/class-wpglobus-customize-options.php:1369,
545
- #: includes/options/class-wpglobus-options.php:646,
546
  #: includes/options/wpglobus-options-header.php:34
547
  msgid "The WPGlobus Team"
548
  msgstr "Echipa WPGlobus"
@@ -550,14 +550,14 @@ msgstr "Echipa WPGlobus"
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1388,
553
- #: includes/options/class-wpglobus-options.php:681
554
  msgid ""
555
  "We would hate to see you go. If something goes wrong, do not uninstall "
556
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
557
  msgstr ""
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1395,
560
- #: includes/options/class-wpglobus-options.php:688
561
  msgid ""
562
  "Please note that if you deactivate WPGlobus, your site will show all the "
563
  "languages together, mixed up. You will need to remove all translations, "
@@ -567,7 +567,7 @@ msgstr ""
567
  #. translators: %s: link to the Clean-up Tool
568
  #. translators: %s: link to the Clean-up Tool.
569
  #: includes/admin/class-wpglobus-customize-options.php:1400,
570
- #: includes/options/class-wpglobus-options.php:692
571
  msgid ""
572
  "If there are just a few places, you should edit them manually. To "
573
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -578,7 +578,7 @@ msgstr ""
578
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #: includes/admin/class-wpglobus-customize-options.php:1403,
581
- #: includes/options/class-wpglobus-options.php:669
582
  msgid "%1$sClean-up Tool%2$s"
583
  msgstr ""
584
 
@@ -722,7 +722,7 @@ msgid ""
722
  msgstr ""
723
 
724
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
725
- #: includes/options/class-wpglobus-options.php:718
726
  msgid "Help Desk"
727
  msgstr ""
728
 
@@ -801,7 +801,7 @@ msgid "WPGlobus Recommends:"
801
  msgstr ""
802
 
803
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
804
- #: includes/options/class-wpglobus-options.php:925
805
  msgid "WPGlobus for WooCommerce"
806
  msgstr ""
807
 
@@ -988,8 +988,8 @@ msgid "Language Selector Menu Style"
988
  msgstr ""
989
 
990
  #: includes/options/class-wpglobus-options.php:273,
991
- #: includes/options/class-wpglobus-options.php:794,
992
- #: includes/options/class-wpglobus-options.php:863
993
  msgid "WPGlobus Plus"
994
  msgstr ""
995
 
@@ -1015,161 +1015,161 @@ msgid ""
1015
  "Settings panel properly. Please try another browser."
1016
  msgstr ""
1017
 
1018
- #: includes/options/class-wpglobus-options.php:591,
1019
- #: includes/options/class-wpglobus-options.php:1569
1020
  msgid "Сompatibility"
1021
  msgstr ""
1022
 
1023
  #. translators: placeholders for "strong" tags.
1024
- #: includes/options/class-wpglobus-options.php:608
1025
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1026
  msgstr ""
1027
 
1028
  #. translators: placeholders for "strong" tags.
1029
- #: includes/options/class-wpglobus-options.php:611
1030
  msgid ""
1031
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1032
  "the language attributes: name, code, flag icon, etc."
1033
  msgstr ""
1034
 
1035
- #: includes/options/class-wpglobus-options.php:614
1036
  msgid "Important notes"
1037
  msgstr "Mentiuni importante"
1038
 
1039
  #. translators: placeholders for "strong" tags.
1040
- #: includes/options/class-wpglobus-options.php:616
1041
  msgid "Version %1$s1.9.17%2$s "
1042
  msgstr ""
1043
 
1044
  #. translators: placeholders for "strong" tags.
1045
- #: includes/options/class-wpglobus-options.php:619
1046
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1047
  msgstr ""
1048
 
1049
  #. translators: placeholders for "strong" tags; compatibility tab link.
1050
- #: includes/options/class-wpglobus-options.php:622
1051
  msgid ""
1052
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1053
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1054
  msgstr ""
1055
 
1056
  #. translators: placeholders for "strong" tags; compatibility tab link.
1057
- #: includes/options/class-wpglobus-options.php:625
1058
  msgid ""
1059
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1060
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1061
  msgstr ""
1062
 
1063
  #. translators: placeholders for "strong" tags.
1064
- #: includes/options/class-wpglobus-options.php:629
1065
  msgid "Version %1$s2.2.11%2$s "
1066
  msgstr ""
1067
 
1068
- #: includes/options/class-wpglobus-options.php:631
1069
  msgid "Starting from this version"
1070
  msgstr ""
1071
 
1072
  #. translators: placeholders for "strong" tags.
1073
- #: includes/options/class-wpglobus-options.php:634
1074
  msgid ""
1075
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1076
  "(CPT)."
1077
  msgstr ""
1078
 
1079
  #. translators: placeholders for "strong" tags.
1080
- #: includes/options/class-wpglobus-options.php:637
1081
  msgid ""
1082
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1083
  "the %1$s[%3$s]%2$s tab."
1084
  msgstr ""
1085
 
1086
- #: includes/options/class-wpglobus-options.php:654
1087
  msgid "Welcome!"
1088
  msgstr "Bine ai venit!"
1089
 
1090
- #: includes/options/class-wpglobus-options.php:677
1091
  msgid "Deactivating / Uninstalling"
1092
  msgstr ""
1093
 
1094
- #: includes/options/class-wpglobus-options.php:703
1095
  msgid "Uninstall"
1096
  msgstr "Dezinstalare"
1097
 
1098
- #: includes/options/class-wpglobus-options.php:733
1099
  msgid "All add-ons"
1100
  msgstr ""
1101
 
1102
- #: includes/options/class-wpglobus-options.php:748
1103
  msgid "Mobile Menu"
1104
  msgstr ""
1105
 
1106
- #: includes/options/class-wpglobus-options.php:763
1107
  msgid "Language Widgets"
1108
  msgstr ""
1109
 
1110
- #: includes/options/class-wpglobus-options.php:833
1111
  msgid "We Recommend..."
1112
  msgstr ""
1113
 
1114
- #: includes/options/class-wpglobus-options.php:865
1115
  msgid ""
1116
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1117
  "website, such as:"
1118
  msgstr ""
1119
 
1120
- #: includes/options/class-wpglobus-options.php:868
1121
  msgid ""
1122
  "- Ability to write a post in one language and immediately publish it, not "
1123
  "waiting for the translation to other languages;"
1124
  msgstr ""
1125
 
1126
- #: includes/options/class-wpglobus-options.php:871
1127
  msgid "- Set different URLs for each translation;"
1128
  msgstr ""
1129
 
1130
- #: includes/options/class-wpglobus-options.php:874
1131
  msgid ""
1132
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1133
  "for each translation;"
1134
  msgstr ""
1135
 
1136
- #: includes/options/class-wpglobus-options.php:877
1137
  msgid "- and more..."
1138
  msgstr ""
1139
 
1140
- #: includes/options/class-wpglobus-options.php:880,
1141
- #: includes/options/class-wpglobus-options.php:937,
1142
- #: includes/options/class-wpglobus-options.php:995
1143
  msgid "Click here to download"
1144
  msgstr ""
1145
 
1146
- #: includes/options/class-wpglobus-options.php:928
1147
  msgid ""
1148
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1149
  "translate your blog posts and pages to many languages."
1150
  msgstr ""
1151
 
1152
- #: includes/options/class-wpglobus-options.php:931
1153
  msgid "The next step is to translate your WooCommerce-based store!"
1154
  msgstr ""
1155
 
1156
- #: includes/options/class-wpglobus-options.php:934
1157
  msgid ""
1158
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1159
  "translate product titles and descriptions, categories, tags and attributes."
1160
  msgstr ""
1161
 
1162
- #: includes/options/class-wpglobus-options.php:981
1163
  msgid "Multi-currency"
1164
  msgstr ""
1165
 
1166
- #: includes/options/class-wpglobus-options.php:984
1167
  msgid ""
1168
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1169
  "a single currency only."
1170
  msgstr ""
1171
 
1172
- #: includes/options/class-wpglobus-options.php:988
1173
  msgid ""
1174
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1175
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1177,260 +1177,260 @@ msgid ""
1177
  "positioning for global growth!"
1178
  msgstr ""
1179
 
1180
- #: includes/options/class-wpglobus-options.php:992
1181
  msgid ""
1182
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1183
  "re-calculating prices on-the-fly."
1184
  msgstr ""
1185
 
1186
- #: includes/options/class-wpglobus-options.php:1029
1187
  msgid "WPGlobus Premium Add-ons"
1188
  msgstr ""
1189
 
1190
- #: includes/options/class-wpglobus-options.php:1031
1191
  msgid ""
1192
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1193
  "you will be able to:"
1194
  msgstr ""
1195
 
1196
- #: includes/options/class-wpglobus-options.php:1036
1197
  msgid ""
1198
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1199
  "моя-страница and so on);"
1200
  msgstr ""
1201
 
1202
- #: includes/options/class-wpglobus-options.php:1039
1203
  msgid ""
1204
  "Postpone translation to some languages and <strong>publish only the "
1205
  "translated texts</strong>;"
1206
  msgstr ""
1207
 
1208
- #: includes/options/class-wpglobus-options.php:1042
1209
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1210
  msgstr ""
1211
 
1212
- #: includes/options/class-wpglobus-options.php:1045
1213
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1214
  msgstr ""
1215
 
1216
- #: includes/options/class-wpglobus-options.php:1048
1217
  msgid ""
1218
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1219
  "strong>;"
1220
  msgstr ""
1221
 
1222
- #: includes/options/class-wpglobus-options.php:1052
1223
  msgid "...and more."
1224
  msgstr ""
1225
 
1226
- #: includes/options/class-wpglobus-options.php:1055
1227
  msgid "Click here to visit the WPGlobus Store"
1228
  msgstr ""
1229
 
1230
- #: includes/options/class-wpglobus-options.php:1096
1231
  msgid "Select a language"
1232
  msgstr "Selectează o limbă"
1233
 
1234
  #. translators: %3$s placeholder for the icon (actual picture).
1235
- #: includes/options/class-wpglobus-options.php:1125
1236
  msgid ""
1237
  "Place the %1$smain language%2$s of your site at the top of the list by "
1238
  "dragging the %3$s icons."
1239
  msgstr ""
1240
 
1241
  #. translators: placeholders for the "strong" HTML tags.
1242
- #: includes/options/class-wpglobus-options.php:1128
1243
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1244
  msgstr ""
1245
 
1246
  #. translators: placeholders for the "strong" HTML tags.
1247
- #: includes/options/class-wpglobus-options.php:1131
1248
  msgid "%1$sAdd%2$s more languages using the section below."
1249
  msgstr ""
1250
 
1251
- #: includes/options/class-wpglobus-options.php:1132
1252
  msgid "When done, click the [Save Changes] button."
1253
  msgstr "Când ați terminat, faceți click pe butonul [Salvează]."
1254
 
1255
  #. translators: %s - placeholder for the "Save Changes" button text.
1256
- #: includes/options/class-wpglobus-options.php:1143
1257
  msgid "Press the %s button to confirm."
1258
  msgstr ""
1259
 
1260
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1261
- #: includes/options/class-wpglobus-options.php:1160
1262
  msgid "-- none --"
1263
  msgstr ""
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1161
1266
  msgid "All menus"
1267
  msgstr ""
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1174
1270
  msgid "Instructions:"
1271
  msgstr "Instrucțiuni:"
1272
 
1273
- #: includes/options/class-wpglobus-options.php:1234
1274
  msgid "(Found in some themes)"
1275
  msgstr "(S-au găsit în unele teme)"
1276
 
1277
- #: includes/options/class-wpglobus-options.php:1236
1278
  msgid "Enable"
1279
  msgstr "Activează"
1280
 
1281
- #: includes/options/class-wpglobus-options.php:1251
1282
  msgid "Languages table"
1283
  msgstr "Tabel cu limbi"
1284
 
1285
- #: includes/options/class-wpglobus-options.php:1257
1286
  msgid "Use this table to add, edit or delete languages."
1287
  msgstr ""
1288
  "Folosește acest tabel pentru a adăuga, edita sau șterge limbile străine."
1289
 
1290
- #: includes/options/class-wpglobus-options.php:1258
1291
  msgid "NOTE: you cannot remove the main language."
1292
  msgstr "Notă: nu se poate elimina limba principală."
1293
 
1294
- #: includes/options/class-wpglobus-options.php:1306
1295
  msgid "WPGlobus is enabled on these Post Types"
1296
  msgstr ""
1297
 
1298
- #: includes/options/class-wpglobus-options.php:1307
1299
  msgid "Uncheck to disable"
1300
  msgstr ""
1301
 
1302
- #: includes/options/class-wpglobus-options.php:1308
1303
  msgid ""
1304
  "Please note that there are post types, which status is managed by other "
1305
  "plugins and cannot be changed here."
1306
  msgstr ""
1307
 
1308
- #: includes/options/class-wpglobus-options.php:1313
1309
  msgid "Post Types"
1310
  msgstr ""
1311
 
1312
- #: includes/options/class-wpglobus-options.php:1329
1313
  msgid ""
1314
  "You should put here only the code provided by WPGlobus Support. Do not write "
1315
  "anything else in the sections below as it might break the functionality of "
1316
  "your website!"
1317
  msgstr ""
1318
 
1319
- #: includes/options/class-wpglobus-options.php:1370
1320
  msgid "Custom Code"
1321
  msgstr ""
1322
 
1323
- #: includes/options/class-wpglobus-options.php:1478,
1324
- #: includes/options/class-wpglobus-options.php:1610,
1325
- #: includes/options/class-wpglobus-options.php:1721
1326
  msgid "Enabled"
1327
  msgstr "Activat"
1328
 
1329
- #: includes/options/class-wpglobus-options.php:1491
1330
  msgid "Builders support"
1331
  msgstr ""
1332
 
1333
- #: includes/options/class-wpglobus-options.php:1543
1334
  msgid "Builder mode is enabled on these Post Types"
1335
  msgstr ""
1336
 
1337
- #: includes/options/class-wpglobus-options.php:1609
1338
  msgid "Old fashioned language switcher"
1339
  msgstr ""
1340
 
1341
- #: includes/options/class-wpglobus-options.php:1615
1342
  msgid "Block Editor"
1343
  msgstr ""
1344
 
1345
- #: includes/options/class-wpglobus-options.php:1616
1346
  msgid "Block Editor Options"
1347
  msgstr ""
1348
 
1349
- #: includes/options/class-wpglobus-options.php:1645
1350
  msgid ""
1351
  "With the current settings, you will see the following lines in the section "
1352
  "HEAD of your site pages"
1353
  msgstr ""
1354
 
1355
- #: includes/options/class-wpglobus-options.php:1647
1356
  msgid "(example for two languages)"
1357
  msgstr ""
1358
 
1359
- #: includes/options/class-wpglobus-options.php:1694
1360
  msgid ""
1361
  "Tell search engines about localized versions of your pages using the "
1362
  "hreflang tag"
1363
  msgstr ""
1364
 
1365
- #: includes/options/class-wpglobus-options.php:1703
1366
  msgid "Output the hreflang tag as"
1367
  msgstr ""
1368
 
1369
- #: includes/options/class-wpglobus-options.php:1706
1370
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1371
  msgstr ""
1372
 
1373
- #: includes/options/class-wpglobus-options.php:1707
1374
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1375
  msgstr ""
1376
 
1377
- #: includes/options/class-wpglobus-options.php:1708
1378
  msgid "Language code only (en, ru, etc.)"
1379
  msgstr ""
1380
 
1381
- #: includes/options/class-wpglobus-options.php:1720
1382
  msgid "Use the code `x-default` for the main language"
1383
  msgstr ""
1384
 
1385
- #: includes/options/class-wpglobus-options.php:1726
1386
  msgid "Multilingual SEO"
1387
  msgstr ""
1388
 
1389
- #: includes/options/class-wpglobus-options.php:1727
1390
  msgid "Multilingual SEO Options"
1391
  msgstr ""
1392
 
1393
- #: includes/options/class-wpglobus-options.php:1757
1394
  msgid ""
1395
  "With WPGlobus, you can get translations for posts and pages using REST API."
1396
  msgstr ""
1397
 
1398
- #: includes/options/class-wpglobus-options.php:1784,
1399
- #: includes/options/class-wpglobus-options.php:1792,
1400
- #: includes/options/class-wpglobus-options.php:1765,
1401
- #: includes/options/class-wpglobus-options.php:1773
1402
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1403
  msgstr ""
1404
 
1405
- #: includes/options/class-wpglobus-options.php:1762
1406
  msgid ""
1407
  "For demonstration, you can try the first post that WordPress creates at the "
1408
  "initial installation."
1409
  msgstr ""
1410
 
1411
- #: includes/options/class-wpglobus-options.php:1803
1412
  msgid ""
1413
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1414
  "information."
1415
  msgstr ""
1416
 
1417
- #: includes/options/class-wpglobus-options.php:1810
1418
  msgid ""
1419
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1420
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1421
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1422
  msgstr ""
1423
 
1424
- #: includes/options/class-wpglobus-options.php:1823
1425
  msgid "Description:"
1426
  msgstr ""
1427
 
1428
- #: includes/options/class-wpglobus-options.php:1830,
1429
- #: includes/options/class-wpglobus-options.php:1831
1430
  msgid "REST API"
1431
  msgstr ""
1432
 
1433
- #: includes/options/class-wpglobus-options.php:2164
1434
  msgid "Translate strings"
1435
  msgstr ""
1436
 
320
  msgstr "Ajutor"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Limbi"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Limbi activate"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Aceste limbi sunt în prezent activate pe site-ul tau."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr ""
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr "sau Adaugă o noua Limbă %1$s aici %2$s"
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Adaugă limbi"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Modul de selectare al limbii"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Codul din două litere cu steag (en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Nume Complet (Engleză, Rusă, Italiană, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Numele Complet cu steag (Engleza, Rusă, Italiană, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Doar steaguri"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr ""
394
 
395
  #: includes/admin/class-wpglobus-customize-options.php:915,
396
  #: includes/admin/class-wpglobus-customize-options.php:888,
397
+ #: includes/options/class-wpglobus-options.php:1224
398
  msgid "Language Selector Menu"
399
  msgstr "Meniul de selecție al limbii"
400
 
401
  #: includes/admin/class-wpglobus-customize-options.php:920,
402
  #: includes/admin/class-wpglobus-customize-options.php:899,
403
+ #: includes/options/class-wpglobus-options.php:1225
404
  msgid "Choose the navigation menu where the language selector will be shown"
405
  msgstr ""
406
  "Alege meniul de navigare în cazul în care va fi afișat selectorul de limbi"
410
  msgstr ""
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:940,
413
+ #: includes/options/class-wpglobus-options.php:1235
414
  msgid "\"All Pages\" menus Language selector"
415
  msgstr "\"Toate paginile\" Selector meniuri Limbă"
416
 
417
  #: includes/admin/class-wpglobus-customize-options.php:943,
418
+ #: includes/options/class-wpglobus-options.php:1237
419
  msgid ""
420
  "Adds language selector to the menus that automatically list all existing "
421
  "pages (using `wp_list_pages`)"
424
  "existente (folosind `wp_list_pages`)"
425
 
426
  #: includes/admin/class-wpglobus-customize-options.php:960,
427
+ #: includes/options/class-wpglobus-options.php:1350
428
  msgid "Custom CSS"
429
  msgstr "Customizări CSS"
430
 
445
  msgstr "Debifați pentru a dezactiva WPGlobus"
446
 
447
  #: includes/admin/class-wpglobus-customize-options.php:1125,
448
+ #: includes/options/class-wpglobus-options.php:1418
449
  msgid "Redirect"
450
  msgstr "Redirecționare"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:1150,
453
+ #: includes/options/class-wpglobus-options.php:1413
454
  msgid "Choose the language automatically, based on:"
455
  msgstr ""
456
 
457
  #: includes/admin/class-wpglobus-customize-options.php:1152,
458
+ #: includes/options/class-wpglobus-options.php:1403
459
  msgid "Preferred language set in the browser"
460
  msgstr ""
461
 
462
  #: includes/admin/class-wpglobus-customize-options.php:1153,
463
+ #: includes/options/class-wpglobus-options.php:1390
464
  msgid ""
465
  "When a user comes to the site for the first time, try to find the best "
466
  "matching language version of the page."
469
  #: includes/admin/class-wpglobus-customize-options.php:1214,
470
  #: includes/admin/class-wpglobus-customize-options.php:1234,
471
  #: includes/admin/class-wpglobus-customize-options.php:1192,
472
+ #: includes/options/class-wpglobus-options.php:1362
473
  msgid "Custom JS Code"
474
  msgstr ""
475
 
511
  msgstr ""
512
 
513
  #: includes/admin/class-wpglobus-customize-options.php:1351,
514
+ #: includes/options/class-wpglobus-options.php:602
515
  msgid "Thank you for installing WPGlobus!"
516
  msgstr "Vă mulțumim pentru instalarea WPGlobus!"
517
 
518
  #: includes/admin/class-wpglobus-customize-options.php:1355,
519
+ #: includes/options/class-wpglobus-options.php:606
520
  msgid "Read About WPGlobus"
521
  msgstr "Citește despre WPGlobus"
522
 
528
  "seta opțiunile."
529
 
530
  #: includes/admin/class-wpglobus-customize-options.php:1363,
531
+ #: includes/options/class-wpglobus-options.php:642
532
  msgid ""
533
  "Should you have any questions or comments, please do not hesitate to contact "
534
  "us."
537
  "ezitați să ne contactați."
538
 
539
  #: includes/admin/class-wpglobus-customize-options.php:1367,
540
+ #: includes/options/class-wpglobus-options.php:646
541
  msgid "Sincerely Yours,"
542
  msgstr "Al dumneavoastră,"
543
 
544
  #: includes/admin/class-wpglobus-customize-options.php:1369,
545
+ #: includes/options/class-wpglobus-options.php:648,
546
  #: includes/options/wpglobus-options-header.php:34
547
  msgid "The WPGlobus Team"
548
  msgstr "Echipa WPGlobus"
550
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
551
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
552
  #: includes/admin/class-wpglobus-customize-options.php:1388,
553
+ #: includes/options/class-wpglobus-options.php:683
554
  msgid ""
555
  "We would hate to see you go. If something goes wrong, do not uninstall "
556
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
557
  msgstr ""
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1395,
560
+ #: includes/options/class-wpglobus-options.php:690
561
  msgid ""
562
  "Please note that if you deactivate WPGlobus, your site will show all the "
563
  "languages together, mixed up. You will need to remove all translations, "
567
  #. translators: %s: link to the Clean-up Tool
568
  #. translators: %s: link to the Clean-up Tool.
569
  #: includes/admin/class-wpglobus-customize-options.php:1400,
570
+ #: includes/options/class-wpglobus-options.php:694
571
  msgid ""
572
  "If there are just a few places, you should edit them manually. To "
573
  "automatically remove all translations at once, you can use the %s. WARNING: "
578
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
579
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
580
  #: includes/admin/class-wpglobus-customize-options.php:1403,
581
+ #: includes/options/class-wpglobus-options.php:671
582
  msgid "%1$sClean-up Tool%2$s"
583
  msgstr ""
584
 
722
  msgstr ""
723
 
724
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
725
+ #: includes/options/class-wpglobus-options.php:720
726
  msgid "Help Desk"
727
  msgstr ""
728
 
801
  msgstr ""
802
 
803
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
804
+ #: includes/options/class-wpglobus-options.php:927
805
  msgid "WPGlobus for WooCommerce"
806
  msgstr ""
807
 
988
  msgstr ""
989
 
990
  #: includes/options/class-wpglobus-options.php:273,
991
+ #: includes/options/class-wpglobus-options.php:796,
992
+ #: includes/options/class-wpglobus-options.php:865
993
  msgid "WPGlobus Plus"
994
  msgstr ""
995
 
1015
  "Settings panel properly. Please try another browser."
1016
  msgstr ""
1017
 
1018
+ #: includes/options/class-wpglobus-options.php:593,
1019
+ #: includes/options/class-wpglobus-options.php:1571
1020
  msgid "Сompatibility"
1021
  msgstr ""
1022
 
1023
  #. translators: placeholders for "strong" tags.
1024
+ #: includes/options/class-wpglobus-options.php:610
1025
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1026
  msgstr ""
1027
 
1028
  #. translators: placeholders for "strong" tags.
1029
+ #: includes/options/class-wpglobus-options.php:613
1030
  msgid ""
1031
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1032
  "the language attributes: name, code, flag icon, etc."
1033
  msgstr ""
1034
 
1035
+ #: includes/options/class-wpglobus-options.php:616
1036
  msgid "Important notes"
1037
  msgstr "Mentiuni importante"
1038
 
1039
  #. translators: placeholders for "strong" tags.
1040
+ #: includes/options/class-wpglobus-options.php:618
1041
  msgid "Version %1$s1.9.17%2$s "
1042
  msgstr ""
1043
 
1044
  #. translators: placeholders for "strong" tags.
1045
+ #: includes/options/class-wpglobus-options.php:621
1046
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1047
  msgstr ""
1048
 
1049
  #. translators: placeholders for "strong" tags; compatibility tab link.
1050
+ #: includes/options/class-wpglobus-options.php:624
1051
  msgid ""
1052
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1053
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1054
  msgstr ""
1055
 
1056
  #. translators: placeholders for "strong" tags; compatibility tab link.
1057
+ #: includes/options/class-wpglobus-options.php:627
1058
  msgid ""
1059
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1060
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1061
  msgstr ""
1062
 
1063
  #. translators: placeholders for "strong" tags.
1064
+ #: includes/options/class-wpglobus-options.php:631
1065
  msgid "Version %1$s2.2.11%2$s "
1066
  msgstr ""
1067
 
1068
+ #: includes/options/class-wpglobus-options.php:633
1069
  msgid "Starting from this version"
1070
  msgstr ""
1071
 
1072
  #. translators: placeholders for "strong" tags.
1073
+ #: includes/options/class-wpglobus-options.php:636
1074
  msgid ""
1075
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1076
  "(CPT)."
1077
  msgstr ""
1078
 
1079
  #. translators: placeholders for "strong" tags.
1080
+ #: includes/options/class-wpglobus-options.php:639
1081
  msgid ""
1082
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1083
  "the %1$s[%3$s]%2$s tab."
1084
  msgstr ""
1085
 
1086
+ #: includes/options/class-wpglobus-options.php:656
1087
  msgid "Welcome!"
1088
  msgstr "Bine ai venit!"
1089
 
1090
+ #: includes/options/class-wpglobus-options.php:679
1091
  msgid "Deactivating / Uninstalling"
1092
  msgstr ""
1093
 
1094
+ #: includes/options/class-wpglobus-options.php:705
1095
  msgid "Uninstall"
1096
  msgstr "Dezinstalare"
1097
 
1098
+ #: includes/options/class-wpglobus-options.php:735
1099
  msgid "All add-ons"
1100
  msgstr ""
1101
 
1102
+ #: includes/options/class-wpglobus-options.php:750
1103
  msgid "Mobile Menu"
1104
  msgstr ""
1105
 
1106
+ #: includes/options/class-wpglobus-options.php:765
1107
  msgid "Language Widgets"
1108
  msgstr ""
1109
 
1110
+ #: includes/options/class-wpglobus-options.php:835
1111
  msgid "We Recommend..."
1112
  msgstr ""
1113
 
1114
+ #: includes/options/class-wpglobus-options.php:867
1115
  msgid ""
1116
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1117
  "website, such as:"
1118
  msgstr ""
1119
 
1120
+ #: includes/options/class-wpglobus-options.php:870
1121
  msgid ""
1122
  "- Ability to write a post in one language and immediately publish it, not "
1123
  "waiting for the translation to other languages;"
1124
  msgstr ""
1125
 
1126
+ #: includes/options/class-wpglobus-options.php:873
1127
  msgid "- Set different URLs for each translation;"
1128
  msgstr ""
1129
 
1130
+ #: includes/options/class-wpglobus-options.php:876
1131
  msgid ""
1132
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1133
  "for each translation;"
1134
  msgstr ""
1135
 
1136
+ #: includes/options/class-wpglobus-options.php:879
1137
  msgid "- and more..."
1138
  msgstr ""
1139
 
1140
+ #: includes/options/class-wpglobus-options.php:882,
1141
+ #: includes/options/class-wpglobus-options.php:939,
1142
+ #: includes/options/class-wpglobus-options.php:997
1143
  msgid "Click here to download"
1144
  msgstr ""
1145
 
1146
+ #: includes/options/class-wpglobus-options.php:930
1147
  msgid ""
1148
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1149
  "translate your blog posts and pages to many languages."
1150
  msgstr ""
1151
 
1152
+ #: includes/options/class-wpglobus-options.php:933
1153
  msgid "The next step is to translate your WooCommerce-based store!"
1154
  msgstr ""
1155
 
1156
+ #: includes/options/class-wpglobus-options.php:936
1157
  msgid ""
1158
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1159
  "translate product titles and descriptions, categories, tags and attributes."
1160
  msgstr ""
1161
 
1162
+ #: includes/options/class-wpglobus-options.php:983
1163
  msgid "Multi-currency"
1164
  msgstr ""
1165
 
1166
+ #: includes/options/class-wpglobus-options.php:986
1167
  msgid ""
1168
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1169
  "a single currency only."
1170
  msgstr ""
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:990
1173
  msgid ""
1174
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1175
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1177
  "positioning for global growth!"
1178
  msgstr ""
1179
 
1180
+ #: includes/options/class-wpglobus-options.php:994
1181
  msgid ""
1182
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1183
  "re-calculating prices on-the-fly."
1184
  msgstr ""
1185
 
1186
+ #: includes/options/class-wpglobus-options.php:1031
1187
  msgid "WPGlobus Premium Add-ons"
1188
  msgstr ""
1189
 
1190
+ #: includes/options/class-wpglobus-options.php:1033
1191
  msgid ""
1192
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1193
  "you will be able to:"
1194
  msgstr ""
1195
 
1196
+ #: includes/options/class-wpglobus-options.php:1038
1197
  msgid ""
1198
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1199
  "моя-страница and so on);"
1200
  msgstr ""
1201
 
1202
+ #: includes/options/class-wpglobus-options.php:1041
1203
  msgid ""
1204
  "Postpone translation to some languages and <strong>publish only the "
1205
  "translated texts</strong>;"
1206
  msgstr ""
1207
 
1208
+ #: includes/options/class-wpglobus-options.php:1044
1209
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1210
  msgstr ""
1211
 
1212
+ #: includes/options/class-wpglobus-options.php:1047
1213
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1214
  msgstr ""
1215
 
1216
+ #: includes/options/class-wpglobus-options.php:1050
1217
  msgid ""
1218
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1219
  "strong>;"
1220
  msgstr ""
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:1054
1223
  msgid "...and more."
1224
  msgstr ""
1225
 
1226
+ #: includes/options/class-wpglobus-options.php:1057
1227
  msgid "Click here to visit the WPGlobus Store"
1228
  msgstr ""
1229
 
1230
+ #: includes/options/class-wpglobus-options.php:1098
1231
  msgid "Select a language"
1232
  msgstr "Selectează o limbă"
1233
 
1234
  #. translators: %3$s placeholder for the icon (actual picture).
1235
+ #: includes/options/class-wpglobus-options.php:1127
1236
  msgid ""
1237
  "Place the %1$smain language%2$s of your site at the top of the list by "
1238
  "dragging the %3$s icons."
1239
  msgstr ""
1240
 
1241
  #. translators: placeholders for the "strong" HTML tags.
1242
+ #: includes/options/class-wpglobus-options.php:1130
1243
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1244
  msgstr ""
1245
 
1246
  #. translators: placeholders for the "strong" HTML tags.
1247
+ #: includes/options/class-wpglobus-options.php:1133
1248
  msgid "%1$sAdd%2$s more languages using the section below."
1249
  msgstr ""
1250
 
1251
+ #: includes/options/class-wpglobus-options.php:1134
1252
  msgid "When done, click the [Save Changes] button."
1253
  msgstr "Când ați terminat, faceți click pe butonul [Salvează]."
1254
 
1255
  #. translators: %s - placeholder for the "Save Changes" button text.
1256
+ #: includes/options/class-wpglobus-options.php:1145
1257
  msgid "Press the %s button to confirm."
1258
  msgstr ""
1259
 
1260
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1261
+ #: includes/options/class-wpglobus-options.php:1162
1262
  msgid "-- none --"
1263
  msgstr ""
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1163
1266
  msgid "All menus"
1267
  msgstr ""
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1176
1270
  msgid "Instructions:"
1271
  msgstr "Instrucțiuni:"
1272
 
1273
+ #: includes/options/class-wpglobus-options.php:1236
1274
  msgid "(Found in some themes)"
1275
  msgstr "(S-au găsit în unele teme)"
1276
 
1277
+ #: includes/options/class-wpglobus-options.php:1238
1278
  msgid "Enable"
1279
  msgstr "Activează"
1280
 
1281
+ #: includes/options/class-wpglobus-options.php:1253
1282
  msgid "Languages table"
1283
  msgstr "Tabel cu limbi"
1284
 
1285
+ #: includes/options/class-wpglobus-options.php:1259
1286
  msgid "Use this table to add, edit or delete languages."
1287
  msgstr ""
1288
  "Folosește acest tabel pentru a adăuga, edita sau șterge limbile străine."
1289
 
1290
+ #: includes/options/class-wpglobus-options.php:1260
1291
  msgid "NOTE: you cannot remove the main language."
1292
  msgstr "Notă: nu se poate elimina limba principală."
1293
 
1294
+ #: includes/options/class-wpglobus-options.php:1308
1295
  msgid "WPGlobus is enabled on these Post Types"
1296
  msgstr ""
1297
 
1298
+ #: includes/options/class-wpglobus-options.php:1309
1299
  msgid "Uncheck to disable"
1300
  msgstr ""
1301
 
1302
+ #: includes/options/class-wpglobus-options.php:1310
1303
  msgid ""
1304
  "Please note that there are post types, which status is managed by other "
1305
  "plugins and cannot be changed here."
1306
  msgstr ""
1307
 
1308
+ #: includes/options/class-wpglobus-options.php:1315
1309
  msgid "Post Types"
1310
  msgstr ""
1311
 
1312
+ #: includes/options/class-wpglobus-options.php:1331
1313
  msgid ""
1314
  "You should put here only the code provided by WPGlobus Support. Do not write "
1315
  "anything else in the sections below as it might break the functionality of "
1316
  "your website!"
1317
  msgstr ""
1318
 
1319
+ #: includes/options/class-wpglobus-options.php:1372
1320
  msgid "Custom Code"
1321
  msgstr ""
1322
 
1323
+ #: includes/options/class-wpglobus-options.php:1480,
1324
+ #: includes/options/class-wpglobus-options.php:1612,
1325
+ #: includes/options/class-wpglobus-options.php:1723
1326
  msgid "Enabled"
1327
  msgstr "Activat"
1328
 
1329
+ #: includes/options/class-wpglobus-options.php:1493
1330
  msgid "Builders support"
1331
  msgstr ""
1332
 
1333
+ #: includes/options/class-wpglobus-options.php:1545
1334
  msgid "Builder mode is enabled on these Post Types"
1335
  msgstr ""
1336
 
1337
+ #: includes/options/class-wpglobus-options.php:1611
1338
  msgid "Old fashioned language switcher"
1339
  msgstr ""
1340
 
1341
+ #: includes/options/class-wpglobus-options.php:1617
1342
  msgid "Block Editor"
1343
  msgstr ""
1344
 
1345
+ #: includes/options/class-wpglobus-options.php:1618
1346
  msgid "Block Editor Options"
1347
  msgstr ""
1348
 
1349
+ #: includes/options/class-wpglobus-options.php:1647
1350
  msgid ""
1351
  "With the current settings, you will see the following lines in the section "
1352
  "HEAD of your site pages"
1353
  msgstr ""
1354
 
1355
+ #: includes/options/class-wpglobus-options.php:1649
1356
  msgid "(example for two languages)"
1357
  msgstr ""
1358
 
1359
+ #: includes/options/class-wpglobus-options.php:1696
1360
  msgid ""
1361
  "Tell search engines about localized versions of your pages using the "
1362
  "hreflang tag"
1363
  msgstr ""
1364
 
1365
+ #: includes/options/class-wpglobus-options.php:1705
1366
  msgid "Output the hreflang tag as"
1367
  msgstr ""
1368
 
1369
+ #: includes/options/class-wpglobus-options.php:1708
1370
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1371
  msgstr ""
1372
 
1373
+ #: includes/options/class-wpglobus-options.php:1709
1374
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1375
  msgstr ""
1376
 
1377
+ #: includes/options/class-wpglobus-options.php:1710
1378
  msgid "Language code only (en, ru, etc.)"
1379
  msgstr ""
1380
 
1381
+ #: includes/options/class-wpglobus-options.php:1722
1382
  msgid "Use the code `x-default` for the main language"
1383
  msgstr ""
1384
 
1385
+ #: includes/options/class-wpglobus-options.php:1728
1386
  msgid "Multilingual SEO"
1387
  msgstr ""
1388
 
1389
+ #: includes/options/class-wpglobus-options.php:1729
1390
  msgid "Multilingual SEO Options"
1391
  msgstr ""
1392
 
1393
+ #: includes/options/class-wpglobus-options.php:1766
1394
  msgid ""
1395
  "With WPGlobus, you can get translations for posts and pages using REST API."
1396
  msgstr ""
1397
 
1398
+ #: includes/options/class-wpglobus-options.php:1793,
1399
+ #: includes/options/class-wpglobus-options.php:1801,
1400
+ #: includes/options/class-wpglobus-options.php:1774,
1401
+ #: includes/options/class-wpglobus-options.php:1782
1402
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1403
  msgstr ""
1404
 
1405
+ #: includes/options/class-wpglobus-options.php:1771
1406
  msgid ""
1407
  "For demonstration, you can try the first post that WordPress creates at the "
1408
  "initial installation."
1409
  msgstr ""
1410
 
1411
+ #: includes/options/class-wpglobus-options.php:1812
1412
  msgid ""
1413
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1414
  "information."
1415
  msgstr ""
1416
 
1417
+ #: includes/options/class-wpglobus-options.php:1819
1418
  msgid ""
1419
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1420
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1421
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1422
  msgstr ""
1423
 
1424
+ #: includes/options/class-wpglobus-options.php:1832
1425
  msgid "Description:"
1426
  msgstr ""
1427
 
1428
+ #: includes/options/class-wpglobus-options.php:1839,
1429
+ #: includes/options/class-wpglobus-options.php:1840
1430
  msgid "REST API"
1431
  msgstr ""
1432
 
1433
+ #: includes/options/class-wpglobus-options.php:2173
1434
  msgid "Translate strings"
1435
  msgstr ""
1436
 
languages/wpglobus-ru_RU.po CHANGED
@@ -356,22 +356,22 @@ msgid "Help"
356
  msgstr "Помощь"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:745,
359
- #: includes/options/class-wpglobus-options.php:1168
360
  msgid "Languages"
361
  msgstr "Языки"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:765,
364
- #: includes/options/class-wpglobus-options.php:1181
365
  msgid "Enabled Languages"
366
  msgstr "Установленные языки"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:767,
369
- #: includes/options/class-wpglobus-options.php:1182
370
  msgid "These languages are currently enabled on your site."
371
  msgstr "Эти языки включены в настоящее время на вашем сайте."
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:795,
374
- #: includes/options/class-wpglobus-options.php:1140
375
  msgid "Choose a language you would like to enable."
376
  msgstr "Выберите из списка язык, который вы хотите разрешить к использованию."
377
 
@@ -382,42 +382,42 @@ msgstr "Нажмите [Сохранить и опубликовать] для
382
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
383
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
384
  #: includes/admin/class-wpglobus-customize-options.php:801,
385
- #: includes/options/class-wpglobus-options.php:1146
386
  msgid "or Add new Language %1$s here %2$s"
387
  msgstr "или добавьте новый язык %1$s здесь %2$s"
388
 
389
  #: includes/admin/class-wpglobus-customize-options.php:813,
390
- #: includes/options/class-wpglobus-options.php:1195
391
  msgid "Add Languages"
392
  msgstr "Добавить языки"
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:833,
395
- #: includes/options/class-wpglobus-options.php:1203
396
  msgid "Language Selector Mode"
397
  msgstr "Способ показа переключателей"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:838,
400
- #: includes/options/class-wpglobus-options.php:1206
401
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
402
  msgstr "Двухбуквенный код (en, ru, it, и т.п.) и флаг"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:839,
405
- #: includes/options/class-wpglobus-options.php:1207
406
  msgid "Full Name (English, Russian, Italian, etc.)"
407
  msgstr "Полное название (English, Russian, Italian, и т.п.)"
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:841,
410
- #: includes/options/class-wpglobus-options.php:1208
411
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
412
  msgstr "Полное название (English, Russian, Italian, и т.п.) и флаг"
413
 
414
  #: includes/admin/class-wpglobus-customize-options.php:842,
415
- #: includes/options/class-wpglobus-options.php:1209
416
  msgid "Flags only"
417
  msgstr "Только флаги"
418
 
419
  #: includes/admin/class-wpglobus-customize-options.php:844,
420
- #: includes/options/class-wpglobus-options.php:1204
421
  msgid ""
422
  "Choose the way language name and country flag are shown in the drop-down menu"
423
  msgstr "Выберите способ показа названий языков и флагов в навигационном меню"
@@ -428,13 +428,13 @@ msgstr "выберите навигационное меню"
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:915,
430
  #: includes/admin/class-wpglobus-customize-options.php:888,
431
- #: includes/options/class-wpglobus-options.php:1222
432
  msgid "Language Selector Menu"
433
  msgstr "Навигационное меню"
434
 
435
  #: includes/admin/class-wpglobus-customize-options.php:920,
436
  #: includes/admin/class-wpglobus-customize-options.php:899,
437
- #: includes/options/class-wpglobus-options.php:1223
438
  msgid "Choose the navigation menu where the language selector will be shown"
439
  msgstr ""
440
  "Выберите навигационное меню, в котором будет показан переключатель языков"
@@ -444,12 +444,12 @@ msgid "No menus have been created yet. Create some."
444
  msgstr "Ни одного меню ещё не создано. Создайте."
445
 
446
  #: includes/admin/class-wpglobus-customize-options.php:940,
447
- #: includes/options/class-wpglobus-options.php:1233
448
  msgid "\"All Pages\" menus Language selector"
449
  msgstr "Переключатель языка в меню «Все страницы»"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:943,
452
- #: includes/options/class-wpglobus-options.php:1235
453
  msgid ""
454
  "Adds language selector to the menus that automatically list all existing "
455
  "pages (using `wp_list_pages`)"
@@ -458,7 +458,7 @@ msgstr ""
458
  "всех страниц (с использованием `wp_list_pages`)"
459
 
460
  #: includes/admin/class-wpglobus-customize-options.php:960,
461
- #: includes/options/class-wpglobus-options.php:1348
462
  msgid "Custom CSS"
463
  msgstr "Пользовательский CSS"
464
 
@@ -479,22 +479,22 @@ msgid "Uncheck to disable WPGlobus"
479
  msgstr "Снимите флажок, чтобы отключить WPGlobus"
480
 
481
  #: includes/admin/class-wpglobus-customize-options.php:1125,
482
- #: includes/options/class-wpglobus-options.php:1416
483
  msgid "Redirect"
484
  msgstr "Перенаправление"
485
 
486
  #: includes/admin/class-wpglobus-customize-options.php:1150,
487
- #: includes/options/class-wpglobus-options.php:1411
488
  msgid "Choose the language automatically, based on:"
489
  msgstr "Выбрать язык автоматически, учитывая:"
490
 
491
  #: includes/admin/class-wpglobus-customize-options.php:1152,
492
- #: includes/options/class-wpglobus-options.php:1401
493
  msgid "Preferred language set in the browser"
494
  msgstr "Язык, указанный как предпочтительный в настройках браузера"
495
 
496
  #: includes/admin/class-wpglobus-customize-options.php:1153,
497
- #: includes/options/class-wpglobus-options.php:1388
498
  msgid ""
499
  "When a user comes to the site for the first time, try to find the best "
500
  "matching language version of the page."
@@ -505,7 +505,7 @@ msgstr ""
505
  #: includes/admin/class-wpglobus-customize-options.php:1214,
506
  #: includes/admin/class-wpglobus-customize-options.php:1234,
507
  #: includes/admin/class-wpglobus-customize-options.php:1192,
508
- #: includes/options/class-wpglobus-options.php:1360
509
  msgid "Custom JS Code"
510
  msgstr "Пользовательский JS"
511
 
@@ -552,12 +552,12 @@ msgstr ""
552
  "кнопку сохранения внизу."
553
 
554
  #: includes/admin/class-wpglobus-customize-options.php:1351,
555
- #: includes/options/class-wpglobus-options.php:600
556
  msgid "Thank you for installing WPGlobus!"
557
  msgstr "Спасибо за то, что вы установили плагин WPGlobus!"
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1355,
560
- #: includes/options/class-wpglobus-options.php:604
561
  msgid "Read About WPGlobus"
562
  msgstr "Подробно о WPGlobus"
563
 
@@ -567,7 +567,7 @@ msgid ""
567
  msgstr "Настройки плагина находятся в разделе <strong>[Языки]</strong>."
568
 
569
  #: includes/admin/class-wpglobus-customize-options.php:1363,
570
- #: includes/options/class-wpglobus-options.php:640
571
  msgid ""
572
  "Should you have any questions or comments, please do not hesitate to contact "
573
  "us."
@@ -576,12 +576,12 @@ msgstr ""
576
  "поддержкой."
577
 
578
  #: includes/admin/class-wpglobus-customize-options.php:1367,
579
- #: includes/options/class-wpglobus-options.php:644
580
  msgid "Sincerely Yours,"
581
  msgstr "С Уважением,"
582
 
583
  #: includes/admin/class-wpglobus-customize-options.php:1369,
584
- #: includes/options/class-wpglobus-options.php:646,
585
  #: includes/options/wpglobus-options-header.php:34
586
  msgid "The WPGlobus Team"
587
  msgstr "Команда WPGlobus"
@@ -589,7 +589,7 @@ msgstr "Команда WPGlobus"
589
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
590
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
591
  #: includes/admin/class-wpglobus-customize-options.php:1388,
592
- #: includes/options/class-wpglobus-options.php:681
593
  msgid ""
594
  "We would hate to see you go. If something goes wrong, do not uninstall "
595
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -598,7 +598,7 @@ msgstr ""
598
  "%1$sобратитесь к нам%2$s и позвольте вам помочь!"
599
 
600
  #: includes/admin/class-wpglobus-customize-options.php:1395,
601
- #: includes/options/class-wpglobus-options.php:688
602
  msgid ""
603
  "Please note that if you deactivate WPGlobus, your site will show all the "
604
  "languages together, mixed up. You will need to remove all translations, "
@@ -611,7 +611,7 @@ msgstr ""
611
  #. translators: %s: link to the Clean-up Tool
612
  #. translators: %s: link to the Clean-up Tool.
613
  #: includes/admin/class-wpglobus-customize-options.php:1400,
614
- #: includes/options/class-wpglobus-options.php:692
615
  msgid ""
616
  "If there are just a few places, you should edit them manually. To "
617
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -626,7 +626,7 @@ msgstr ""
626
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
627
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
628
  #: includes/admin/class-wpglobus-customize-options.php:1403,
629
- #: includes/options/class-wpglobus-options.php:669
630
  msgid "%1$sClean-up Tool%2$s"
631
  msgstr "%1$sПрограмму очистки%2$s"
632
 
@@ -771,7 +771,7 @@ msgstr ""
771
  "расширений WPGlobus%2$s"
772
 
773
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
774
- #: includes/options/class-wpglobus-options.php:718
775
  msgid "Help Desk"
776
  msgstr "Поддержка"
777
 
@@ -858,7 +858,7 @@ msgid "WPGlobus Recommends:"
858
  msgstr "WPGlobus рекомендует:"
859
 
860
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
861
- #: includes/options/class-wpglobus-options.php:925
862
  msgid "WPGlobus for WooCommerce"
863
  msgstr "WPGlobus для WooCommerce"
864
 
@@ -1053,8 +1053,8 @@ msgid "Language Selector Menu Style"
1053
  msgstr "Стиль меню выбора языка"
1054
 
1055
  #: includes/options/class-wpglobus-options.php:273,
1056
- #: includes/options/class-wpglobus-options.php:794,
1057
- #: includes/options/class-wpglobus-options.php:863
1058
  msgid "WPGlobus Plus"
1059
  msgstr "WPGlobus Плюс"
1060
 
@@ -1082,18 +1082,18 @@ msgstr ""
1082
  "Ваш браузер показывает панель настроек WPGlobus некорректно. Обновите версию "
1083
  "браузера или попробуйте другой."
1084
 
1085
- #: includes/options/class-wpglobus-options.php:591,
1086
- #: includes/options/class-wpglobus-options.php:1569
1087
  msgid "Сompatibility"
1088
  msgstr "Совместимость"
1089
 
1090
  #. translators: placeholders for "strong" tags.
1091
- #: includes/options/class-wpglobus-options.php:608
1092
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1093
  msgstr "Основные настройки плагина находятся в разделе %1$s[Языки]%2$s."
1094
 
1095
  #. translators: placeholders for "strong" tags.
1096
- #: includes/options/class-wpglobus-options.php:611
1097
  msgid ""
1098
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1099
  "the language attributes: name, code, flag icon, etc."
@@ -1101,22 +1101,22 @@ msgstr ""
1101
  "Используйте раздел %1$s[Таблица языков]%2$s для того чтобы добавить язык или "
1102
  "отредактировать аттрибуты (название, код, флаг и т.п.)"
1103
 
1104
- #: includes/options/class-wpglobus-options.php:614
1105
  msgid "Important notes"
1106
  msgstr "Важные уведомления"
1107
 
1108
  #. translators: placeholders for "strong" tags.
1109
- #: includes/options/class-wpglobus-options.php:616
1110
  msgid "Version %1$s1.9.17%2$s "
1111
  msgstr "Версия %1$s1.9.17%2$s "
1112
 
1113
  #. translators: placeholders for "strong" tags.
1114
- #: includes/options/class-wpglobus-options.php:619
1115
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1116
  msgstr "Начиная с этой версии %1$sWPGlobus%2$s работает в двух режимах"
1117
 
1118
  #. translators: placeholders for "strong" tags; compatibility tab link.
1119
- #: includes/options/class-wpglobus-options.php:622
1120
  msgid ""
1121
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1122
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
@@ -1126,7 +1126,7 @@ msgstr ""
1126
  "%1$s[%3$s]%2$s."
1127
 
1128
  #. translators: placeholders for "strong" tags; compatibility tab link.
1129
- #: includes/options/class-wpglobus-options.php:625
1130
  msgid ""
1131
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1132
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
@@ -1135,16 +1135,16 @@ msgstr ""
1135
  "или если вы явно отключили поддержку компоновщика на вкладке %1$s[%3$s]%2$s."
1136
 
1137
  #. translators: placeholders for "strong" tags.
1138
- #: includes/options/class-wpglobus-options.php:629
1139
  msgid "Version %1$s2.2.11%2$s "
1140
  msgstr "Версия %1$s2.2.11%2$s "
1141
 
1142
- #: includes/options/class-wpglobus-options.php:631
1143
  msgid "Starting from this version"
1144
  msgstr "Начиная с этой версии"
1145
 
1146
  #. translators: placeholders for "strong" tags.
1147
- #: includes/options/class-wpglobus-options.php:634
1148
  msgid ""
1149
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1150
  "(CPT)."
@@ -1153,7 +1153,7 @@ msgstr ""
1153
  "по умолчанию."
1154
 
1155
  #. translators: placeholders for "strong" tags.
1156
- #: includes/options/class-wpglobus-options.php:637
1157
  msgid ""
1158
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1159
  "the %1$s[%3$s]%2$s tab."
@@ -1161,41 +1161,41 @@ msgstr ""
1161
  "Чтобы включить поддержку %1$sBuilder mode%2$s для определённого типа постов "
1162
  "перейдите на вкладку %1$s[%3$s]%2$s."
1163
 
1164
- #: includes/options/class-wpglobus-options.php:654
1165
  msgid "Welcome!"
1166
  msgstr "Добро пожаловать!"
1167
 
1168
- #: includes/options/class-wpglobus-options.php:677
1169
  msgid "Deactivating / Uninstalling"
1170
  msgstr "Деактивация / Деинсталляция"
1171
 
1172
- #: includes/options/class-wpglobus-options.php:703
1173
  msgid "Uninstall"
1174
  msgstr "Деактивация"
1175
 
1176
- #: includes/options/class-wpglobus-options.php:733
1177
  msgid "All add-ons"
1178
  msgstr "Все расширения"
1179
 
1180
- #: includes/options/class-wpglobus-options.php:748
1181
  msgid "Mobile Menu"
1182
  msgstr "Мобильное Меню"
1183
 
1184
- #: includes/options/class-wpglobus-options.php:763
1185
  msgid "Language Widgets"
1186
  msgstr "Языки для виджетов"
1187
 
1188
- #: includes/options/class-wpglobus-options.php:833
1189
  msgid "We Recommend..."
1190
  msgstr "Рекомендуем..."
1191
 
1192
- #: includes/options/class-wpglobus-options.php:865
1193
  msgid ""
1194
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1195
  "website, such as:"
1196
  msgstr "Расширение WPGlobus-Плюс позволит:"
1197
 
1198
- #: includes/options/class-wpglobus-options.php:868
1199
  msgid ""
1200
  "- Ability to write a post in one language and immediately publish it, not "
1201
  "waiting for the translation to other languages;"
@@ -1203,11 +1203,11 @@ msgstr ""
1203
  "-Возможность написать сообщение на одном языке и немедленно опубликовать "
1204
  "его, не дожидаясь их перевода на другие языки;"
1205
 
1206
- #: includes/options/class-wpglobus-options.php:871
1207
  msgid "- Set different URLs for each translation;"
1208
  msgstr "- Перевести УРЛы (постоянные ссылки) на различные языки;"
1209
 
1210
- #: includes/options/class-wpglobus-options.php:874
1211
  msgid ""
1212
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1213
  "for each translation;"
@@ -1215,17 +1215,17 @@ msgstr ""
1215
  "- В плагине Yoast SEO проверять ключевые слова и выполнять анализ текста для "
1216
  "каждого языка;"
1217
 
1218
- #: includes/options/class-wpglobus-options.php:877
1219
  msgid "- and more..."
1220
  msgstr "- и много дополнительных возможностей..."
1221
 
1222
- #: includes/options/class-wpglobus-options.php:880,
1223
- #: includes/options/class-wpglobus-options.php:937,
1224
- #: includes/options/class-wpglobus-options.php:995
1225
  msgid "Click here to download"
1226
  msgstr "Нажмите здесь чтобы установить"
1227
 
1228
- #: includes/options/class-wpglobus-options.php:928
1229
  msgid ""
1230
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1231
  "translate your blog posts and pages to many languages."
@@ -1233,11 +1233,11 @@ msgstr ""
1233
  "Спасибо за установку WPGlobus! Теперь у вас есть многоязычный веб-сайт, и вы "
1234
  "можете перевести записи в блоге и страницы на несколько языков."
1235
 
1236
- #: includes/options/class-wpglobus-options.php:931
1237
  msgid "The next step is to translate your WooCommerce-based store!"
1238
  msgstr "Следующий шаг - сделать мультиязычным ваш онлайн магазин!"
1239
 
1240
- #: includes/options/class-wpglobus-options.php:934
1241
  msgid ""
1242
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1243
  "translate product titles and descriptions, categories, tags and attributes."
@@ -1245,17 +1245,17 @@ msgstr ""
1245
  "С помощью расширения WPGlobus для WooCommerce вы сможете перевести названия "
1246
  "и описания товаров, категорий, свойств и меток."
1247
 
1248
- #: includes/options/class-wpglobus-options.php:981
1249
  msgid "Multi-currency"
1250
  msgstr "Мультивалютность"
1251
 
1252
- #: includes/options/class-wpglobus-options.php:984
1253
  msgid ""
1254
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1255
  "a single currency only."
1256
  msgstr "Ваш магазин WooCommerce настроен на показ цен в одной валюте."
1257
 
1258
- #: includes/options/class-wpglobus-options.php:988
1259
  msgid ""
1260
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1261
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1265,7 +1265,7 @@ msgstr ""
1265
  "С помощью WPGlobus вы сможете автоматически пересчитывать цены по курсу и "
1266
  "показывать клиентам привычную им валюту."
1267
 
1268
- #: includes/options/class-wpglobus-options.php:992
1269
  msgid ""
1270
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1271
  "re-calculating prices on-the-fly."
@@ -1273,11 +1273,11 @@ msgstr ""
1273
  "Расширение WPGlobus-мультивалютность позволяет переключаться между валютами, "
1274
  "автоматически пересчитывая цены."
1275
 
1276
- #: includes/options/class-wpglobus-options.php:1029
1277
  msgid "WPGlobus Premium Add-ons"
1278
  msgstr "Платные расширения"
1279
 
1280
- #: includes/options/class-wpglobus-options.php:1031
1281
  msgid ""
1282
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1283
  "you will be able to:"
@@ -1285,7 +1285,7 @@ msgstr ""
1285
  "Мы написали несколько премиальных расширений для WPGlobus. С их помощью вы "
1286
  "сможете:"
1287
 
1288
- #: includes/options/class-wpglobus-options.php:1036
1289
  msgid ""
1290
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1291
  "моя-страница and so on);"
@@ -1293,7 +1293,7 @@ msgstr ""
1293
  "<strong>Перевести УРЛы</strong> (/my-page/ станет /fr/ma-page/, /ru/моя-"
1294
  "страница/ и так далее);"
1295
 
1296
- #: includes/options/class-wpglobus-options.php:1039
1297
  msgid ""
1298
  "Postpone translation to some languages and <strong>publish only the "
1299
  "translated texts</strong>;"
@@ -1301,16 +1301,16 @@ msgstr ""
1301
  "Отложить перевод на некоторые языки и <strong>опубликовать только "
1302
  "переведенные тексты</strong>;"
1303
 
1304
- #: includes/options/class-wpglobus-options.php:1042
1305
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1306
  msgstr ""
1307
  "Поддерживать <strong>раздельные меню и виджеты для каждого языка</strong>;"
1308
 
1309
- #: includes/options/class-wpglobus-options.php:1045
1310
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1311
  msgstr "<strong>Перевести товары и категории WooCommerce</strong>;"
1312
 
1313
- #: includes/options/class-wpglobus-options.php:1048
1314
  msgid ""
1315
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1316
  "strong>;"
@@ -1318,20 +1318,20 @@ msgstr ""
1318
  "Проверять ключевые слова раздельно для каждого языка в <strong>Yoast SEO</"
1319
  "strong>;"
1320
 
1321
- #: includes/options/class-wpglobus-options.php:1052
1322
  msgid "...and more."
1323
  msgstr "...и не только это."
1324
 
1325
- #: includes/options/class-wpglobus-options.php:1055
1326
  msgid "Click here to visit the WPGlobus Store"
1327
  msgstr "Посетите наш магазин"
1328
 
1329
- #: includes/options/class-wpglobus-options.php:1096
1330
  msgid "Select a language"
1331
  msgstr "Выберите язык"
1332
 
1333
  #. translators: %3$s placeholder for the icon (actual picture).
1334
- #: includes/options/class-wpglobus-options.php:1125
1335
  msgid ""
1336
  "Place the %1$smain language%2$s of your site at the top of the list by "
1337
  "dragging the %3$s icons."
@@ -1340,68 +1340,68 @@ msgstr ""
1340
  "передвигая иконки %3$s."
1341
 
1342
  #. translators: placeholders for the "strong" HTML tags.
1343
- #: includes/options/class-wpglobus-options.php:1128
1344
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1345
  msgstr ""
1346
  "%1$sСнимите флажок%2$s с языков, которые вы не планируете использовать."
1347
 
1348
  #. translators: placeholders for the "strong" HTML tags.
1349
- #: includes/options/class-wpglobus-options.php:1131
1350
  msgid "%1$sAdd%2$s more languages using the section below."
1351
  msgstr "%1$sДобавьте%2$s дополнительные языки, используя раздел ниже."
1352
 
1353
- #: includes/options/class-wpglobus-options.php:1132
1354
  msgid "When done, click the [Save Changes] button."
1355
  msgstr "Когда закончите, нажмите кнопку [Сохранить изменения]."
1356
 
1357
  #. translators: %s - placeholder for the "Save Changes" button text.
1358
- #: includes/options/class-wpglobus-options.php:1143
1359
  msgid "Press the %s button to confirm."
1360
  msgstr "Нажмите кнопку %s для подтверждения."
1361
 
1362
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1363
- #: includes/options/class-wpglobus-options.php:1160
1364
  msgid "-- none --"
1365
  msgstr "-- не показывать --"
1366
 
1367
- #: includes/options/class-wpglobus-options.php:1161
1368
  msgid "All menus"
1369
  msgstr "Все меню"
1370
 
1371
- #: includes/options/class-wpglobus-options.php:1174
1372
  msgid "Instructions:"
1373
  msgstr "Инструкции:"
1374
 
1375
- #: includes/options/class-wpglobus-options.php:1234
1376
  msgid "(Found in some themes)"
1377
  msgstr "(Используется в некоторых темах)"
1378
 
1379
- #: includes/options/class-wpglobus-options.php:1236
1380
  msgid "Enable"
1381
  msgstr "Включить"
1382
 
1383
- #: includes/options/class-wpglobus-options.php:1251
1384
  msgid "Languages table"
1385
  msgstr "Таблица языков"
1386
 
1387
- #: includes/options/class-wpglobus-options.php:1257
1388
  msgid "Use this table to add, edit or delete languages."
1389
  msgstr ""
1390
  "Используйте эту таблицу, чтобы добавлять, удалять или редактировать языки."
1391
 
1392
- #: includes/options/class-wpglobus-options.php:1258
1393
  msgid "NOTE: you cannot remove the main language."
1394
  msgstr "ВНИМАНИЕ: язык по умолчанию не может быть удален."
1395
 
1396
- #: includes/options/class-wpglobus-options.php:1306
1397
  msgid "WPGlobus is enabled on these Post Types"
1398
  msgstr "WPGlobus активен в этих типах записей"
1399
 
1400
- #: includes/options/class-wpglobus-options.php:1307
1401
  msgid "Uncheck to disable"
1402
  msgstr "Снимите флажок, чтобы отключить WPGlobus"
1403
 
1404
- #: includes/options/class-wpglobus-options.php:1308
1405
  msgid ""
1406
  "Please note that there are post types, which status is managed by other "
1407
  "plugins and cannot be changed here."
@@ -1409,11 +1409,11 @@ msgstr ""
1409
  "Внимание: некоторые типы записей управляются другими плагинами и поэтому не "
1410
  "могут контролироваться в этой панели настроек."
1411
 
1412
- #: includes/options/class-wpglobus-options.php:1313
1413
  msgid "Post Types"
1414
  msgstr "Типы записей"
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1329
1417
  msgid ""
1418
  "You should put here only the code provided by WPGlobus Support. Do not write "
1419
  "anything else in the sections below as it might break the functionality of "
@@ -1423,48 +1423,48 @@ msgstr ""
1423
  "службой поддержки WPGlobus. Не записывайте сюда ничего другого, поскольку "
1424
  "это может нарушить работу вашего сайта!"
1425
 
1426
- #: includes/options/class-wpglobus-options.php:1370
1427
  msgid "Custom Code"
1428
  msgstr "Добавьте JS/CSS"
1429
 
1430
- #: includes/options/class-wpglobus-options.php:1478,
1431
- #: includes/options/class-wpglobus-options.php:1610,
1432
- #: includes/options/class-wpglobus-options.php:1721
1433
  msgid "Enabled"
1434
  msgstr "Разрешена"
1435
 
1436
- #: includes/options/class-wpglobus-options.php:1491
1437
  msgid "Builders support"
1438
  msgstr "Поддержка конструкторов страниц (Builders)"
1439
 
1440
- #: includes/options/class-wpglobus-options.php:1543
1441
  msgid "Builder mode is enabled on these Post Types"
1442
  msgstr "Режим `Builder` активен для этих типов записей"
1443
 
1444
- #: includes/options/class-wpglobus-options.php:1609
1445
  msgid "Old fashioned language switcher"
1446
  msgstr "Использовать прежний переключатель языка"
1447
 
1448
- #: includes/options/class-wpglobus-options.php:1615
1449
  msgid "Block Editor"
1450
  msgstr "Редактор блоков"
1451
 
1452
- #: includes/options/class-wpglobus-options.php:1616
1453
  msgid "Block Editor Options"
1454
  msgstr "Настройки редактора блоков"
1455
 
1456
- #: includes/options/class-wpglobus-options.php:1645
1457
  msgid ""
1458
  "With the current settings, you will see the following lines in the section "
1459
  "HEAD of your site pages"
1460
  msgstr ""
1461
  "С текущими настройками вы увидите эти строки в секции head ваших страниц"
1462
 
1463
- #: includes/options/class-wpglobus-options.php:1647
1464
  msgid "(example for two languages)"
1465
  msgstr "(пример для двух языков)"
1466
 
1467
- #: includes/options/class-wpglobus-options.php:1694
1468
  msgid ""
1469
  "Tell search engines about localized versions of your pages using the "
1470
  "hreflang tag"
@@ -1472,48 +1472,48 @@ msgstr ""
1472
  "Сообщите поисковикам о наличии локализованных версий страниц с помощью тега "
1473
  "hreflang"
1474
 
1475
- #: includes/options/class-wpglobus-options.php:1703
1476
  msgid "Output the hreflang tag as"
1477
  msgstr "Выводить код hreflang как"
1478
 
1479
- #: includes/options/class-wpglobus-options.php:1706
1480
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1481
  msgstr "Язык и регион в формате en-US, ru-RU, etc."
1482
 
1483
- #: includes/options/class-wpglobus-options.php:1707
1484
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1485
  msgstr "Язык и регион в формате en-us, ru-ru, etc."
1486
 
1487
- #: includes/options/class-wpglobus-options.php:1708
1488
  msgid "Language code only (en, ru, etc.)"
1489
  msgstr "Только код языка (en, ru, etc.)"
1490
 
1491
- #: includes/options/class-wpglobus-options.php:1720
1492
  msgid "Use the code `x-default` for the main language"
1493
  msgstr "Использовать код `x-default` для языка по умолчанию"
1494
 
1495
- #: includes/options/class-wpglobus-options.php:1726
1496
  msgid "Multilingual SEO"
1497
  msgstr "Многоязычный SEO"
1498
 
1499
- #: includes/options/class-wpglobus-options.php:1727
1500
  msgid "Multilingual SEO Options"
1501
  msgstr "Настройки многоязычного SEO"
1502
 
1503
- #: includes/options/class-wpglobus-options.php:1757
1504
  msgid ""
1505
  "With WPGlobus, you can get translations for posts and pages using REST API."
1506
  msgstr ""
1507
  "WPGlobus позволяет получать переводы постов и страниц используя REST API."
1508
 
1509
- #: includes/options/class-wpglobus-options.php:1784,
1510
- #: includes/options/class-wpglobus-options.php:1792,
1511
- #: includes/options/class-wpglobus-options.php:1765,
1512
- #: includes/options/class-wpglobus-options.php:1773
1513
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1514
  msgstr "Перейдите по ссылке %1$s%2$s%3$s для получения данных на языке: %4$s."
1515
 
1516
- #: includes/options/class-wpglobus-options.php:1762
1517
  msgid ""
1518
  "For demonstration, you can try the first post that WordPress creates at the "
1519
  "initial installation."
@@ -1521,7 +1521,7 @@ msgstr ""
1521
  "В качестве примера можно использовать первый пост который создаётся при "
1522
  "установке WordPress."
1523
 
1524
- #: includes/options/class-wpglobus-options.php:1803
1525
  msgid ""
1526
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1527
  "information."
@@ -1529,7 +1529,7 @@ msgstr ""
1529
  "Для получения подробной информации обратитесь к %1$sофициальной документации"
1530
  "%2$s."
1531
 
1532
- #: includes/options/class-wpglobus-options.php:1810
1533
  msgid ""
1534
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1535
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
@@ -1539,16 +1539,16 @@ msgstr ""
1539
  "возможность проверить, существуют ли переводы полей %1$stitle%2$s, "
1540
  "%1$scontent%2$s и %1$sexcerpt%2$s для каждого языка (см.скриншот)."
1541
 
1542
- #: includes/options/class-wpglobus-options.php:1823
1543
  msgid "Description:"
1544
  msgstr "Описание:"
1545
 
1546
- #: includes/options/class-wpglobus-options.php:1830,
1547
- #: includes/options/class-wpglobus-options.php:1831
1548
  msgid "REST API"
1549
  msgstr "REST API"
1550
 
1551
- #: includes/options/class-wpglobus-options.php:2164
1552
  msgid "Translate strings"
1553
  msgstr "Переводы строк"
1554
 
356
  msgstr "Помощь"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:745,
359
+ #: includes/options/class-wpglobus-options.php:1170
360
  msgid "Languages"
361
  msgstr "Языки"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:765,
364
+ #: includes/options/class-wpglobus-options.php:1183
365
  msgid "Enabled Languages"
366
  msgstr "Установленные языки"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:767,
369
+ #: includes/options/class-wpglobus-options.php:1184
370
  msgid "These languages are currently enabled on your site."
371
  msgstr "Эти языки включены в настоящее время на вашем сайте."
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:795,
374
+ #: includes/options/class-wpglobus-options.php:1142
375
  msgid "Choose a language you would like to enable."
376
  msgstr "Выберите из списка язык, который вы хотите разрешить к использованию."
377
 
382
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
383
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
384
  #: includes/admin/class-wpglobus-customize-options.php:801,
385
+ #: includes/options/class-wpglobus-options.php:1148
386
  msgid "or Add new Language %1$s here %2$s"
387
  msgstr "или добавьте новый язык %1$s здесь %2$s"
388
 
389
  #: includes/admin/class-wpglobus-customize-options.php:813,
390
+ #: includes/options/class-wpglobus-options.php:1197
391
  msgid "Add Languages"
392
  msgstr "Добавить языки"
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:833,
395
+ #: includes/options/class-wpglobus-options.php:1205
396
  msgid "Language Selector Mode"
397
  msgstr "Способ показа переключателей"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:838,
400
+ #: includes/options/class-wpglobus-options.php:1208
401
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
402
  msgstr "Двухбуквенный код (en, ru, it, и т.п.) и флаг"
403
 
404
  #: includes/admin/class-wpglobus-customize-options.php:839,
405
+ #: includes/options/class-wpglobus-options.php:1209
406
  msgid "Full Name (English, Russian, Italian, etc.)"
407
  msgstr "Полное название (English, Russian, Italian, и т.п.)"
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:841,
410
+ #: includes/options/class-wpglobus-options.php:1210
411
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
412
  msgstr "Полное название (English, Russian, Italian, и т.п.) и флаг"
413
 
414
  #: includes/admin/class-wpglobus-customize-options.php:842,
415
+ #: includes/options/class-wpglobus-options.php:1211
416
  msgid "Flags only"
417
  msgstr "Только флаги"
418
 
419
  #: includes/admin/class-wpglobus-customize-options.php:844,
420
+ #: includes/options/class-wpglobus-options.php:1206
421
  msgid ""
422
  "Choose the way language name and country flag are shown in the drop-down menu"
423
  msgstr "Выберите способ показа названий языков и флагов в навигационном меню"
428
 
429
  #: includes/admin/class-wpglobus-customize-options.php:915,
430
  #: includes/admin/class-wpglobus-customize-options.php:888,
431
+ #: includes/options/class-wpglobus-options.php:1224
432
  msgid "Language Selector Menu"
433
  msgstr "Навигационное меню"
434
 
435
  #: includes/admin/class-wpglobus-customize-options.php:920,
436
  #: includes/admin/class-wpglobus-customize-options.php:899,
437
+ #: includes/options/class-wpglobus-options.php:1225
438
  msgid "Choose the navigation menu where the language selector will be shown"
439
  msgstr ""
440
  "Выберите навигационное меню, в котором будет показан переключатель языков"
444
  msgstr "Ни одного меню ещё не создано. Создайте."
445
 
446
  #: includes/admin/class-wpglobus-customize-options.php:940,
447
+ #: includes/options/class-wpglobus-options.php:1235
448
  msgid "\"All Pages\" menus Language selector"
449
  msgstr "Переключатель языка в меню «Все страницы»"
450
 
451
  #: includes/admin/class-wpglobus-customize-options.php:943,
452
+ #: includes/options/class-wpglobus-options.php:1237
453
  msgid ""
454
  "Adds language selector to the menus that automatically list all existing "
455
  "pages (using `wp_list_pages`)"
458
  "всех страниц (с использованием `wp_list_pages`)"
459
 
460
  #: includes/admin/class-wpglobus-customize-options.php:960,
461
+ #: includes/options/class-wpglobus-options.php:1350
462
  msgid "Custom CSS"
463
  msgstr "Пользовательский CSS"
464
 
479
  msgstr "Снимите флажок, чтобы отключить WPGlobus"
480
 
481
  #: includes/admin/class-wpglobus-customize-options.php:1125,
482
+ #: includes/options/class-wpglobus-options.php:1418
483
  msgid "Redirect"
484
  msgstr "Перенаправление"
485
 
486
  #: includes/admin/class-wpglobus-customize-options.php:1150,
487
+ #: includes/options/class-wpglobus-options.php:1413
488
  msgid "Choose the language automatically, based on:"
489
  msgstr "Выбрать язык автоматически, учитывая:"
490
 
491
  #: includes/admin/class-wpglobus-customize-options.php:1152,
492
+ #: includes/options/class-wpglobus-options.php:1403
493
  msgid "Preferred language set in the browser"
494
  msgstr "Язык, указанный как предпочтительный в настройках браузера"
495
 
496
  #: includes/admin/class-wpglobus-customize-options.php:1153,
497
+ #: includes/options/class-wpglobus-options.php:1390
498
  msgid ""
499
  "When a user comes to the site for the first time, try to find the best "
500
  "matching language version of the page."
505
  #: includes/admin/class-wpglobus-customize-options.php:1214,
506
  #: includes/admin/class-wpglobus-customize-options.php:1234,
507
  #: includes/admin/class-wpglobus-customize-options.php:1192,
508
+ #: includes/options/class-wpglobus-options.php:1362
509
  msgid "Custom JS Code"
510
  msgstr "Пользовательский JS"
511
 
552
  "кнопку сохранения внизу."
553
 
554
  #: includes/admin/class-wpglobus-customize-options.php:1351,
555
+ #: includes/options/class-wpglobus-options.php:602
556
  msgid "Thank you for installing WPGlobus!"
557
  msgstr "Спасибо за то, что вы установили плагин WPGlobus!"
558
 
559
  #: includes/admin/class-wpglobus-customize-options.php:1355,
560
+ #: includes/options/class-wpglobus-options.php:606
561
  msgid "Read About WPGlobus"
562
  msgstr "Подробно о WPGlobus"
563
 
567
  msgstr "Настройки плагина находятся в разделе <strong>[Языки]</strong>."
568
 
569
  #: includes/admin/class-wpglobus-customize-options.php:1363,
570
+ #: includes/options/class-wpglobus-options.php:642
571
  msgid ""
572
  "Should you have any questions or comments, please do not hesitate to contact "
573
  "us."
576
  "поддержкой."
577
 
578
  #: includes/admin/class-wpglobus-customize-options.php:1367,
579
+ #: includes/options/class-wpglobus-options.php:646
580
  msgid "Sincerely Yours,"
581
  msgstr "С Уважением,"
582
 
583
  #: includes/admin/class-wpglobus-customize-options.php:1369,
584
+ #: includes/options/class-wpglobus-options.php:648,
585
  #: includes/options/wpglobus-options-header.php:34
586
  msgid "The WPGlobus Team"
587
  msgstr "Команда WPGlobus"
589
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
590
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
591
  #: includes/admin/class-wpglobus-customize-options.php:1388,
592
+ #: includes/options/class-wpglobus-options.php:683
593
  msgid ""
594
  "We would hate to see you go. If something goes wrong, do not uninstall "
595
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
598
  "%1$sобратитесь к нам%2$s и позвольте вам помочь!"
599
 
600
  #: includes/admin/class-wpglobus-customize-options.php:1395,
601
+ #: includes/options/class-wpglobus-options.php:690
602
  msgid ""
603
  "Please note that if you deactivate WPGlobus, your site will show all the "
604
  "languages together, mixed up. You will need to remove all translations, "
611
  #. translators: %s: link to the Clean-up Tool
612
  #. translators: %s: link to the Clean-up Tool.
613
  #: includes/admin/class-wpglobus-customize-options.php:1400,
614
+ #: includes/options/class-wpglobus-options.php:694
615
  msgid ""
616
  "If there are just a few places, you should edit them manually. To "
617
  "automatically remove all translations at once, you can use the %s. WARNING: "
626
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
627
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
628
  #: includes/admin/class-wpglobus-customize-options.php:1403,
629
+ #: includes/options/class-wpglobus-options.php:671
630
  msgid "%1$sClean-up Tool%2$s"
631
  msgstr "%1$sПрограмму очистки%2$s"
632
 
771
  "расширений WPGlobus%2$s"
772
 
773
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
774
+ #: includes/options/class-wpglobus-options.php:720
775
  msgid "Help Desk"
776
  msgstr "Поддержка"
777
 
858
  msgstr "WPGlobus рекомендует:"
859
 
860
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
861
+ #: includes/options/class-wpglobus-options.php:927
862
  msgid "WPGlobus for WooCommerce"
863
  msgstr "WPGlobus для WooCommerce"
864
 
1053
  msgstr "Стиль меню выбора языка"
1054
 
1055
  #: includes/options/class-wpglobus-options.php:273,
1056
+ #: includes/options/class-wpglobus-options.php:796,
1057
+ #: includes/options/class-wpglobus-options.php:865
1058
  msgid "WPGlobus Plus"
1059
  msgstr "WPGlobus Плюс"
1060
 
1082
  "Ваш браузер показывает панель настроек WPGlobus некорректно. Обновите версию "
1083
  "браузера или попробуйте другой."
1084
 
1085
+ #: includes/options/class-wpglobus-options.php:593,
1086
+ #: includes/options/class-wpglobus-options.php:1571
1087
  msgid "Сompatibility"
1088
  msgstr "Совместимость"
1089
 
1090
  #. translators: placeholders for "strong" tags.
1091
+ #: includes/options/class-wpglobus-options.php:610
1092
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1093
  msgstr "Основные настройки плагина находятся в разделе %1$s[Языки]%2$s."
1094
 
1095
  #. translators: placeholders for "strong" tags.
1096
+ #: includes/options/class-wpglobus-options.php:613
1097
  msgid ""
1098
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1099
  "the language attributes: name, code, flag icon, etc."
1101
  "Используйте раздел %1$s[Таблица языков]%2$s для того чтобы добавить язык или "
1102
  "отредактировать аттрибуты (название, код, флаг и т.п.)"
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:616
1105
  msgid "Important notes"
1106
  msgstr "Важные уведомления"
1107
 
1108
  #. translators: placeholders for "strong" tags.
1109
+ #: includes/options/class-wpglobus-options.php:618
1110
  msgid "Version %1$s1.9.17%2$s "
1111
  msgstr "Версия %1$s1.9.17%2$s "
1112
 
1113
  #. translators: placeholders for "strong" tags.
1114
+ #: includes/options/class-wpglobus-options.php:621
1115
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1116
  msgstr "Начиная с этой версии %1$sWPGlobus%2$s работает в двух режимах"
1117
 
1118
  #. translators: placeholders for "strong" tags; compatibility tab link.
1119
+ #: includes/options/class-wpglobus-options.php:624
1120
  msgid ""
1121
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1122
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1126
  "%1$s[%3$s]%2$s."
1127
 
1128
  #. translators: placeholders for "strong" tags; compatibility tab link.
1129
+ #: includes/options/class-wpglobus-options.php:627
1130
  msgid ""
1131
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1132
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1135
  "или если вы явно отключили поддержку компоновщика на вкладке %1$s[%3$s]%2$s."
1136
 
1137
  #. translators: placeholders for "strong" tags.
1138
+ #: includes/options/class-wpglobus-options.php:631
1139
  msgid "Version %1$s2.2.11%2$s "
1140
  msgstr "Версия %1$s2.2.11%2$s "
1141
 
1142
+ #: includes/options/class-wpglobus-options.php:633
1143
  msgid "Starting from this version"
1144
  msgstr "Начиная с этой версии"
1145
 
1146
  #. translators: placeholders for "strong" tags.
1147
+ #: includes/options/class-wpglobus-options.php:636
1148
  msgid ""
1149
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1150
  "(CPT)."
1153
  "по умолчанию."
1154
 
1155
  #. translators: placeholders for "strong" tags.
1156
+ #: includes/options/class-wpglobus-options.php:639
1157
  msgid ""
1158
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1159
  "the %1$s[%3$s]%2$s tab."
1161
  "Чтобы включить поддержку %1$sBuilder mode%2$s для определённого типа постов "
1162
  "перейдите на вкладку %1$s[%3$s]%2$s."
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:656
1165
  msgid "Welcome!"
1166
  msgstr "Добро пожаловать!"
1167
 
1168
+ #: includes/options/class-wpglobus-options.php:679
1169
  msgid "Deactivating / Uninstalling"
1170
  msgstr "Деактивация / Деинсталляция"
1171
 
1172
+ #: includes/options/class-wpglobus-options.php:705
1173
  msgid "Uninstall"
1174
  msgstr "Деактивация"
1175
 
1176
+ #: includes/options/class-wpglobus-options.php:735
1177
  msgid "All add-ons"
1178
  msgstr "Все расширения"
1179
 
1180
+ #: includes/options/class-wpglobus-options.php:750
1181
  msgid "Mobile Menu"
1182
  msgstr "Мобильное Меню"
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:765
1185
  msgid "Language Widgets"
1186
  msgstr "Языки для виджетов"
1187
 
1188
+ #: includes/options/class-wpglobus-options.php:835
1189
  msgid "We Recommend..."
1190
  msgstr "Рекомендуем..."
1191
 
1192
+ #: includes/options/class-wpglobus-options.php:867
1193
  msgid ""
1194
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1195
  "website, such as:"
1196
  msgstr "Расширение WPGlobus-Плюс позволит:"
1197
 
1198
+ #: includes/options/class-wpglobus-options.php:870
1199
  msgid ""
1200
  "- Ability to write a post in one language and immediately publish it, not "
1201
  "waiting for the translation to other languages;"
1203
  "-Возможность написать сообщение на одном языке и немедленно опубликовать "
1204
  "его, не дожидаясь их перевода на другие языки;"
1205
 
1206
+ #: includes/options/class-wpglobus-options.php:873
1207
  msgid "- Set different URLs for each translation;"
1208
  msgstr "- Перевести УРЛы (постоянные ссылки) на различные языки;"
1209
 
1210
+ #: includes/options/class-wpglobus-options.php:876
1211
  msgid ""
1212
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1213
  "for each translation;"
1215
  "- В плагине Yoast SEO проверять ключевые слова и выполнять анализ текста для "
1216
  "каждого языка;"
1217
 
1218
+ #: includes/options/class-wpglobus-options.php:879
1219
  msgid "- and more..."
1220
  msgstr "- и много дополнительных возможностей..."
1221
 
1222
+ #: includes/options/class-wpglobus-options.php:882,
1223
+ #: includes/options/class-wpglobus-options.php:939,
1224
+ #: includes/options/class-wpglobus-options.php:997
1225
  msgid "Click here to download"
1226
  msgstr "Нажмите здесь чтобы установить"
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:930
1229
  msgid ""
1230
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1231
  "translate your blog posts and pages to many languages."
1233
  "Спасибо за установку WPGlobus! Теперь у вас есть многоязычный веб-сайт, и вы "
1234
  "можете перевести записи в блоге и страницы на несколько языков."
1235
 
1236
+ #: includes/options/class-wpglobus-options.php:933
1237
  msgid "The next step is to translate your WooCommerce-based store!"
1238
  msgstr "Следующий шаг - сделать мультиязычным ваш онлайн магазин!"
1239
 
1240
+ #: includes/options/class-wpglobus-options.php:936
1241
  msgid ""
1242
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1243
  "translate product titles and descriptions, categories, tags and attributes."
1245
  "С помощью расширения WPGlobus для WooCommerce вы сможете перевести названия "
1246
  "и описания товаров, категорий, свойств и меток."
1247
 
1248
+ #: includes/options/class-wpglobus-options.php:983
1249
  msgid "Multi-currency"
1250
  msgstr "Мультивалютность"
1251
 
1252
+ #: includes/options/class-wpglobus-options.php:986
1253
  msgid ""
1254
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1255
  "a single currency only."
1256
  msgstr "Ваш магазин WooCommerce настроен на показ цен в одной валюте."
1257
 
1258
+ #: includes/options/class-wpglobus-options.php:990
1259
  msgid ""
1260
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1261
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1265
  "С помощью WPGlobus вы сможете автоматически пересчитывать цены по курсу и "
1266
  "показывать клиентам привычную им валюту."
1267
 
1268
+ #: includes/options/class-wpglobus-options.php:994
1269
  msgid ""
1270
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1271
  "re-calculating prices on-the-fly."
1273
  "Расширение WPGlobus-мультивалютность позволяет переключаться между валютами, "
1274
  "автоматически пересчитывая цены."
1275
 
1276
+ #: includes/options/class-wpglobus-options.php:1031
1277
  msgid "WPGlobus Premium Add-ons"
1278
  msgstr "Платные расширения"
1279
 
1280
+ #: includes/options/class-wpglobus-options.php:1033
1281
  msgid ""
1282
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1283
  "you will be able to:"
1285
  "Мы написали несколько премиальных расширений для WPGlobus. С их помощью вы "
1286
  "сможете:"
1287
 
1288
+ #: includes/options/class-wpglobus-options.php:1038
1289
  msgid ""
1290
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1291
  "моя-страница and so on);"
1293
  "<strong>Перевести УРЛы</strong> (/my-page/ станет /fr/ma-page/, /ru/моя-"
1294
  "страница/ и так далее);"
1295
 
1296
+ #: includes/options/class-wpglobus-options.php:1041
1297
  msgid ""
1298
  "Postpone translation to some languages and <strong>publish only the "
1299
  "translated texts</strong>;"
1301
  "Отложить перевод на некоторые языки и <strong>опубликовать только "
1302
  "переведенные тексты</strong>;"
1303
 
1304
+ #: includes/options/class-wpglobus-options.php:1044
1305
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1306
  msgstr ""
1307
  "Поддерживать <strong>раздельные меню и виджеты для каждого языка</strong>;"
1308
 
1309
+ #: includes/options/class-wpglobus-options.php:1047
1310
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1311
  msgstr "<strong>Перевести товары и категории WooCommerce</strong>;"
1312
 
1313
+ #: includes/options/class-wpglobus-options.php:1050
1314
  msgid ""
1315
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1316
  "strong>;"
1318
  "Проверять ключевые слова раздельно для каждого языка в <strong>Yoast SEO</"
1319
  "strong>;"
1320
 
1321
+ #: includes/options/class-wpglobus-options.php:1054
1322
  msgid "...and more."
1323
  msgstr "...и не только это."
1324
 
1325
+ #: includes/options/class-wpglobus-options.php:1057
1326
  msgid "Click here to visit the WPGlobus Store"
1327
  msgstr "Посетите наш магазин"
1328
 
1329
+ #: includes/options/class-wpglobus-options.php:1098
1330
  msgid "Select a language"
1331
  msgstr "Выберите язык"
1332
 
1333
  #. translators: %3$s placeholder for the icon (actual picture).
1334
+ #: includes/options/class-wpglobus-options.php:1127
1335
  msgid ""
1336
  "Place the %1$smain language%2$s of your site at the top of the list by "
1337
  "dragging the %3$s icons."
1340
  "передвигая иконки %3$s."
1341
 
1342
  #. translators: placeholders for the "strong" HTML tags.
1343
+ #: includes/options/class-wpglobus-options.php:1130
1344
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1345
  msgstr ""
1346
  "%1$sСнимите флажок%2$s с языков, которые вы не планируете использовать."
1347
 
1348
  #. translators: placeholders for the "strong" HTML tags.
1349
+ #: includes/options/class-wpglobus-options.php:1133
1350
  msgid "%1$sAdd%2$s more languages using the section below."
1351
  msgstr "%1$sДобавьте%2$s дополнительные языки, используя раздел ниже."
1352
 
1353
+ #: includes/options/class-wpglobus-options.php:1134
1354
  msgid "When done, click the [Save Changes] button."
1355
  msgstr "Когда закончите, нажмите кнопку [Сохранить изменения]."
1356
 
1357
  #. translators: %s - placeholder for the "Save Changes" button text.
1358
+ #: includes/options/class-wpglobus-options.php:1145
1359
  msgid "Press the %s button to confirm."
1360
  msgstr "Нажмите кнопку %s для подтверждения."
1361
 
1362
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1363
+ #: includes/options/class-wpglobus-options.php:1162
1364
  msgid "-- none --"
1365
  msgstr "-- не показывать --"
1366
 
1367
+ #: includes/options/class-wpglobus-options.php:1163
1368
  msgid "All menus"
1369
  msgstr "Все меню"
1370
 
1371
+ #: includes/options/class-wpglobus-options.php:1176
1372
  msgid "Instructions:"
1373
  msgstr "Инструкции:"
1374
 
1375
+ #: includes/options/class-wpglobus-options.php:1236
1376
  msgid "(Found in some themes)"
1377
  msgstr "(Используется в некоторых темах)"
1378
 
1379
+ #: includes/options/class-wpglobus-options.php:1238
1380
  msgid "Enable"
1381
  msgstr "Включить"
1382
 
1383
+ #: includes/options/class-wpglobus-options.php:1253
1384
  msgid "Languages table"
1385
  msgstr "Таблица языков"
1386
 
1387
+ #: includes/options/class-wpglobus-options.php:1259
1388
  msgid "Use this table to add, edit or delete languages."
1389
  msgstr ""
1390
  "Используйте эту таблицу, чтобы добавлять, удалять или редактировать языки."
1391
 
1392
+ #: includes/options/class-wpglobus-options.php:1260
1393
  msgid "NOTE: you cannot remove the main language."
1394
  msgstr "ВНИМАНИЕ: язык по умолчанию не может быть удален."
1395
 
1396
+ #: includes/options/class-wpglobus-options.php:1308
1397
  msgid "WPGlobus is enabled on these Post Types"
1398
  msgstr "WPGlobus активен в этих типах записей"
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:1309
1401
  msgid "Uncheck to disable"
1402
  msgstr "Снимите флажок, чтобы отключить WPGlobus"
1403
 
1404
+ #: includes/options/class-wpglobus-options.php:1310
1405
  msgid ""
1406
  "Please note that there are post types, which status is managed by other "
1407
  "plugins and cannot be changed here."
1409
  "Внимание: некоторые типы записей управляются другими плагинами и поэтому не "
1410
  "могут контролироваться в этой панели настроек."
1411
 
1412
+ #: includes/options/class-wpglobus-options.php:1315
1413
  msgid "Post Types"
1414
  msgstr "Типы записей"
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1331
1417
  msgid ""
1418
  "You should put here only the code provided by WPGlobus Support. Do not write "
1419
  "anything else in the sections below as it might break the functionality of "
1423
  "службой поддержки WPGlobus. Не записывайте сюда ничего другого, поскольку "
1424
  "это может нарушить работу вашего сайта!"
1425
 
1426
+ #: includes/options/class-wpglobus-options.php:1372
1427
  msgid "Custom Code"
1428
  msgstr "Добавьте JS/CSS"
1429
 
1430
+ #: includes/options/class-wpglobus-options.php:1480,
1431
+ #: includes/options/class-wpglobus-options.php:1612,
1432
+ #: includes/options/class-wpglobus-options.php:1723
1433
  msgid "Enabled"
1434
  msgstr "Разрешена"
1435
 
1436
+ #: includes/options/class-wpglobus-options.php:1493
1437
  msgid "Builders support"
1438
  msgstr "Поддержка конструкторов страниц (Builders)"
1439
 
1440
+ #: includes/options/class-wpglobus-options.php:1545
1441
  msgid "Builder mode is enabled on these Post Types"
1442
  msgstr "Режим `Builder` активен для этих типов записей"
1443
 
1444
+ #: includes/options/class-wpglobus-options.php:1611
1445
  msgid "Old fashioned language switcher"
1446
  msgstr "Использовать прежний переключатель языка"
1447
 
1448
+ #: includes/options/class-wpglobus-options.php:1617
1449
  msgid "Block Editor"
1450
  msgstr "Редактор блоков"
1451
 
1452
+ #: includes/options/class-wpglobus-options.php:1618
1453
  msgid "Block Editor Options"
1454
  msgstr "Настройки редактора блоков"
1455
 
1456
+ #: includes/options/class-wpglobus-options.php:1647
1457
  msgid ""
1458
  "With the current settings, you will see the following lines in the section "
1459
  "HEAD of your site pages"
1460
  msgstr ""
1461
  "С текущими настройками вы увидите эти строки в секции head ваших страниц"
1462
 
1463
+ #: includes/options/class-wpglobus-options.php:1649
1464
  msgid "(example for two languages)"
1465
  msgstr "(пример для двух языков)"
1466
 
1467
+ #: includes/options/class-wpglobus-options.php:1696
1468
  msgid ""
1469
  "Tell search engines about localized versions of your pages using the "
1470
  "hreflang tag"
1472
  "Сообщите поисковикам о наличии локализованных версий страниц с помощью тега "
1473
  "hreflang"
1474
 
1475
+ #: includes/options/class-wpglobus-options.php:1705
1476
  msgid "Output the hreflang tag as"
1477
  msgstr "Выводить код hreflang как"
1478
 
1479
+ #: includes/options/class-wpglobus-options.php:1708
1480
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1481
  msgstr "Язык и регион в формате en-US, ru-RU, etc."
1482
 
1483
+ #: includes/options/class-wpglobus-options.php:1709
1484
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1485
  msgstr "Язык и регион в формате en-us, ru-ru, etc."
1486
 
1487
+ #: includes/options/class-wpglobus-options.php:1710
1488
  msgid "Language code only (en, ru, etc.)"
1489
  msgstr "Только код языка (en, ru, etc.)"
1490
 
1491
+ #: includes/options/class-wpglobus-options.php:1722
1492
  msgid "Use the code `x-default` for the main language"
1493
  msgstr "Использовать код `x-default` для языка по умолчанию"
1494
 
1495
+ #: includes/options/class-wpglobus-options.php:1728
1496
  msgid "Multilingual SEO"
1497
  msgstr "Многоязычный SEO"
1498
 
1499
+ #: includes/options/class-wpglobus-options.php:1729
1500
  msgid "Multilingual SEO Options"
1501
  msgstr "Настройки многоязычного SEO"
1502
 
1503
+ #: includes/options/class-wpglobus-options.php:1766
1504
  msgid ""
1505
  "With WPGlobus, you can get translations for posts and pages using REST API."
1506
  msgstr ""
1507
  "WPGlobus позволяет получать переводы постов и страниц используя REST API."
1508
 
1509
+ #: includes/options/class-wpglobus-options.php:1793,
1510
+ #: includes/options/class-wpglobus-options.php:1801,
1511
+ #: includes/options/class-wpglobus-options.php:1774,
1512
+ #: includes/options/class-wpglobus-options.php:1782
1513
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1514
  msgstr "Перейдите по ссылке %1$s%2$s%3$s для получения данных на языке: %4$s."
1515
 
1516
+ #: includes/options/class-wpglobus-options.php:1771
1517
  msgid ""
1518
  "For demonstration, you can try the first post that WordPress creates at the "
1519
  "initial installation."
1521
  "В качестве примера можно использовать первый пост который создаётся при "
1522
  "установке WordPress."
1523
 
1524
+ #: includes/options/class-wpglobus-options.php:1812
1525
  msgid ""
1526
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1527
  "information."
1529
  "Для получения подробной информации обратитесь к %1$sофициальной документации"
1530
  "%2$s."
1531
 
1532
+ #: includes/options/class-wpglobus-options.php:1819
1533
  msgid ""
1534
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1535
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1539
  "возможность проверить, существуют ли переводы полей %1$stitle%2$s, "
1540
  "%1$scontent%2$s и %1$sexcerpt%2$s для каждого языка (см.скриншот)."
1541
 
1542
+ #: includes/options/class-wpglobus-options.php:1832
1543
  msgid "Description:"
1544
  msgstr "Описание:"
1545
 
1546
+ #: includes/options/class-wpglobus-options.php:1839,
1547
+ #: includes/options/class-wpglobus-options.php:1840
1548
  msgid "REST API"
1549
  msgstr "REST API"
1550
 
1551
+ #: includes/options/class-wpglobus-options.php:2173
1552
  msgid "Translate strings"
1553
  msgstr "Переводы строк"
1554
 
languages/wpglobus-sv_SE.po CHANGED
@@ -320,22 +320,22 @@ msgid "Help"
320
  msgstr "Hjälp"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
- #: includes/options/class-wpglobus-options.php:1168
324
  msgid "Languages"
325
  msgstr "Språk"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
- #: includes/options/class-wpglobus-options.php:1181
329
  msgid "Enabled Languages"
330
  msgstr "Aktiverade språk"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
- #: includes/options/class-wpglobus-options.php:1182
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Dessa språk är aktiverade på din webbplats."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
- #: includes/options/class-wpglobus-options.php:1140
339
  msgid "Choose a language you would like to enable."
340
  msgstr "Välj ett språk som du vill aktivera."
341
 
@@ -346,42 +346,42 @@ msgstr ""
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
- #: includes/options/class-wpglobus-options.php:1146
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
- #: includes/options/class-wpglobus-options.php:1195
355
  msgid "Add Languages"
356
  msgstr "Lägg till språk"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
- #: includes/options/class-wpglobus-options.php:1203
360
  msgid "Language Selector Mode"
361
  msgstr "Språkväljar-läge"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
- #: includes/options/class-wpglobus-options.php:1206
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Två bokstavskod med flagga (en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
- #: includes/options/class-wpglobus-options.php:1207
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Fullständigt namn (engelska, ryska, italienska, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
- #: includes/options/class-wpglobus-options.php:1208
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Fullständigt namn med flagga (engelska, ryska, italienska, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
- #: includes/options/class-wpglobus-options.php:1209
380
  msgid "Flags only"
381
  msgstr "Endast Flaggor"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
- #: includes/options/class-wpglobus-options.php:1204
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr "Välj hur språknamn och landsflagga visas i rullgardinsmenyn"
@@ -392,13 +392,13 @@ msgstr ""
392
 
393
  #: includes/admin/class-wpglobus-customize-options.php:915,
394
  #: includes/admin/class-wpglobus-customize-options.php:888,
395
- #: includes/options/class-wpglobus-options.php:1222
396
  msgid "Language Selector Menu"
397
  msgstr "Språkväljar-meny"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:920,
400
  #: includes/admin/class-wpglobus-customize-options.php:899,
401
- #: includes/options/class-wpglobus-options.php:1223
402
  msgid "Choose the navigation menu where the language selector will be shown"
403
  msgstr "Välj navigeringsmenyn där språkväljaren visas"
404
 
@@ -407,12 +407,12 @@ msgid "No menus have been created yet. Create some."
407
  msgstr ""
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:940,
410
- #: includes/options/class-wpglobus-options.php:1233
411
  msgid "\"All Pages\" menus Language selector"
412
  msgstr "Språkväljarmeny på ”Alla sidor”"
413
 
414
  #: includes/admin/class-wpglobus-customize-options.php:943,
415
- #: includes/options/class-wpglobus-options.php:1235
416
  msgid ""
417
  "Adds language selector to the menus that automatically list all existing "
418
  "pages (using `wp_list_pages`)"
@@ -421,7 +421,7 @@ msgstr ""
421
  "sidor (med `wp_list_pages`)"
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:960,
424
- #: includes/options/class-wpglobus-options.php:1348
425
  msgid "Custom CSS"
426
  msgstr "Anpassad CSS"
427
 
@@ -442,22 +442,22 @@ msgid "Uncheck to disable WPGlobus"
442
  msgstr "Avmarkera för att inaktivera WPGlobus"
443
 
444
  #: includes/admin/class-wpglobus-customize-options.php:1125,
445
- #: includes/options/class-wpglobus-options.php:1416
446
  msgid "Redirect"
447
  msgstr "Omdirigera"
448
 
449
  #: includes/admin/class-wpglobus-customize-options.php:1150,
450
- #: includes/options/class-wpglobus-options.php:1411
451
  msgid "Choose the language automatically, based on:"
452
  msgstr ""
453
 
454
  #: includes/admin/class-wpglobus-customize-options.php:1152,
455
- #: includes/options/class-wpglobus-options.php:1401
456
  msgid "Preferred language set in the browser"
457
  msgstr ""
458
 
459
  #: includes/admin/class-wpglobus-customize-options.php:1153,
460
- #: includes/options/class-wpglobus-options.php:1388
461
  msgid ""
462
  "When a user comes to the site for the first time, try to find the best "
463
  "matching language version of the page."
@@ -466,7 +466,7 @@ msgstr ""
466
  #: includes/admin/class-wpglobus-customize-options.php:1214,
467
  #: includes/admin/class-wpglobus-customize-options.php:1234,
468
  #: includes/admin/class-wpglobus-customize-options.php:1192,
469
- #: includes/options/class-wpglobus-options.php:1360
470
  msgid "Custom JS Code"
471
  msgstr "Anpassad JS-kod"
472
 
@@ -508,12 +508,12 @@ msgid ""
508
  msgstr ""
509
 
510
  #: includes/admin/class-wpglobus-customize-options.php:1351,
511
- #: includes/options/class-wpglobus-options.php:600
512
  msgid "Thank you for installing WPGlobus!"
513
  msgstr "Tack för att du installerar WPGlobus!"
514
 
515
  #: includes/admin/class-wpglobus-customize-options.php:1355,
516
- #: includes/options/class-wpglobus-options.php:604
517
  msgid "Read About WPGlobus"
518
  msgstr "Läs om WPGlobus"
519
 
@@ -525,19 +525,19 @@ msgstr ""
525
  "alternativen."
526
 
527
  #: includes/admin/class-wpglobus-customize-options.php:1363,
528
- #: includes/options/class-wpglobus-options.php:640
529
  msgid ""
530
  "Should you have any questions or comments, please do not hesitate to contact "
531
  "us."
532
  msgstr "Om du har några frågor eller kommentarer, tveka inte att kontakta oss."
533
 
534
  #: includes/admin/class-wpglobus-customize-options.php:1367,
535
- #: includes/options/class-wpglobus-options.php:644
536
  msgid "Sincerely Yours,"
537
  msgstr "Med vänlig hälsning,"
538
 
539
  #: includes/admin/class-wpglobus-customize-options.php:1369,
540
- #: includes/options/class-wpglobus-options.php:646,
541
  #: includes/options/wpglobus-options-header.php:34
542
  msgid "The WPGlobus Team"
543
  msgstr "WPGlobus Teamet"
@@ -545,14 +545,14 @@ msgstr "WPGlobus Teamet"
545
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
546
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
547
  #: includes/admin/class-wpglobus-customize-options.php:1388,
548
- #: includes/options/class-wpglobus-options.php:681
549
  msgid ""
550
  "We would hate to see you go. If something goes wrong, do not uninstall "
551
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
552
  msgstr ""
553
 
554
  #: includes/admin/class-wpglobus-customize-options.php:1395,
555
- #: includes/options/class-wpglobus-options.php:688
556
  msgid ""
557
  "Please note that if you deactivate WPGlobus, your site will show all the "
558
  "languages together, mixed up. You will need to remove all translations, "
@@ -562,7 +562,7 @@ msgstr ""
562
  #. translators: %s: link to the Clean-up Tool
563
  #. translators: %s: link to the Clean-up Tool.
564
  #: includes/admin/class-wpglobus-customize-options.php:1400,
565
- #: includes/options/class-wpglobus-options.php:692
566
  msgid ""
567
  "If there are just a few places, you should edit them manually. To "
568
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -573,7 +573,7 @@ msgstr ""
573
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
574
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
575
  #: includes/admin/class-wpglobus-customize-options.php:1403,
576
- #: includes/options/class-wpglobus-options.php:669
577
  msgid "%1$sClean-up Tool%2$s"
578
  msgstr ""
579
 
@@ -716,7 +716,7 @@ msgid ""
716
  msgstr ""
717
 
718
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
719
- #: includes/options/class-wpglobus-options.php:718
720
  msgid "Help Desk"
721
  msgstr "Kundtjänst"
722
 
@@ -797,7 +797,7 @@ msgid "WPGlobus Recommends:"
797
  msgstr "WPGlobus rekommenderar:"
798
 
799
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
800
- #: includes/options/class-wpglobus-options.php:925
801
  msgid "WPGlobus for WooCommerce"
802
  msgstr ""
803
 
@@ -984,8 +984,8 @@ msgid "Language Selector Menu Style"
984
  msgstr ""
985
 
986
  #: includes/options/class-wpglobus-options.php:273,
987
- #: includes/options/class-wpglobus-options.php:794,
988
- #: includes/options/class-wpglobus-options.php:863
989
  msgid "WPGlobus Plus"
990
  msgstr ""
991
 
@@ -1011,18 +1011,18 @@ msgid ""
1011
  "Settings panel properly. Please try another browser."
1012
  msgstr ""
1013
 
1014
- #: includes/options/class-wpglobus-options.php:591,
1015
- #: includes/options/class-wpglobus-options.php:1569
1016
  msgid "Сompatibility"
1017
  msgstr "Kompatibilitet"
1018
 
1019
  #. translators: placeholders for "strong" tags.
1020
- #: includes/options/class-wpglobus-options.php:608
1021
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags.
1025
- #: includes/options/class-wpglobus-options.php:611
1026
  msgid ""
1027
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1028
  "the language attributes: name, code, flag icon, etc."
@@ -1030,144 +1030,144 @@ msgstr ""
1030
  "Använd sektionen %1$s[Språktabell]%2$s för att lägga till ett nytt språk "
1031
  "eller för att redigera språkattributen: namn, kod, flaggikon, osv."
1032
 
1033
- #: includes/options/class-wpglobus-options.php:614
1034
  msgid "Important notes"
1035
  msgstr "Viktig information"
1036
 
1037
  #. translators: placeholders for "strong" tags.
1038
- #: includes/options/class-wpglobus-options.php:616
1039
  msgid "Version %1$s1.9.17%2$s "
1040
  msgstr ""
1041
 
1042
  #. translators: placeholders for "strong" tags.
1043
- #: includes/options/class-wpglobus-options.php:619
1044
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags; compatibility tab link.
1048
- #: includes/options/class-wpglobus-options.php:622
1049
  msgid ""
1050
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1051
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
  #. translators: placeholders for "strong" tags; compatibility tab link.
1055
- #: includes/options/class-wpglobus-options.php:625
1056
  msgid ""
1057
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1058
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1059
  msgstr ""
1060
 
1061
  #. translators: placeholders for "strong" tags.
1062
- #: includes/options/class-wpglobus-options.php:629
1063
  msgid "Version %1$s2.2.11%2$s "
1064
  msgstr ""
1065
 
1066
- #: includes/options/class-wpglobus-options.php:631
1067
  msgid "Starting from this version"
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
- #: includes/options/class-wpglobus-options.php:634
1072
  msgid ""
1073
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1074
  "(CPT)."
1075
  msgstr ""
1076
 
1077
  #. translators: placeholders for "strong" tags.
1078
- #: includes/options/class-wpglobus-options.php:637
1079
  msgid ""
1080
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1081
  "the %1$s[%3$s]%2$s tab."
1082
  msgstr ""
1083
 
1084
- #: includes/options/class-wpglobus-options.php:654
1085
  msgid "Welcome!"
1086
  msgstr "Välkommen!"
1087
 
1088
- #: includes/options/class-wpglobus-options.php:677
1089
  msgid "Deactivating / Uninstalling"
1090
  msgstr "Inaktivera/avinstallera"
1091
 
1092
- #: includes/options/class-wpglobus-options.php:703
1093
  msgid "Uninstall"
1094
  msgstr "Avinstallera"
1095
 
1096
- #: includes/options/class-wpglobus-options.php:733
1097
  msgid "All add-ons"
1098
  msgstr "Alla utökningar"
1099
 
1100
- #: includes/options/class-wpglobus-options.php:748
1101
  msgid "Mobile Menu"
1102
  msgstr "Mobilmeny"
1103
 
1104
- #: includes/options/class-wpglobus-options.php:763
1105
  msgid "Language Widgets"
1106
  msgstr ""
1107
 
1108
- #: includes/options/class-wpglobus-options.php:833
1109
  msgid "We Recommend..."
1110
  msgstr "Vi rekommenderar…"
1111
 
1112
- #: includes/options/class-wpglobus-options.php:865
1113
  msgid ""
1114
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1115
  "website, such as:"
1116
  msgstr ""
1117
 
1118
- #: includes/options/class-wpglobus-options.php:868
1119
  msgid ""
1120
  "- Ability to write a post in one language and immediately publish it, not "
1121
  "waiting for the translation to other languages;"
1122
  msgstr ""
1123
 
1124
- #: includes/options/class-wpglobus-options.php:871
1125
  msgid "- Set different URLs for each translation;"
1126
  msgstr ""
1127
 
1128
- #: includes/options/class-wpglobus-options.php:874
1129
  msgid ""
1130
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1131
  "for each translation;"
1132
  msgstr ""
1133
 
1134
- #: includes/options/class-wpglobus-options.php:877
1135
  msgid "- and more..."
1136
  msgstr "- och mer…"
1137
 
1138
- #: includes/options/class-wpglobus-options.php:880,
1139
- #: includes/options/class-wpglobus-options.php:937,
1140
- #: includes/options/class-wpglobus-options.php:995
1141
  msgid "Click here to download"
1142
  msgstr "Klicka här för att ladda ner"
1143
 
1144
- #: includes/options/class-wpglobus-options.php:928
1145
  msgid ""
1146
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1147
  "translate your blog posts and pages to many languages."
1148
  msgstr ""
1149
 
1150
- #: includes/options/class-wpglobus-options.php:931
1151
  msgid "The next step is to translate your WooCommerce-based store!"
1152
  msgstr ""
1153
 
1154
- #: includes/options/class-wpglobus-options.php:934
1155
  msgid ""
1156
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1157
  "translate product titles and descriptions, categories, tags and attributes."
1158
  msgstr ""
1159
 
1160
- #: includes/options/class-wpglobus-options.php:981
1161
  msgid "Multi-currency"
1162
  msgstr ""
1163
 
1164
- #: includes/options/class-wpglobus-options.php:984
1165
  msgid ""
1166
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1167
  "a single currency only."
1168
  msgstr ""
1169
 
1170
- #: includes/options/class-wpglobus-options.php:988
1171
  msgid ""
1172
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1173
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1175,62 +1175,62 @@ msgid ""
1175
  "positioning for global growth!"
1176
  msgstr ""
1177
 
1178
- #: includes/options/class-wpglobus-options.php:992
1179
  msgid ""
1180
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1181
  "re-calculating prices on-the-fly."
1182
  msgstr ""
1183
 
1184
- #: includes/options/class-wpglobus-options.php:1029
1185
  msgid "WPGlobus Premium Add-ons"
1186
  msgstr ""
1187
 
1188
- #: includes/options/class-wpglobus-options.php:1031
1189
  msgid ""
1190
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1191
  "you will be able to:"
1192
  msgstr ""
1193
 
1194
- #: includes/options/class-wpglobus-options.php:1036
1195
  msgid ""
1196
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1197
  "моя-страница and so on);"
1198
  msgstr ""
1199
 
1200
- #: includes/options/class-wpglobus-options.php:1039
1201
  msgid ""
1202
  "Postpone translation to some languages and <strong>publish only the "
1203
  "translated texts</strong>;"
1204
  msgstr ""
1205
 
1206
- #: includes/options/class-wpglobus-options.php:1042
1207
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1208
  msgstr ""
1209
 
1210
- #: includes/options/class-wpglobus-options.php:1045
1211
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1212
  msgstr ""
1213
 
1214
- #: includes/options/class-wpglobus-options.php:1048
1215
  msgid ""
1216
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1217
  "strong>;"
1218
  msgstr ""
1219
 
1220
- #: includes/options/class-wpglobus-options.php:1052
1221
  msgid "...and more."
1222
  msgstr "…och mer."
1223
 
1224
- #: includes/options/class-wpglobus-options.php:1055
1225
  msgid "Click here to visit the WPGlobus Store"
1226
  msgstr ""
1227
 
1228
- #: includes/options/class-wpglobus-options.php:1096
1229
  msgid "Select a language"
1230
  msgstr "Välj språk"
1231
 
1232
  #. translators: %3$s placeholder for the icon (actual picture).
1233
- #: includes/options/class-wpglobus-options.php:1125
1234
  msgid ""
1235
  "Place the %1$smain language%2$s of your site at the top of the list by "
1236
  "dragging the %3$s icons."
@@ -1239,197 +1239,197 @@ msgstr ""
1239
  "dra %3$s ikonerna."
1240
 
1241
  #. translators: placeholders for the "strong" HTML tags.
1242
- #: includes/options/class-wpglobus-options.php:1128
1243
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1244
  msgstr "%1$sAvmarkera%2$s de språk du inte planerar att använda."
1245
 
1246
  #. translators: placeholders for the "strong" HTML tags.
1247
- #: includes/options/class-wpglobus-options.php:1131
1248
  msgid "%1$sAdd%2$s more languages using the section below."
1249
  msgstr "%1$sLägg till%2$s fler språk med sektionen nedan."
1250
 
1251
- #: includes/options/class-wpglobus-options.php:1132
1252
  msgid "When done, click the [Save Changes] button."
1253
  msgstr "När du är klar klickar du på knappen [Spara ändringar]."
1254
 
1255
  #. translators: %s - placeholder for the "Save Changes" button text.
1256
- #: includes/options/class-wpglobus-options.php:1143
1257
  msgid "Press the %s button to confirm."
1258
  msgstr "Tryck på knappen %s för att bekräfta."
1259
 
1260
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1261
- #: includes/options/class-wpglobus-options.php:1160
1262
  msgid "-- none --"
1263
  msgstr "-- ingen --"
1264
 
1265
- #: includes/options/class-wpglobus-options.php:1161
1266
  msgid "All menus"
1267
  msgstr "Alla menyer"
1268
 
1269
- #: includes/options/class-wpglobus-options.php:1174
1270
  msgid "Instructions:"
1271
  msgstr "Instruktioner:"
1272
 
1273
- #: includes/options/class-wpglobus-options.php:1234
1274
  msgid "(Found in some themes)"
1275
  msgstr "(Hittade i vissa teman)"
1276
 
1277
- #: includes/options/class-wpglobus-options.php:1236
1278
  msgid "Enable"
1279
  msgstr "Aktivera"
1280
 
1281
- #: includes/options/class-wpglobus-options.php:1251
1282
  msgid "Languages table"
1283
  msgstr "Språktabell"
1284
 
1285
- #: includes/options/class-wpglobus-options.php:1257
1286
  msgid "Use this table to add, edit or delete languages."
1287
  msgstr "Använd denna tabell för att lägga till, redigera eller ta bort språk."
1288
 
1289
- #: includes/options/class-wpglobus-options.php:1258
1290
  msgid "NOTE: you cannot remove the main language."
1291
  msgstr "OBS: du kan inte ta bort huvudspråket."
1292
 
1293
- #: includes/options/class-wpglobus-options.php:1306
1294
  msgid "WPGlobus is enabled on these Post Types"
1295
  msgstr ""
1296
 
1297
- #: includes/options/class-wpglobus-options.php:1307
1298
  msgid "Uncheck to disable"
1299
  msgstr "Avmarkera för att inaktivera"
1300
 
1301
- #: includes/options/class-wpglobus-options.php:1308
1302
  msgid ""
1303
  "Please note that there are post types, which status is managed by other "
1304
  "plugins and cannot be changed here."
1305
  msgstr ""
1306
 
1307
- #: includes/options/class-wpglobus-options.php:1313
1308
  msgid "Post Types"
1309
  msgstr "Inläggstyper"
1310
 
1311
- #: includes/options/class-wpglobus-options.php:1329
1312
  msgid ""
1313
  "You should put here only the code provided by WPGlobus Support. Do not write "
1314
  "anything else in the sections below as it might break the functionality of "
1315
  "your website!"
1316
  msgstr ""
1317
 
1318
- #: includes/options/class-wpglobus-options.php:1370
1319
  msgid "Custom Code"
1320
  msgstr "Anpassad kod"
1321
 
1322
- #: includes/options/class-wpglobus-options.php:1478,
1323
- #: includes/options/class-wpglobus-options.php:1610,
1324
- #: includes/options/class-wpglobus-options.php:1721
1325
  msgid "Enabled"
1326
  msgstr "Aktiverad"
1327
 
1328
- #: includes/options/class-wpglobus-options.php:1491
1329
  msgid "Builders support"
1330
  msgstr ""
1331
 
1332
- #: includes/options/class-wpglobus-options.php:1543
1333
  msgid "Builder mode is enabled on these Post Types"
1334
  msgstr ""
1335
 
1336
- #: includes/options/class-wpglobus-options.php:1609
1337
  msgid "Old fashioned language switcher"
1338
  msgstr ""
1339
 
1340
- #: includes/options/class-wpglobus-options.php:1615
1341
  msgid "Block Editor"
1342
  msgstr ""
1343
 
1344
- #: includes/options/class-wpglobus-options.php:1616
1345
  msgid "Block Editor Options"
1346
  msgstr ""
1347
 
1348
- #: includes/options/class-wpglobus-options.php:1645
1349
  msgid ""
1350
  "With the current settings, you will see the following lines in the section "
1351
  "HEAD of your site pages"
1352
  msgstr ""
1353
 
1354
- #: includes/options/class-wpglobus-options.php:1647
1355
  msgid "(example for two languages)"
1356
  msgstr ""
1357
 
1358
- #: includes/options/class-wpglobus-options.php:1694
1359
  msgid ""
1360
  "Tell search engines about localized versions of your pages using the "
1361
  "hreflang tag"
1362
  msgstr ""
1363
 
1364
- #: includes/options/class-wpglobus-options.php:1703
1365
  msgid "Output the hreflang tag as"
1366
  msgstr ""
1367
 
1368
- #: includes/options/class-wpglobus-options.php:1706
1369
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1370
  msgstr ""
1371
 
1372
- #: includes/options/class-wpglobus-options.php:1707
1373
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1374
  msgstr ""
1375
 
1376
- #: includes/options/class-wpglobus-options.php:1708
1377
  msgid "Language code only (en, ru, etc.)"
1378
  msgstr ""
1379
 
1380
- #: includes/options/class-wpglobus-options.php:1720
1381
  msgid "Use the code `x-default` for the main language"
1382
  msgstr ""
1383
 
1384
- #: includes/options/class-wpglobus-options.php:1726
1385
  msgid "Multilingual SEO"
1386
  msgstr ""
1387
 
1388
- #: includes/options/class-wpglobus-options.php:1727
1389
  msgid "Multilingual SEO Options"
1390
  msgstr ""
1391
 
1392
- #: includes/options/class-wpglobus-options.php:1757
1393
  msgid ""
1394
  "With WPGlobus, you can get translations for posts and pages using REST API."
1395
  msgstr ""
1396
 
1397
- #: includes/options/class-wpglobus-options.php:1784,
1398
- #: includes/options/class-wpglobus-options.php:1792,
1399
- #: includes/options/class-wpglobus-options.php:1765,
1400
- #: includes/options/class-wpglobus-options.php:1773
1401
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1402
  msgstr ""
1403
 
1404
- #: includes/options/class-wpglobus-options.php:1762
1405
  msgid ""
1406
  "For demonstration, you can try the first post that WordPress creates at the "
1407
  "initial installation."
1408
  msgstr ""
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1803
1411
  msgid ""
1412
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1413
  "information."
1414
  msgstr ""
1415
 
1416
- #: includes/options/class-wpglobus-options.php:1810
1417
  msgid ""
1418
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1419
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1420
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1421
  msgstr ""
1422
 
1423
- #: includes/options/class-wpglobus-options.php:1823
1424
  msgid "Description:"
1425
  msgstr ""
1426
 
1427
- #: includes/options/class-wpglobus-options.php:1830,
1428
- #: includes/options/class-wpglobus-options.php:1831
1429
  msgid "REST API"
1430
  msgstr ""
1431
 
1432
- #: includes/options/class-wpglobus-options.php:2164
1433
  msgid "Translate strings"
1434
  msgstr "Översätt strängar"
1435
 
320
  msgstr "Hjälp"
321
 
322
  #: includes/admin/class-wpglobus-customize-options.php:745,
323
+ #: includes/options/class-wpglobus-options.php:1170
324
  msgid "Languages"
325
  msgstr "Språk"
326
 
327
  #: includes/admin/class-wpglobus-customize-options.php:765,
328
+ #: includes/options/class-wpglobus-options.php:1183
329
  msgid "Enabled Languages"
330
  msgstr "Aktiverade språk"
331
 
332
  #: includes/admin/class-wpglobus-customize-options.php:767,
333
+ #: includes/options/class-wpglobus-options.php:1184
334
  msgid "These languages are currently enabled on your site."
335
  msgstr "Dessa språk är aktiverade på din webbplats."
336
 
337
  #: includes/admin/class-wpglobus-customize-options.php:795,
338
+ #: includes/options/class-wpglobus-options.php:1142
339
  msgid "Choose a language you would like to enable."
340
  msgstr "Välj ett språk som du vill aktivera."
341
 
346
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
348
  #: includes/admin/class-wpglobus-customize-options.php:801,
349
+ #: includes/options/class-wpglobus-options.php:1148
350
  msgid "or Add new Language %1$s here %2$s"
351
  msgstr ""
352
 
353
  #: includes/admin/class-wpglobus-customize-options.php:813,
354
+ #: includes/options/class-wpglobus-options.php:1197
355
  msgid "Add Languages"
356
  msgstr "Lägg till språk"
357
 
358
  #: includes/admin/class-wpglobus-customize-options.php:833,
359
+ #: includes/options/class-wpglobus-options.php:1205
360
  msgid "Language Selector Mode"
361
  msgstr "Språkväljar-läge"
362
 
363
  #: includes/admin/class-wpglobus-customize-options.php:838,
364
+ #: includes/options/class-wpglobus-options.php:1208
365
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
366
  msgstr "Två bokstavskod med flagga (en, ru, it, etc.)"
367
 
368
  #: includes/admin/class-wpglobus-customize-options.php:839,
369
+ #: includes/options/class-wpglobus-options.php:1209
370
  msgid "Full Name (English, Russian, Italian, etc.)"
371
  msgstr "Fullständigt namn (engelska, ryska, italienska, etc.)"
372
 
373
  #: includes/admin/class-wpglobus-customize-options.php:841,
374
+ #: includes/options/class-wpglobus-options.php:1210
375
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
376
  msgstr "Fullständigt namn med flagga (engelska, ryska, italienska, etc.)"
377
 
378
  #: includes/admin/class-wpglobus-customize-options.php:842,
379
+ #: includes/options/class-wpglobus-options.php:1211
380
  msgid "Flags only"
381
  msgstr "Endast Flaggor"
382
 
383
  #: includes/admin/class-wpglobus-customize-options.php:844,
384
+ #: includes/options/class-wpglobus-options.php:1206
385
  msgid ""
386
  "Choose the way language name and country flag are shown in the drop-down menu"
387
  msgstr "Välj hur språknamn och landsflagga visas i rullgardinsmenyn"
392
 
393
  #: includes/admin/class-wpglobus-customize-options.php:915,
394
  #: includes/admin/class-wpglobus-customize-options.php:888,
395
+ #: includes/options/class-wpglobus-options.php:1224
396
  msgid "Language Selector Menu"
397
  msgstr "Språkväljar-meny"
398
 
399
  #: includes/admin/class-wpglobus-customize-options.php:920,
400
  #: includes/admin/class-wpglobus-customize-options.php:899,
401
+ #: includes/options/class-wpglobus-options.php:1225
402
  msgid "Choose the navigation menu where the language selector will be shown"
403
  msgstr "Välj navigeringsmenyn där språkväljaren visas"
404
 
407
  msgstr ""
408
 
409
  #: includes/admin/class-wpglobus-customize-options.php:940,
410
+ #: includes/options/class-wpglobus-options.php:1235
411
  msgid "\"All Pages\" menus Language selector"
412
  msgstr "Språkväljarmeny på ”Alla sidor”"
413
 
414
  #: includes/admin/class-wpglobus-customize-options.php:943,
415
+ #: includes/options/class-wpglobus-options.php:1237
416
  msgid ""
417
  "Adds language selector to the menus that automatically list all existing "
418
  "pages (using `wp_list_pages`)"
421
  "sidor (med `wp_list_pages`)"
422
 
423
  #: includes/admin/class-wpglobus-customize-options.php:960,
424
+ #: includes/options/class-wpglobus-options.php:1350
425
  msgid "Custom CSS"
426
  msgstr "Anpassad CSS"
427
 
442
  msgstr "Avmarkera för att inaktivera WPGlobus"
443
 
444
  #: includes/admin/class-wpglobus-customize-options.php:1125,
445
+ #: includes/options/class-wpglobus-options.php:1418
446
  msgid "Redirect"
447
  msgstr "Omdirigera"
448
 
449
  #: includes/admin/class-wpglobus-customize-options.php:1150,
450
+ #: includes/options/class-wpglobus-options.php:1413
451
  msgid "Choose the language automatically, based on:"
452
  msgstr ""
453
 
454
  #: includes/admin/class-wpglobus-customize-options.php:1152,
455
+ #: includes/options/class-wpglobus-options.php:1403
456
  msgid "Preferred language set in the browser"
457
  msgstr ""
458
 
459
  #: includes/admin/class-wpglobus-customize-options.php:1153,
460
+ #: includes/options/class-wpglobus-options.php:1390
461
  msgid ""
462
  "When a user comes to the site for the first time, try to find the best "
463
  "matching language version of the page."
466
  #: includes/admin/class-wpglobus-customize-options.php:1214,
467
  #: includes/admin/class-wpglobus-customize-options.php:1234,
468
  #: includes/admin/class-wpglobus-customize-options.php:1192,
469
+ #: includes/options/class-wpglobus-options.php:1362
470
  msgid "Custom JS Code"
471
  msgstr "Anpassad JS-kod"
472
 
508
  msgstr ""
509
 
510
  #: includes/admin/class-wpglobus-customize-options.php:1351,
511
+ #: includes/options/class-wpglobus-options.php:602
512
  msgid "Thank you for installing WPGlobus!"
513
  msgstr "Tack för att du installerar WPGlobus!"
514
 
515
  #: includes/admin/class-wpglobus-customize-options.php:1355,
516
+ #: includes/options/class-wpglobus-options.php:606
517
  msgid "Read About WPGlobus"
518
  msgstr "Läs om WPGlobus"
519
 
525
  "alternativen."
526
 
527
  #: includes/admin/class-wpglobus-customize-options.php:1363,
528
+ #: includes/options/class-wpglobus-options.php:642
529
  msgid ""
530
  "Should you have any questions or comments, please do not hesitate to contact "
531
  "us."
532
  msgstr "Om du har några frågor eller kommentarer, tveka inte att kontakta oss."
533
 
534
  #: includes/admin/class-wpglobus-customize-options.php:1367,
535
+ #: includes/options/class-wpglobus-options.php:646
536
  msgid "Sincerely Yours,"
537
  msgstr "Med vänlig hälsning,"
538
 
539
  #: includes/admin/class-wpglobus-customize-options.php:1369,
540
+ #: includes/options/class-wpglobus-options.php:648,
541
  #: includes/options/wpglobus-options-header.php:34
542
  msgid "The WPGlobus Team"
543
  msgstr "WPGlobus Teamet"
545
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
546
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
547
  #: includes/admin/class-wpglobus-customize-options.php:1388,
548
+ #: includes/options/class-wpglobus-options.php:683
549
  msgid ""
550
  "We would hate to see you go. If something goes wrong, do not uninstall "
551
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
552
  msgstr ""
553
 
554
  #: includes/admin/class-wpglobus-customize-options.php:1395,
555
+ #: includes/options/class-wpglobus-options.php:690
556
  msgid ""
557
  "Please note that if you deactivate WPGlobus, your site will show all the "
558
  "languages together, mixed up. You will need to remove all translations, "
562
  #. translators: %s: link to the Clean-up Tool
563
  #. translators: %s: link to the Clean-up Tool.
564
  #: includes/admin/class-wpglobus-customize-options.php:1400,
565
+ #: includes/options/class-wpglobus-options.php:694
566
  msgid ""
567
  "If there are just a few places, you should edit them manually. To "
568
  "automatically remove all translations at once, you can use the %s. WARNING: "
573
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
574
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
575
  #: includes/admin/class-wpglobus-customize-options.php:1403,
576
+ #: includes/options/class-wpglobus-options.php:671
577
  msgid "%1$sClean-up Tool%2$s"
578
  msgstr ""
579
 
716
  msgstr ""
717
 
718
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
719
+ #: includes/options/class-wpglobus-options.php:720
720
  msgid "Help Desk"
721
  msgstr "Kundtjänst"
722
 
797
  msgstr "WPGlobus rekommenderar:"
798
 
799
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
800
+ #: includes/options/class-wpglobus-options.php:927
801
  msgid "WPGlobus for WooCommerce"
802
  msgstr ""
803
 
984
  msgstr ""
985
 
986
  #: includes/options/class-wpglobus-options.php:273,
987
+ #: includes/options/class-wpglobus-options.php:796,
988
+ #: includes/options/class-wpglobus-options.php:865
989
  msgid "WPGlobus Plus"
990
  msgstr ""
991
 
1011
  "Settings panel properly. Please try another browser."
1012
  msgstr ""
1013
 
1014
+ #: includes/options/class-wpglobus-options.php:593,
1015
+ #: includes/options/class-wpglobus-options.php:1571
1016
  msgid "Сompatibility"
1017
  msgstr "Kompatibilitet"
1018
 
1019
  #. translators: placeholders for "strong" tags.
1020
+ #: includes/options/class-wpglobus-options.php:610
1021
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1022
  msgstr ""
1023
 
1024
  #. translators: placeholders for "strong" tags.
1025
+ #: includes/options/class-wpglobus-options.php:613
1026
  msgid ""
1027
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1028
  "the language attributes: name, code, flag icon, etc."
1030
  "Använd sektionen %1$s[Språktabell]%2$s för att lägga till ett nytt språk "
1031
  "eller för att redigera språkattributen: namn, kod, flaggikon, osv."
1032
 
1033
+ #: includes/options/class-wpglobus-options.php:616
1034
  msgid "Important notes"
1035
  msgstr "Viktig information"
1036
 
1037
  #. translators: placeholders for "strong" tags.
1038
+ #: includes/options/class-wpglobus-options.php:618
1039
  msgid "Version %1$s1.9.17%2$s "
1040
  msgstr ""
1041
 
1042
  #. translators: placeholders for "strong" tags.
1043
+ #: includes/options/class-wpglobus-options.php:621
1044
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1045
  msgstr ""
1046
 
1047
  #. translators: placeholders for "strong" tags; compatibility tab link.
1048
+ #: includes/options/class-wpglobus-options.php:624
1049
  msgid ""
1050
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1051
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1052
  msgstr ""
1053
 
1054
  #. translators: placeholders for "strong" tags; compatibility tab link.
1055
+ #: includes/options/class-wpglobus-options.php:627
1056
  msgid ""
1057
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1058
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1059
  msgstr ""
1060
 
1061
  #. translators: placeholders for "strong" tags.
1062
+ #: includes/options/class-wpglobus-options.php:631
1063
  msgid "Version %1$s2.2.11%2$s "
1064
  msgstr ""
1065
 
1066
+ #: includes/options/class-wpglobus-options.php:633
1067
  msgid "Starting from this version"
1068
  msgstr ""
1069
 
1070
  #. translators: placeholders for "strong" tags.
1071
+ #: includes/options/class-wpglobus-options.php:636
1072
  msgid ""
1073
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1074
  "(CPT)."
1075
  msgstr ""
1076
 
1077
  #. translators: placeholders for "strong" tags.
1078
+ #: includes/options/class-wpglobus-options.php:639
1079
  msgid ""
1080
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1081
  "the %1$s[%3$s]%2$s tab."
1082
  msgstr ""
1083
 
1084
+ #: includes/options/class-wpglobus-options.php:656
1085
  msgid "Welcome!"
1086
  msgstr "Välkommen!"
1087
 
1088
+ #: includes/options/class-wpglobus-options.php:679
1089
  msgid "Deactivating / Uninstalling"
1090
  msgstr "Inaktivera/avinstallera"
1091
 
1092
+ #: includes/options/class-wpglobus-options.php:705
1093
  msgid "Uninstall"
1094
  msgstr "Avinstallera"
1095
 
1096
+ #: includes/options/class-wpglobus-options.php:735
1097
  msgid "All add-ons"
1098
  msgstr "Alla utökningar"
1099
 
1100
+ #: includes/options/class-wpglobus-options.php:750
1101
  msgid "Mobile Menu"
1102
  msgstr "Mobilmeny"
1103
 
1104
+ #: includes/options/class-wpglobus-options.php:765
1105
  msgid "Language Widgets"
1106
  msgstr ""
1107
 
1108
+ #: includes/options/class-wpglobus-options.php:835
1109
  msgid "We Recommend..."
1110
  msgstr "Vi rekommenderar…"
1111
 
1112
+ #: includes/options/class-wpglobus-options.php:867
1113
  msgid ""
1114
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1115
  "website, such as:"
1116
  msgstr ""
1117
 
1118
+ #: includes/options/class-wpglobus-options.php:870
1119
  msgid ""
1120
  "- Ability to write a post in one language and immediately publish it, not "
1121
  "waiting for the translation to other languages;"
1122
  msgstr ""
1123
 
1124
+ #: includes/options/class-wpglobus-options.php:873
1125
  msgid "- Set different URLs for each translation;"
1126
  msgstr ""
1127
 
1128
+ #: includes/options/class-wpglobus-options.php:876
1129
  msgid ""
1130
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1131
  "for each translation;"
1132
  msgstr ""
1133
 
1134
+ #: includes/options/class-wpglobus-options.php:879
1135
  msgid "- and more..."
1136
  msgstr "- och mer…"
1137
 
1138
+ #: includes/options/class-wpglobus-options.php:882,
1139
+ #: includes/options/class-wpglobus-options.php:939,
1140
+ #: includes/options/class-wpglobus-options.php:997
1141
  msgid "Click here to download"
1142
  msgstr "Klicka här för att ladda ner"
1143
 
1144
+ #: includes/options/class-wpglobus-options.php:930
1145
  msgid ""
1146
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1147
  "translate your blog posts and pages to many languages."
1148
  msgstr ""
1149
 
1150
+ #: includes/options/class-wpglobus-options.php:933
1151
  msgid "The next step is to translate your WooCommerce-based store!"
1152
  msgstr ""
1153
 
1154
+ #: includes/options/class-wpglobus-options.php:936
1155
  msgid ""
1156
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1157
  "translate product titles and descriptions, categories, tags and attributes."
1158
  msgstr ""
1159
 
1160
+ #: includes/options/class-wpglobus-options.php:983
1161
  msgid "Multi-currency"
1162
  msgstr ""
1163
 
1164
+ #: includes/options/class-wpglobus-options.php:986
1165
  msgid ""
1166
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1167
  "a single currency only."
1168
  msgstr ""
1169
 
1170
+ #: includes/options/class-wpglobus-options.php:990
1171
  msgid ""
1172
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1173
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1175
  "positioning for global growth!"
1176
  msgstr ""
1177
 
1178
+ #: includes/options/class-wpglobus-options.php:994
1179
  msgid ""
1180
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1181
  "re-calculating prices on-the-fly."
1182
  msgstr ""
1183
 
1184
+ #: includes/options/class-wpglobus-options.php:1031
1185
  msgid "WPGlobus Premium Add-ons"
1186
  msgstr ""
1187
 
1188
+ #: includes/options/class-wpglobus-options.php:1033
1189
  msgid ""
1190
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1191
  "you will be able to:"
1192
  msgstr ""
1193
 
1194
+ #: includes/options/class-wpglobus-options.php:1038
1195
  msgid ""
1196
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1197
  "моя-страница and so on);"
1198
  msgstr ""
1199
 
1200
+ #: includes/options/class-wpglobus-options.php:1041
1201
  msgid ""
1202
  "Postpone translation to some languages and <strong>publish only the "
1203
  "translated texts</strong>;"
1204
  msgstr ""
1205
 
1206
+ #: includes/options/class-wpglobus-options.php:1044
1207
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1208
  msgstr ""
1209
 
1210
+ #: includes/options/class-wpglobus-options.php:1047
1211
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1212
  msgstr ""
1213
 
1214
+ #: includes/options/class-wpglobus-options.php:1050
1215
  msgid ""
1216
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1217
  "strong>;"
1218
  msgstr ""
1219
 
1220
+ #: includes/options/class-wpglobus-options.php:1054
1221
  msgid "...and more."
1222
  msgstr "…och mer."
1223
 
1224
+ #: includes/options/class-wpglobus-options.php:1057
1225
  msgid "Click here to visit the WPGlobus Store"
1226
  msgstr ""
1227
 
1228
+ #: includes/options/class-wpglobus-options.php:1098
1229
  msgid "Select a language"
1230
  msgstr "Välj språk"
1231
 
1232
  #. translators: %3$s placeholder for the icon (actual picture).
1233
+ #: includes/options/class-wpglobus-options.php:1127
1234
  msgid ""
1235
  "Place the %1$smain language%2$s of your site at the top of the list by "
1236
  "dragging the %3$s icons."
1239
  "dra %3$s ikonerna."
1240
 
1241
  #. translators: placeholders for the "strong" HTML tags.
1242
+ #: includes/options/class-wpglobus-options.php:1130
1243
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1244
  msgstr "%1$sAvmarkera%2$s de språk du inte planerar att använda."
1245
 
1246
  #. translators: placeholders for the "strong" HTML tags.
1247
+ #: includes/options/class-wpglobus-options.php:1133
1248
  msgid "%1$sAdd%2$s more languages using the section below."
1249
  msgstr "%1$sLägg till%2$s fler språk med sektionen nedan."
1250
 
1251
+ #: includes/options/class-wpglobus-options.php:1134
1252
  msgid "When done, click the [Save Changes] button."
1253
  msgstr "När du är klar klickar du på knappen [Spara ändringar]."
1254
 
1255
  #. translators: %s - placeholder for the "Save Changes" button text.
1256
+ #: includes/options/class-wpglobus-options.php:1145
1257
  msgid "Press the %s button to confirm."
1258
  msgstr "Tryck på knappen %s för att bekräfta."
1259
 
1260
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1261
+ #: includes/options/class-wpglobus-options.php:1162
1262
  msgid "-- none --"
1263
  msgstr "-- ingen --"
1264
 
1265
+ #: includes/options/class-wpglobus-options.php:1163
1266
  msgid "All menus"
1267
  msgstr "Alla menyer"
1268
 
1269
+ #: includes/options/class-wpglobus-options.php:1176
1270
  msgid "Instructions:"
1271
  msgstr "Instruktioner:"
1272
 
1273
+ #: includes/options/class-wpglobus-options.php:1236
1274
  msgid "(Found in some themes)"
1275
  msgstr "(Hittade i vissa teman)"
1276
 
1277
+ #: includes/options/class-wpglobus-options.php:1238
1278
  msgid "Enable"
1279
  msgstr "Aktivera"
1280
 
1281
+ #: includes/options/class-wpglobus-options.php:1253
1282
  msgid "Languages table"
1283
  msgstr "Språktabell"
1284
 
1285
+ #: includes/options/class-wpglobus-options.php:1259
1286
  msgid "Use this table to add, edit or delete languages."
1287
  msgstr "Använd denna tabell för att lägga till, redigera eller ta bort språk."
1288
 
1289
+ #: includes/options/class-wpglobus-options.php:1260
1290
  msgid "NOTE: you cannot remove the main language."
1291
  msgstr "OBS: du kan inte ta bort huvudspråket."
1292
 
1293
+ #: includes/options/class-wpglobus-options.php:1308
1294
  msgid "WPGlobus is enabled on these Post Types"
1295
  msgstr ""
1296
 
1297
+ #: includes/options/class-wpglobus-options.php:1309
1298
  msgid "Uncheck to disable"
1299
  msgstr "Avmarkera för att inaktivera"
1300
 
1301
+ #: includes/options/class-wpglobus-options.php:1310
1302
  msgid ""
1303
  "Please note that there are post types, which status is managed by other "
1304
  "plugins and cannot be changed here."
1305
  msgstr ""
1306
 
1307
+ #: includes/options/class-wpglobus-options.php:1315
1308
  msgid "Post Types"
1309
  msgstr "Inläggstyper"
1310
 
1311
+ #: includes/options/class-wpglobus-options.php:1331
1312
  msgid ""
1313
  "You should put here only the code provided by WPGlobus Support. Do not write "
1314
  "anything else in the sections below as it might break the functionality of "
1315
  "your website!"
1316
  msgstr ""
1317
 
1318
+ #: includes/options/class-wpglobus-options.php:1372
1319
  msgid "Custom Code"
1320
  msgstr "Anpassad kod"
1321
 
1322
+ #: includes/options/class-wpglobus-options.php:1480,
1323
+ #: includes/options/class-wpglobus-options.php:1612,
1324
+ #: includes/options/class-wpglobus-options.php:1723
1325
  msgid "Enabled"
1326
  msgstr "Aktiverad"
1327
 
1328
+ #: includes/options/class-wpglobus-options.php:1493
1329
  msgid "Builders support"
1330
  msgstr ""
1331
 
1332
+ #: includes/options/class-wpglobus-options.php:1545
1333
  msgid "Builder mode is enabled on these Post Types"
1334
  msgstr ""
1335
 
1336
+ #: includes/options/class-wpglobus-options.php:1611
1337
  msgid "Old fashioned language switcher"
1338
  msgstr ""
1339
 
1340
+ #: includes/options/class-wpglobus-options.php:1617
1341
  msgid "Block Editor"
1342
  msgstr ""
1343
 
1344
+ #: includes/options/class-wpglobus-options.php:1618
1345
  msgid "Block Editor Options"
1346
  msgstr ""
1347
 
1348
+ #: includes/options/class-wpglobus-options.php:1647
1349
  msgid ""
1350
  "With the current settings, you will see the following lines in the section "
1351
  "HEAD of your site pages"
1352
  msgstr ""
1353
 
1354
+ #: includes/options/class-wpglobus-options.php:1649
1355
  msgid "(example for two languages)"
1356
  msgstr ""
1357
 
1358
+ #: includes/options/class-wpglobus-options.php:1696
1359
  msgid ""
1360
  "Tell search engines about localized versions of your pages using the "
1361
  "hreflang tag"
1362
  msgstr ""
1363
 
1364
+ #: includes/options/class-wpglobus-options.php:1705
1365
  msgid "Output the hreflang tag as"
1366
  msgstr ""
1367
 
1368
+ #: includes/options/class-wpglobus-options.php:1708
1369
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1370
  msgstr ""
1371
 
1372
+ #: includes/options/class-wpglobus-options.php:1709
1373
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1374
  msgstr ""
1375
 
1376
+ #: includes/options/class-wpglobus-options.php:1710
1377
  msgid "Language code only (en, ru, etc.)"
1378
  msgstr ""
1379
 
1380
+ #: includes/options/class-wpglobus-options.php:1722
1381
  msgid "Use the code `x-default` for the main language"
1382
  msgstr ""
1383
 
1384
+ #: includes/options/class-wpglobus-options.php:1728
1385
  msgid "Multilingual SEO"
1386
  msgstr ""
1387
 
1388
+ #: includes/options/class-wpglobus-options.php:1729
1389
  msgid "Multilingual SEO Options"
1390
  msgstr ""
1391
 
1392
+ #: includes/options/class-wpglobus-options.php:1766
1393
  msgid ""
1394
  "With WPGlobus, you can get translations for posts and pages using REST API."
1395
  msgstr ""
1396
 
1397
+ #: includes/options/class-wpglobus-options.php:1793,
1398
+ #: includes/options/class-wpglobus-options.php:1801,
1399
+ #: includes/options/class-wpglobus-options.php:1774,
1400
+ #: includes/options/class-wpglobus-options.php:1782
1401
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1402
  msgstr ""
1403
 
1404
+ #: includes/options/class-wpglobus-options.php:1771
1405
  msgid ""
1406
  "For demonstration, you can try the first post that WordPress creates at the "
1407
  "initial installation."
1408
  msgstr ""
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1812
1411
  msgid ""
1412
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1413
  "information."
1414
  msgstr ""
1415
 
1416
+ #: includes/options/class-wpglobus-options.php:1819
1417
  msgid ""
1418
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1419
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1420
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1421
  msgstr ""
1422
 
1423
+ #: includes/options/class-wpglobus-options.php:1832
1424
  msgid "Description:"
1425
  msgstr ""
1426
 
1427
+ #: includes/options/class-wpglobus-options.php:1839,
1428
+ #: includes/options/class-wpglobus-options.php:1840
1429
  msgid "REST API"
1430
  msgstr ""
1431
 
1432
+ #: includes/options/class-wpglobus-options.php:2173
1433
  msgid "Translate strings"
1434
  msgstr "Översätt strängar"
1435
 
languages/wpglobus-tr_TR.po CHANGED
@@ -321,22 +321,22 @@ msgid "Help"
321
  msgstr "Yardım"
322
 
323
  #: includes/admin/class-wpglobus-customize-options.php:745,
324
- #: includes/options/class-wpglobus-options.php:1168
325
  msgid "Languages"
326
  msgstr "Diller"
327
 
328
  #: includes/admin/class-wpglobus-customize-options.php:765,
329
- #: includes/options/class-wpglobus-options.php:1181
330
  msgid "Enabled Languages"
331
  msgstr "Etkinleştirilmiş Diller"
332
 
333
  #: includes/admin/class-wpglobus-customize-options.php:767,
334
- #: includes/options/class-wpglobus-options.php:1182
335
  msgid "These languages are currently enabled on your site."
336
  msgstr "Bu diller şu anda sitenizde etkindir."
337
 
338
  #: includes/admin/class-wpglobus-customize-options.php:795,
339
- #: includes/options/class-wpglobus-options.php:1140
340
  msgid "Choose a language you would like to enable."
341
  msgstr ""
342
 
@@ -347,42 +347,42 @@ msgstr ""
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
348
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
349
  #: includes/admin/class-wpglobus-customize-options.php:801,
350
- #: includes/options/class-wpglobus-options.php:1146
351
  msgid "or Add new Language %1$s here %2$s"
352
  msgstr ""
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:813,
355
- #: includes/options/class-wpglobus-options.php:1195
356
  msgid "Add Languages"
357
  msgstr "Dil Ekleyin"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:833,
360
- #: includes/options/class-wpglobus-options.php:1203
361
  msgid "Language Selector Mode"
362
  msgstr "Dil Değiştirici Biçimi"
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:838,
365
- #: includes/options/class-wpglobus-options.php:1206
366
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
367
  msgstr "İki harfli Kod, bayrakla birlikte (tr, en, ru, it, vb)"
368
 
369
  #: includes/admin/class-wpglobus-customize-options.php:839,
370
- #: includes/options/class-wpglobus-options.php:1207
371
  msgid "Full Name (English, Russian, Italian, etc.)"
372
  msgstr "Tam İsim (Türkçe, English, vb)"
373
 
374
  #: includes/admin/class-wpglobus-customize-options.php:841,
375
- #: includes/options/class-wpglobus-options.php:1208
376
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
377
  msgstr "Tam İsim, bayrakla birlikte (Türkçe, English, vb)"
378
 
379
  #: includes/admin/class-wpglobus-customize-options.php:842,
380
- #: includes/options/class-wpglobus-options.php:1209
381
  msgid "Flags only"
382
  msgstr "Sadece bayraklar"
383
 
384
  #: includes/admin/class-wpglobus-customize-options.php:844,
385
- #: includes/options/class-wpglobus-options.php:1204
386
  msgid ""
387
  "Choose the way language name and country flag are shown in the drop-down menu"
388
  msgstr "Açılan menüden dil adı ve bayrağın gösterilme şeklini seçin."
@@ -393,13 +393,13 @@ msgstr ""
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:915,
395
  #: includes/admin/class-wpglobus-customize-options.php:888,
396
- #: includes/options/class-wpglobus-options.php:1222
397
  msgid "Language Selector Menu"
398
  msgstr "Dil Seçimi Menüsü"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:920,
401
  #: includes/admin/class-wpglobus-customize-options.php:899,
402
- #: includes/options/class-wpglobus-options.php:1223
403
  msgid "Choose the navigation menu where the language selector will be shown"
404
  msgstr "Dil değiştiricinin gösterileceği gezinti menüsünü seçin"
405
 
@@ -408,12 +408,12 @@ msgid "No menus have been created yet. Create some."
408
  msgstr ""
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:940,
411
- #: includes/options/class-wpglobus-options.php:1233
412
  msgid "\"All Pages\" menus Language selector"
413
  msgstr "\"Bütün Sayfalar\" menüleri Dil Değiştiricisi"
414
 
415
  #: includes/admin/class-wpglobus-customize-options.php:943,
416
- #: includes/options/class-wpglobus-options.php:1235
417
  msgid ""
418
  "Adds language selector to the menus that automatically list all existing "
419
  "pages (using `wp_list_pages`)"
@@ -422,7 +422,7 @@ msgstr ""
422
  "ekler (`wp_list_pages`i kullanarak)."
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:960,
425
- #: includes/options/class-wpglobus-options.php:1348
426
  msgid "Custom CSS"
427
  msgstr "Özel CSS"
428
 
@@ -443,22 +443,22 @@ msgid "Uncheck to disable WPGlobus"
443
  msgstr "WPGlobus' u etkisizleştirmek için onay işaretini kaldırın"
444
 
445
  #: includes/admin/class-wpglobus-customize-options.php:1125,
446
- #: includes/options/class-wpglobus-options.php:1416
447
  msgid "Redirect"
448
  msgstr "Yönlendir"
449
 
450
  #: includes/admin/class-wpglobus-customize-options.php:1150,
451
- #: includes/options/class-wpglobus-options.php:1411
452
  msgid "Choose the language automatically, based on:"
453
  msgstr ""
454
 
455
  #: includes/admin/class-wpglobus-customize-options.php:1152,
456
- #: includes/options/class-wpglobus-options.php:1401
457
  msgid "Preferred language set in the browser"
458
  msgstr ""
459
 
460
  #: includes/admin/class-wpglobus-customize-options.php:1153,
461
- #: includes/options/class-wpglobus-options.php:1388
462
  msgid ""
463
  "When a user comes to the site for the first time, try to find the best "
464
  "matching language version of the page."
@@ -467,7 +467,7 @@ msgstr ""
467
  #: includes/admin/class-wpglobus-customize-options.php:1214,
468
  #: includes/admin/class-wpglobus-customize-options.php:1234,
469
  #: includes/admin/class-wpglobus-customize-options.php:1192,
470
- #: includes/options/class-wpglobus-options.php:1360
471
  msgid "Custom JS Code"
472
  msgstr ""
473
 
@@ -509,12 +509,12 @@ msgid ""
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1351,
512
- #: includes/options/class-wpglobus-options.php:600
513
  msgid "Thank you for installing WPGlobus!"
514
  msgstr "WPGlobus' u kurduğunuz için teşekkür ederiz."
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1355,
517
- #: includes/options/class-wpglobus-options.php:604
518
  msgid "Read About WPGlobus"
519
  msgstr "WPGlobus Hakkında'yı Okuyun"
520
 
@@ -526,7 +526,7 @@ msgstr ""
526
  "sekmesine tıklayın."
527
 
528
  #: includes/admin/class-wpglobus-customize-options.php:1363,
529
- #: includes/options/class-wpglobus-options.php:640
530
  msgid ""
531
  "Should you have any questions or comments, please do not hesitate to contact "
532
  "us."
@@ -534,12 +534,12 @@ msgstr ""
534
  "Sorularınız veya yorumlarınız olursa, lütfen bizi aramakta tereddüt etmeyin."
535
 
536
  #: includes/admin/class-wpglobus-customize-options.php:1367,
537
- #: includes/options/class-wpglobus-options.php:644
538
  msgid "Sincerely Yours,"
539
  msgstr "Saygılarımızla,"
540
 
541
  #: includes/admin/class-wpglobus-customize-options.php:1369,
542
- #: includes/options/class-wpglobus-options.php:646,
543
  #: includes/options/wpglobus-options-header.php:34
544
  msgid "The WPGlobus Team"
545
  msgstr "WPGlobus Takımı"
@@ -547,14 +547,14 @@ msgstr "WPGlobus Takımı"
547
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
548
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
549
  #: includes/admin/class-wpglobus-customize-options.php:1388,
550
- #: includes/options/class-wpglobus-options.php:681
551
  msgid ""
552
  "We would hate to see you go. If something goes wrong, do not uninstall "
553
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
554
  msgstr ""
555
 
556
  #: includes/admin/class-wpglobus-customize-options.php:1395,
557
- #: includes/options/class-wpglobus-options.php:688
558
  msgid ""
559
  "Please note that if you deactivate WPGlobus, your site will show all the "
560
  "languages together, mixed up. You will need to remove all translations, "
@@ -564,7 +564,7 @@ msgstr ""
564
  #. translators: %s: link to the Clean-up Tool
565
  #. translators: %s: link to the Clean-up Tool.
566
  #: includes/admin/class-wpglobus-customize-options.php:1400,
567
- #: includes/options/class-wpglobus-options.php:692
568
  msgid ""
569
  "If there are just a few places, you should edit them manually. To "
570
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -575,7 +575,7 @@ msgstr ""
575
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
576
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
577
  #: includes/admin/class-wpglobus-customize-options.php:1403,
578
- #: includes/options/class-wpglobus-options.php:669
579
  msgid "%1$sClean-up Tool%2$s"
580
  msgstr ""
581
 
@@ -718,7 +718,7 @@ msgid ""
718
  msgstr ""
719
 
720
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
721
- #: includes/options/class-wpglobus-options.php:718
722
  msgid "Help Desk"
723
  msgstr ""
724
 
@@ -797,7 +797,7 @@ msgid "WPGlobus Recommends:"
797
  msgstr ""
798
 
799
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
800
- #: includes/options/class-wpglobus-options.php:925
801
  msgid "WPGlobus for WooCommerce"
802
  msgstr ""
803
 
@@ -985,8 +985,8 @@ msgid "Language Selector Menu Style"
985
  msgstr ""
986
 
987
  #: includes/options/class-wpglobus-options.php:273,
988
- #: includes/options/class-wpglobus-options.php:794,
989
- #: includes/options/class-wpglobus-options.php:863
990
  msgid "WPGlobus Plus"
991
  msgstr ""
992
 
@@ -1012,161 +1012,161 @@ msgid ""
1012
  "Settings panel properly. Please try another browser."
1013
  msgstr ""
1014
 
1015
- #: includes/options/class-wpglobus-options.php:591,
1016
- #: includes/options/class-wpglobus-options.php:1569
1017
  msgid "Сompatibility"
1018
  msgstr ""
1019
 
1020
  #. translators: placeholders for "strong" tags.
1021
- #: includes/options/class-wpglobus-options.php:608
1022
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1023
  msgstr ""
1024
 
1025
  #. translators: placeholders for "strong" tags.
1026
- #: includes/options/class-wpglobus-options.php:611
1027
  msgid ""
1028
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1029
  "the language attributes: name, code, flag icon, etc."
1030
  msgstr ""
1031
 
1032
- #: includes/options/class-wpglobus-options.php:614
1033
  msgid "Important notes"
1034
  msgstr "Önemli notlar"
1035
 
1036
  #. translators: placeholders for "strong" tags.
1037
- #: includes/options/class-wpglobus-options.php:616
1038
  msgid "Version %1$s1.9.17%2$s "
1039
  msgstr ""
1040
 
1041
  #. translators: placeholders for "strong" tags.
1042
- #: includes/options/class-wpglobus-options.php:619
1043
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1044
  msgstr ""
1045
 
1046
  #. translators: placeholders for "strong" tags; compatibility tab link.
1047
- #: includes/options/class-wpglobus-options.php:622
1048
  msgid ""
1049
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1050
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1051
  msgstr ""
1052
 
1053
  #. translators: placeholders for "strong" tags; compatibility tab link.
1054
- #: includes/options/class-wpglobus-options.php:625
1055
  msgid ""
1056
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1057
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1058
  msgstr ""
1059
 
1060
  #. translators: placeholders for "strong" tags.
1061
- #: includes/options/class-wpglobus-options.php:629
1062
  msgid "Version %1$s2.2.11%2$s "
1063
  msgstr ""
1064
 
1065
- #: includes/options/class-wpglobus-options.php:631
1066
  msgid "Starting from this version"
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
- #: includes/options/class-wpglobus-options.php:634
1071
  msgid ""
1072
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1073
  "(CPT)."
1074
  msgstr ""
1075
 
1076
  #. translators: placeholders for "strong" tags.
1077
- #: includes/options/class-wpglobus-options.php:637
1078
  msgid ""
1079
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1080
  "the %1$s[%3$s]%2$s tab."
1081
  msgstr ""
1082
 
1083
- #: includes/options/class-wpglobus-options.php:654
1084
  msgid "Welcome!"
1085
  msgstr "Hoş geldiniz!"
1086
 
1087
- #: includes/options/class-wpglobus-options.php:677
1088
  msgid "Deactivating / Uninstalling"
1089
  msgstr ""
1090
 
1091
- #: includes/options/class-wpglobus-options.php:703
1092
  msgid "Uninstall"
1093
  msgstr "Kaldır"
1094
 
1095
- #: includes/options/class-wpglobus-options.php:733
1096
  msgid "All add-ons"
1097
  msgstr ""
1098
 
1099
- #: includes/options/class-wpglobus-options.php:748
1100
  msgid "Mobile Menu"
1101
  msgstr ""
1102
 
1103
- #: includes/options/class-wpglobus-options.php:763
1104
  msgid "Language Widgets"
1105
  msgstr ""
1106
 
1107
- #: includes/options/class-wpglobus-options.php:833
1108
  msgid "We Recommend..."
1109
  msgstr ""
1110
 
1111
- #: includes/options/class-wpglobus-options.php:865
1112
  msgid ""
1113
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1114
  "website, such as:"
1115
  msgstr ""
1116
 
1117
- #: includes/options/class-wpglobus-options.php:868
1118
  msgid ""
1119
  "- Ability to write a post in one language and immediately publish it, not "
1120
  "waiting for the translation to other languages;"
1121
  msgstr ""
1122
 
1123
- #: includes/options/class-wpglobus-options.php:871
1124
  msgid "- Set different URLs for each translation;"
1125
  msgstr ""
1126
 
1127
- #: includes/options/class-wpglobus-options.php:874
1128
  msgid ""
1129
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1130
  "for each translation;"
1131
  msgstr ""
1132
 
1133
- #: includes/options/class-wpglobus-options.php:877
1134
  msgid "- and more..."
1135
  msgstr ""
1136
 
1137
- #: includes/options/class-wpglobus-options.php:880,
1138
- #: includes/options/class-wpglobus-options.php:937,
1139
- #: includes/options/class-wpglobus-options.php:995
1140
  msgid "Click here to download"
1141
  msgstr ""
1142
 
1143
- #: includes/options/class-wpglobus-options.php:928
1144
  msgid ""
1145
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1146
  "translate your blog posts and pages to many languages."
1147
  msgstr ""
1148
 
1149
- #: includes/options/class-wpglobus-options.php:931
1150
  msgid "The next step is to translate your WooCommerce-based store!"
1151
  msgstr ""
1152
 
1153
- #: includes/options/class-wpglobus-options.php:934
1154
  msgid ""
1155
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1156
  "translate product titles and descriptions, categories, tags and attributes."
1157
  msgstr ""
1158
 
1159
- #: includes/options/class-wpglobus-options.php:981
1160
  msgid "Multi-currency"
1161
  msgstr ""
1162
 
1163
- #: includes/options/class-wpglobus-options.php:984
1164
  msgid ""
1165
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1166
  "a single currency only."
1167
  msgstr ""
1168
 
1169
- #: includes/options/class-wpglobus-options.php:988
1170
  msgid ""
1171
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1172
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1174,259 +1174,259 @@ msgid ""
1174
  "positioning for global growth!"
1175
  msgstr ""
1176
 
1177
- #: includes/options/class-wpglobus-options.php:992
1178
  msgid ""
1179
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1180
  "re-calculating prices on-the-fly."
1181
  msgstr ""
1182
 
1183
- #: includes/options/class-wpglobus-options.php:1029
1184
  msgid "WPGlobus Premium Add-ons"
1185
  msgstr ""
1186
 
1187
- #: includes/options/class-wpglobus-options.php:1031
1188
  msgid ""
1189
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1190
  "you will be able to:"
1191
  msgstr ""
1192
 
1193
- #: includes/options/class-wpglobus-options.php:1036
1194
  msgid ""
1195
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1196
  "моя-страница and so on);"
1197
  msgstr ""
1198
 
1199
- #: includes/options/class-wpglobus-options.php:1039
1200
  msgid ""
1201
  "Postpone translation to some languages and <strong>publish only the "
1202
  "translated texts</strong>;"
1203
  msgstr ""
1204
 
1205
- #: includes/options/class-wpglobus-options.php:1042
1206
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1207
  msgstr ""
1208
 
1209
- #: includes/options/class-wpglobus-options.php:1045
1210
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1211
  msgstr ""
1212
 
1213
- #: includes/options/class-wpglobus-options.php:1048
1214
  msgid ""
1215
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1216
  "strong>;"
1217
  msgstr ""
1218
 
1219
- #: includes/options/class-wpglobus-options.php:1052
1220
  msgid "...and more."
1221
  msgstr ""
1222
 
1223
- #: includes/options/class-wpglobus-options.php:1055
1224
  msgid "Click here to visit the WPGlobus Store"
1225
  msgstr ""
1226
 
1227
- #: includes/options/class-wpglobus-options.php:1096
1228
  msgid "Select a language"
1229
  msgstr "Bir Dil Seçin"
1230
 
1231
  #. translators: %3$s placeholder for the icon (actual picture).
1232
- #: includes/options/class-wpglobus-options.php:1125
1233
  msgid ""
1234
  "Place the %1$smain language%2$s of your site at the top of the list by "
1235
  "dragging the %3$s icons."
1236
  msgstr ""
1237
 
1238
  #. translators: placeholders for the "strong" HTML tags.
1239
- #: includes/options/class-wpglobus-options.php:1128
1240
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1241
  msgstr ""
1242
 
1243
  #. translators: placeholders for the "strong" HTML tags.
1244
- #: includes/options/class-wpglobus-options.php:1131
1245
  msgid "%1$sAdd%2$s more languages using the section below."
1246
  msgstr ""
1247
 
1248
- #: includes/options/class-wpglobus-options.php:1132
1249
  msgid "When done, click the [Save Changes] button."
1250
  msgstr "Tamamladığınızda [Değişiklikleri Kaydet] düğmesine basın."
1251
 
1252
  #. translators: %s - placeholder for the "Save Changes" button text.
1253
- #: includes/options/class-wpglobus-options.php:1143
1254
  msgid "Press the %s button to confirm."
1255
  msgstr ""
1256
 
1257
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1258
- #: includes/options/class-wpglobus-options.php:1160
1259
  msgid "-- none --"
1260
  msgstr ""
1261
 
1262
- #: includes/options/class-wpglobus-options.php:1161
1263
  msgid "All menus"
1264
  msgstr ""
1265
 
1266
- #: includes/options/class-wpglobus-options.php:1174
1267
  msgid "Instructions:"
1268
  msgstr "Yönergeler:"
1269
 
1270
- #: includes/options/class-wpglobus-options.php:1234
1271
  msgid "(Found in some themes)"
1272
  msgstr "(Bazı temalarda bulunur)"
1273
 
1274
- #: includes/options/class-wpglobus-options.php:1236
1275
  msgid "Enable"
1276
  msgstr "Etkinleştir"
1277
 
1278
- #: includes/options/class-wpglobus-options.php:1251
1279
  msgid "Languages table"
1280
  msgstr "Diller tablosu"
1281
 
1282
- #: includes/options/class-wpglobus-options.php:1257
1283
  msgid "Use this table to add, edit or delete languages."
1284
  msgstr "Dil eklemek, düzenlemek veya silmek için bu tabloyu kullanın."
1285
 
1286
- #: includes/options/class-wpglobus-options.php:1258
1287
  msgid "NOTE: you cannot remove the main language."
1288
  msgstr "NOT: Asıl dili kaldıramazsınız."
1289
 
1290
- #: includes/options/class-wpglobus-options.php:1306
1291
  msgid "WPGlobus is enabled on these Post Types"
1292
  msgstr ""
1293
 
1294
- #: includes/options/class-wpglobus-options.php:1307
1295
  msgid "Uncheck to disable"
1296
  msgstr ""
1297
 
1298
- #: includes/options/class-wpglobus-options.php:1308
1299
  msgid ""
1300
  "Please note that there are post types, which status is managed by other "
1301
  "plugins and cannot be changed here."
1302
  msgstr ""
1303
 
1304
- #: includes/options/class-wpglobus-options.php:1313
1305
  msgid "Post Types"
1306
  msgstr "Gönderi Tipleri"
1307
 
1308
- #: includes/options/class-wpglobus-options.php:1329
1309
  msgid ""
1310
  "You should put here only the code provided by WPGlobus Support. Do not write "
1311
  "anything else in the sections below as it might break the functionality of "
1312
  "your website!"
1313
  msgstr ""
1314
 
1315
- #: includes/options/class-wpglobus-options.php:1370
1316
  msgid "Custom Code"
1317
  msgstr ""
1318
 
1319
- #: includes/options/class-wpglobus-options.php:1478,
1320
- #: includes/options/class-wpglobus-options.php:1610,
1321
- #: includes/options/class-wpglobus-options.php:1721
1322
  msgid "Enabled"
1323
  msgstr "Etkin"
1324
 
1325
- #: includes/options/class-wpglobus-options.php:1491
1326
  msgid "Builders support"
1327
  msgstr ""
1328
 
1329
- #: includes/options/class-wpglobus-options.php:1543
1330
  msgid "Builder mode is enabled on these Post Types"
1331
  msgstr ""
1332
 
1333
- #: includes/options/class-wpglobus-options.php:1609
1334
  msgid "Old fashioned language switcher"
1335
  msgstr ""
1336
 
1337
- #: includes/options/class-wpglobus-options.php:1615
1338
  msgid "Block Editor"
1339
  msgstr ""
1340
 
1341
- #: includes/options/class-wpglobus-options.php:1616
1342
  msgid "Block Editor Options"
1343
  msgstr ""
1344
 
1345
- #: includes/options/class-wpglobus-options.php:1645
1346
  msgid ""
1347
  "With the current settings, you will see the following lines in the section "
1348
  "HEAD of your site pages"
1349
  msgstr ""
1350
 
1351
- #: includes/options/class-wpglobus-options.php:1647
1352
  msgid "(example for two languages)"
1353
  msgstr ""
1354
 
1355
- #: includes/options/class-wpglobus-options.php:1694
1356
  msgid ""
1357
  "Tell search engines about localized versions of your pages using the "
1358
  "hreflang tag"
1359
  msgstr ""
1360
 
1361
- #: includes/options/class-wpglobus-options.php:1703
1362
  msgid "Output the hreflang tag as"
1363
  msgstr ""
1364
 
1365
- #: includes/options/class-wpglobus-options.php:1706
1366
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1367
  msgstr ""
1368
 
1369
- #: includes/options/class-wpglobus-options.php:1707
1370
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1371
  msgstr ""
1372
 
1373
- #: includes/options/class-wpglobus-options.php:1708
1374
  msgid "Language code only (en, ru, etc.)"
1375
  msgstr ""
1376
 
1377
- #: includes/options/class-wpglobus-options.php:1720
1378
  msgid "Use the code `x-default` for the main language"
1379
  msgstr ""
1380
 
1381
- #: includes/options/class-wpglobus-options.php:1726
1382
  msgid "Multilingual SEO"
1383
  msgstr ""
1384
 
1385
- #: includes/options/class-wpglobus-options.php:1727
1386
  msgid "Multilingual SEO Options"
1387
  msgstr ""
1388
 
1389
- #: includes/options/class-wpglobus-options.php:1757
1390
  msgid ""
1391
  "With WPGlobus, you can get translations for posts and pages using REST API."
1392
  msgstr ""
1393
 
1394
- #: includes/options/class-wpglobus-options.php:1784,
1395
- #: includes/options/class-wpglobus-options.php:1792,
1396
- #: includes/options/class-wpglobus-options.php:1765,
1397
- #: includes/options/class-wpglobus-options.php:1773
1398
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1399
  msgstr ""
1400
 
1401
- #: includes/options/class-wpglobus-options.php:1762
1402
  msgid ""
1403
  "For demonstration, you can try the first post that WordPress creates at the "
1404
  "initial installation."
1405
  msgstr ""
1406
 
1407
- #: includes/options/class-wpglobus-options.php:1803
1408
  msgid ""
1409
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1410
  "information."
1411
  msgstr ""
1412
 
1413
- #: includes/options/class-wpglobus-options.php:1810
1414
  msgid ""
1415
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1416
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1417
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1418
  msgstr ""
1419
 
1420
- #: includes/options/class-wpglobus-options.php:1823
1421
  msgid "Description:"
1422
  msgstr ""
1423
 
1424
- #: includes/options/class-wpglobus-options.php:1830,
1425
- #: includes/options/class-wpglobus-options.php:1831
1426
  msgid "REST API"
1427
  msgstr ""
1428
 
1429
- #: includes/options/class-wpglobus-options.php:2164
1430
  msgid "Translate strings"
1431
  msgstr ""
1432
 
321
  msgstr "Yardım"
322
 
323
  #: includes/admin/class-wpglobus-customize-options.php:745,
324
+ #: includes/options/class-wpglobus-options.php:1170
325
  msgid "Languages"
326
  msgstr "Diller"
327
 
328
  #: includes/admin/class-wpglobus-customize-options.php:765,
329
+ #: includes/options/class-wpglobus-options.php:1183
330
  msgid "Enabled Languages"
331
  msgstr "Etkinleştirilmiş Diller"
332
 
333
  #: includes/admin/class-wpglobus-customize-options.php:767,
334
+ #: includes/options/class-wpglobus-options.php:1184
335
  msgid "These languages are currently enabled on your site."
336
  msgstr "Bu diller şu anda sitenizde etkindir."
337
 
338
  #: includes/admin/class-wpglobus-customize-options.php:795,
339
+ #: includes/options/class-wpglobus-options.php:1142
340
  msgid "Choose a language you would like to enable."
341
  msgstr ""
342
 
347
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
348
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
349
  #: includes/admin/class-wpglobus-customize-options.php:801,
350
+ #: includes/options/class-wpglobus-options.php:1148
351
  msgid "or Add new Language %1$s here %2$s"
352
  msgstr ""
353
 
354
  #: includes/admin/class-wpglobus-customize-options.php:813,
355
+ #: includes/options/class-wpglobus-options.php:1197
356
  msgid "Add Languages"
357
  msgstr "Dil Ekleyin"
358
 
359
  #: includes/admin/class-wpglobus-customize-options.php:833,
360
+ #: includes/options/class-wpglobus-options.php:1205
361
  msgid "Language Selector Mode"
362
  msgstr "Dil Değiştirici Biçimi"
363
 
364
  #: includes/admin/class-wpglobus-customize-options.php:838,
365
+ #: includes/options/class-wpglobus-options.php:1208
366
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
367
  msgstr "İki harfli Kod, bayrakla birlikte (tr, en, ru, it, vb)"
368
 
369
  #: includes/admin/class-wpglobus-customize-options.php:839,
370
+ #: includes/options/class-wpglobus-options.php:1209
371
  msgid "Full Name (English, Russian, Italian, etc.)"
372
  msgstr "Tam İsim (Türkçe, English, vb)"
373
 
374
  #: includes/admin/class-wpglobus-customize-options.php:841,
375
+ #: includes/options/class-wpglobus-options.php:1210
376
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
377
  msgstr "Tam İsim, bayrakla birlikte (Türkçe, English, vb)"
378
 
379
  #: includes/admin/class-wpglobus-customize-options.php:842,
380
+ #: includes/options/class-wpglobus-options.php:1211
381
  msgid "Flags only"
382
  msgstr "Sadece bayraklar"
383
 
384
  #: includes/admin/class-wpglobus-customize-options.php:844,
385
+ #: includes/options/class-wpglobus-options.php:1206
386
  msgid ""
387
  "Choose the way language name and country flag are shown in the drop-down menu"
388
  msgstr "Açılan menüden dil adı ve bayrağın gösterilme şeklini seçin."
393
 
394
  #: includes/admin/class-wpglobus-customize-options.php:915,
395
  #: includes/admin/class-wpglobus-customize-options.php:888,
396
+ #: includes/options/class-wpglobus-options.php:1224
397
  msgid "Language Selector Menu"
398
  msgstr "Dil Seçimi Menüsü"
399
 
400
  #: includes/admin/class-wpglobus-customize-options.php:920,
401
  #: includes/admin/class-wpglobus-customize-options.php:899,
402
+ #: includes/options/class-wpglobus-options.php:1225
403
  msgid "Choose the navigation menu where the language selector will be shown"
404
  msgstr "Dil değiştiricinin gösterileceği gezinti menüsünü seçin"
405
 
408
  msgstr ""
409
 
410
  #: includes/admin/class-wpglobus-customize-options.php:940,
411
+ #: includes/options/class-wpglobus-options.php:1235
412
  msgid "\"All Pages\" menus Language selector"
413
  msgstr "\"Bütün Sayfalar\" menüleri Dil Değiştiricisi"
414
 
415
  #: includes/admin/class-wpglobus-customize-options.php:943,
416
+ #: includes/options/class-wpglobus-options.php:1237
417
  msgid ""
418
  "Adds language selector to the menus that automatically list all existing "
419
  "pages (using `wp_list_pages`)"
422
  "ekler (`wp_list_pages`i kullanarak)."
423
 
424
  #: includes/admin/class-wpglobus-customize-options.php:960,
425
+ #: includes/options/class-wpglobus-options.php:1350
426
  msgid "Custom CSS"
427
  msgstr "Özel CSS"
428
 
443
  msgstr "WPGlobus' u etkisizleştirmek için onay işaretini kaldırın"
444
 
445
  #: includes/admin/class-wpglobus-customize-options.php:1125,
446
+ #: includes/options/class-wpglobus-options.php:1418
447
  msgid "Redirect"
448
  msgstr "Yönlendir"
449
 
450
  #: includes/admin/class-wpglobus-customize-options.php:1150,
451
+ #: includes/options/class-wpglobus-options.php:1413
452
  msgid "Choose the language automatically, based on:"
453
  msgstr ""
454
 
455
  #: includes/admin/class-wpglobus-customize-options.php:1152,
456
+ #: includes/options/class-wpglobus-options.php:1403
457
  msgid "Preferred language set in the browser"
458
  msgstr ""
459
 
460
  #: includes/admin/class-wpglobus-customize-options.php:1153,
461
+ #: includes/options/class-wpglobus-options.php:1390
462
  msgid ""
463
  "When a user comes to the site for the first time, try to find the best "
464
  "matching language version of the page."
467
  #: includes/admin/class-wpglobus-customize-options.php:1214,
468
  #: includes/admin/class-wpglobus-customize-options.php:1234,
469
  #: includes/admin/class-wpglobus-customize-options.php:1192,
470
+ #: includes/options/class-wpglobus-options.php:1362
471
  msgid "Custom JS Code"
472
  msgstr ""
473
 
509
  msgstr ""
510
 
511
  #: includes/admin/class-wpglobus-customize-options.php:1351,
512
+ #: includes/options/class-wpglobus-options.php:602
513
  msgid "Thank you for installing WPGlobus!"
514
  msgstr "WPGlobus' u kurduğunuz için teşekkür ederiz."
515
 
516
  #: includes/admin/class-wpglobus-customize-options.php:1355,
517
+ #: includes/options/class-wpglobus-options.php:606
518
  msgid "Read About WPGlobus"
519
  msgstr "WPGlobus Hakkında'yı Okuyun"
520
 
526
  "sekmesine tıklayın."
527
 
528
  #: includes/admin/class-wpglobus-customize-options.php:1363,
529
+ #: includes/options/class-wpglobus-options.php:642
530
  msgid ""
531
  "Should you have any questions or comments, please do not hesitate to contact "
532
  "us."
534
  "Sorularınız veya yorumlarınız olursa, lütfen bizi aramakta tereddüt etmeyin."
535
 
536
  #: includes/admin/class-wpglobus-customize-options.php:1367,
537
+ #: includes/options/class-wpglobus-options.php:646
538
  msgid "Sincerely Yours,"
539
  msgstr "Saygılarımızla,"
540
 
541
  #: includes/admin/class-wpglobus-customize-options.php:1369,
542
+ #: includes/options/class-wpglobus-options.php:648,
543
  #: includes/options/wpglobus-options-header.php:34
544
  msgid "The WPGlobus Team"
545
  msgstr "WPGlobus Takımı"
547
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
548
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
549
  #: includes/admin/class-wpglobus-customize-options.php:1388,
550
+ #: includes/options/class-wpglobus-options.php:683
551
  msgid ""
552
  "We would hate to see you go. If something goes wrong, do not uninstall "
553
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
554
  msgstr ""
555
 
556
  #: includes/admin/class-wpglobus-customize-options.php:1395,
557
+ #: includes/options/class-wpglobus-options.php:690
558
  msgid ""
559
  "Please note that if you deactivate WPGlobus, your site will show all the "
560
  "languages together, mixed up. You will need to remove all translations, "
564
  #. translators: %s: link to the Clean-up Tool
565
  #. translators: %s: link to the Clean-up Tool.
566
  #: includes/admin/class-wpglobus-customize-options.php:1400,
567
+ #: includes/options/class-wpglobus-options.php:694
568
  msgid ""
569
  "If there are just a few places, you should edit them manually. To "
570
  "automatically remove all translations at once, you can use the %s. WARNING: "
575
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
576
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
577
  #: includes/admin/class-wpglobus-customize-options.php:1403,
578
+ #: includes/options/class-wpglobus-options.php:671
579
  msgid "%1$sClean-up Tool%2$s"
580
  msgstr ""
581
 
718
  msgstr ""
719
 
720
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
721
+ #: includes/options/class-wpglobus-options.php:720
722
  msgid "Help Desk"
723
  msgstr ""
724
 
797
  msgstr ""
798
 
799
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
800
+ #: includes/options/class-wpglobus-options.php:927
801
  msgid "WPGlobus for WooCommerce"
802
  msgstr ""
803
 
985
  msgstr ""
986
 
987
  #: includes/options/class-wpglobus-options.php:273,
988
+ #: includes/options/class-wpglobus-options.php:796,
989
+ #: includes/options/class-wpglobus-options.php:865
990
  msgid "WPGlobus Plus"
991
  msgstr ""
992
 
1012
  "Settings panel properly. Please try another browser."
1013
  msgstr ""
1014
 
1015
+ #: includes/options/class-wpglobus-options.php:593,
1016
+ #: includes/options/class-wpglobus-options.php:1571
1017
  msgid "Сompatibility"
1018
  msgstr ""
1019
 
1020
  #. translators: placeholders for "strong" tags.
1021
+ #: includes/options/class-wpglobus-options.php:610
1022
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1023
  msgstr ""
1024
 
1025
  #. translators: placeholders for "strong" tags.
1026
+ #: includes/options/class-wpglobus-options.php:613
1027
  msgid ""
1028
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1029
  "the language attributes: name, code, flag icon, etc."
1030
  msgstr ""
1031
 
1032
+ #: includes/options/class-wpglobus-options.php:616
1033
  msgid "Important notes"
1034
  msgstr "Önemli notlar"
1035
 
1036
  #. translators: placeholders for "strong" tags.
1037
+ #: includes/options/class-wpglobus-options.php:618
1038
  msgid "Version %1$s1.9.17%2$s "
1039
  msgstr ""
1040
 
1041
  #. translators: placeholders for "strong" tags.
1042
+ #: includes/options/class-wpglobus-options.php:621
1043
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1044
  msgstr ""
1045
 
1046
  #. translators: placeholders for "strong" tags; compatibility tab link.
1047
+ #: includes/options/class-wpglobus-options.php:624
1048
  msgid ""
1049
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1050
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1051
  msgstr ""
1052
 
1053
  #. translators: placeholders for "strong" tags; compatibility tab link.
1054
+ #: includes/options/class-wpglobus-options.php:627
1055
  msgid ""
1056
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1057
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1058
  msgstr ""
1059
 
1060
  #. translators: placeholders for "strong" tags.
1061
+ #: includes/options/class-wpglobus-options.php:631
1062
  msgid "Version %1$s2.2.11%2$s "
1063
  msgstr ""
1064
 
1065
+ #: includes/options/class-wpglobus-options.php:633
1066
  msgid "Starting from this version"
1067
  msgstr ""
1068
 
1069
  #. translators: placeholders for "strong" tags.
1070
+ #: includes/options/class-wpglobus-options.php:636
1071
  msgid ""
1072
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1073
  "(CPT)."
1074
  msgstr ""
1075
 
1076
  #. translators: placeholders for "strong" tags.
1077
+ #: includes/options/class-wpglobus-options.php:639
1078
  msgid ""
1079
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1080
  "the %1$s[%3$s]%2$s tab."
1081
  msgstr ""
1082
 
1083
+ #: includes/options/class-wpglobus-options.php:656
1084
  msgid "Welcome!"
1085
  msgstr "Hoş geldiniz!"
1086
 
1087
+ #: includes/options/class-wpglobus-options.php:679
1088
  msgid "Deactivating / Uninstalling"
1089
  msgstr ""
1090
 
1091
+ #: includes/options/class-wpglobus-options.php:705
1092
  msgid "Uninstall"
1093
  msgstr "Kaldır"
1094
 
1095
+ #: includes/options/class-wpglobus-options.php:735
1096
  msgid "All add-ons"
1097
  msgstr ""
1098
 
1099
+ #: includes/options/class-wpglobus-options.php:750
1100
  msgid "Mobile Menu"
1101
  msgstr ""
1102
 
1103
+ #: includes/options/class-wpglobus-options.php:765
1104
  msgid "Language Widgets"
1105
  msgstr ""
1106
 
1107
+ #: includes/options/class-wpglobus-options.php:835
1108
  msgid "We Recommend..."
1109
  msgstr ""
1110
 
1111
+ #: includes/options/class-wpglobus-options.php:867
1112
  msgid ""
1113
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1114
  "website, such as:"
1115
  msgstr ""
1116
 
1117
+ #: includes/options/class-wpglobus-options.php:870
1118
  msgid ""
1119
  "- Ability to write a post in one language and immediately publish it, not "
1120
  "waiting for the translation to other languages;"
1121
  msgstr ""
1122
 
1123
+ #: includes/options/class-wpglobus-options.php:873
1124
  msgid "- Set different URLs for each translation;"
1125
  msgstr ""
1126
 
1127
+ #: includes/options/class-wpglobus-options.php:876
1128
  msgid ""
1129
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1130
  "for each translation;"
1131
  msgstr ""
1132
 
1133
+ #: includes/options/class-wpglobus-options.php:879
1134
  msgid "- and more..."
1135
  msgstr ""
1136
 
1137
+ #: includes/options/class-wpglobus-options.php:882,
1138
+ #: includes/options/class-wpglobus-options.php:939,
1139
+ #: includes/options/class-wpglobus-options.php:997
1140
  msgid "Click here to download"
1141
  msgstr ""
1142
 
1143
+ #: includes/options/class-wpglobus-options.php:930
1144
  msgid ""
1145
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1146
  "translate your blog posts and pages to many languages."
1147
  msgstr ""
1148
 
1149
+ #: includes/options/class-wpglobus-options.php:933
1150
  msgid "The next step is to translate your WooCommerce-based store!"
1151
  msgstr ""
1152
 
1153
+ #: includes/options/class-wpglobus-options.php:936
1154
  msgid ""
1155
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1156
  "translate product titles and descriptions, categories, tags and attributes."
1157
  msgstr ""
1158
 
1159
+ #: includes/options/class-wpglobus-options.php:983
1160
  msgid "Multi-currency"
1161
  msgstr ""
1162
 
1163
+ #: includes/options/class-wpglobus-options.php:986
1164
  msgid ""
1165
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1166
  "a single currency only."
1167
  msgstr ""
1168
 
1169
+ #: includes/options/class-wpglobus-options.php:990
1170
  msgid ""
1171
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1172
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1174
  "positioning for global growth!"
1175
  msgstr ""
1176
 
1177
+ #: includes/options/class-wpglobus-options.php:994
1178
  msgid ""
1179
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1180
  "re-calculating prices on-the-fly."
1181
  msgstr ""
1182
 
1183
+ #: includes/options/class-wpglobus-options.php:1031
1184
  msgid "WPGlobus Premium Add-ons"
1185
  msgstr ""
1186
 
1187
+ #: includes/options/class-wpglobus-options.php:1033
1188
  msgid ""
1189
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1190
  "you will be able to:"
1191
  msgstr ""
1192
 
1193
+ #: includes/options/class-wpglobus-options.php:1038
1194
  msgid ""
1195
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1196
  "моя-страница and so on);"
1197
  msgstr ""
1198
 
1199
+ #: includes/options/class-wpglobus-options.php:1041
1200
  msgid ""
1201
  "Postpone translation to some languages and <strong>publish only the "
1202
  "translated texts</strong>;"
1203
  msgstr ""
1204
 
1205
+ #: includes/options/class-wpglobus-options.php:1044
1206
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1207
  msgstr ""
1208
 
1209
+ #: includes/options/class-wpglobus-options.php:1047
1210
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1211
  msgstr ""
1212
 
1213
+ #: includes/options/class-wpglobus-options.php:1050
1214
  msgid ""
1215
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1216
  "strong>;"
1217
  msgstr ""
1218
 
1219
+ #: includes/options/class-wpglobus-options.php:1054
1220
  msgid "...and more."
1221
  msgstr ""
1222
 
1223
+ #: includes/options/class-wpglobus-options.php:1057
1224
  msgid "Click here to visit the WPGlobus Store"
1225
  msgstr ""
1226
 
1227
+ #: includes/options/class-wpglobus-options.php:1098
1228
  msgid "Select a language"
1229
  msgstr "Bir Dil Seçin"
1230
 
1231
  #. translators: %3$s placeholder for the icon (actual picture).
1232
+ #: includes/options/class-wpglobus-options.php:1127
1233
  msgid ""
1234
  "Place the %1$smain language%2$s of your site at the top of the list by "
1235
  "dragging the %3$s icons."
1236
  msgstr ""
1237
 
1238
  #. translators: placeholders for the "strong" HTML tags.
1239
+ #: includes/options/class-wpglobus-options.php:1130
1240
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1241
  msgstr ""
1242
 
1243
  #. translators: placeholders for the "strong" HTML tags.
1244
+ #: includes/options/class-wpglobus-options.php:1133
1245
  msgid "%1$sAdd%2$s more languages using the section below."
1246
  msgstr ""
1247
 
1248
+ #: includes/options/class-wpglobus-options.php:1134
1249
  msgid "When done, click the [Save Changes] button."
1250
  msgstr "Tamamladığınızda [Değişiklikleri Kaydet] düğmesine basın."
1251
 
1252
  #. translators: %s - placeholder for the "Save Changes" button text.
1253
+ #: includes/options/class-wpglobus-options.php:1145
1254
  msgid "Press the %s button to confirm."
1255
  msgstr ""
1256
 
1257
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1258
+ #: includes/options/class-wpglobus-options.php:1162
1259
  msgid "-- none --"
1260
  msgstr ""
1261
 
1262
+ #: includes/options/class-wpglobus-options.php:1163
1263
  msgid "All menus"
1264
  msgstr ""
1265
 
1266
+ #: includes/options/class-wpglobus-options.php:1176
1267
  msgid "Instructions:"
1268
  msgstr "Yönergeler:"
1269
 
1270
+ #: includes/options/class-wpglobus-options.php:1236
1271
  msgid "(Found in some themes)"
1272
  msgstr "(Bazı temalarda bulunur)"
1273
 
1274
+ #: includes/options/class-wpglobus-options.php:1238
1275
  msgid "Enable"
1276
  msgstr "Etkinleştir"
1277
 
1278
+ #: includes/options/class-wpglobus-options.php:1253
1279
  msgid "Languages table"
1280
  msgstr "Diller tablosu"
1281
 
1282
+ #: includes/options/class-wpglobus-options.php:1259
1283
  msgid "Use this table to add, edit or delete languages."
1284
  msgstr "Dil eklemek, düzenlemek veya silmek için bu tabloyu kullanın."
1285
 
1286
+ #: includes/options/class-wpglobus-options.php:1260
1287
  msgid "NOTE: you cannot remove the main language."
1288
  msgstr "NOT: Asıl dili kaldıramazsınız."
1289
 
1290
+ #: includes/options/class-wpglobus-options.php:1308
1291
  msgid "WPGlobus is enabled on these Post Types"
1292
  msgstr ""
1293
 
1294
+ #: includes/options/class-wpglobus-options.php:1309
1295
  msgid "Uncheck to disable"
1296
  msgstr ""
1297
 
1298
+ #: includes/options/class-wpglobus-options.php:1310
1299
  msgid ""
1300
  "Please note that there are post types, which status is managed by other "
1301
  "plugins and cannot be changed here."
1302
  msgstr ""
1303
 
1304
+ #: includes/options/class-wpglobus-options.php:1315
1305
  msgid "Post Types"
1306
  msgstr "Gönderi Tipleri"
1307
 
1308
+ #: includes/options/class-wpglobus-options.php:1331
1309
  msgid ""
1310
  "You should put here only the code provided by WPGlobus Support. Do not write "
1311
  "anything else in the sections below as it might break the functionality of "
1312
  "your website!"
1313
  msgstr ""
1314
 
1315
+ #: includes/options/class-wpglobus-options.php:1372
1316
  msgid "Custom Code"
1317
  msgstr ""
1318
 
1319
+ #: includes/options/class-wpglobus-options.php:1480,
1320
+ #: includes/options/class-wpglobus-options.php:1612,
1321
+ #: includes/options/class-wpglobus-options.php:1723
1322
  msgid "Enabled"
1323
  msgstr "Etkin"
1324
 
1325
+ #: includes/options/class-wpglobus-options.php:1493
1326
  msgid "Builders support"
1327
  msgstr ""
1328
 
1329
+ #: includes/options/class-wpglobus-options.php:1545
1330
  msgid "Builder mode is enabled on these Post Types"
1331
  msgstr ""
1332
 
1333
+ #: includes/options/class-wpglobus-options.php:1611
1334
  msgid "Old fashioned language switcher"
1335
  msgstr ""
1336
 
1337
+ #: includes/options/class-wpglobus-options.php:1617
1338
  msgid "Block Editor"
1339
  msgstr ""
1340
 
1341
+ #: includes/options/class-wpglobus-options.php:1618
1342
  msgid "Block Editor Options"
1343
  msgstr ""
1344
 
1345
+ #: includes/options/class-wpglobus-options.php:1647
1346
  msgid ""
1347
  "With the current settings, you will see the following lines in the section "
1348
  "HEAD of your site pages"
1349
  msgstr ""
1350
 
1351
+ #: includes/options/class-wpglobus-options.php:1649
1352
  msgid "(example for two languages)"
1353
  msgstr ""
1354
 
1355
+ #: includes/options/class-wpglobus-options.php:1696
1356
  msgid ""
1357
  "Tell search engines about localized versions of your pages using the "
1358
  "hreflang tag"
1359
  msgstr ""
1360
 
1361
+ #: includes/options/class-wpglobus-options.php:1705
1362
  msgid "Output the hreflang tag as"
1363
  msgstr ""
1364
 
1365
+ #: includes/options/class-wpglobus-options.php:1708
1366
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1367
  msgstr ""
1368
 
1369
+ #: includes/options/class-wpglobus-options.php:1709
1370
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1371
  msgstr ""
1372
 
1373
+ #: includes/options/class-wpglobus-options.php:1710
1374
  msgid "Language code only (en, ru, etc.)"
1375
  msgstr ""
1376
 
1377
+ #: includes/options/class-wpglobus-options.php:1722
1378
  msgid "Use the code `x-default` for the main language"
1379
  msgstr ""
1380
 
1381
+ #: includes/options/class-wpglobus-options.php:1728
1382
  msgid "Multilingual SEO"
1383
  msgstr ""
1384
 
1385
+ #: includes/options/class-wpglobus-options.php:1729
1386
  msgid "Multilingual SEO Options"
1387
  msgstr ""
1388
 
1389
+ #: includes/options/class-wpglobus-options.php:1766
1390
  msgid ""
1391
  "With WPGlobus, you can get translations for posts and pages using REST API."
1392
  msgstr ""
1393
 
1394
+ #: includes/options/class-wpglobus-options.php:1793,
1395
+ #: includes/options/class-wpglobus-options.php:1801,
1396
+ #: includes/options/class-wpglobus-options.php:1774,
1397
+ #: includes/options/class-wpglobus-options.php:1782
1398
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1399
  msgstr ""
1400
 
1401
+ #: includes/options/class-wpglobus-options.php:1771
1402
  msgid ""
1403
  "For demonstration, you can try the first post that WordPress creates at the "
1404
  "initial installation."
1405
  msgstr ""
1406
 
1407
+ #: includes/options/class-wpglobus-options.php:1812
1408
  msgid ""
1409
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1410
  "information."
1411
  msgstr ""
1412
 
1413
+ #: includes/options/class-wpglobus-options.php:1819
1414
  msgid ""
1415
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1416
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1417
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1418
  msgstr ""
1419
 
1420
+ #: includes/options/class-wpglobus-options.php:1832
1421
  msgid "Description:"
1422
  msgstr ""
1423
 
1424
+ #: includes/options/class-wpglobus-options.php:1839,
1425
+ #: includes/options/class-wpglobus-options.php:1840
1426
  msgid "REST API"
1427
  msgstr ""
1428
 
1429
+ #: includes/options/class-wpglobus-options.php:2173
1430
  msgid "Translate strings"
1431
  msgstr ""
1432
 
languages/wpglobus-uk.po CHANGED
@@ -349,22 +349,22 @@ msgid "Help"
349
  msgstr "Довідка"
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:745,
352
- #: includes/options/class-wpglobus-options.php:1168
353
  msgid "Languages"
354
  msgstr "Мови"
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:765,
357
- #: includes/options/class-wpglobus-options.php:1181
358
  msgid "Enabled Languages"
359
  msgstr "Встановлені мови"
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:767,
362
- #: includes/options/class-wpglobus-options.php:1182
363
  msgid "These languages are currently enabled on your site."
364
  msgstr "Ці мови зараз увімкнені на вашому сайті."
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:795,
367
- #: includes/options/class-wpglobus-options.php:1140
368
  msgid "Choose a language you would like to enable."
369
  msgstr "Виберіть зі списку мову, яку ви хочете дозволити для використання."
370
 
@@ -375,42 +375,42 @@ msgstr "Натисніть [Зберегти та опублікувати] дл
375
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
376
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
377
  #: includes/admin/class-wpglobus-customize-options.php:801,
378
- #: includes/options/class-wpglobus-options.php:1146
379
  msgid "or Add new Language %1$s here %2$s"
380
  msgstr "або додайте нову мову %1$s тут %2$s"
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:813,
383
- #: includes/options/class-wpglobus-options.php:1195
384
  msgid "Add Languages"
385
  msgstr "Додати мови"
386
 
387
  #: includes/admin/class-wpglobus-customize-options.php:833,
388
- #: includes/options/class-wpglobus-options.php:1203
389
  msgid "Language Selector Mode"
390
  msgstr "Тип відображення перемикачів "
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:838,
393
- #: includes/options/class-wpglobus-options.php:1206
394
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
395
  msgstr "Дволітерний код (en, ru, it, і т.д.) та прапор"
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:839,
398
- #: includes/options/class-wpglobus-options.php:1207
399
  msgid "Full Name (English, Russian, Italian, etc.)"
400
  msgstr "Повна назва (English, Russian, Italian, и т.д.)"
401
 
402
  #: includes/admin/class-wpglobus-customize-options.php:841,
403
- #: includes/options/class-wpglobus-options.php:1208
404
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
405
  msgstr "Повна назва (English, Russian, Italian, і т.д.) і прапор"
406
 
407
  #: includes/admin/class-wpglobus-customize-options.php:842,
408
- #: includes/options/class-wpglobus-options.php:1209
409
  msgid "Flags only"
410
  msgstr "Тільки прапори"
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:844,
413
- #: includes/options/class-wpglobus-options.php:1204
414
  msgid ""
415
  "Choose the way language name and country flag are shown in the drop-down menu"
416
  msgstr "Виберіть спосіб відображенн назв мов і прапорів в меню навігації"
@@ -421,13 +421,13 @@ msgstr "Оберіть навігаційне меню"
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:915,
423
  #: includes/admin/class-wpglobus-customize-options.php:888,
424
- #: includes/options/class-wpglobus-options.php:1222
425
  msgid "Language Selector Menu"
426
  msgstr "Навігаційне меню"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:920,
429
  #: includes/admin/class-wpglobus-customize-options.php:899,
430
- #: includes/options/class-wpglobus-options.php:1223
431
  msgid "Choose the navigation menu where the language selector will be shown"
432
  msgstr "Виберіть навігаційне меню, в якому буде показаний перемикач мов"
433
 
@@ -436,12 +436,12 @@ msgid "No menus have been created yet. Create some."
436
  msgstr "Меню ще не створено. Створити."
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:940,
439
- #: includes/options/class-wpglobus-options.php:1233
440
  msgid "\"All Pages\" menus Language selector"
441
  msgstr "Перемикач мови в меню «Всі сторінки»"
442
 
443
  #: includes/admin/class-wpglobus-customize-options.php:943,
444
- #: includes/options/class-wpglobus-options.php:1235
445
  msgid ""
446
  "Adds language selector to the menus that automatically list all existing "
447
  "pages (using `wp_list_pages`)"
@@ -450,7 +450,7 @@ msgstr ""
450
  "сторінок (з використанням `wp_list_pages`)"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:960,
453
- #: includes/options/class-wpglobus-options.php:1348
454
  msgid "Custom CSS"
455
  msgstr "Користувацький CSS"
456
 
@@ -472,22 +472,22 @@ msgid "Uncheck to disable WPGlobus"
472
  msgstr "зніміть прапорець, щоб відключити WPGlobus"
473
 
474
  #: includes/admin/class-wpglobus-customize-options.php:1125,
475
- #: includes/options/class-wpglobus-options.php:1416
476
  msgid "Redirect"
477
  msgstr "Перенаправлення"
478
 
479
  #: includes/admin/class-wpglobus-customize-options.php:1150,
480
- #: includes/options/class-wpglobus-options.php:1411
481
  msgid "Choose the language automatically, based on:"
482
  msgstr "Обрати мову автоматично, враховуючи:"
483
 
484
  #: includes/admin/class-wpglobus-customize-options.php:1152,
485
- #: includes/options/class-wpglobus-options.php:1401
486
  msgid "Preferred language set in the browser"
487
  msgstr "Мова, вказана як краща,встановлена в браузері"
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1153,
490
- #: includes/options/class-wpglobus-options.php:1388
491
  msgid ""
492
  "When a user comes to the site for the first time, try to find the best "
493
  "matching language version of the page."
@@ -498,7 +498,7 @@ msgstr ""
498
  #: includes/admin/class-wpglobus-customize-options.php:1214,
499
  #: includes/admin/class-wpglobus-customize-options.php:1234,
500
  #: includes/admin/class-wpglobus-customize-options.php:1192,
501
- #: includes/options/class-wpglobus-options.php:1360
502
  msgid "Custom JS Code"
503
  msgstr "Користувацький JS"
504
 
@@ -544,12 +544,12 @@ msgstr ""
544
  "виключити поля, зніміть його та натисніть кнопку нижче."
545
 
546
  #: includes/admin/class-wpglobus-customize-options.php:1351,
547
- #: includes/options/class-wpglobus-options.php:600
548
  msgid "Thank you for installing WPGlobus!"
549
  msgstr "Дякуємо за встановлення плагіна WPGlobus!"
550
 
551
  #: includes/admin/class-wpglobus-customize-options.php:1355,
552
- #: includes/options/class-wpglobus-options.php:604
553
  msgid "Read About WPGlobus"
554
  msgstr "Читати про WPGlobus"
555
 
@@ -559,7 +559,7 @@ msgid ""
559
  msgstr "Налаштування плагіна знаходятся в розділі <strong>[Мови]</strong>."
560
 
561
  #: includes/admin/class-wpglobus-customize-options.php:1363,
562
- #: includes/options/class-wpglobus-options.php:640
563
  msgid ""
564
  "Should you have any questions or comments, please do not hesitate to contact "
565
  "us."
@@ -568,12 +568,12 @@ msgstr ""
568
  "підтримкою."
569
 
570
  #: includes/admin/class-wpglobus-customize-options.php:1367,
571
- #: includes/options/class-wpglobus-options.php:644
572
  msgid "Sincerely Yours,"
573
  msgstr "З Повагою,"
574
 
575
  #: includes/admin/class-wpglobus-customize-options.php:1369,
576
- #: includes/options/class-wpglobus-options.php:646,
577
  #: includes/options/wpglobus-options-header.php:34
578
  msgid "The WPGlobus Team"
579
  msgstr "Команда WPGlobus"
@@ -581,7 +581,7 @@ msgstr "Команда WPGlobus"
581
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
582
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
583
  #: includes/admin/class-wpglobus-customize-options.php:1388,
584
- #: includes/options/class-wpglobus-options.php:681
585
  msgid ""
586
  "We would hate to see you go. If something goes wrong, do not uninstall "
587
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
@@ -590,7 +590,7 @@ msgstr ""
590
  "%1$sзверніться до нас %2$s і дозвольте Вам допомогти!"
591
 
592
  #: includes/admin/class-wpglobus-customize-options.php:1395,
593
- #: includes/options/class-wpglobus-options.php:688
594
  msgid ""
595
  "Please note that if you deactivate WPGlobus, your site will show all the "
596
  "languages together, mixed up. You will need to remove all translations, "
@@ -603,7 +603,7 @@ msgstr ""
603
  #. translators: %s: link to the Clean-up Tool
604
  #. translators: %s: link to the Clean-up Tool.
605
  #: includes/admin/class-wpglobus-customize-options.php:1400,
606
- #: includes/options/class-wpglobus-options.php:692
607
  msgid ""
608
  "If there are just a few places, you should edit them manually. To "
609
  "automatically remove all translations at once, you can use the %s. WARNING: "
@@ -618,7 +618,7 @@ msgstr ""
618
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
619
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
620
  #: includes/admin/class-wpglobus-customize-options.php:1403,
621
- #: includes/options/class-wpglobus-options.php:669
622
  msgid "%1$sClean-up Tool%2$s"
623
  msgstr "%1$sПрограму очищення%2$s"
624
 
@@ -761,7 +761,7 @@ msgid ""
761
  msgstr ""
762
 
763
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
764
- #: includes/options/class-wpglobus-options.php:718
765
  msgid "Help Desk"
766
  msgstr "Підтримка"
767
 
@@ -849,7 +849,7 @@ msgid "WPGlobus Recommends:"
849
  msgstr "WPGlobus рекомендує:"
850
 
851
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
852
- #: includes/options/class-wpglobus-options.php:925
853
  msgid "WPGlobus for WooCommerce"
854
  msgstr "WPGlobus для WooCommerce"
855
 
@@ -1040,8 +1040,8 @@ msgid "Language Selector Menu Style"
1040
  msgstr "Стиль меню вибору мови"
1041
 
1042
  #: includes/options/class-wpglobus-options.php:273,
1043
- #: includes/options/class-wpglobus-options.php:794,
1044
- #: includes/options/class-wpglobus-options.php:863
1045
  msgid "WPGlobus Plus"
1046
  msgstr "WPGlobus Плюс"
1047
 
@@ -1069,18 +1069,18 @@ msgstr ""
1069
  "Ваш браузер показує панель налаштувань WPGlobus некоректно. Встановіть більш "
1070
  "сучасну версію браузера або спробуйте інший."
1071
 
1072
- #: includes/options/class-wpglobus-options.php:591,
1073
- #: includes/options/class-wpglobus-options.php:1569
1074
  msgid "Сompatibility"
1075
  msgstr "Сумісність"
1076
 
1077
  #. translators: placeholders for "strong" tags.
1078
- #: includes/options/class-wpglobus-options.php:608
1079
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1080
  msgstr "Основні настройки плагіна знаходяться в розділі%1$s[Мови]%2$s."
1081
 
1082
  #. translators: placeholders for "strong" tags.
1083
- #: includes/options/class-wpglobus-options.php:611
1084
  msgid ""
1085
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1086
  "the language attributes: name, code, flag icon, etc."
@@ -1088,22 +1088,22 @@ msgstr ""
1088
  "Використовуйте розділ%1$s[Таблиця мов]%2$sдля того щоб додати мову або "
1089
  "відредагувати атрибути назва, код, прапор тощо"
1090
 
1091
- #: includes/options/class-wpglobus-options.php:614
1092
  msgid "Important notes"
1093
  msgstr "Важливі повідомлення"
1094
 
1095
  #. translators: placeholders for "strong" tags.
1096
- #: includes/options/class-wpglobus-options.php:616
1097
  msgid "Version %1$s1.9.17%2$s "
1098
  msgstr "Версія%1$s1.9.17%2$s"
1099
 
1100
  #. translators: placeholders for "strong" tags.
1101
- #: includes/options/class-wpglobus-options.php:619
1102
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1103
  msgstr "Починаючи з цієї версії%1$sWPGlobus%2$sпрацює у двох режимах"
1104
 
1105
  #. translators: placeholders for "strong" tags; compatibility tab link.
1106
- #: includes/options/class-wpglobus-options.php:622
1107
  msgid ""
1108
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1109
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
@@ -1112,7 +1112,7 @@ msgstr ""
1112
  "будь-які плагіни/надбудови, перераховані на вкладці%1$s [%3$s]%2$s."
1113
 
1114
  #. translators: placeholders for "strong" tags; compatibility tab link.
1115
- #: includes/options/class-wpglobus-options.php:625
1116
  msgid ""
1117
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1118
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
@@ -1122,16 +1122,16 @@ msgstr ""
1122
  "%1$s[%3$s]%2$s."
1123
 
1124
  #. translators: placeholders for "strong" tags.
1125
- #: includes/options/class-wpglobus-options.php:629
1126
  msgid "Version %1$s2.2.11%2$s "
1127
  msgstr "Версія %1$s2.2.11%2$s"
1128
 
1129
- #: includes/options/class-wpglobus-options.php:631
1130
  msgid "Starting from this version"
1131
  msgstr "Починаючи з цієї версії"
1132
 
1133
  #. translators: placeholders for "strong" tags.
1134
- #: includes/options/class-wpglobus-options.php:634
1135
  msgid ""
1136
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1137
  "(CPT)."
@@ -1140,7 +1140,7 @@ msgstr ""
1140
  "замовчуванням."
1141
 
1142
  #. translators: placeholders for "strong" tags.
1143
- #: includes/options/class-wpglobus-options.php:637
1144
  msgid ""
1145
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1146
  "the %1$s[%3$s]%2$s tab."
@@ -1148,41 +1148,41 @@ msgstr ""
1148
  "Щоб включити підтримку%1$sBuilder mode%2$s для певного типу постів перейдіть "
1149
  "на вкладку%1$s[%3$s]%2$s."
1150
 
1151
- #: includes/options/class-wpglobus-options.php:654
1152
  msgid "Welcome!"
1153
  msgstr "Ласкаво Просимо!"
1154
 
1155
- #: includes/options/class-wpglobus-options.php:677
1156
  msgid "Deactivating / Uninstalling"
1157
  msgstr "Деактивація / Деінсталяція"
1158
 
1159
- #: includes/options/class-wpglobus-options.php:703
1160
  msgid "Uninstall"
1161
  msgstr "Видалити"
1162
 
1163
- #: includes/options/class-wpglobus-options.php:733
1164
  msgid "All add-ons"
1165
  msgstr "Всі розширення"
1166
 
1167
- #: includes/options/class-wpglobus-options.php:748
1168
  msgid "Mobile Menu"
1169
  msgstr "Мобільне Меню"
1170
 
1171
- #: includes/options/class-wpglobus-options.php:763
1172
  msgid "Language Widgets"
1173
  msgstr "Мови для віджетів"
1174
 
1175
- #: includes/options/class-wpglobus-options.php:833
1176
  msgid "We Recommend..."
1177
  msgstr "Рекомендуємо..."
1178
 
1179
- #: includes/options/class-wpglobus-options.php:865
1180
  msgid ""
1181
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1182
  "website, such as:"
1183
  msgstr "Розширення WPGlobus-Плюс дозволить:"
1184
 
1185
- #: includes/options/class-wpglobus-options.php:868
1186
  msgid ""
1187
  "- Ability to write a post in one language and immediately publish it, not "
1188
  "waiting for the translation to other languages;"
@@ -1190,11 +1190,11 @@ msgstr ""
1190
  "-Можливість написати повідомлення на одній мові і негайно опублікувати його, "
1191
  "не чекаючи їх перекладу на інші мови;"
1192
 
1193
- #: includes/options/class-wpglobus-options.php:871
1194
  msgid "- Set different URLs for each translation;"
1195
  msgstr "- Провести URL постійні посилання на різні мови;"
1196
 
1197
- #: includes/options/class-wpglobus-options.php:874
1198
  msgid ""
1199
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1200
  "for each translation;"
@@ -1202,17 +1202,17 @@ msgstr ""
1202
  "- В плагіні Yoast SEO перевіряти ключові слова і виконувати аналіз тексту "
1203
  "для кожної мови;"
1204
 
1205
- #: includes/options/class-wpglobus-options.php:877
1206
  msgid "- and more..."
1207
  msgstr "- і багато додаткових можливостей..."
1208
 
1209
- #: includes/options/class-wpglobus-options.php:880,
1210
- #: includes/options/class-wpglobus-options.php:937,
1211
- #: includes/options/class-wpglobus-options.php:995
1212
  msgid "Click here to download"
1213
  msgstr "Натисніть тут щоб встановити"
1214
 
1215
- #: includes/options/class-wpglobus-options.php:928
1216
  msgid ""
1217
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1218
  "translate your blog posts and pages to many languages."
@@ -1220,11 +1220,11 @@ msgstr ""
1220
  "Дякуємо за встановлення WPGlobus! Тепер у вас є багатомовний веб-сайт, і ви "
1221
  "можете перевести записи в блозі і сторінки на кілька мов."
1222
 
1223
- #: includes/options/class-wpglobus-options.php:931
1224
  msgid "The next step is to translate your WooCommerce-based store!"
1225
  msgstr "Наступний крок - зробити багатомовним ваш онлайн магазин!"
1226
 
1227
- #: includes/options/class-wpglobus-options.php:934
1228
  msgid ""
1229
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1230
  "translate product titles and descriptions, categories, tags and attributes."
@@ -1232,17 +1232,17 @@ msgstr ""
1232
  "За допомогою розширення WPGlobus для WooCommerce ви зможете перевести назви "
1233
  "та опис товарів, категорій, властивостей і міток."
1234
 
1235
- #: includes/options/class-wpglobus-options.php:981
1236
  msgid "Multi-currency"
1237
  msgstr "Мультивалютність"
1238
 
1239
- #: includes/options/class-wpglobus-options.php:984
1240
  msgid ""
1241
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1242
  "a single currency only."
1243
  msgstr "Ваш магазин WooCommerce налаштований на показ цін в одній валюті."
1244
 
1245
- #: includes/options/class-wpglobus-options.php:988
1246
  msgid ""
1247
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1248
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
@@ -1252,7 +1252,7 @@ msgstr ""
1252
  "За допомогою WPGlobus ви зможете автоматично перераховувати ціни за курсом і "
1253
  "показувати клієнтам звичну їм валюту."
1254
 
1255
- #: includes/options/class-wpglobus-options.php:992
1256
  msgid ""
1257
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1258
  "re-calculating prices on-the-fly."
@@ -1260,11 +1260,11 @@ msgstr ""
1260
  "Розширення WPGlobus-мультивалютність дозволяє перемикатися між валютами, "
1261
  "автоматично перераховуючи ціни."
1262
 
1263
- #: includes/options/class-wpglobus-options.php:1029
1264
  msgid "WPGlobus Premium Add-ons"
1265
  msgstr "Платні розширення"
1266
 
1267
- #: includes/options/class-wpglobus-options.php:1031
1268
  msgid ""
1269
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1270
  "you will be able to:"
@@ -1272,7 +1272,7 @@ msgstr ""
1272
  "Ми написали кілька преміальних розширень для WPGlobus. З їх допомогою ви "
1273
  "зможете:"
1274
 
1275
- #: includes/options/class-wpglobus-options.php:1036
1276
  msgid ""
1277
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1278
  "моя-страница and so on);"
@@ -1280,7 +1280,7 @@ msgstr ""
1280
  "<strong>Перекласти URL</strong>(/my-page/ translates to /fr/ma-page, /ru/моя-"
1281
  "страница і так далі);"
1282
 
1283
- #: includes/options/class-wpglobus-options.php:1039
1284
  msgid ""
1285
  "Postpone translation to some languages and <strong>publish only the "
1286
  "translated texts</strong>;"
@@ -1288,35 +1288,35 @@ msgstr ""
1288
  "Відкласти переклад на деякі мови та <strong>опублікувати тільки перекладені "
1289
  "тексти</strong>;"
1290
 
1291
- #: includes/options/class-wpglobus-options.php:1042
1292
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1293
  msgstr "Підтримувати<strong>роздільні меню і віджети для кожної мови</strong>;"
1294
 
1295
- #: includes/options/class-wpglobus-options.php:1045
1296
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1297
  msgstr "<strong>Перекласти товари і категорії WooCommerce</strong>;"
1298
 
1299
- #: includes/options/class-wpglobus-options.php:1048
1300
  msgid ""
1301
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1302
  "strong>;"
1303
  msgstr ""
1304
  "Перевіряти ключові слова окремо для кожної мови в <strong>Yoast SEO</strong>;"
1305
 
1306
- #: includes/options/class-wpglobus-options.php:1052
1307
  msgid "...and more."
1308
  msgstr "...і не тільки це."
1309
 
1310
- #: includes/options/class-wpglobus-options.php:1055
1311
  msgid "Click here to visit the WPGlobus Store"
1312
  msgstr "Відвідайте наш магазин"
1313
 
1314
- #: includes/options/class-wpglobus-options.php:1096
1315
  msgid "Select a language"
1316
  msgstr "Виберіть мову"
1317
 
1318
  #. translators: %3$s placeholder for the icon (actual picture).
1319
- #: includes/options/class-wpglobus-options.php:1125
1320
  msgid ""
1321
  "Place the %1$smain language%2$s of your site at the top of the list by "
1322
  "dragging the %3$s icons."
@@ -1325,67 +1325,67 @@ msgstr ""
1325
  "пересуваючи значок%3$s."
1326
 
1327
  #. translators: placeholders for the "strong" HTML tags.
1328
- #: includes/options/class-wpglobus-options.php:1128
1329
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1330
  msgstr "%1$sЗніміть прапорець%2$sз мов, які ви не плануєте використовувати."
1331
 
1332
  #. translators: placeholders for the "strong" HTML tags.
1333
- #: includes/options/class-wpglobus-options.php:1131
1334
  msgid "%1$sAdd%2$s more languages using the section below."
1335
  msgstr "%1$sДодайте%2$sдодаткові мови, використовуючи розділ нижче."
1336
 
1337
- #: includes/options/class-wpglobus-options.php:1132
1338
  msgid "When done, click the [Save Changes] button."
1339
  msgstr "Коли закінчите, натисніть кнопку [Зберегти зміни]."
1340
 
1341
  #. translators: %s - placeholder for the "Save Changes" button text.
1342
- #: includes/options/class-wpglobus-options.php:1143
1343
  msgid "Press the %s button to confirm."
1344
  msgstr "Натисніть кнопку%sдля підтвердження."
1345
 
1346
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1347
- #: includes/options/class-wpglobus-options.php:1160
1348
  msgid "-- none --"
1349
  msgstr "-- не відображати --"
1350
 
1351
- #: includes/options/class-wpglobus-options.php:1161
1352
  msgid "All menus"
1353
  msgstr "Все меню"
1354
 
1355
- #: includes/options/class-wpglobus-options.php:1174
1356
  msgid "Instructions:"
1357
  msgstr "ІнструкціЇ:"
1358
 
1359
- #: includes/options/class-wpglobus-options.php:1234
1360
  msgid "(Found in some themes)"
1361
  msgstr "(Знайдено в деяких темах)"
1362
 
1363
- #: includes/options/class-wpglobus-options.php:1236
1364
  msgid "Enable"
1365
  msgstr "Увімкнути"
1366
 
1367
- #: includes/options/class-wpglobus-options.php:1251
1368
  msgid "Languages table"
1369
  msgstr "Таблиця мов"
1370
 
1371
- #: includes/options/class-wpglobus-options.php:1257
1372
  msgid "Use this table to add, edit or delete languages."
1373
  msgstr ""
1374
  "Використвуйте цю таблицю, для додавання, видалення або редагування мов."
1375
 
1376
- #: includes/options/class-wpglobus-options.php:1258
1377
  msgid "NOTE: you cannot remove the main language."
1378
  msgstr "ЗВЕРНІТЬ УВАГУ: мова за замовчування не може бути видалена."
1379
 
1380
- #: includes/options/class-wpglobus-options.php:1306
1381
  msgid "WPGlobus is enabled on these Post Types"
1382
  msgstr "WPGlobus активний в цих типах записів"
1383
 
1384
- #: includes/options/class-wpglobus-options.php:1307
1385
  msgid "Uncheck to disable"
1386
  msgstr "Зніміть прапорець, щоб вимкнути WPGlobus"
1387
 
1388
- #: includes/options/class-wpglobus-options.php:1308
1389
  msgid ""
1390
  "Please note that there are post types, which status is managed by other "
1391
  "plugins and cannot be changed here."
@@ -1393,11 +1393,11 @@ msgstr ""
1393
  "Увага: деякі типи записів управляються іншими плагінами і тому не можуть "
1394
  "контролюватися в цій панелі налаштувань."
1395
 
1396
- #: includes/options/class-wpglobus-options.php:1313
1397
  msgid "Post Types"
1398
  msgstr "Типи записів"
1399
 
1400
- #: includes/options/class-wpglobus-options.php:1329
1401
  msgid ""
1402
  "You should put here only the code provided by WPGlobus Support. Do not write "
1403
  "anything else in the sections below as it might break the functionality of "
@@ -1407,121 +1407,121 @@ msgstr ""
1407
  "підтримки WPGlobus. Не записуйте сюди нічого іншого, оскільки це може "
1408
  "порушити роботу вашого сайту!"
1409
 
1410
- #: includes/options/class-wpglobus-options.php:1370
1411
  msgid "Custom Code"
1412
  msgstr "Додайте JS/CSS"
1413
 
1414
- #: includes/options/class-wpglobus-options.php:1478,
1415
- #: includes/options/class-wpglobus-options.php:1610,
1416
- #: includes/options/class-wpglobus-options.php:1721
1417
  msgid "Enabled"
1418
  msgstr "Увімкнено"
1419
 
1420
- #: includes/options/class-wpglobus-options.php:1491
1421
  msgid "Builders support"
1422
  msgstr "Підтримка конструкторів сторінок"
1423
 
1424
- #: includes/options/class-wpglobus-options.php:1543
1425
  msgid "Builder mode is enabled on these Post Types"
1426
  msgstr "Режим `Builder` активний для цих типів записів"
1427
 
1428
- #: includes/options/class-wpglobus-options.php:1609
1429
  msgid "Old fashioned language switcher"
1430
  msgstr "Використовувати колишній перемикач мови"
1431
 
1432
- #: includes/options/class-wpglobus-options.php:1615
1433
  msgid "Block Editor"
1434
  msgstr "Редактор блоків"
1435
 
1436
- #: includes/options/class-wpglobus-options.php:1616
1437
  msgid "Block Editor Options"
1438
  msgstr "Налаштування редактора блоків"
1439
 
1440
- #: includes/options/class-wpglobus-options.php:1645
1441
  msgid ""
1442
  "With the current settings, you will see the following lines in the section "
1443
  "HEAD of your site pages"
1444
  msgstr ""
1445
 
1446
- #: includes/options/class-wpglobus-options.php:1647
1447
  msgid "(example for two languages)"
1448
  msgstr ""
1449
 
1450
- #: includes/options/class-wpglobus-options.php:1694
1451
  msgid ""
1452
  "Tell search engines about localized versions of your pages using the "
1453
  "hreflang tag"
1454
  msgstr ""
1455
 
1456
- #: includes/options/class-wpglobus-options.php:1703
1457
  msgid "Output the hreflang tag as"
1458
  msgstr ""
1459
 
1460
- #: includes/options/class-wpglobus-options.php:1706
1461
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1462
  msgstr ""
1463
 
1464
- #: includes/options/class-wpglobus-options.php:1707
1465
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1466
  msgstr ""
1467
 
1468
- #: includes/options/class-wpglobus-options.php:1708
1469
  msgid "Language code only (en, ru, etc.)"
1470
  msgstr ""
1471
 
1472
- #: includes/options/class-wpglobus-options.php:1720
1473
  msgid "Use the code `x-default` for the main language"
1474
  msgstr ""
1475
 
1476
- #: includes/options/class-wpglobus-options.php:1726
1477
  msgid "Multilingual SEO"
1478
  msgstr ""
1479
 
1480
- #: includes/options/class-wpglobus-options.php:1727
1481
  msgid "Multilingual SEO Options"
1482
  msgstr ""
1483
 
1484
- #: includes/options/class-wpglobus-options.php:1757
1485
  msgid ""
1486
  "With WPGlobus, you can get translations for posts and pages using REST API."
1487
  msgstr ""
1488
 
1489
- #: includes/options/class-wpglobus-options.php:1784,
1490
- #: includes/options/class-wpglobus-options.php:1792,
1491
- #: includes/options/class-wpglobus-options.php:1765,
1492
- #: includes/options/class-wpglobus-options.php:1773
1493
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1494
  msgstr ""
1495
 
1496
- #: includes/options/class-wpglobus-options.php:1762
1497
  msgid ""
1498
  "For demonstration, you can try the first post that WordPress creates at the "
1499
  "initial installation."
1500
  msgstr ""
1501
 
1502
- #: includes/options/class-wpglobus-options.php:1803
1503
  msgid ""
1504
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1505
  "information."
1506
  msgstr ""
1507
 
1508
- #: includes/options/class-wpglobus-options.php:1810
1509
  msgid ""
1510
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1511
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1512
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1513
  msgstr ""
1514
 
1515
- #: includes/options/class-wpglobus-options.php:1823
1516
  msgid "Description:"
1517
  msgstr ""
1518
 
1519
- #: includes/options/class-wpglobus-options.php:1830,
1520
- #: includes/options/class-wpglobus-options.php:1831
1521
  msgid "REST API"
1522
  msgstr ""
1523
 
1524
- #: includes/options/class-wpglobus-options.php:2164
1525
  msgid "Translate strings"
1526
  msgstr "Переклади рядків"
1527
 
349
  msgstr "Довідка"
350
 
351
  #: includes/admin/class-wpglobus-customize-options.php:745,
352
+ #: includes/options/class-wpglobus-options.php:1170
353
  msgid "Languages"
354
  msgstr "Мови"
355
 
356
  #: includes/admin/class-wpglobus-customize-options.php:765,
357
+ #: includes/options/class-wpglobus-options.php:1183
358
  msgid "Enabled Languages"
359
  msgstr "Встановлені мови"
360
 
361
  #: includes/admin/class-wpglobus-customize-options.php:767,
362
+ #: includes/options/class-wpglobus-options.php:1184
363
  msgid "These languages are currently enabled on your site."
364
  msgstr "Ці мови зараз увімкнені на вашому сайті."
365
 
366
  #: includes/admin/class-wpglobus-customize-options.php:795,
367
+ #: includes/options/class-wpglobus-options.php:1142
368
  msgid "Choose a language you would like to enable."
369
  msgstr "Виберіть зі списку мову, яку ви хочете дозволити для використання."
370
 
375
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
376
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
377
  #: includes/admin/class-wpglobus-customize-options.php:801,
378
+ #: includes/options/class-wpglobus-options.php:1148
379
  msgid "or Add new Language %1$s here %2$s"
380
  msgstr "або додайте нову мову %1$s тут %2$s"
381
 
382
  #: includes/admin/class-wpglobus-customize-options.php:813,
383
+ #: includes/options/class-wpglobus-options.php:1197
384
  msgid "Add Languages"
385
  msgstr "Додати мови"
386
 
387
  #: includes/admin/class-wpglobus-customize-options.php:833,
388
+ #: includes/options/class-wpglobus-options.php:1205
389
  msgid "Language Selector Mode"
390
  msgstr "Тип відображення перемикачів "
391
 
392
  #: includes/admin/class-wpglobus-customize-options.php:838,
393
+ #: includes/options/class-wpglobus-options.php:1208
394
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
395
  msgstr "Дволітерний код (en, ru, it, і т.д.) та прапор"
396
 
397
  #: includes/admin/class-wpglobus-customize-options.php:839,
398
+ #: includes/options/class-wpglobus-options.php:1209
399
  msgid "Full Name (English, Russian, Italian, etc.)"
400
  msgstr "Повна назва (English, Russian, Italian, и т.д.)"
401
 
402
  #: includes/admin/class-wpglobus-customize-options.php:841,
403
+ #: includes/options/class-wpglobus-options.php:1210
404
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
405
  msgstr "Повна назва (English, Russian, Italian, і т.д.) і прапор"
406
 
407
  #: includes/admin/class-wpglobus-customize-options.php:842,
408
+ #: includes/options/class-wpglobus-options.php:1211
409
  msgid "Flags only"
410
  msgstr "Тільки прапори"
411
 
412
  #: includes/admin/class-wpglobus-customize-options.php:844,
413
+ #: includes/options/class-wpglobus-options.php:1206
414
  msgid ""
415
  "Choose the way language name and country flag are shown in the drop-down menu"
416
  msgstr "Виберіть спосіб відображенн назв мов і прапорів в меню навігації"
421
 
422
  #: includes/admin/class-wpglobus-customize-options.php:915,
423
  #: includes/admin/class-wpglobus-customize-options.php:888,
424
+ #: includes/options/class-wpglobus-options.php:1224
425
  msgid "Language Selector Menu"
426
  msgstr "Навігаційне меню"
427
 
428
  #: includes/admin/class-wpglobus-customize-options.php:920,
429
  #: includes/admin/class-wpglobus-customize-options.php:899,
430
+ #: includes/options/class-wpglobus-options.php:1225
431
  msgid "Choose the navigation menu where the language selector will be shown"
432
  msgstr "Виберіть навігаційне меню, в якому буде показаний перемикач мов"
433
 
436
  msgstr "Меню ще не створено. Створити."
437
 
438
  #: includes/admin/class-wpglobus-customize-options.php:940,
439
+ #: includes/options/class-wpglobus-options.php:1235
440
  msgid "\"All Pages\" menus Language selector"
441
  msgstr "Перемикач мови в меню «Всі сторінки»"
442
 
443
  #: includes/admin/class-wpglobus-customize-options.php:943,
444
+ #: includes/options/class-wpglobus-options.php:1237
445
  msgid ""
446
  "Adds language selector to the menus that automatically list all existing "
447
  "pages (using `wp_list_pages`)"
450
  "сторінок (з використанням `wp_list_pages`)"
451
 
452
  #: includes/admin/class-wpglobus-customize-options.php:960,
453
+ #: includes/options/class-wpglobus-options.php:1350
454
  msgid "Custom CSS"
455
  msgstr "Користувацький CSS"
456
 
472
  msgstr "зніміть прапорець, щоб відключити WPGlobus"
473
 
474
  #: includes/admin/class-wpglobus-customize-options.php:1125,
475
+ #: includes/options/class-wpglobus-options.php:1418
476
  msgid "Redirect"
477
  msgstr "Перенаправлення"
478
 
479
  #: includes/admin/class-wpglobus-customize-options.php:1150,
480
+ #: includes/options/class-wpglobus-options.php:1413
481
  msgid "Choose the language automatically, based on:"
482
  msgstr "Обрати мову автоматично, враховуючи:"
483
 
484
  #: includes/admin/class-wpglobus-customize-options.php:1152,
485
+ #: includes/options/class-wpglobus-options.php:1403
486
  msgid "Preferred language set in the browser"
487
  msgstr "Мова, вказана як краща,встановлена в браузері"
488
 
489
  #: includes/admin/class-wpglobus-customize-options.php:1153,
490
+ #: includes/options/class-wpglobus-options.php:1390
491
  msgid ""
492
  "When a user comes to the site for the first time, try to find the best "
493
  "matching language version of the page."
498
  #: includes/admin/class-wpglobus-customize-options.php:1214,
499
  #: includes/admin/class-wpglobus-customize-options.php:1234,
500
  #: includes/admin/class-wpglobus-customize-options.php:1192,
501
+ #: includes/options/class-wpglobus-options.php:1362
502
  msgid "Custom JS Code"
503
  msgstr "Користувацький JS"
504
 
544
  "виключити поля, зніміть його та натисніть кнопку нижче."
545
 
546
  #: includes/admin/class-wpglobus-customize-options.php:1351,
547
+ #: includes/options/class-wpglobus-options.php:602
548
  msgid "Thank you for installing WPGlobus!"
549
  msgstr "Дякуємо за встановлення плагіна WPGlobus!"
550
 
551
  #: includes/admin/class-wpglobus-customize-options.php:1355,
552
+ #: includes/options/class-wpglobus-options.php:606
553
  msgid "Read About WPGlobus"
554
  msgstr "Читати про WPGlobus"
555
 
559
  msgstr "Налаштування плагіна знаходятся в розділі <strong>[Мови]</strong>."
560
 
561
  #: includes/admin/class-wpglobus-customize-options.php:1363,
562
+ #: includes/options/class-wpglobus-options.php:642
563
  msgid ""
564
  "Should you have any questions or comments, please do not hesitate to contact "
565
  "us."
568
  "підтримкою."
569
 
570
  #: includes/admin/class-wpglobus-customize-options.php:1367,
571
+ #: includes/options/class-wpglobus-options.php:646
572
  msgid "Sincerely Yours,"
573
  msgstr "З Повагою,"
574
 
575
  #: includes/admin/class-wpglobus-customize-options.php:1369,
576
+ #: includes/options/class-wpglobus-options.php:648,
577
  #: includes/options/wpglobus-options-header.php:34
578
  msgid "The WPGlobus Team"
579
  msgstr "Команда WPGlobus"
581
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
582
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
583
  #: includes/admin/class-wpglobus-customize-options.php:1388,
584
+ #: includes/options/class-wpglobus-options.php:683
585
  msgid ""
586
  "We would hate to see you go. If something goes wrong, do not uninstall "
587
  "WPGlobus yet. Please %1$stalk to us%2$s and let us help!"
590
  "%1$sзверніться до нас %2$s і дозвольте Вам допомогти!"
591
 
592
  #: includes/admin/class-wpglobus-customize-options.php:1395,
593
+ #: includes/options/class-wpglobus-options.php:690
594
  msgid ""
595
  "Please note that if you deactivate WPGlobus, your site will show all the "
596
  "languages together, mixed up. You will need to remove all translations, "
603
  #. translators: %s: link to the Clean-up Tool
604
  #. translators: %s: link to the Clean-up Tool.
605
  #: includes/admin/class-wpglobus-customize-options.php:1400,
606
+ #: includes/options/class-wpglobus-options.php:694
607
  msgid ""
608
  "If there are just a few places, you should edit them manually. To "
609
  "automatically remove all translations at once, you can use the %s. WARNING: "
618
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
619
  #. translators: %?$s: HTML codes for hyperlink. Do not remove.
620
  #: includes/admin/class-wpglobus-customize-options.php:1403,
621
+ #: includes/options/class-wpglobus-options.php:671
622
  msgid "%1$sClean-up Tool%2$s"
623
  msgstr "%1$sПрограму очищення%2$s"
624
 
761
  msgstr ""
762
 
763
  #: includes/admin/helpdesk/class-wpglobus-admin-helpdesk.php:103,
764
+ #: includes/options/class-wpglobus-options.php:720
765
  msgid "Help Desk"
766
  msgstr "Підтримка"
767
 
849
  msgstr "WPGlobus рекомендує:"
850
 
851
  #: includes/admin/recommendations/class-wpglobus-admin-recommendations.php:98,
852
+ #: includes/options/class-wpglobus-options.php:927
853
  msgid "WPGlobus for WooCommerce"
854
  msgstr "WPGlobus для WooCommerce"
855
 
1040
  msgstr "Стиль меню вибору мови"
1041
 
1042
  #: includes/options/class-wpglobus-options.php:273,
1043
+ #: includes/options/class-wpglobus-options.php:796,
1044
+ #: includes/options/class-wpglobus-options.php:865
1045
  msgid "WPGlobus Plus"
1046
  msgstr "WPGlobus Плюс"
1047
 
1069
  "Ваш браузер показує панель налаштувань WPGlobus некоректно. Встановіть більш "
1070
  "сучасну версію браузера або спробуйте інший."
1071
 
1072
+ #: includes/options/class-wpglobus-options.php:593,
1073
+ #: includes/options/class-wpglobus-options.php:1571
1074
  msgid "Сompatibility"
1075
  msgstr "Сумісність"
1076
 
1077
  #. translators: placeholders for "strong" tags.
1078
+ #: includes/options/class-wpglobus-options.php:610
1079
  msgid "Click the %1$s[Languages]%2$s tab at the left to setup the options."
1080
  msgstr "Основні настройки плагіна знаходяться в розділі%1$s[Мови]%2$s."
1081
 
1082
  #. translators: placeholders for "strong" tags.
1083
+ #: includes/options/class-wpglobus-options.php:613
1084
  msgid ""
1085
  "Use the %1$s[Languages Table]%2$s section to add a new language or to edit "
1086
  "the language attributes: name, code, flag icon, etc."
1088
  "Використовуйте розділ%1$s[Таблиця мов]%2$sдля того щоб додати мову або "
1089
  "відредагувати атрибути назва, код, прапор тощо"
1090
 
1091
+ #: includes/options/class-wpglobus-options.php:616
1092
  msgid "Important notes"
1093
  msgstr "Важливі повідомлення"
1094
 
1095
  #. translators: placeholders for "strong" tags.
1096
+ #: includes/options/class-wpglobus-options.php:618
1097
  msgid "Version %1$s1.9.17%2$s "
1098
  msgstr "Версія%1$s1.9.17%2$s"
1099
 
1100
  #. translators: placeholders for "strong" tags.
1101
+ #: includes/options/class-wpglobus-options.php:621
1102
  msgid "Starting from this version, %1$sWPGlobus%2$s operates in two modes"
1103
  msgstr "Починаючи з цієї версії%1$sWPGlobus%2$sпрацює у двох режимах"
1104
 
1105
  #. translators: placeholders for "strong" tags; compatibility tab link.
1106
+ #: includes/options/class-wpglobus-options.php:624
1107
  msgid ""
1108
  "%1$sBuilder mode%2$s: WPGlobus turns this mode on automatically when it "
1109
  "discovers any of the plugins/add-ons listed on the %1$s[%3$s]%2$s tab."
1112
  "будь-які плагіни/надбудови, перераховані на вкладці%1$s [%3$s]%2$s."
1113
 
1114
  #. translators: placeholders for "strong" tags; compatibility tab link.
1115
+ #: includes/options/class-wpglobus-options.php:627
1116
  msgid ""
1117
  "%1$sStandard/Classic mode%2$s: is used when there are no plugins `Builder` "
1118
  "or if you explicitly turned off builder support on the %1$s[%3$s]%2$s tab."
1122
  "%1$s[%3$s]%2$s."
1123
 
1124
  #. translators: placeholders for "strong" tags.
1125
+ #: includes/options/class-wpglobus-options.php:631
1126
  msgid "Version %1$s2.2.11%2$s "
1127
  msgstr "Версія %1$s2.2.11%2$s"
1128
 
1129
+ #: includes/options/class-wpglobus-options.php:633
1130
  msgid "Starting from this version"
1131
  msgstr "Починаючи з цієї версії"
1132
 
1133
  #. translators: placeholders for "strong" tags.
1134
+ #: includes/options/class-wpglobus-options.php:636
1135
  msgid ""
1136
  "The %1$sBuilder mode%2$s is turned OFF by default for all custom post types "
1137
  "(CPT)."
1140
  "замовчуванням."
1141
 
1142
  #. translators: placeholders for "strong" tags.
1143
+ #: includes/options/class-wpglobus-options.php:639
1144
  msgid ""
1145
  "To turn on the %1$sBuilder mode%2$s for specific post types, please visit "
1146
  "the %1$s[%3$s]%2$s tab."
1148
  "Щоб включити підтримку%1$sBuilder mode%2$s для певного типу постів перейдіть "
1149
  "на вкладку%1$s[%3$s]%2$s."
1150
 
1151
+ #: includes/options/class-wpglobus-options.php:656
1152
  msgid "Welcome!"
1153
  msgstr "Ласкаво Просимо!"
1154
 
1155
+ #: includes/options/class-wpglobus-options.php:679
1156
  msgid "Deactivating / Uninstalling"
1157
  msgstr "Деактивація / Деінсталяція"
1158
 
1159
+ #: includes/options/class-wpglobus-options.php:705
1160
  msgid "Uninstall"
1161
  msgstr "Видалити"
1162
 
1163
+ #: includes/options/class-wpglobus-options.php:735
1164
  msgid "All add-ons"
1165
  msgstr "Всі розширення"
1166
 
1167
+ #: includes/options/class-wpglobus-options.php:750
1168
  msgid "Mobile Menu"
1169
  msgstr "Мобільне Меню"
1170
 
1171
+ #: includes/options/class-wpglobus-options.php:765
1172
  msgid "Language Widgets"
1173
  msgstr "Мови для віджетів"
1174
 
1175
+ #: includes/options/class-wpglobus-options.php:835
1176
  msgid "We Recommend..."
1177
  msgstr "Рекомендуємо..."
1178
 
1179
+ #: includes/options/class-wpglobus-options.php:867
1180
  msgid ""
1181
  "Our premium add-on, WPGlobus Plus, will add several features to your "
1182
  "website, such as:"
1183
  msgstr "Розширення WPGlobus-Плюс дозволить:"
1184
 
1185
+ #: includes/options/class-wpglobus-options.php:870
1186
  msgid ""
1187
  "- Ability to write a post in one language and immediately publish it, not "
1188
  "waiting for the translation to other languages;"
1190
  "-Можливість написати повідомлення на одній мові і негайно опублікувати його, "
1191
  "не чекаючи їх перекладу на інші мови;"
1192
 
1193
+ #: includes/options/class-wpglobus-options.php:873
1194
  msgid "- Set different URLs for each translation;"
1195
  msgstr "- Провести URL постійні посилання на різні мови;"
1196
 
1197
+ #: includes/options/class-wpglobus-options.php:876
1198
  msgid ""
1199
  "- In Yoast SEO, set the focus keyword and do the Page Analysis separately "
1200
  "for each translation;"
1202
  "- В плагіні Yoast SEO перевіряти ключові слова і виконувати аналіз тексту "
1203
  "для кожної мови;"
1204
 
1205
+ #: includes/options/class-wpglobus-options.php:879
1206
  msgid "- and more..."
1207
  msgstr "- і багато додаткових можливостей..."
1208
 
1209
+ #: includes/options/class-wpglobus-options.php:882,
1210
+ #: includes/options/class-wpglobus-options.php:939,
1211
+ #: includes/options/class-wpglobus-options.php:997
1212
  msgid "Click here to download"
1213
  msgstr "Натисніть тут щоб встановити"
1214
 
1215
+ #: includes/options/class-wpglobus-options.php:930
1216
  msgid ""
1217
  "Thanks for installing WPGlobus! Now you have a multilingual website and can "
1218
  "translate your blog posts and pages to many languages."
1220
  "Дякуємо за встановлення WPGlobus! Тепер у вас є багатомовний веб-сайт, і ви "
1221
  "можете перевести записи в блозі і сторінки на кілька мов."
1222
 
1223
+ #: includes/options/class-wpglobus-options.php:933
1224
  msgid "The next step is to translate your WooCommerce-based store!"
1225
  msgstr "Наступний крок - зробити багатомовним ваш онлайн магазин!"
1226
 
1227
+ #: includes/options/class-wpglobus-options.php:936
1228
  msgid ""
1229
  "With the WPGlobus for WooCommerce premium add-on, you will be able to "
1230
  "translate product titles and descriptions, categories, tags and attributes."
1232
  "За допомогою розширення WPGlobus для WooCommerce ви зможете перевести назви "
1233
  "та опис товарів, категорій, властивостей і міток."
1234
 
1235
+ #: includes/options/class-wpglobus-options.php:983
1236
  msgid "Multi-currency"
1237
  msgstr "Мультивалютність"
1238
 
1239
+ #: includes/options/class-wpglobus-options.php:986
1240
  msgid ""
1241
  "Your WooCommerce-powered store is set to show prices and accept payments in "
1242
  "a single currency only."
1243
  msgstr "Ваш магазин WooCommerce налаштований на показ цін в одній валюті."
1244
 
1245
+ #: includes/options/class-wpglobus-options.php:990
1246
  msgid ""
1247
  "With WPGlobus, you can add multiple currencies to your store and charge UK "
1248
  "customers in Pounds, US customers in Dollars, Spanish clients in Euros, etc. "
1252
  "За допомогою WPGlobus ви зможете автоматично перераховувати ціни за курсом і "
1253
  "показувати клієнтам звичну їм валюту."
1254
 
1255
+ #: includes/options/class-wpglobus-options.php:994
1256
  msgid ""
1257
  "The WPGlobus Multi-Currency premium add-on provides switching currencies and "
1258
  "re-calculating prices on-the-fly."
1260
  "Розширення WPGlobus-мультивалютність дозволяє перемикатися між валютами, "
1261
  "автоматично перераховуючи ціни."
1262
 
1263
+ #: includes/options/class-wpglobus-options.php:1031
1264
  msgid "WPGlobus Premium Add-ons"
1265
  msgstr "Платні розширення"
1266
 
1267
+ #: includes/options/class-wpglobus-options.php:1033
1268
  msgid ""
1269
  "We have written several Premium add-ons for WPGlobus. With those add-ons, "
1270
  "you will be able to:"
1272
  "Ми написали кілька преміальних розширень для WPGlobus. З їх допомогою ви "
1273
  "зможете:"
1274
 
1275
+ #: includes/options/class-wpglobus-options.php:1038
1276
  msgid ""
1277
  "<strong>Translate URLs</strong> (/my-page/ translates to /fr/ma-page, /ru/"
1278
  "моя-страница and so on);"
1280
  "<strong>Перекласти URL</strong>(/my-page/ translates to /fr/ma-page, /ru/моя-"
1281
  "страница і так далі);"
1282
 
1283
+ #: includes/options/class-wpglobus-options.php:1041
1284
  msgid ""
1285
  "Postpone translation to some languages and <strong>publish only the "
1286
  "translated texts</strong>;"
1288
  "Відкласти переклад на деякі мови та <strong>опублікувати тільки перекладені "
1289
  "тексти</strong>;"
1290
 
1291
+ #: includes/options/class-wpglobus-options.php:1044
1292
  msgid "Maintain <strong>separate menus and widgets for each language</strong>;"
1293
  msgstr "Підтримувати<strong>роздільні меню і віджети для кожної мови</strong>;"
1294
 
1295
+ #: includes/options/class-wpglobus-options.php:1047
1296
  msgid "<strong>Translate WooCommerce</strong> products and taxonomies;"
1297
  msgstr "<strong>Перекласти товари і категорії WooCommerce</strong>;"
1298
 
1299
+ #: includes/options/class-wpglobus-options.php:1050
1300
  msgid ""
1301
  "Enter separate focus keywords for each language in the <strong>Yoast SEO</"
1302
  "strong>;"
1303
  msgstr ""
1304
  "Перевіряти ключові слова окремо для кожної мови в <strong>Yoast SEO</strong>;"
1305
 
1306
+ #: includes/options/class-wpglobus-options.php:1054
1307
  msgid "...and more."
1308
  msgstr "...і не тільки це."
1309
 
1310
+ #: includes/options/class-wpglobus-options.php:1057
1311
  msgid "Click here to visit the WPGlobus Store"
1312
  msgstr "Відвідайте наш магазин"
1313
 
1314
+ #: includes/options/class-wpglobus-options.php:1098
1315
  msgid "Select a language"
1316
  msgstr "Виберіть мову"
1317
 
1318
  #. translators: %3$s placeholder for the icon (actual picture).
1319
+ #: includes/options/class-wpglobus-options.php:1127
1320
  msgid ""
1321
  "Place the %1$smain language%2$s of your site at the top of the list by "
1322
  "dragging the %3$s icons."
1325
  "пересуваючи значок%3$s."
1326
 
1327
  #. translators: placeholders for the "strong" HTML tags.
1328
+ #: includes/options/class-wpglobus-options.php:1130
1329
  msgid "%1$sUncheck%2$s the languages you do not plan to use."
1330
  msgstr "%1$sЗніміть прапорець%2$sз мов, які ви не плануєте використовувати."
1331
 
1332
  #. translators: placeholders for the "strong" HTML tags.
1333
+ #: includes/options/class-wpglobus-options.php:1133
1334
  msgid "%1$sAdd%2$s more languages using the section below."
1335
  msgstr "%1$sДодайте%2$sдодаткові мови, використовуючи розділ нижче."
1336
 
1337
+ #: includes/options/class-wpglobus-options.php:1134
1338
  msgid "When done, click the [Save Changes] button."
1339
  msgstr "Коли закінчите, натисніть кнопку [Зберегти зміни]."
1340
 
1341
  #. translators: %s - placeholder for the "Save Changes" button text.
1342
+ #: includes/options/class-wpglobus-options.php:1145
1343
  msgid "Press the %s button to confirm."
1344
  msgstr "Натисніть кнопку%sдля підтвердження."
1345
 
1346
  #. translators: dropdown option meaning that none of the navigation menus should show the language selector.
1347
+ #: includes/options/class-wpglobus-options.php:1162
1348
  msgid "-- none --"
1349
  msgstr "-- не відображати --"
1350
 
1351
+ #: includes/options/class-wpglobus-options.php:1163
1352
  msgid "All menus"
1353
  msgstr "Все меню"
1354
 
1355
+ #: includes/options/class-wpglobus-options.php:1176
1356
  msgid "Instructions:"
1357
  msgstr "ІнструкціЇ:"
1358
 
1359
+ #: includes/options/class-wpglobus-options.php:1236
1360
  msgid "(Found in some themes)"
1361
  msgstr "(Знайдено в деяких темах)"
1362
 
1363
+ #: includes/options/class-wpglobus-options.php:1238
1364
  msgid "Enable"
1365
  msgstr "Увімкнути"
1366
 
1367
+ #: includes/options/class-wpglobus-options.php:1253
1368
  msgid "Languages table"
1369
  msgstr "Таблиця мов"
1370
 
1371
+ #: includes/options/class-wpglobus-options.php:1259
1372
  msgid "Use this table to add, edit or delete languages."
1373
  msgstr ""
1374
  "Використвуйте цю таблицю, для додавання, видалення або редагування мов."
1375
 
1376
+ #: includes/options/class-wpglobus-options.php:1260
1377
  msgid "NOTE: you cannot remove the main language."
1378
  msgstr "ЗВЕРНІТЬ УВАГУ: мова за замовчування не може бути видалена."
1379
 
1380
+ #: includes/options/class-wpglobus-options.php:1308
1381
  msgid "WPGlobus is enabled on these Post Types"
1382
  msgstr "WPGlobus активний в цих типах записів"
1383
 
1384
+ #: includes/options/class-wpglobus-options.php:1309
1385
  msgid "Uncheck to disable"
1386
  msgstr "Зніміть прапорець, щоб вимкнути WPGlobus"
1387
 
1388
+ #: includes/options/class-wpglobus-options.php:1310
1389
  msgid ""
1390
  "Please note that there are post types, which status is managed by other "
1391
  "plugins and cannot be changed here."
1393
  "Увага: деякі типи записів управляються іншими плагінами і тому не можуть "
1394
  "контролюватися в цій панелі налаштувань."
1395
 
1396
+ #: includes/options/class-wpglobus-options.php:1315
1397
  msgid "Post Types"
1398
  msgstr "Типи записів"
1399
 
1400
+ #: includes/options/class-wpglobus-options.php:1331
1401
  msgid ""
1402
  "You should put here only the code provided by WPGlobus Support. Do not write "
1403
  "anything else in the sections below as it might break the functionality of "
1407
  "підтримки WPGlobus. Не записуйте сюди нічого іншого, оскільки це може "
1408
  "порушити роботу вашого сайту!"
1409
 
1410
+ #: includes/options/class-wpglobus-options.php:1372
1411
  msgid "Custom Code"
1412
  msgstr "Додайте JS/CSS"
1413
 
1414
+ #: includes/options/class-wpglobus-options.php:1480,
1415
+ #: includes/options/class-wpglobus-options.php:1612,
1416
+ #: includes/options/class-wpglobus-options.php:1723
1417
  msgid "Enabled"
1418
  msgstr "Увімкнено"
1419
 
1420
+ #: includes/options/class-wpglobus-options.php:1493
1421
  msgid "Builders support"
1422
  msgstr "Підтримка конструкторів сторінок"
1423
 
1424
+ #: includes/options/class-wpglobus-options.php:1545
1425
  msgid "Builder mode is enabled on these Post Types"
1426
  msgstr "Режим `Builder` активний для цих типів записів"
1427
 
1428
+ #: includes/options/class-wpglobus-options.php:1611
1429
  msgid "Old fashioned language switcher"
1430
  msgstr "Використовувати колишній перемикач мови"
1431
 
1432
+ #: includes/options/class-wpglobus-options.php:1617
1433
  msgid "Block Editor"
1434
  msgstr "Редактор блоків"
1435
 
1436
+ #: includes/options/class-wpglobus-options.php:1618
1437
  msgid "Block Editor Options"
1438
  msgstr "Налаштування редактора блоків"
1439
 
1440
+ #: includes/options/class-wpglobus-options.php:1647
1441
  msgid ""
1442
  "With the current settings, you will see the following lines in the section "
1443
  "HEAD of your site pages"
1444
  msgstr ""
1445
 
1446
+ #: includes/options/class-wpglobus-options.php:1649
1447
  msgid "(example for two languages)"
1448
  msgstr ""
1449
 
1450
+ #: includes/options/class-wpglobus-options.php:1696
1451
  msgid ""
1452
  "Tell search engines about localized versions of your pages using the "
1453
  "hreflang tag"
1454
  msgstr ""
1455
 
1456
+ #: includes/options/class-wpglobus-options.php:1705
1457
  msgid "Output the hreflang tag as"
1458
  msgstr ""
1459
 
1460
+ #: includes/options/class-wpglobus-options.php:1708
1461
  msgid "Language- and region-specific (en-US, ru-RU, etc.)"
1462
  msgstr ""
1463
 
1464
+ #: includes/options/class-wpglobus-options.php:1709
1465
  msgid "Language- and region-specific (en-us, ru-ru, etc.)"
1466
  msgstr ""
1467
 
1468
+ #: includes/options/class-wpglobus-options.php:1710
1469
  msgid "Language code only (en, ru, etc.)"
1470
  msgstr ""
1471
 
1472
+ #: includes/options/class-wpglobus-options.php:1722
1473
  msgid "Use the code `x-default` for the main language"
1474
  msgstr ""
1475
 
1476
+ #: includes/options/class-wpglobus-options.php:1728
1477
  msgid "Multilingual SEO"
1478
  msgstr ""
1479
 
1480
+ #: includes/options/class-wpglobus-options.php:1729
1481
  msgid "Multilingual SEO Options"
1482
  msgstr ""
1483
 
1484
+ #: includes/options/class-wpglobus-options.php:1766
1485
  msgid ""
1486
  "With WPGlobus, you can get translations for posts and pages using REST API."
1487
  msgstr ""
1488
 
1489
+ #: includes/options/class-wpglobus-options.php:1793,
1490
+ #: includes/options/class-wpglobus-options.php:1801,
1491
+ #: includes/options/class-wpglobus-options.php:1774,
1492
+ #: includes/options/class-wpglobus-options.php:1782
1493
  msgid "Go to %1$s%2$s%3$s to see the content in language: %4$s."
1494
  msgstr ""
1495
 
1496
+ #: includes/options/class-wpglobus-options.php:1771
1497
  msgid ""
1498
  "For demonstration, you can try the first post that WordPress creates at the "
1499
  "initial installation."
1500
  msgstr ""
1501
 
1502
+ #: includes/options/class-wpglobus-options.php:1812
1503
  msgid ""
1504
  "Please read the %1$sWordPress REST API documentation%2$s for more "
1505
  "information."
1506
  msgstr ""
1507
 
1508
+ #: includes/options/class-wpglobus-options.php:1819
1509
  msgid ""
1510
  "In the REST API response, you can find the %1$stranslation%2$s field, which "
1511
  "shows whether translations exist for the fields %1$stitle%2$s, %1$scontent"
1512
  "%2$s and %1$sexcerpt%2$s or not, for each language. See the screenshot below:"
1513
  msgstr ""
1514
 
1515
+ #: includes/options/class-wpglobus-options.php:1832
1516
  msgid "Description:"
1517
  msgstr ""
1518
 
1519
+ #: includes/options/class-wpglobus-options.php:1839,
1520
+ #: includes/options/class-wpglobus-options.php:1840
1521
  msgid "REST API"
1522
  msgstr ""
1523
 
1524
+ #: includes/options/class-wpglobus-options.php:2173
1525
  msgid "Translate strings"
1526
  msgstr "Переклади рядків"
1527
 
languages/wpglobus.pot CHANGED
@@ -1,8 +1,8 @@
1
- # Copyright (C) 2020 WPGlobus 2.5.8
2
- # This file is distributed under the same license as the WPGlobus 2.5.8 package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WPGlobus 2.5.8\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
@@ -229,19 +229,19 @@ msgstr ""
229
  msgid "Help"
230
  msgstr ""
231
 
232
- #: includes/admin/class-wpglobus-customize-options.php:745, includes/options/class-wpglobus-options.php:1168
233
  msgid "Languages"
234
  msgstr ""
235
 
236
- #: includes/admin/class-wpglobus-customize-options.php:765, includes/options/class-wpglobus-options.php:1181
237
  msgid "Enabled Languages"
238
  msgstr ""
239
 
240
- #: includes/admin/class-wpglobus-customize-options.php:767, includes/options/class-wpglobus-options.php:1182
241
  msgid "These languages are currently enabled on your site."
242
  msgstr ""
243
 
244
- #: includes/admin/class-wpglobus-customize-options.php:795, includes/options/class-wpglobus-options.php:1140
245
  msgid "Choose a language you would like to enable."
246
  msgstr ""
247
 
@@ -251,35 +251,35 @@ msgstr ""
251
 
252
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
253
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
254
- #: includes/admin/class-wpglobus-customize-options.php:801, includes/options/class-wpglobus-options.php:1146
255
  msgid "or Add new Language %1$s here %2$s"
256
  msgstr ""
257
 
258
- #: includes/admin/class-wpglobus-customize-options.php:813, includes/options/class-wpglobus-options.php:1195
259
  msgid "Add Languages"
260
  msgstr ""
261
 
262
- #: includes/admin/class-wpglobus-customize-options.php:833, includes/options/class-wpglobus-options.php:1203
263
  msgid "Language Selector Mode"
264
  msgstr ""
265
 
266
- #: includes/admin/class-wpglobus-customize-options.php:838, includes/options/class-wpglobus-options.php:1206
267
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
268
  msgstr ""
269
 
270
- #: includes/admin/class-wpglobus-customize-options.php:839, includes/options/class-wpglobus-options.php:1207
271
  msgid "Full Name (English, Russian, Italian, etc.)"
272
  msgstr ""
273
 
274
- #: includes/admin/class-wpglobus-customize-options.php:841, includes/options/class-wpglobus-options.php:1208
275
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
276
  msgstr ""
277
 
278
- #: includes/admin/class-wpglobus-customize-options.php:842, includes/options/class-wpglobus-options.php:1209
279
  msgid "Flags only"
280
  msgstr ""
281
 
282
- #: includes/admin/class-wpglobus-customize-options.php:844, includes/options/class-wpglobus-options.php:1204
283
  msgid "Choose the way language name and country flag are shown in the drop-down menu"
284
  msgstr ""
285
 
@@ -287,11 +287,11 @@ msgstr ""
287
  msgid "select navigation menu"
288
  msgstr ""
289
 
290
- #: includes/admin/class-wpglobus-customize-options.php:915, includes/admin/class-wpglobus-customize-options.php:888, includes/options/class-wpglobus-options.php:1222
291
  msgid "Language Selector Menu"
292
  msgstr ""
293
 
294
- #: includes/admin/class-wpglobus-customize-options.php:920, includes/admin/class-wpglobus-customize-options.php:899, includes/options/class-wpglobus-options.php:1223
295
  msgid "Choose the navigation menu where the language selector will be shown"
296
  msgstr ""
297
 
@@ -299,15 +299,15 @@ msgstr ""
299
  msgid "No menus have been created yet. Create some."
300
  msgstr ""
301
 
302
- #: includes/admin/class-wpglobus-customize-options.php:940, includes/options/class-wpglobus-options.php:1233
303
  msgid "\"All Pages\" menus Language selector"
304
  msgstr ""
305
 
306
- #: includes/admin/class-wpglobus-customize-options.php:943, includes/options/class-wpglobus-options.php:1235
307
  msgid "Adds language selector to the menus that automatically list all existing pages (using `wp_list_pages`)"
308
  msgstr ""
309
 
310
- #: includes/admin/class-wpglobus-customize-options.php:960, includes/options/class-wpglobus-options.php:1348
311
  msgid "Custom CSS"
312
  msgstr ""
313
 
@@ -323,23 +323,23 @@ msgstr ""
323
  msgid "Uncheck to disable WPGlobus"
324
  msgstr ""
325
 
326
- #: includes/admin/class-wpglobus-customize-options.php:1125, includes/options/class-wpglobus-options.php:1416
327
  msgid "Redirect"
328
  msgstr ""
329
 
330
- #: includes/admin/class-wpglobus-customize-options.php:1150, includes/options/class-wpglobus-options.php:1411
331
  msgid "Choose the language automatically, based on:"
332
  msgstr ""
333
 
334
- #: includes/admin/class-wpglobus-customize-options.php:1152, includes/options/class-wpglobus-options.php:1401
335
  msgid "Preferred language set in the browser"
336
  msgstr ""
337
 
338
- #: includes/admin/class-wpglobus-customize-options.php:1153, includes/options/class-wpglobus-options.php:1388
339
  msgid "When a user comes to the site for the first time, try to find
1
+ # Copyright (C) 2020 WPGlobus 2.5.9
2
+ # This file is distributed under the same license as the WPGlobus 2.5.9 package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WPGlobus 2.5.9\n"
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
229
  msgid "Help"
230
  msgstr ""
231
 
232
+ #: includes/admin/class-wpglobus-customize-options.php:745, includes/options/class-wpglobus-options.php:1170
233
  msgid "Languages"
234
  msgstr ""
235
 
236
+ #: includes/admin/class-wpglobus-customize-options.php:765, includes/options/class-wpglobus-options.php:1183
237
  msgid "Enabled Languages"
238
  msgstr ""
239
 
240
+ #: includes/admin/class-wpglobus-customize-options.php:767, includes/options/class-wpglobus-options.php:1184
241
  msgid "These languages are currently enabled on your site."
242
  msgstr ""
243
 
244
+ #: includes/admin/class-wpglobus-customize-options.php:795, includes/options/class-wpglobus-options.php:1142
245
  msgid "Choose a language you would like to enable."
246
  msgstr ""
247
 
251
 
252
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'
253
  #. translators: %1$s and %2$s - placeholders to insert HTML link around 'here'.
254
+ #: includes/admin/class-wpglobus-customize-options.php:801, includes/options/class-wpglobus-options.php:1148
255
  msgid "or Add new Language %1$s here %2$s"
256
  msgstr ""
257
 
258
+ #: includes/admin/class-wpglobus-customize-options.php:813, includes/options/class-wpglobus-options.php:1197
259
  msgid "Add Languages"
260
  msgstr ""
261
 
262
+ #: includes/admin/class-wpglobus-customize-options.php:833, includes/options/class-wpglobus-options.php:1205
263
  msgid "Language Selector Mode"
264
  msgstr ""
265
 
266
+ #: includes/admin/class-wpglobus-customize-options.php:838, includes/options/class-wpglobus-options.php:1208
267
  msgid "Two-letter Code with flag (en, ru, it, etc.)"
268
  msgstr ""
269
 
270
+ #: includes/admin/class-wpglobus-customize-options.php:839, includes/options/class-wpglobus-options.php:1209
271
  msgid "Full Name (English, Russian, Italian, etc.)"
272
  msgstr ""
273
 
274
+ #: includes/admin/class-wpglobus-customize-options.php:841, includes/options/class-wpglobus-options.php:1210
275
  msgid "Full Name with flag (English, Russian, Italian, etc.)"
276
  msgstr ""
277
 
278
+ #: includes/admin/class-wpglobus-customize-options.php:842, includes/options/class-wpglobus-options.php:1211
279
  msgid "Flags only"
280
  msgstr ""
281
 
282
+ #: includes/admin/class-wpglobus-customize-options.php:844, includes/options/class-wpglobus-options.php:1206
283
  msgid "Choose the way language name and country flag are shown in the drop-down menu"
284
  msgstr ""
285
 
287
  msgid "select navigation menu"
288
  msgstr ""
289
 
290
+ #: includes/admin/class-wpglobus-customize-options.php:915, includes/admin/class-wpglobus-customize-options.php:888, includes/options/class-wpglobus-options.php:1224
291
  msgid "Language Selector Menu"
292
  msgstr ""
293
 
294
+ #: includes/admin/class-wpglobus-customize-options.php:920, includes/admin/class-wpglobus-customize-options.php:899, includes/options/class-wpglobus-options.php:1225
295
  msgid "Choose the navigation menu where the language selector will be shown"
296
  msgstr ""
297
 
299
  msgid "No menus have been created yet. Create some."
300
  msgstr ""
301
 
302
+ #: includes/admin/class-wpglobus-customize-options.php:940, includes/options/class-wpglobus-options.php:1235
303
  msgid "\"All Pages\" menus Language selector"
304
  msgstr ""
305
 
306
+ #: includes/admin/class-wpglobus-customize-options.php:943, includes/options/class-wpglobus-options.php:1237
307
  msgid "Adds language selector to the menus that automatically list all existing pages (using `wp_list_pages`)"
308
  msgstr ""
309
 
310
+ #: includes/admin/class-wpglobus-customize-options.php:960, includes/options/class-wpglobus-options.php:1350
311
  msgid "Custom CSS"
312
  msgstr ""
313
 
323
  msgid "Uncheck to disable WPGlobus"
324
  msgstr ""
325
 
326
+ #: includes/admin/class-wpglobus-customize-options.php:1125, includes/options/class-wpglobus-options.php:1418
327
  msgid "Redirect"
328
  msgstr ""
329
 
330
+ #: includes/admin/class-wpglobus-customize-options.php:1150, includes/options/class-wpglobus-options.php:1413
331
  msgid "Choose the language automatically, based on:"
332
  msgstr ""
333
 
334
+ #: includes/admin/class-wpglobus-customize-options.php:1152, includes/options/class-wpglobus-options.php:1403
335
  msgid "Preferred language set in the browser"
336
  msgstr ""
337
 
338
+ #: includes/admin/class-wpglobus-customize-options.php:1153, includes/options/class-wpglobus-options.php:1390
339
  msgid "When a user comes to the site for the first time, try to find