Version Description
(May 18, 2022) = * Fix - The "permalink_manager_filter_permastructure" filter can now also be used before the "Permastructure" settings are saved in the database * Enhancement - Improved support for RankMath breadcrumbs * Dev - License notification function has been improved (Permalink Manager Pro) * Dev - Additional minor improvements in code
Download this release
Release Info
Developer | mbis |
Plugin | Permalink Manager Lite |
Version | 2.2.18 |
Comparing to | |
See all releases |
Code changes from version 2.2.17 to 2.2.18
- README.txt +11 -5
- includes/core/permalink-manager-core-functions.php +5 -5
- includes/core/permalink-manager-debug.php +12 -12
- includes/core/permalink-manager-language-plugins.php +4 -4
- includes/core/permalink-manager-third-parties.php +4 -0
- includes/core/permalink-manager-uri-functions-post.php +3 -2
- languages/permalink-manager-ja.mo +0 -0
- languages/permalink-manager-ja.po +48 -44
- languages/permalink-manager.pot +48 -42
- out/permalink-manager-admin.js +3 -1
- permalink-manager.php +3 -3
README.txt
CHANGED
@@ -3,11 +3,11 @@ Contributors: mbis
|
|
3 |
Donate link: https://www.paypal.me/Bismit
|
4 |
License: GPLv2
|
5 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
6 |
-
Tags: permalinks, custom permalinks,
|
7 |
Requires at least: 4.4.0
|
8 |
Requires PHP: 5.4
|
9 |
-
Tested up to:
|
10 |
-
Stable tag: 2.2.
|
11 |
|
12 |
Permalink Manager lets you customize the complete URL addresses of your posts, pages, custom post types, terms, and WooCommerce links with ease without touching any core files.
|
13 |
|
@@ -23,7 +23,7 @@ The plugin works with all custom post types and taxonomies, as well as many popu
|
|
23 |
|
24 |
= Features =
|
25 |
|
26 |
-
* **Edit the individual permalinks as you choose**<br/>For a consistent and SEO-friendly URL structure, you may customize and <a href="https://permalinkmanager.pro/docs/basics/change-permalinks/">change the permalink</a> of each post, page, and custom post type item.
|
27 |
* **Edit URLs in bulk using permalink formats**<br/>In order to speed up the process of bulk URL modification, the plugin allows you to choose the default format for custom URLs using "Permastructures" settings. The new format will be applied automatically when a new post/term is added or once the old permalinks are regenerated.
|
28 |
* **Custom post types support**<br/>You may easily remove post type rewrite (base) slugs from your WordPress permalinks, for example. The plugin may be configured to filter just specified post types and taxonomies permalinks, excluding the rest of your content types.
|
29 |
* **Translate permalinks**<br/>If you have the WPML or Polylang plugins installed on your website, Permalink Manager allows you to translate the slug and specify different permalink format/structure for each language.
|
@@ -95,12 +95,18 @@ It is because Permalink Manager overwrites one of the core Wordpress functionali
|
|
95 |
|
96 |
== Changelog ==
|
97 |
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
= 2.2.17 (March 22, 2022) =
|
99 |
* Fix - Permalink Manager supports WPML's "Post Types & Taxonomy Translation" settings and returns the permalink of the fallback post/term with the correct language code
|
100 |
* Fix - When the auto-update mode for categories is disabled, the manually adjusted permalinks are no longer overwritten by the default ones
|
101 |
* Enhancement - Permalink Manager now allows you to rewrite just chosen articles and terms while leaving the rest untouched (See '"Auto-update" permalinks' settings field)
|
102 |
* Enhancement - Improved support for SEOPress breadcrumbs
|
103 |
-
* Enhancement - "Auto-update permalinks" setting is now replaced with "URI update mode" to give users better control on how Permalink Manager generates and saves the custom permalinks
|
104 |
* Dev - Additional minor improvements in code
|
105 |
|
106 |
= 2.2.16 (January 23, 2022) =
|
3 |
Donate link: https://www.paypal.me/Bismit
|
4 |
License: GPLv2
|
5 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
6 |
+
Tags: permalinks, custom permalinks, permalink, woocommerce permalinks, url editor
|
7 |
Requires at least: 4.4.0
|
8 |
Requires PHP: 5.4
|
9 |
+
Tested up to: 6.0
|
10 |
+
Stable tag: 2.2.18
|
11 |
|
12 |
Permalink Manager lets you customize the complete URL addresses of your posts, pages, custom post types, terms, and WooCommerce links with ease without touching any core files.
|
13 |
|
23 |
|
24 |
= Features =
|
25 |
|
26 |
+
* **Edit the individual permalinks as you choose**<br/>For a consistent and SEO-friendly URL structure, you may customize and <a href="https://permalinkmanager.pro/docs/basics/change-permalinks/">change the permalink</a> of each post, page, and custom post type item. *Categories, tags & custom taxonomies terms permalinks can be edited in Permalink Manager Pro.*
|
27 |
* **Edit URLs in bulk using permalink formats**<br/>In order to speed up the process of bulk URL modification, the plugin allows you to choose the default format for custom URLs using "Permastructures" settings. The new format will be applied automatically when a new post/term is added or once the old permalinks are regenerated.
|
28 |
* **Custom post types support**<br/>You may easily remove post type rewrite (base) slugs from your WordPress permalinks, for example. The plugin may be configured to filter just specified post types and taxonomies permalinks, excluding the rest of your content types.
|
29 |
* **Translate permalinks**<br/>If you have the WPML or Polylang plugins installed on your website, Permalink Manager allows you to translate the slug and specify different permalink format/structure for each language.
|
95 |
|
96 |
== Changelog ==
|
97 |
|
98 |
+
= 2.2.18 (May 18, 2022) =
|
99 |
+
* Fix - The "permalink_manager_filter_permastructure" filter can now also be used before the "Permastructure" settings are saved in the database
|
100 |
+
* Enhancement - Improved support for RankMath breadcrumbs
|
101 |
+
* Dev - License notification function has been improved (Permalink Manager Pro)
|
102 |
+
* Dev - Additional minor improvements in code
|
103 |
+
|
104 |
= 2.2.17 (March 22, 2022) =
|
105 |
* Fix - Permalink Manager supports WPML's "Post Types & Taxonomy Translation" settings and returns the permalink of the fallback post/term with the correct language code
|
106 |
* Fix - When the auto-update mode for categories is disabled, the manually adjusted permalinks are no longer overwritten by the default ones
|
107 |
* Enhancement - Permalink Manager now allows you to rewrite just chosen articles and terms while leaving the rest untouched (See '"Auto-update" permalinks' settings field)
|
108 |
* Enhancement - Improved support for SEOPress breadcrumbs
|
109 |
+
* Enhancement - "Auto-update permalinks" setting is now replaced with "URI update mode" to give users better control on how Permalink Manager generates and saves the custom permalinks
|
110 |
* Dev - Additional minor improvements in code
|
111 |
|
112 |
= 2.2.16 (January 23, 2022) =
|
includes/core/permalink-manager-core-functions.php
CHANGED
@@ -414,8 +414,8 @@ class Permalink_Manager_Core_Functions extends Permalink_Manager_Class {
|
|
414 |
// Ignore page endpoint if its value is 1
|
415 |
if(in_array($endpoint, array('page', 'paged')) && $endpoint_value == 1) { continue; }
|
416 |
|
417 |
-
// Replace whitespaces with '+' and sanitize the value
|
418 |
-
$endpoint_value = preg_replace('/\s+/', '+', $endpoint_value);
|
419 |
$query[$endpoint] = sanitize_text_field($endpoint_value);
|
420 |
}
|
421 |
}
|
@@ -811,7 +811,7 @@ class Permalink_Manager_Core_Functions extends Permalink_Manager_Class {
|
|
811 |
$rel_old_uri = wp_make_link_relative($old_uri);
|
812 |
$rel_correct_permalink = wp_make_link_relative($correct_permalink);
|
813 |
|
814 |
-
if($rel_old_uri !== $rel_correct_permalink) {
|
815 |
wp_safe_redirect($correct_permalink, $redirect_mode, PERMALINK_MANAGER_PLUGIN_NAME);
|
816 |
exit();
|
817 |
}
|
@@ -833,9 +833,9 @@ class Permalink_Manager_Core_Functions extends Permalink_Manager_Class {
|
|
833 |
$endpoints = Permalink_Manager_Helper_Functions::get_endpoints();
|
834 |
$endpoints_array = ($endpoints) ? explode("|", $endpoints) : array();
|
835 |
|
836 |
-
// Check if any endpoint is called (fix for
|
837 |
foreach($endpoints_array as $endpoint) {
|
838 |
-
if(!empty($wp->query_vars[$endpoint]) && !in_array($endpoint, array('attachment', 'page', 'paged'))) {
|
839 |
$wp->query_vars['do_not_redirect'] = 1;
|
840 |
break;
|
841 |
}
|
414 |
// Ignore page endpoint if its value is 1
|
415 |
if(in_array($endpoint, array('page', 'paged')) && $endpoint_value == 1) { continue; }
|
416 |
|
417 |
+
// Replace whitespaces with '+' (for YITH WooCommerce Ajax Product Filter URLs only) and sanitize the value
|
418 |
+
$endpoint_value = (isset($_GET['yith_wcan'])) ? preg_replace('/\s+/', '+', $endpoint_value) : $endpoint_value;
|
419 |
$query[$endpoint] = sanitize_text_field($endpoint_value);
|
420 |
}
|
421 |
}
|
811 |
$rel_old_uri = wp_make_link_relative($old_uri);
|
812 |
$rel_correct_permalink = wp_make_link_relative($correct_permalink);
|
813 |
|
814 |
+
if($redirect_type !== 'www_redirect' && $rel_old_uri !== $rel_correct_permalink) {
|
815 |
wp_safe_redirect($correct_permalink, $redirect_mode, PERMALINK_MANAGER_PLUGIN_NAME);
|
816 |
exit();
|
817 |
}
|
833 |
$endpoints = Permalink_Manager_Helper_Functions::get_endpoints();
|
834 |
$endpoints_array = ($endpoints) ? explode("|", $endpoints) : array();
|
835 |
|
836 |
+
// Check if any endpoint is called (fix for endpoints)
|
837 |
foreach($endpoints_array as $endpoint) {
|
838 |
+
if(!empty($wp->query_vars[$endpoint]) && !in_array($endpoint, array('attachment', 'page', 'paged', 'feed'))) {
|
839 |
$wp->query_vars['do_not_redirect'] = 1;
|
840 |
break;
|
841 |
}
|
includes/core/permalink-manager-debug.php
CHANGED
@@ -183,20 +183,20 @@ class Permalink_Manager_Debug_Functions extends Permalink_Manager_Class {
|
|
183 |
}
|
184 |
|
185 |
// Disable caching
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
header('Content-Type: text/csv');
|
196 |
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
|
201 |
ob_start();
|
202 |
|
183 |
}
|
184 |
|
185 |
// Disable caching
|
186 |
+
$now = gmdate("D, d M Y H:i:s");
|
187 |
+
header("Expires: Tue, 03 Jul 2001 06:00:00 GMT");
|
188 |
+
header("Cache-Control: max-age=0, no-cache, must-revalidate, proxy-revalidate");
|
189 |
+
header("Last-Modified: {$now} GMT");
|
190 |
+
|
191 |
+
// Force download
|
192 |
+
header("Content-Type: application/force-download");
|
193 |
+
header("Content-Type: application/octet-stream");
|
194 |
+
header("Content-Type: application/download");
|
195 |
header('Content-Type: text/csv');
|
196 |
|
197 |
+
// Disposition / encoding on response body
|
198 |
+
header("Content-Disposition: attachment;filename={$filename}");
|
199 |
+
header("Content-Transfer-Encoding: binary");
|
200 |
|
201 |
ob_start();
|
202 |
|
includes/core/permalink-manager-language-plugins.php
CHANGED
@@ -139,23 +139,23 @@ class Permalink_Manager_Language_Plugins extends Permalink_Manager_Class {
|
|
139 |
}
|
140 |
// B. WPML & Polylang
|
141 |
else {
|
142 |
-
$is_wpml_compatible = self::is_wpml_compatible();
|
143 |
|
144 |
if(isset($element->post_type)) {
|
145 |
$element_id = $element->ID;
|
146 |
$element_type = $element->post_type;
|
147 |
|
148 |
-
$fallback_lang_on = (
|
149 |
} else if(isset($element->taxonomy)) {
|
150 |
$element_id = $element->term_taxonomy_id;
|
151 |
$element_type = $element->taxonomy;
|
152 |
|
153 |
-
$fallback_lang_on = (
|
154 |
} else {
|
155 |
return false;
|
156 |
}
|
157 |
|
158 |
-
if(!empty($fallback_lang_on) && !
|
159 |
$current_language = $sitepress->get_current_language();
|
160 |
|
161 |
if(!empty($element->post_type)) {
|
139 |
}
|
140 |
// B. WPML & Polylang
|
141 |
else {
|
142 |
+
$is_wpml_compatible = (!empty($sitepress) && method_exists($sitepress, 'is_display_as_translated_post_type')) ? self::is_wpml_compatible() : false;
|
143 |
|
144 |
if(isset($element->post_type)) {
|
145 |
$element_id = $element->ID;
|
146 |
$element_type = $element->post_type;
|
147 |
|
148 |
+
$fallback_lang_on = ($is_wpml_compatible) ? $sitepress->is_display_as_translated_post_type($element_type) : false;
|
149 |
} else if(isset($element->taxonomy)) {
|
150 |
$element_id = $element->term_taxonomy_id;
|
151 |
$element_type = $element->taxonomy;
|
152 |
|
153 |
+
$fallback_lang_on = ($is_wpml_compatible) ? $sitepress->is_display_as_translated_taxonomy($element_type) : false;
|
154 |
} else {
|
155 |
return false;
|
156 |
}
|
157 |
|
158 |
+
if(!empty($fallback_lang_on) && !is_admin() && !wp_doing_ajax() && !defined('REST_REQUEST')) {
|
159 |
$current_language = $sitepress->get_current_language();
|
160 |
|
161 |
if(!empty($element->post_type)) {
|
includes/core/permalink-manager-third-parties.php
CHANGED
@@ -694,6 +694,8 @@ class Permalink_Manager_Third_Parties extends Permalink_Manager_Class {
|
|
694 |
$alt_title = (!empty($yoast_meta_terms[$term->taxonomy][$term->term_id]['wpseo_bctitle'])) ? $yoast_meta_terms[$term->taxonomy][$term->term_id]['wpseo_bctitle'] : '';
|
695 |
} else if($current_filter == 'seopress_pro_breadcrumbs_crumbs') {
|
696 |
$alt_title = get_term_meta($term->term_id, '_seopress_robots_breadcrumbs', true);
|
|
|
|
|
697 |
}
|
698 |
|
699 |
$title = (!empty($alt_title)) ? $alt_title : $term->name;
|
@@ -713,6 +715,8 @@ class Permalink_Manager_Third_Parties extends Permalink_Manager_Class {
|
|
713 |
$alt_title = get_post_meta($page->ID, '_yoast_wpseo_bctitle', true);
|
714 |
} else if($current_filter == 'seopress_pro_breadcrumbs_crumbs') {
|
715 |
$alt_title = get_post_meta($page->ID, '_seopress_robots_breadcrumbs', true);
|
|
|
|
|
716 |
}
|
717 |
|
718 |
$title = (!empty($alt_title)) ? $alt_title : $page->post_title;
|
694 |
$alt_title = (!empty($yoast_meta_terms[$term->taxonomy][$term->term_id]['wpseo_bctitle'])) ? $yoast_meta_terms[$term->taxonomy][$term->term_id]['wpseo_bctitle'] : '';
|
695 |
} else if($current_filter == 'seopress_pro_breadcrumbs_crumbs') {
|
696 |
$alt_title = get_term_meta($term->term_id, '_seopress_robots_breadcrumbs', true);
|
697 |
+
} else if($current_filter == 'rank_math/frontend/breadcrumb/items') {
|
698 |
+
$alt_title = get_term_meta($term->term_id, 'rank_math_breadcrumb_title', true);
|
699 |
}
|
700 |
|
701 |
$title = (!empty($alt_title)) ? $alt_title : $term->name;
|
715 |
$alt_title = get_post_meta($page->ID, '_yoast_wpseo_bctitle', true);
|
716 |
} else if($current_filter == 'seopress_pro_breadcrumbs_crumbs') {
|
717 |
$alt_title = get_post_meta($page->ID, '_seopress_robots_breadcrumbs', true);
|
718 |
+
} else if($current_filter == 'rank_math/frontend/breadcrumb/items') {
|
719 |
+
$alt_title = get_post_meta($page->ID, 'rank_math_breadcrumb_title', true);
|
720 |
}
|
721 |
|
722 |
$title = (!empty($alt_title)) ? $alt_title : $page->post_title;
|
includes/core/permalink-manager-uri-functions-post.php
CHANGED
@@ -187,10 +187,11 @@ class Permalink_Manager_URI_Functions_Post extends Permalink_Manager_Class {
|
|
187 |
}
|
188 |
|
189 |
// 1B. Get the permastructure
|
190 |
-
if($native_uri
|
191 |
$permastructure = $native_permastructure;
|
192 |
} else {
|
193 |
-
$permastructure =
|
|
|
194 |
}
|
195 |
|
196 |
// 1C. Set the permastructure
|
187 |
}
|
188 |
|
189 |
// 1B. Get the permastructure
|
190 |
+
if($native_uri) {
|
191 |
$permastructure = $native_permastructure;
|
192 |
} else {
|
193 |
+
$permastructure = (!empty($permalink_manager_permastructs['post_types'][$post_type])) ? $permalink_manager_permastructs['post_types'][$post_type] : $native_permastructure;
|
194 |
+
$permastructure = apply_filters('permalink_manager_filter_permastructure', $permastructure, $post);
|
195 |
}
|
196 |
|
197 |
// 1C. Set the permastructure
|
languages/permalink-manager-ja.mo
CHANGED
Binary file
|
languages/permalink-manager-ja.po
CHANGED
@@ -3,7 +3,7 @@ msgstr ""
|
|
3 |
"Project-Id-Version: Permalink Manager Lite\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2020-11-23 20:44+0000\n"
|
6 |
-
"PO-Revision-Date: 2022-
|
7 |
"Last-Translator: admin\n"
|
8 |
"Language-Team: Japanese\n"
|
9 |
"Language: ja\n"
|
@@ -211,7 +211,7 @@ msgstr "以下で指定された全てのURIは、訪問者を上記の「現在
|
|
211 |
msgid "Apply"
|
212 |
msgstr "適用"
|
213 |
|
214 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
215 |
msgid "Arabic"
|
216 |
msgstr "アラビア語"
|
217 |
|
@@ -244,7 +244,7 @@ msgid "Author (publish_posts)"
|
|
244 |
msgstr "投稿者 (publish_posts)"
|
245 |
|
246 |
#: includes/core/permalink-manager-admin-functions.php:860
|
247 |
-
#: includes/core/permalink-manager-admin-functions.php:
|
248 |
msgid "Auto-update \"Current URI\""
|
249 |
msgstr ""
|
250 |
|
@@ -284,7 +284,7 @@ msgstr "by Maciej Bis"
|
|
284 |
msgid "Canonical redirect"
|
285 |
msgstr "正規リダイレクト"
|
286 |
|
287 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
288 |
msgid "Chinese"
|
289 |
msgstr "中国語"
|
290 |
|
@@ -312,15 +312,15 @@ msgstr "アクセント付き文字の変換"
|
|
312 |
msgid "Count"
|
313 |
msgstr "カウント"
|
314 |
|
315 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
316 |
msgid "Coupon Full URL"
|
317 |
msgstr "クーポン フル URL"
|
318 |
|
319 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
320 |
msgid "Coupon Link"
|
321 |
msgstr "クーポンリンク"
|
322 |
|
323 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
324 |
msgid "Coupon URI"
|
325 |
msgstr "クーポンURI"
|
326 |
|
@@ -346,7 +346,7 @@ msgstr "カスタム リダイレクト"
|
|
346 |
|
347 |
#: includes/views/permalink-manager-tools.php:70
|
348 |
#: includes/core/permalink-manager-third-parties.php:477
|
349 |
-
#: includes/core/permalink-manager-third-parties.php:
|
350 |
#: includes/core/permalink-manager-uri-functions-tax.php:512
|
351 |
msgid "Custom URI"
|
352 |
msgstr "カスタム URI"
|
@@ -355,7 +355,7 @@ msgstr "カスタム URI"
|
|
355 |
msgid "Custom URIs"
|
356 |
msgstr "カスタム URI"
|
357 |
|
358 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
359 |
msgid "Danish"
|
360 |
msgstr "デンマーク語"
|
361 |
|
@@ -401,11 +401,11 @@ msgid "Documentation"
|
|
401 |
msgstr "ドキュメント"
|
402 |
|
403 |
#: includes/core/permalink-manager-admin-functions.php:864
|
404 |
-
#: includes/core/permalink-manager-admin-functions.php:
|
405 |
msgid "Don't auto-update \"Current URI\""
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: includes/core/permalink-manager-admin-functions.php:
|
409 |
msgid ""
|
410 |
"Don't auto-update \"Current URI\" and exclude from the \"Regenerate/reset\" "
|
411 |
"tool"
|
@@ -415,7 +415,7 @@ msgstr ""
|
|
415 |
msgid "Don't auto-update permalinks (default mode)"
|
416 |
msgstr ""
|
417 |
|
418 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
419 |
msgid "Dutch"
|
420 |
msgstr "オランダ語"
|
421 |
|
@@ -453,7 +453,7 @@ msgid ""
|
|
453 |
"permalinks & duplicated redirects."
|
454 |
msgstr "冗長なパーマリンクと重複したリダイレクトを自動的に削除したい場合は、このオプションを有効にします。"
|
455 |
|
456 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
457 |
msgid "English"
|
458 |
msgstr "英語"
|
459 |
|
@@ -473,7 +473,7 @@ msgstr "除外する投稿タイプ"
|
|
473 |
msgid "Exclude drafts"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
477 |
msgid ""
|
478 |
"Expiration date could not be downloaded at this moment. Please try again in "
|
479 |
"a few minutes."
|
@@ -508,7 +508,7 @@ msgstr "検索"
|
|
508 |
msgid "Find and replace"
|
509 |
msgstr "検索&置換"
|
510 |
|
511 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
512 |
msgid "Finnish"
|
513 |
msgstr "フィンランド語"
|
514 |
|
@@ -528,7 +528,7 @@ msgstr "実在しないページネーションのページに404を強制表示
|
|
528 |
msgid "Force HTTPS/WWW"
|
529 |
msgstr "HTTPS/WWW 強制"
|
530 |
|
531 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
532 |
msgid "French"
|
533 |
msgstr "フランス語"
|
534 |
|
@@ -541,7 +541,7 @@ msgstr "全ての URIとパーマリンク"
|
|
541 |
msgid "General settings"
|
542 |
msgstr "一般設定"
|
543 |
|
544 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
545 |
msgid "German"
|
546 |
msgstr "ドイツ語"
|
547 |
|
@@ -561,11 +561,11 @@ msgstr ""
|
|
561 |
msgid "Get license information"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
565 |
msgid "Hebrew"
|
566 |
msgstr "ヘブライ語"
|
567 |
|
568 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
569 |
msgid "Hindi"
|
570 |
msgstr "ヒンディー語"
|
571 |
|
@@ -597,7 +597,7 @@ msgid ""
|
|
597 |
"the posts imported with WP All Import plugin."
|
598 |
msgstr ""
|
599 |
|
600 |
-
#: includes/core/permalink-manager-third-parties.php:
|
601 |
#, php-format
|
602 |
msgid ""
|
603 |
"If empty, a default permalink based on your current <a href=\"%s\" "
|
@@ -761,15 +761,15 @@ msgstr "親のスラッグを継承する"
|
|
761 |
msgid "Instructions"
|
762 |
msgstr "手順"
|
763 |
|
764 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
765 |
msgid "Italian"
|
766 |
msgstr "イタリア語"
|
767 |
|
768 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
769 |
msgid "Japanese"
|
770 |
msgstr "日本語"
|
771 |
|
772 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
773 |
msgid "Korean"
|
774 |
msgstr "韓国語"
|
775 |
|
@@ -864,7 +864,7 @@ msgstr "いいえ、スラッグにアクセント付き文字を保持します
|
|
864 |
msgid "No, keep special characters (.,|_+) in the slugs"
|
865 |
msgstr "いいえ、スラッグに特殊文字(.,|_+)を保持します。"
|
866 |
|
867 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
868 |
msgid "Norwegian"
|
869 |
msgstr "ノルウェー語"
|
870 |
|
@@ -900,8 +900,8 @@ msgstr "ページ毎"
|
|
900 |
msgid "Permalink Duplicates"
|
901 |
msgstr "重複したパーマリンク"
|
902 |
|
903 |
-
#: includes/core/permalink-manager-third-parties.php:
|
904 |
-
#: includes/core/permalink-manager-third-parties.php:
|
905 |
#: includes/core/permalink-manager-gutenberg.php:33
|
906 |
#: includes/core/permalink-manager-admin-functions.php:111
|
907 |
#: includes/core/permalink-manager-admin-functions.php:111
|
@@ -960,7 +960,7 @@ msgstr "パーマ構造 翻訳"
|
|
960 |
msgid "Permastructures"
|
961 |
msgstr "パーマ構造"
|
962 |
|
963 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
964 |
msgid "Persian"
|
965 |
msgstr "ペルシア語"
|
966 |
|
@@ -1004,7 +1004,7 @@ msgid ""
|
|
1004 |
"(aliases)\" option is turned on above."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1008 |
#, php-format
|
1009 |
msgid ""
|
1010 |
"Please paste the licence key to access all Permalink Manager Pro updates & "
|
@@ -1013,11 +1013,11 @@ msgstr ""
|
|
1013 |
"<a href=\"%s\" target=\"_blank\">コチラのページ</a>にて、ライセンスキーを設定して全てのPermalink "
|
1014 |
"Manager Pro のアップデート&機能をご利用下さい。"
|
1015 |
|
1016 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1017 |
msgid "Polish"
|
1018 |
msgstr "ポーランド語"
|
1019 |
|
1020 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1021 |
msgid "Portuguese"
|
1022 |
msgstr "ポルトガル語"
|
1023 |
|
@@ -1121,7 +1121,7 @@ msgstr "デフォルトのパーマ構造を復元する"
|
|
1121 |
msgid "Restore Default URI"
|
1122 |
msgstr "デフォルトのURIを復元する"
|
1123 |
|
1124 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1125 |
msgid "Russian"
|
1126 |
msgstr "ロシア語"
|
1127 |
|
@@ -1223,7 +1223,7 @@ msgstr "スラッグ"
|
|
1223 |
msgid "Slugs mode"
|
1224 |
msgstr "スラッグ モード"
|
1225 |
|
1226 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1227 |
msgid "Spanish"
|
1228 |
msgstr "スペイン語"
|
1229 |
|
@@ -1243,7 +1243,7 @@ msgstr "ご意見 / フィードバック"
|
|
1243 |
msgid "Support"
|
1244 |
msgstr "サポート"
|
1245 |
|
1246 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1247 |
msgid "Swedish"
|
1248 |
msgstr "スウェーデン語"
|
1249 |
|
@@ -1293,7 +1293,7 @@ msgstr "リダイレクトは、無事削除されました!"
|
|
1293 |
msgid "The settings are saved!"
|
1294 |
msgstr "設定は、保存されました!"
|
1295 |
|
1296 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1297 |
msgid ""
|
1298 |
"The URIs are case-insensitive, eg. <strong>BLACKFRIDAY</strong> and <strong>"
|
1299 |
"blackfriday</strong> are equivalent."
|
@@ -1334,6 +1334,12 @@ msgid ""
|
|
1334 |
"Permalink Manager Pro</a>."
|
1335 |
msgstr "この機能は、Permalink Manager Proのみ利用可能です。"
|
1336 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1337 |
#: includes/views/permalink-manager-settings.php:64
|
1338 |
msgid ""
|
1339 |
"This option can be used to alter the native settings and control if trailing "
|
@@ -1391,7 +1397,7 @@ msgstr "末尾のスラッシュ"
|
|
1391 |
msgid "Trailing slashes redirect"
|
1392 |
msgstr "末尾のスラッシュリダイレクト"
|
1393 |
|
1394 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1395 |
msgid "Turkish"
|
1396 |
msgstr "トルコ語"
|
1397 |
|
@@ -1523,11 +1529,11 @@ msgid ""
|
|
1523 |
"redirects, eg. Yoast SEO Premium or Redirection."
|
1524 |
msgstr ""
|
1525 |
|
1526 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1527 |
msgid "You own a lifetime licence key."
|
1528 |
msgstr "あなたは、永久ライセンスキーをお持ちです。"
|
1529 |
|
1530 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1531 |
#, php-format
|
1532 |
msgid ""
|
1533 |
"Your licence key is valid until %s.<br />To prolong it please go to <a "
|
@@ -1536,16 +1542,14 @@ msgstr ""
|
|
1536 |
"あなたのライセンスキーは、%s まで有効です。<br />延長するには、<a href=\"%s\" target=\"_blank\">"
|
1537 |
"コチラのページ</a>にアクセスして詳細を確認して下さい。"
|
1538 |
|
1539 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1540 |
#, php-format
|
1541 |
msgid ""
|
1542 |
-
"Your Permalink Manager Pro licence key expired!
|
1543 |
-
"
|
1544 |
-
"
|
1545 |
msgstr ""
|
1546 |
-
"あなたのライセンスキーは有効期限が切れました!プラグインのアップデートのアクセスやテクニカルサポートを受けたい場合は、<a href=\"%s\" "
|
1547 |
-
"target=\"_blank\">コチラのページ</a>にアクセスして、復元して下さい。"
|
1548 |
|
1549 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1550 |
msgid "Your Permalink Manager Pro licence key is invalid!"
|
1551 |
msgstr "あなたのライセンスキーは、無効です!"
|
3 |
"Project-Id-Version: Permalink Manager Lite\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
"POT-Creation-Date: 2020-11-23 20:44+0000\n"
|
6 |
+
"PO-Revision-Date: 2022-04-22 00:31+0000\n"
|
7 |
"Last-Translator: admin\n"
|
8 |
"Language-Team: Japanese\n"
|
9 |
"Language: ja\n"
|
211 |
msgid "Apply"
|
212 |
msgstr "適用"
|
213 |
|
214 |
+
#: includes/core/permalink-manager-pro-functions.php:225
|
215 |
msgid "Arabic"
|
216 |
msgstr "アラビア語"
|
217 |
|
244 |
msgstr "投稿者 (publish_posts)"
|
245 |
|
246 |
#: includes/core/permalink-manager-admin-functions.php:860
|
247 |
+
#: includes/core/permalink-manager-admin-functions.php:872
|
248 |
msgid "Auto-update \"Current URI\""
|
249 |
msgstr ""
|
250 |
|
284 |
msgid "Canonical redirect"
|
285 |
msgstr "正規リダイレクト"
|
286 |
|
287 |
+
#: includes/core/permalink-manager-pro-functions.php:226
|
288 |
msgid "Chinese"
|
289 |
msgstr "中国語"
|
290 |
|
312 |
msgid "Count"
|
313 |
msgstr "カウント"
|
314 |
|
315 |
+
#: includes/core/permalink-manager-pro-functions.php:570
|
316 |
msgid "Coupon Full URL"
|
317 |
msgstr "クーポン フル URL"
|
318 |
|
319 |
+
#: includes/core/permalink-manager-pro-functions.php:537
|
320 |
msgid "Coupon Link"
|
321 |
msgstr "クーポンリンク"
|
322 |
|
323 |
+
#: includes/core/permalink-manager-pro-functions.php:558
|
324 |
msgid "Coupon URI"
|
325 |
msgstr "クーポンURI"
|
326 |
|
346 |
|
347 |
#: includes/views/permalink-manager-tools.php:70
|
348 |
#: includes/core/permalink-manager-third-parties.php:477
|
349 |
+
#: includes/core/permalink-manager-third-parties.php:844
|
350 |
#: includes/core/permalink-manager-uri-functions-tax.php:512
|
351 |
msgid "Custom URI"
|
352 |
msgstr "カスタム URI"
|
355 |
msgid "Custom URIs"
|
356 |
msgstr "カスタム URI"
|
357 |
|
358 |
+
#: includes/core/permalink-manager-pro-functions.php:227
|
359 |
msgid "Danish"
|
360 |
msgstr "デンマーク語"
|
361 |
|
401 |
msgstr "ドキュメント"
|
402 |
|
403 |
#: includes/core/permalink-manager-admin-functions.php:864
|
404 |
+
#: includes/core/permalink-manager-admin-functions.php:870
|
405 |
msgid "Don't auto-update \"Current URI\""
|
406 |
msgstr ""
|
407 |
|
408 |
+
#: includes/core/permalink-manager-admin-functions.php:871
|
409 |
msgid ""
|
410 |
"Don't auto-update \"Current URI\" and exclude from the \"Regenerate/reset\" "
|
411 |
"tool"
|
415 |
msgid "Don't auto-update permalinks (default mode)"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: includes/core/permalink-manager-pro-functions.php:228
|
419 |
msgid "Dutch"
|
420 |
msgstr "オランダ語"
|
421 |
|
453 |
"permalinks & duplicated redirects."
|
454 |
msgstr "冗長なパーマリンクと重複したリダイレクトを自動的に削除したい場合は、このオプションを有効にします。"
|
455 |
|
456 |
+
#: includes/core/permalink-manager-pro-functions.php:229
|
457 |
msgid "English"
|
458 |
msgstr "英語"
|
459 |
|
473 |
msgid "Exclude drafts"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: includes/core/permalink-manager-pro-functions.php:189
|
477 |
msgid ""
|
478 |
"Expiration date could not be downloaded at this moment. Please try again in "
|
479 |
"a few minutes."
|
508 |
msgid "Find and replace"
|
509 |
msgstr "検索&置換"
|
510 |
|
511 |
+
#: includes/core/permalink-manager-pro-functions.php:230
|
512 |
msgid "Finnish"
|
513 |
msgstr "フィンランド語"
|
514 |
|
528 |
msgid "Force HTTPS/WWW"
|
529 |
msgstr "HTTPS/WWW 強制"
|
530 |
|
531 |
+
#: includes/core/permalink-manager-pro-functions.php:231
|
532 |
msgid "French"
|
533 |
msgstr "フランス語"
|
534 |
|
541 |
msgid "General settings"
|
542 |
msgstr "一般設定"
|
543 |
|
544 |
+
#: includes/core/permalink-manager-pro-functions.php:232
|
545 |
msgid "German"
|
546 |
msgstr "ドイツ語"
|
547 |
|
561 |
msgid "Get license information"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: includes/core/permalink-manager-pro-functions.php:233
|
565 |
msgid "Hebrew"
|
566 |
msgstr "ヘブライ語"
|
567 |
|
568 |
+
#: includes/core/permalink-manager-pro-functions.php:234
|
569 |
msgid "Hindi"
|
570 |
msgstr "ヒンディー語"
|
571 |
|
597 |
"the posts imported with WP All Import plugin."
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: includes/core/permalink-manager-third-parties.php:845
|
601 |
#, php-format
|
602 |
msgid ""
|
603 |
"If empty, a default permalink based on your current <a href=\"%s\" "
|
761 |
msgid "Instructions"
|
762 |
msgstr "手順"
|
763 |
|
764 |
+
#: includes/core/permalink-manager-pro-functions.php:235
|
765 |
msgid "Italian"
|
766 |
msgstr "イタリア語"
|
767 |
|
768 |
+
#: includes/core/permalink-manager-pro-functions.php:236
|
769 |
msgid "Japanese"
|
770 |
msgstr "日本語"
|
771 |
|
772 |
+
#: includes/core/permalink-manager-pro-functions.php:237
|
773 |
msgid "Korean"
|
774 |
msgstr "韓国語"
|
775 |
|
864 |
msgid "No, keep special characters (.,|_+) in the slugs"
|
865 |
msgstr "いいえ、スラッグに特殊文字(.,|_+)を保持します。"
|
866 |
|
867 |
+
#: includes/core/permalink-manager-pro-functions.php:238
|
868 |
msgid "Norwegian"
|
869 |
msgstr "ノルウェー語"
|
870 |
|
900 |
msgid "Permalink Duplicates"
|
901 |
msgstr "重複したパーマリンク"
|
902 |
|
903 |
+
#: includes/core/permalink-manager-third-parties.php:840
|
904 |
+
#: includes/core/permalink-manager-third-parties.php:985
|
905 |
#: includes/core/permalink-manager-gutenberg.php:33
|
906 |
#: includes/core/permalink-manager-admin-functions.php:111
|
907 |
#: includes/core/permalink-manager-admin-functions.php:111
|
960 |
msgid "Permastructures"
|
961 |
msgstr "パーマ構造"
|
962 |
|
963 |
+
#: includes/core/permalink-manager-pro-functions.php:239
|
964 |
msgid "Persian"
|
965 |
msgstr "ペルシア語"
|
966 |
|
1004 |
"(aliases)\" option is turned on above."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
+
#: includes/core/permalink-manager-pro-functions.php:149
|
1008 |
#, php-format
|
1009 |
msgid ""
|
1010 |
"Please paste the licence key to access all Permalink Manager Pro updates & "
|
1013 |
"<a href=\"%s\" target=\"_blank\">コチラのページ</a>にて、ライセンスキーを設定して全てのPermalink "
|
1014 |
"Manager Pro のアップデート&機能をご利用下さい。"
|
1015 |
|
1016 |
+
#: includes/core/permalink-manager-pro-functions.php:240
|
1017 |
msgid "Polish"
|
1018 |
msgstr "ポーランド語"
|
1019 |
|
1020 |
+
#: includes/core/permalink-manager-pro-functions.php:241
|
1021 |
msgid "Portuguese"
|
1022 |
msgstr "ポルトガル語"
|
1023 |
|
1121 |
msgid "Restore Default URI"
|
1122 |
msgstr "デフォルトのURIを復元する"
|
1123 |
|
1124 |
+
#: includes/core/permalink-manager-pro-functions.php:242
|
1125 |
msgid "Russian"
|
1126 |
msgstr "ロシア語"
|
1127 |
|
1223 |
msgid "Slugs mode"
|
1224 |
msgstr "スラッグ モード"
|
1225 |
|
1226 |
+
#: includes/core/permalink-manager-pro-functions.php:243
|
1227 |
msgid "Spanish"
|
1228 |
msgstr "スペイン語"
|
1229 |
|
1243 |
msgid "Support"
|
1244 |
msgstr "サポート"
|
1245 |
|
1246 |
+
#: includes/core/permalink-manager-pro-functions.php:244
|
1247 |
msgid "Swedish"
|
1248 |
msgstr "スウェーデン語"
|
1249 |
|
1293 |
msgid "The settings are saved!"
|
1294 |
msgstr "設定は、保存されました!"
|
1295 |
|
1296 |
+
#: includes/core/permalink-manager-pro-functions.php:559
|
1297 |
msgid ""
|
1298 |
"The URIs are case-insensitive, eg. <strong>BLACKFRIDAY</strong> and <strong>"
|
1299 |
"blackfriday</strong> are equivalent."
|
1334 |
"Permalink Manager Pro</a>."
|
1335 |
msgstr "この機能は、Permalink Manager Proのみ利用可能です。"
|
1336 |
|
1337 |
+
#: includes/core/permalink-manager-pro-functions.php:171
|
1338 |
+
msgid ""
|
1339 |
+
"This license is already in use on another website and cannot be used to "
|
1340 |
+
"request automatic update for this domain."
|
1341 |
+
msgstr ""
|
1342 |
+
|
1343 |
#: includes/views/permalink-manager-settings.php:64
|
1344 |
msgid ""
|
1345 |
"This option can be used to alter the native settings and control if trailing "
|
1397 |
msgid "Trailing slashes redirect"
|
1398 |
msgstr "末尾のスラッシュリダイレクト"
|
1399 |
|
1400 |
+
#: includes/core/permalink-manager-pro-functions.php:245
|
1401 |
msgid "Turkish"
|
1402 |
msgstr "トルコ語"
|
1403 |
|
1529 |
"redirects, eg. Yoast SEO Premium or Redirection."
|
1530 |
msgstr ""
|
1531 |
|
1532 |
+
#: includes/core/permalink-manager-pro-functions.php:164
|
1533 |
msgid "You own a lifetime licence key."
|
1534 |
msgstr "あなたは、永久ライセンスキーをお持ちです。"
|
1535 |
|
1536 |
+
#: includes/core/permalink-manager-pro-functions.php:183
|
1537 |
#, php-format
|
1538 |
msgid ""
|
1539 |
"Your licence key is valid until %s.<br />To prolong it please go to <a "
|
1542 |
"あなたのライセンスキーは、%s まで有効です。<br />延長するには、<a href=\"%s\" target=\"_blank\">"
|
1543 |
"コチラのページ</a>にアクセスして詳細を確認して下さい。"
|
1544 |
|
1545 |
+
#: includes/core/permalink-manager-pro-functions.php:159
|
1546 |
#, php-format
|
1547 |
msgid ""
|
1548 |
+
"Your Permalink Manager Pro licence key expired! Please renew your license "
|
1549 |
+
"key using <a href=\"%s\" target=\"_blank\">this link</a> to regain access to "
|
1550 |
+
"plugin updates and technical support."
|
1551 |
msgstr ""
|
|
|
|
|
1552 |
|
1553 |
+
#: includes/core/permalink-manager-pro-functions.php:154
|
1554 |
msgid "Your Permalink Manager Pro licence key is invalid!"
|
1555 |
msgstr "あなたのライセンスキーは、無効です!"
|
languages/permalink-manager.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: PACKAGE VERSION\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2022-
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
@@ -194,7 +194,7 @@ msgstr ""
|
|
194 |
msgid "Apply"
|
195 |
msgstr ""
|
196 |
|
197 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
198 |
msgid "Arabic"
|
199 |
msgstr ""
|
200 |
|
@@ -227,7 +227,7 @@ msgid "Author (publish_posts)"
|
|
227 |
msgstr ""
|
228 |
|
229 |
#: includes/core/permalink-manager-admin-functions.php:860
|
230 |
-
#: includes/core/permalink-manager-admin-functions.php:
|
231 |
msgid "Auto-update \"Current URI\""
|
232 |
msgstr ""
|
233 |
|
@@ -267,7 +267,7 @@ msgstr ""
|
|
267 |
msgid "Canonical redirect"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
271 |
msgid "Chinese"
|
272 |
msgstr ""
|
273 |
|
@@ -295,15 +295,15 @@ msgstr ""
|
|
295 |
msgid "Count"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
299 |
msgid "Coupon Full URL"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
303 |
msgid "Coupon Link"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
307 |
msgid "Coupon URI"
|
308 |
msgstr ""
|
309 |
|
@@ -329,7 +329,7 @@ msgstr ""
|
|
329 |
|
330 |
#: includes/views/permalink-manager-tools.php:70
|
331 |
#: includes/core/permalink-manager-third-parties.php:477
|
332 |
-
#: includes/core/permalink-manager-third-parties.php:
|
333 |
#: includes/core/permalink-manager-uri-functions-tax.php:512
|
334 |
msgid "Custom URI"
|
335 |
msgstr ""
|
@@ -338,7 +338,7 @@ msgstr ""
|
|
338 |
msgid "Custom URIs"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
342 |
msgid "Danish"
|
343 |
msgstr ""
|
344 |
|
@@ -384,11 +384,11 @@ msgid "Documentation"
|
|
384 |
msgstr ""
|
385 |
|
386 |
#: includes/core/permalink-manager-admin-functions.php:864
|
387 |
-
#: includes/core/permalink-manager-admin-functions.php:
|
388 |
msgid "Don't auto-update \"Current URI\""
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: includes/core/permalink-manager-admin-functions.php:
|
392 |
msgid ""
|
393 |
"Don't auto-update \"Current URI\" and exclude from the \"Regenerate/reset\" "
|
394 |
"tool"
|
@@ -398,7 +398,7 @@ msgstr ""
|
|
398 |
msgid "Don't auto-update permalinks (default mode)"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
402 |
msgid "Dutch"
|
403 |
msgstr ""
|
404 |
|
@@ -436,7 +436,7 @@ msgid ""
|
|
436 |
"permalinks & duplicated redirects."
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
440 |
msgid "English"
|
441 |
msgstr ""
|
442 |
|
@@ -455,7 +455,7 @@ msgstr ""
|
|
455 |
msgid "Exclude drafts"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
459 |
msgid ""
|
460 |
"Expiration date could not be downloaded at this moment. Please try again in "
|
461 |
"a few minutes."
|
@@ -490,7 +490,7 @@ msgstr ""
|
|
490 |
msgid "Find and replace"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
494 |
msgid "Finnish"
|
495 |
msgstr ""
|
496 |
|
@@ -510,7 +510,7 @@ msgstr ""
|
|
510 |
msgid "Force HTTPS/WWW"
|
511 |
msgstr ""
|
512 |
|
513 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
514 |
msgid "French"
|
515 |
msgstr ""
|
516 |
|
@@ -523,7 +523,7 @@ msgstr ""
|
|
523 |
msgid "General settings"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
527 |
msgid "German"
|
528 |
msgstr ""
|
529 |
|
@@ -540,11 +540,11 @@ msgstr ""
|
|
540 |
msgid "Get license information"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
544 |
msgid "Hebrew"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
548 |
msgid "Hindi"
|
549 |
msgstr ""
|
550 |
|
@@ -573,7 +573,7 @@ msgid ""
|
|
573 |
"the posts imported with WP All Import plugin."
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: includes/core/permalink-manager-third-parties.php:
|
577 |
#, php-format
|
578 |
msgid ""
|
579 |
"If empty, a default permalink based on your current <a href=\"%s\" "
|
@@ -718,15 +718,15 @@ msgstr ""
|
|
718 |
msgid "Instructions"
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
722 |
msgid "Italian"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
726 |
msgid "Japanese"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
730 |
msgid "Korean"
|
731 |
msgstr ""
|
732 |
|
@@ -821,7 +821,7 @@ msgstr ""
|
|
821 |
msgid "No, keep special characters (.,|_+) in the slugs"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
825 |
msgid "Norwegian"
|
826 |
msgstr ""
|
827 |
|
@@ -855,8 +855,8 @@ msgstr ""
|
|
855 |
msgid "Permalink Duplicates"
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: includes/core/permalink-manager-third-parties.php:
|
859 |
-
#: includes/core/permalink-manager-third-parties.php:
|
860 |
#: includes/core/permalink-manager-gutenberg.php:33
|
861 |
#: includes/core/permalink-manager-admin-functions.php:111
|
862 |
#: includes/core/permalink-manager-admin-functions.php:111
|
@@ -907,7 +907,7 @@ msgstr ""
|
|
907 |
msgid "Permastructures"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
911 |
msgid "Persian"
|
912 |
msgstr ""
|
913 |
|
@@ -951,18 +951,18 @@ msgid ""
|
|
951 |
"(aliases)\" option is turned on above."
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
955 |
#, php-format
|
956 |
msgid ""
|
957 |
"Please paste the licence key to access all Permalink Manager Pro updates & "
|
958 |
"features <a href=\"%s\" target=\"_blank\">on this page</a>."
|
959 |
msgstr ""
|
960 |
|
961 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
962 |
msgid "Polish"
|
963 |
msgstr ""
|
964 |
|
965 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
966 |
msgid "Portuguese"
|
967 |
msgstr ""
|
968 |
|
@@ -1066,7 +1066,7 @@ msgstr ""
|
|
1066 |
msgid "Restore Default URI"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1070 |
msgid "Russian"
|
1071 |
msgstr ""
|
1072 |
|
@@ -1168,7 +1168,7 @@ msgstr ""
|
|
1168 |
msgid "Slugs mode"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1172 |
msgid "Spanish"
|
1173 |
msgstr ""
|
1174 |
|
@@ -1188,7 +1188,7 @@ msgstr ""
|
|
1188 |
msgid "Support"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1192 |
msgid "Swedish"
|
1193 |
msgstr ""
|
1194 |
|
@@ -1237,7 +1237,7 @@ msgstr ""
|
|
1237 |
msgid "The settings are saved!"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1241 |
msgid ""
|
1242 |
"The URIs are case-insensitive, eg. <strong>BLACKFRIDAY</strong> and <strong>"
|
1243 |
"blackfriday</strong> are equivalent."
|
@@ -1273,6 +1273,12 @@ msgid ""
|
|
1273 |
"Permalink Manager Pro</a>."
|
1274 |
msgstr ""
|
1275 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1276 |
#: includes/views/permalink-manager-settings.php:64
|
1277 |
msgid ""
|
1278 |
"This option can be used to alter the native settings and control if trailing "
|
@@ -1325,7 +1331,7 @@ msgstr ""
|
|
1325 |
msgid "Trailing slashes redirect"
|
1326 |
msgstr ""
|
1327 |
|
1328 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1329 |
msgid "Turkish"
|
1330 |
msgstr ""
|
1331 |
|
@@ -1457,25 +1463,25 @@ msgid ""
|
|
1457 |
"redirects, eg. Yoast SEO Premium or Redirection."
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1461 |
msgid "You own a lifetime licence key."
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1465 |
#, php-format
|
1466 |
msgid ""
|
1467 |
"Your licence key is valid until %s.<br />To prolong it please go to <a "
|
1468 |
"href=\"%s\" target=\"_blank\">this page</a> for more information."
|
1469 |
msgstr ""
|
1470 |
|
1471 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1472 |
#, php-format
|
1473 |
msgid ""
|
1474 |
-
"Your Permalink Manager Pro licence key expired!
|
1475 |
-
"
|
1476 |
-
"
|
1477 |
msgstr ""
|
1478 |
|
1479 |
-
#: includes/core/permalink-manager-pro-functions.php:
|
1480 |
msgid "Your Permalink Manager Pro licence key is invalid!"
|
1481 |
msgstr ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: PACKAGE VERSION\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2022-04-22 00:31+0000\n"
|
7 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
8 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9 |
"Language-Team: \n"
|
194 |
msgid "Apply"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: includes/core/permalink-manager-pro-functions.php:225
|
198 |
msgid "Arabic"
|
199 |
msgstr ""
|
200 |
|
227 |
msgstr ""
|
228 |
|
229 |
#: includes/core/permalink-manager-admin-functions.php:860
|
230 |
+
#: includes/core/permalink-manager-admin-functions.php:872
|
231 |
msgid "Auto-update \"Current URI\""
|
232 |
msgstr ""
|
233 |
|
267 |
msgid "Canonical redirect"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: includes/core/permalink-manager-pro-functions.php:226
|
271 |
msgid "Chinese"
|
272 |
msgstr ""
|
273 |
|
295 |
msgid "Count"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: includes/core/permalink-manager-pro-functions.php:570
|
299 |
msgid "Coupon Full URL"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: includes/core/permalink-manager-pro-functions.php:537
|
303 |
msgid "Coupon Link"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: includes/core/permalink-manager-pro-functions.php:558
|
307 |
msgid "Coupon URI"
|
308 |
msgstr ""
|
309 |
|
329 |
|
330 |
#: includes/views/permalink-manager-tools.php:70
|
331 |
#: includes/core/permalink-manager-third-parties.php:477
|
332 |
+
#: includes/core/permalink-manager-third-parties.php:844
|
333 |
#: includes/core/permalink-manager-uri-functions-tax.php:512
|
334 |
msgid "Custom URI"
|
335 |
msgstr ""
|
338 |
msgid "Custom URIs"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: includes/core/permalink-manager-pro-functions.php:227
|
342 |
msgid "Danish"
|
343 |
msgstr ""
|
344 |
|
384 |
msgstr ""
|
385 |
|
386 |
#: includes/core/permalink-manager-admin-functions.php:864
|
387 |
+
#: includes/core/permalink-manager-admin-functions.php:870
|
388 |
msgid "Don't auto-update \"Current URI\""
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: includes/core/permalink-manager-admin-functions.php:871
|
392 |
msgid ""
|
393 |
"Don't auto-update \"Current URI\" and exclude from the \"Regenerate/reset\" "
|
394 |
"tool"
|
398 |
msgid "Don't auto-update permalinks (default mode)"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: includes/core/permalink-manager-pro-functions.php:228
|
402 |
msgid "Dutch"
|
403 |
msgstr ""
|
404 |
|
436 |
"permalinks & duplicated redirects."
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: includes/core/permalink-manager-pro-functions.php:229
|
440 |
msgid "English"
|
441 |
msgstr ""
|
442 |
|
455 |
msgid "Exclude drafts"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: includes/core/permalink-manager-pro-functions.php:189
|
459 |
msgid ""
|
460 |
"Expiration date could not be downloaded at this moment. Please try again in "
|
461 |
"a few minutes."
|
490 |
msgid "Find and replace"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: includes/core/permalink-manager-pro-functions.php:230
|
494 |
msgid "Finnish"
|
495 |
msgstr ""
|
496 |
|
510 |
msgid "Force HTTPS/WWW"
|
511 |
msgstr ""
|
512 |
|
513 |
+
#: includes/core/permalink-manager-pro-functions.php:231
|
514 |
msgid "French"
|
515 |
msgstr ""
|
516 |
|
523 |
msgid "General settings"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: includes/core/permalink-manager-pro-functions.php:232
|
527 |
msgid "German"
|
528 |
msgstr ""
|
529 |
|
540 |
msgid "Get license information"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: includes/core/permalink-manager-pro-functions.php:233
|
544 |
msgid "Hebrew"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: includes/core/permalink-manager-pro-functions.php:234
|
548 |
msgid "Hindi"
|
549 |
msgstr ""
|
550 |
|
573 |
"the posts imported with WP All Import plugin."
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: includes/core/permalink-manager-third-parties.php:845
|
577 |
#, php-format
|
578 |
msgid ""
|
579 |
"If empty, a default permalink based on your current <a href=\"%s\" "
|
718 |
msgid "Instructions"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: includes/core/permalink-manager-pro-functions.php:235
|
722 |
msgid "Italian"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: includes/core/permalink-manager-pro-functions.php:236
|
726 |
msgid "Japanese"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: includes/core/permalink-manager-pro-functions.php:237
|
730 |
msgid "Korean"
|
731 |
msgstr ""
|
732 |
|
821 |
msgid "No, keep special characters (.,|_+) in the slugs"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: includes/core/permalink-manager-pro-functions.php:238
|
825 |
msgid "Norwegian"
|
826 |
msgstr ""
|
827 |
|
855 |
msgid "Permalink Duplicates"
|
856 |
msgstr ""
|
857 |
|
858 |
+
#: includes/core/permalink-manager-third-parties.php:840
|
859 |
+
#: includes/core/permalink-manager-third-parties.php:985
|
860 |
#: includes/core/permalink-manager-gutenberg.php:33
|
861 |
#: includes/core/permalink-manager-admin-functions.php:111
|
862 |
#: includes/core/permalink-manager-admin-functions.php:111
|
907 |
msgid "Permastructures"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: includes/core/permalink-manager-pro-functions.php:239
|
911 |
msgid "Persian"
|
912 |
msgstr ""
|
913 |
|
951 |
"(aliases)\" option is turned on above."
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: includes/core/permalink-manager-pro-functions.php:149
|
955 |
#, php-format
|
956 |
msgid ""
|
957 |
"Please paste the licence key to access all Permalink Manager Pro updates & "
|
958 |
"features <a href=\"%s\" target=\"_blank\">on this page</a>."
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: includes/core/permalink-manager-pro-functions.php:240
|
962 |
msgid "Polish"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: includes/core/permalink-manager-pro-functions.php:241
|
966 |
msgid "Portuguese"
|
967 |
msgstr ""
|
968 |
|
1066 |
msgid "Restore Default URI"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: includes/core/permalink-manager-pro-functions.php:242
|
1070 |
msgid "Russian"
|
1071 |
msgstr ""
|
1072 |
|
1168 |
msgid "Slugs mode"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
+
#: includes/core/permalink-manager-pro-functions.php:243
|
1172 |
msgid "Spanish"
|
1173 |
msgstr ""
|
1174 |
|
1188 |
msgid "Support"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: includes/core/permalink-manager-pro-functions.php:244
|
1192 |
msgid "Swedish"
|
1193 |
msgstr ""
|
1194 |
|
1237 |
msgid "The settings are saved!"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: includes/core/permalink-manager-pro-functions.php:559
|
1241 |
msgid ""
|
1242 |
"The URIs are case-insensitive, eg. <strong>BLACKFRIDAY</strong> and <strong>"
|
1243 |
"blackfriday</strong> are equivalent."
|
1273 |
"Permalink Manager Pro</a>."
|
1274 |
msgstr ""
|
1275 |
|
1276 |
+
#: includes/core/permalink-manager-pro-functions.php:171
|
1277 |
+
msgid ""
|
1278 |
+
"This license is already in use on another website and cannot be used to "
|
1279 |
+
"request automatic update for this domain."
|
1280 |
+
msgstr ""
|
1281 |
+
|
1282 |
#: includes/views/permalink-manager-settings.php:64
|
1283 |
msgid ""
|
1284 |
"This option can be used to alter the native settings and control if trailing "
|
1331 |
msgid "Trailing slashes redirect"
|
1332 |
msgstr ""
|
1333 |
|
1334 |
+
#: includes/core/permalink-manager-pro-functions.php:245
|
1335 |
msgid "Turkish"
|
1336 |
msgstr ""
|
1337 |
|
1463 |
"redirects, eg. Yoast SEO Premium or Redirection."
|
1464 |
msgstr ""
|
1465 |
|
1466 |
+
#: includes/core/permalink-manager-pro-functions.php:164
|
1467 |
msgid "You own a lifetime licence key."
|
1468 |
msgstr ""
|
1469 |
|
1470 |
+
#: includes/core/permalink-manager-pro-functions.php:183
|
1471 |
#, php-format
|
1472 |
msgid ""
|
1473 |
"Your licence key is valid until %s.<br />To prolong it please go to <a "
|
1474 |
"href=\"%s\" target=\"_blank\">this page</a> for more information."
|
1475 |
msgstr ""
|
1476 |
|
1477 |
+
#: includes/core/permalink-manager-pro-functions.php:159
|
1478 |
#, php-format
|
1479 |
msgid ""
|
1480 |
+
"Your Permalink Manager Pro licence key expired! Please renew your license "
|
1481 |
+
"key using <a href=\"%s\" target=\"_blank\">this link</a> to regain access to "
|
1482 |
+
"plugin updates and technical support."
|
1483 |
msgstr ""
|
1484 |
|
1485 |
+
#: includes/core/permalink-manager-pro-functions.php:154
|
1486 |
msgid "Your Permalink Manager Pro licence key is invalid!"
|
1487 |
msgstr ""
|
out/permalink-manager-admin.js
CHANGED
@@ -506,13 +506,15 @@ jQuery(document).ready(function() {
|
|
506 |
if(table_dom.length > 0) {
|
507 |
jQuery('html, body').animate({
|
508 |
scrollTop: table_dom.offset().top - 100
|
509 |
-
|
510 |
}
|
511 |
|
512 |
// Reset progress & updated count
|
513 |
progress = updated_count = 0;
|
514 |
jQuery(form).attr("data-updated_count", 0);
|
515 |
}
|
|
|
|
|
516 |
},
|
517 |
error: function(xhr, status, error_data) {
|
518 |
alert('Tthere was a problem running this tool and the process could not be completed. You can find more details in browser\'s console log.')
|
506 |
if(table_dom.length > 0) {
|
507 |
jQuery('html, body').animate({
|
508 |
scrollTop: table_dom.offset().top - 100
|
509 |
+
}, 2000);
|
510 |
}
|
511 |
|
512 |
// Reset progress & updated count
|
513 |
progress = updated_count = 0;
|
514 |
jQuery(form).attr("data-updated_count", 0);
|
515 |
}
|
516 |
+
|
517 |
+
return true;
|
518 |
},
|
519 |
error: function(xhr, status, error_data) {
|
520 |
alert('Tthere was a problem running this tool and the process could not be completed. You can find more details in browser\'s console log.')
|
permalink-manager.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Permalink Manager Lite
|
5 |
* Plugin URI: https://permalinkmanager.pro?utm_source=plugin
|
6 |
* Description: Advanced plugin that allows to set-up custom permalinks (bulk editors included), slugs and permastructures (WooCommerce compatible).
|
7 |
-
* Version: 2.2.
|
8 |
* Author: Maciej Bis
|
9 |
* Author URI: http://maciejbis.net/
|
10 |
* License: GPL-2.0+
|
@@ -12,7 +12,7 @@
|
|
12 |
* Text Domain: permalink-manager
|
13 |
* Domain Path: /languages
|
14 |
* WC requires at least: 3.0.0
|
15 |
-
* WC tested up to: 6.
|
16 |
*/
|
17 |
|
18 |
// If this file is called directly or plugin is already defined, abort.
|
@@ -25,7 +25,7 @@ if(!class_exists('Permalink_Manager_Class')) {
|
|
25 |
// Define the directories used to load plugin files.
|
26 |
define( 'PERMALINK_MANAGER_PLUGIN_NAME', 'Permalink Manager' );
|
27 |
define( 'PERMALINK_MANAGER_PLUGIN_SLUG', 'permalink-manager' );
|
28 |
-
define( 'PERMALINK_MANAGER_VERSION', '2.2.
|
29 |
define( 'PERMALINK_MANAGER_FILE', __FILE__ );
|
30 |
define( 'PERMALINK_MANAGER_DIR', untrailingslashit(dirname(__FILE__)) );
|
31 |
define( 'PERMALINK_MANAGER_BASENAME', plugin_basename(__FILE__));
|
4 |
* Plugin Name: Permalink Manager Lite
|
5 |
* Plugin URI: https://permalinkmanager.pro?utm_source=plugin
|
6 |
* Description: Advanced plugin that allows to set-up custom permalinks (bulk editors included), slugs and permastructures (WooCommerce compatible).
|
7 |
+
* Version: 2.2.18
|
8 |
* Author: Maciej Bis
|
9 |
* Author URI: http://maciejbis.net/
|
10 |
* License: GPL-2.0+
|
12 |
* Text Domain: permalink-manager
|
13 |
* Domain Path: /languages
|
14 |
* WC requires at least: 3.0.0
|
15 |
+
* WC tested up to: 6.5.1
|
16 |
*/
|
17 |
|
18 |
// If this file is called directly or plugin is already defined, abort.
|
25 |
// Define the directories used to load plugin files.
|
26 |
define( 'PERMALINK_MANAGER_PLUGIN_NAME', 'Permalink Manager' );
|
27 |
define( 'PERMALINK_MANAGER_PLUGIN_SLUG', 'permalink-manager' );
|
28 |
+
define( 'PERMALINK_MANAGER_VERSION', '2.2.18' );
|
29 |
define( 'PERMALINK_MANAGER_FILE', __FILE__ );
|
30 |
define( 'PERMALINK_MANAGER_DIR', untrailingslashit(dirname(__FILE__)) );
|
31 |
define( 'PERMALINK_MANAGER_BASENAME', plugin_basename(__FILE__));
|