Version Description
- Fixed translation path and pager content issue
Download this release
Release Info
Developer | sasiddiqui |
Plugin | Custom Permalinks |
Version | 1.2.12 |
Comparing to | |
See all releases |
Code changes from version 1.2.11 to 1.2.12
- admin/class-custom-permalinks-about.php +3 -3
- changelog.txt +205 -0
- custom-permalinks-main.php +2 -2
- custom-permalinks.php +1 -1
- frontend/class-custom-permalinks-frontend.php +4 -0
- languages/custom-permalinks-en_AU.mo +0 -0
- languages/custom-permalinks-en_AU.po +95 -0
- languages/custom-permalinks-en_CA.mo +0 -0
- languages/custom-permalinks-en_CA.po +95 -0
- languages/custom-permalinks-en_GB.mo +0 -0
- languages/custom-permalinks-en_GB.po +95 -0
- languages/custom-permalinks-en_NZ.mo +0 -0
- languages/custom-permalinks-en_NZ.po +95 -0
- languages/custom-permalinks-ja.mo +0 -0
- languages/custom-permalinks-ja.po +95 -0
- languages/custom-permalinks-ur.mo +0 -0
- languages/custom-permalinks-ur.po +95 -0
- languages/index.php +0 -4
- readme.txt +8 -203
admin/class-custom-permalinks-about.php
CHANGED
@@ -49,7 +49,7 @@ class Custom_Permalinks_About {
|
|
49 |
<div class="float">
|
50 |
<h1><?php echo $plugin_name . ' ' . CUSTOM_PERMALINKS_PLUGIN_VERSION; ?></h1>
|
51 |
<div class="tagline">
|
52 |
-
<p><?php _e('Thank you for choosing Custom Permalinks! We hope that your experience with our plugin for
|
53 |
<p><?php printf( __( 'To support future development and help to make it even better just leaving us a <a href="%s" title="Custom Permalinks Rating" target="_blank">%s</a> rating with a nice message to me :)', 'custom-permalinks' ), 'https://wordpress.org/support/plugin/custom-permalinks/reviews/?rate=5#new-post', $five_star ); ?></p>
|
54 |
</div>
|
55 |
</div>
|
@@ -60,7 +60,7 @@ class Custom_Permalinks_About {
|
|
60 |
|
61 |
<div class="product">
|
62 |
<h2><?php _e( 'More from YAS Global', 'custom-permalinks' ); ?></h2>
|
63 |
-
<span><?php _e('Our List of Plugins provides the services which helps you to manage your site URLs(Permalinks), Prevent your site from XSS Attacks, Brute force attacks, increase your site visitors by adding
|
64 |
<div class="box recommended">
|
65 |
<div class="img">
|
66 |
<img src= "<?php echo $img_src; ?>/prevent-xss-vulnerability.png" style="transform:scale(1.5)" />
|
@@ -107,7 +107,7 @@ class Custom_Permalinks_About {
|
|
107 |
</div>
|
108 |
|
109 |
<h3><?php _e( 'Make Paths Relative', 'custom-permalinks' ); ?></h3>
|
110 |
-
<p><?php _e( 'Convert the paths(URLs) to relative instead of absolute. You can make <strong>Post</strong>, <strong>Category</strong>, <strong>Archive</strong>, <strong>Image</strong> URLs and <strong>Script</strong> and <strong>Style</strong> src as per your requirement. You can choose which you want to be relative from the
|
111 |
<a href="https://wordpress.org/plugins/make-paths-relative/" class="checkout-button" target="_blank"><?php echo $button_text; ?></a>
|
112 |
</div>
|
113 |
|
49 |
<div class="float">
|
50 |
<h1><?php echo $plugin_name . ' ' . CUSTOM_PERMALINKS_PLUGIN_VERSION; ?></h1>
|
51 |
<div class="tagline">
|
52 |
+
<p><?php _e('Thank you for choosing Custom Permalinks! We hope that your experience with our plugin for updating permalinks is quick and easy. We are trying to make it more feasible for you and provide capabilities in it.', 'custom-permalinks' ); ?></p>
|
53 |
<p><?php printf( __( 'To support future development and help to make it even better just leaving us a <a href="%s" title="Custom Permalinks Rating" target="_blank">%s</a> rating with a nice message to me :)', 'custom-permalinks' ), 'https://wordpress.org/support/plugin/custom-permalinks/reviews/?rate=5#new-post', $five_star ); ?></p>
|
54 |
</div>
|
55 |
</div>
|
60 |
|
61 |
<div class="product">
|
62 |
<h2><?php _e( 'More from YAS Global', 'custom-permalinks' ); ?></h2>
|
63 |
+
<span><?php _e('Our List of Plugins provides the services which helps you to manage your site URLs(Permalinks), Prevent your site from XSS Attacks, Brute force attacks, increase your site visitors by adding Structured JSON Markup and so on.', 'custom-permalinks' ); ?></span>
|
64 |
<div class="box recommended">
|
65 |
<div class="img">
|
66 |
<img src= "<?php echo $img_src; ?>/prevent-xss-vulnerability.png" style="transform:scale(1.5)" />
|
107 |
</div>
|
108 |
|
109 |
<h3><?php _e( 'Make Paths Relative', 'custom-permalinks' ); ?></h3>
|
110 |
+
<p><?php _e( 'Convert the paths(URLs) to relative instead of absolute. You can make <strong>Post</strong>, <strong>Category</strong>, <strong>Archive</strong>, <strong>Image</strong> URLs and <strong>Script</strong> and <strong>Style</strong> src as per your requirement. You can choose which you want to be relative from the settings Page.', 'custom-permalinks' ); ?></p>
|
111 |
<a href="https://wordpress.org/plugins/make-paths-relative/" class="checkout-button" target="_blank"><?php echo $button_text; ?></a>
|
112 |
</div>
|
113 |
|
changelog.txt
ADDED
@@ -0,0 +1,205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
== Changelog ==
|
2 |
+
|
3 |
+
This file contains only old changelog. See readme.txt for newer versions.
|
4 |
+
|
5 |
+
= 0.9.3 =
|
6 |
+
|
7 |
+
* Fixed PolyLang Conflicts
|
8 |
+
|
9 |
+
= 0.9.2 =
|
10 |
+
|
11 |
+
* Fixed WPML Conflicts
|
12 |
+
|
13 |
+
= 0.9.1 =
|
14 |
+
|
15 |
+
* Fixed issues of Filters and Actions (Replaces 'edit_files' with 10)
|
16 |
+
|
17 |
+
= 0.9 =
|
18 |
+
|
19 |
+
* Resolved the conflict with PolyLang Plugin
|
20 |
+
|
21 |
+
= 0.8 =
|
22 |
+
|
23 |
+
* Fixed (Draft preview issue for custom post types + some PHP Warnings)
|
24 |
+
|
25 |
+
= 0.7.28 =
|
26 |
+
|
27 |
+
* Fixed draft preview issue(posts + pages)
|
28 |
+
|
29 |
+
= 0.7.27 =
|
30 |
+
|
31 |
+
* Fixed Loop Redirecting issue
|
32 |
+
|
33 |
+
= 0.7.26 =
|
34 |
+
|
35 |
+
* Fixed PHP Notice issue
|
36 |
+
|
37 |
+
= 0.7.25 =
|
38 |
+
|
39 |
+
* Fixed draft preview issue
|
40 |
+
|
41 |
+
= 0.7.24 =
|
42 |
+
|
43 |
+
* Fixed a problem with page URLs
|
44 |
+
|
45 |
+
= 0.7.23 =
|
46 |
+
|
47 |
+
* Fixed a problem with permalinks with "/" components
|
48 |
+
|
49 |
+
= 0.7.22 =
|
50 |
+
|
51 |
+
* Fixed PHP warning
|
52 |
+
* Fixed initial permalink display for new posts/pages
|
53 |
+
|
54 |
+
= 0.7.21 =
|
55 |
+
|
56 |
+
* Minor internationalization fixes
|
57 |
+
|
58 |
+
= 0.7.20 =
|
59 |
+
|
60 |
+
* Addressed a noisy warning
|
61 |
+
* Revised addition of admin forms js (don't use is_admin())
|
62 |
+
* Updated Roles and Capabilities from depreciated numerical to label capabilities (by OF-6)
|
63 |
+
* Added css/html to match WP 3.5+ layout (by OF-6)
|
64 |
+
|
65 |
+
= 0.7.19 =
|
66 |
+
|
67 |
+
* WP 3.9 compatibility fix, thanks to Sowmedia
|
68 |
+
|
69 |
+
= 0.7.18 =
|
70 |
+
|
71 |
+
* Patch to address 404 errors when displaying a page/post that shares a permalink with a trashed page/post, thanks to Tor Johnson
|
72 |
+
|
73 |
+
= 0.7.17 =
|
74 |
+
|
75 |
+
* Patch to address SSL problems, thanks to Amin Mirzaee
|
76 |
+
|
77 |
+
= 0.7.16 =
|
78 |
+
|
79 |
+
* Security and compatibility fixes by Hans-Michael Varbaek of Sense of Security
|
80 |
+
|
81 |
+
= 0.7.15 =
|
82 |
+
|
83 |
+
* Permalinks are now case-insensitive (thanks to @ericmann)
|
84 |
+
|
85 |
+
= 0.7.14 =
|
86 |
+
|
87 |
+
* Delete permalinks upon page/post deletion
|
88 |
+
|
89 |
+
= 0.7.13 =
|
90 |
+
|
91 |
+
* Fixed issue with term permalinks not working properly on some installations
|
92 |
+
|
93 |
+
= 0.7.12 =
|
94 |
+
|
95 |
+
* Fixed issue with feed URLs in non-webroot blog installations
|
96 |
+
|
97 |
+
= 0.7.11 =
|
98 |
+
|
99 |
+
* Fixed issue with pending/draft posts with permalinks
|
100 |
+
* Fixed infinite redirect issue with permalinks without trailing slash, on blogs not hosted in the webroot
|
101 |
+
|
102 |
+
= 0.7.10 =
|
103 |
+
|
104 |
+
* Fix for 404 error on static front page with custom permalink set, by Eric TF Bat
|
105 |
+
|
106 |
+
= 0.7.9 =
|
107 |
+
|
108 |
+
* Support for custom post types, by Bal�zs N�meth
|
109 |
+
|
110 |
+
= 0.7.8 =
|
111 |
+
|
112 |
+
* Support for non-ASCII characters in URLs
|
113 |
+
* Fixed bug where adding a new tag when saving a post with a custom permalink attaches that permalink to the new tag
|
114 |
+
* Some compatibility fixes for WP 3.2.1
|
115 |
+
|
116 |
+
= 0.7.7 =
|
117 |
+
|
118 |
+
* Minor change to permalink saving routine to fix some possible issues
|
119 |
+
* Fixed issue with %-encoded permalinks
|
120 |
+
|
121 |
+
= 0.7.6 =
|
122 |
+
|
123 |
+
* Fixed permalink saving issue when not using ".../%postname%" or similar permalink structure
|
124 |
+
|
125 |
+
= 0.7.5 =
|
126 |
+
|
127 |
+
* Fixed issue where changes to trailing "/" aren't saved
|
128 |
+
|
129 |
+
= 0.7.4 =
|
130 |
+
|
131 |
+
* Added support for changing post/page slug only
|
132 |
+
* Fixed incorrect admin edit link
|
133 |
+
|
134 |
+
= 0.7.3 =
|
135 |
+
|
136 |
+
* Fix problem with /page/# URLs on WP 3.1.3
|
137 |
+
|
138 |
+
= 0.7.2 =
|
139 |
+
|
140 |
+
* Don't clobber query parameters when redirecting to the custom permalink from the original URL
|
141 |
+
|
142 |
+
= 0.7.1 =
|
143 |
+
|
144 |
+
* Compatibility fix for last update
|
145 |
+
|
146 |
+
= 0.7 =
|
147 |
+
|
148 |
+
* Added support for SSL sites, thanks to Dan from todaywasawesome.com
|
149 |
+
|
150 |
+
= 0.6.1 =
|
151 |
+
|
152 |
+
* Fix bug causing incorrect link from "View Post"/"View Page" button in post/page editor
|
153 |
+
|
154 |
+
= 0.6 =
|
155 |
+
|
156 |
+
* Fix infinite redirect for permalinks ending in a / (critical fix)
|
157 |
+
* Moved post/page permalinks settings to top of edit form, replacing prior permalink display
|
158 |
+
|
159 |
+
= 0.5.3 =
|
160 |
+
|
161 |
+
* Fix for invalid URL redirect (eg. http://domain.comfolder/file.html instead of http://domain.com/folder/file.html) when using permalinks without a trailing slash (like .../%postname%.html)
|
162 |
+
|
163 |
+
= 0.5.2 =
|
164 |
+
|
165 |
+
* Bugfix for matching posts when there are multiple posts that match parts of the query
|
166 |
+
|
167 |
+
= 0.5.1 =
|
168 |
+
|
169 |
+
* Compatibility fix for WP 2.7's tag/category pages
|
170 |
+
|
171 |
+
= 0.5 =
|
172 |
+
|
173 |
+
* Support for WordPress sites in subdirectories (i.e., not located at the webroot)
|
174 |
+
|
175 |
+
= 0.4.1 =
|
176 |
+
|
177 |
+
* WP 2.7 compatibility fixes; fix for bug encountered when publishing a draft, or reverting to draft status, and fix for placeholder permalink value for pages
|
178 |
+
|
179 |
+
= 0.4 =
|
180 |
+
|
181 |
+
* Support for pages, and a fix for draft posts/pages
|
182 |
+
|
183 |
+
= 0.3.1 =
|
184 |
+
|
185 |
+
* Discovered a typo that broke categories
|
186 |
+
|
187 |
+
= 0.3 =
|
188 |
+
|
189 |
+
* Largely rewritten to provide more robust handling of trailing slashes, proper support for trailing URL components (eg. paging)
|
190 |
+
|
191 |
+
= 0.2.2 =
|
192 |
+
|
193 |
+
* Fixed bug with not matching permalinks when / appended to the URL, and workaround for infinite redirect when another plugin is enforcing trailing /
|
194 |
+
|
195 |
+
= 0.2.1 =
|
196 |
+
|
197 |
+
* Better handling of trailing slashes
|
198 |
+
|
199 |
+
= 0.2 =
|
200 |
+
|
201 |
+
* Added 'Custom Permalinks' section under 'Manage' to show existing custom permalinks, and allow reverting to the defaults
|
202 |
+
|
203 |
+
= 0.1.1 =
|
204 |
+
|
205 |
+
* Fixed bug with categories
|
custom-permalinks-main.php
CHANGED
@@ -15,7 +15,7 @@ if ( ! function_exists( 'add_action' ) || ! function_exists( 'add_filter' ) ) {
|
|
15 |
exit();
|
16 |
}
|
17 |
|
18 |
-
define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.2.
|
19 |
|
20 |
if ( ! defined( 'CUSTOM_PERMALINKS_PATH' ) ) {
|
21 |
define( 'CUSTOM_PERMALINKS_PATH', plugin_dir_path( CUSTOM_PERMALINKS_FILE ) );
|
@@ -43,7 +43,7 @@ if ( is_admin() ) {
|
|
43 |
*/
|
44 |
function custom_permalinks_translation_capability() {
|
45 |
load_plugin_textdomain( 'custom-permalinks', FALSE,
|
46 |
-
|
47 |
);
|
48 |
}
|
49 |
add_action( 'plugins_loaded', 'custom_permalinks_translation_capability' );
|
15 |
exit();
|
16 |
}
|
17 |
|
18 |
+
define( 'CUSTOM_PERMALINKS_PLUGIN_VERSION', '1.2.12' );
|
19 |
|
20 |
if ( ! defined( 'CUSTOM_PERMALINKS_PATH' ) ) {
|
21 |
define( 'CUSTOM_PERMALINKS_PATH', plugin_dir_path( CUSTOM_PERMALINKS_FILE ) );
|
43 |
*/
|
44 |
function custom_permalinks_translation_capability() {
|
45 |
load_plugin_textdomain( 'custom-permalinks', FALSE,
|
46 |
+
basename( dirname( CUSTOM_PERMALINKS_FILE ) ) . '/languages/'
|
47 |
);
|
48 |
}
|
49 |
add_action( 'plugins_loaded', 'custom_permalinks_translation_capability' );
|
custom-permalinks.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Custom Permalinks
|
4 |
* Plugin URI: https://wordpress.org/plugins/custom-permalinks/
|
5 |
* Description: Set custom permalinks on a per-post basis
|
6 |
-
* Version: 1.2.
|
7 |
* Author: Sami Ahmed Siddiqui
|
8 |
* Author URI: https://www.custompermalinks.com
|
9 |
* Donate link: https://www.paypal.me/yasglobal
|
3 |
* Plugin Name: Custom Permalinks
|
4 |
* Plugin URI: https://wordpress.org/plugins/custom-permalinks/
|
5 |
* Description: Set custom permalinks on a per-post basis
|
6 |
+
* Version: 1.2.12
|
7 |
* Author: Sami Ahmed Siddiqui
|
8 |
* Author URI: https://www.custompermalinks.com
|
9 |
* Donate link: https://www.paypal.me/yasglobal
|
frontend/class-custom-permalinks-frontend.php
CHANGED
@@ -73,6 +73,7 @@ class Custom_Permalinks_Frontend {
|
|
73 |
|
74 |
$posts = $wpdb->get_results( $sql );
|
75 |
|
|
|
76 |
if ( ! $posts ) {
|
77 |
if ( false !== strpos( $request_noslash, '/page/' ) ) {
|
78 |
$check_pager = explode( '/', $request_noslash );
|
@@ -140,6 +141,9 @@ class Custom_Permalinks_Frontend {
|
|
140 |
str_replace( $post_meta, $get_original_url, strtolower( $request_noslash ) )
|
141 |
);
|
142 |
}
|
|
|
|
|
|
|
143 |
}
|
144 |
}
|
145 |
|
73 |
|
74 |
$posts = $wpdb->get_results( $sql );
|
75 |
|
76 |
+
$remove_pager = '';
|
77 |
if ( ! $posts ) {
|
78 |
if ( false !== strpos( $request_noslash, '/page/' ) ) {
|
79 |
$check_pager = explode( '/', $request_noslash );
|
141 |
str_replace( $post_meta, $get_original_url, strtolower( $request_noslash ) )
|
142 |
);
|
143 |
}
|
144 |
+
if ( $remove_pager !== '' ) {
|
145 |
+
$original_url = $original_url . $remove_pager;
|
146 |
+
}
|
147 |
}
|
148 |
}
|
149 |
|
languages/custom-permalinks-en_AU.mo
ADDED
Binary file
|
languages/custom-permalinks-en_AU.po
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Custom Permalinks - Stable (latest release) in English (Australia)
|
2 |
+
# This file is distributed under the same license as the Plugins - Custom Permalinks - Stable (latest release) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2017-10-10 00:12:39+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
+
"X-Generator: GlotPress/2.4.0-alpha\n"
|
11 |
+
"Language: en_AU\n"
|
12 |
+
"Project-Id-Version: Plugins - Custom Permalinks - Stable (latest release)\n"
|
13 |
+
|
14 |
+
#. Author URI of the plugin/theme
|
15 |
+
msgid "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
16 |
+
msgstr "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
17 |
+
|
18 |
+
#. Author of the plugin/theme
|
19 |
+
msgid "Sami Ahmed Siddiqui"
|
20 |
+
msgstr "Sami Ahmed Siddiqui"
|
21 |
+
|
22 |
+
#. Description of the plugin/theme
|
23 |
+
msgid "Set custom permalinks on a per-post basis"
|
24 |
+
msgstr "Set custom permalinks on a per-post basis"
|
25 |
+
|
26 |
+
#. Plugin URI of the plugin/theme
|
27 |
+
msgid "https://wordpress.org/plugins/custom-permalinks/"
|
28 |
+
msgstr "https://wordpress.org/plugins/custom-permalinks/"
|
29 |
+
|
30 |
+
#. Plugin Name of the plugin/theme
|
31 |
+
msgid "Custom Permalinks"
|
32 |
+
msgstr "Custom Permalinks"
|
33 |
+
|
34 |
+
#: frontend/class-custom-permalinks-form.php:238
|
35 |
+
msgid "Leave blank to disable"
|
36 |
+
msgstr "Leave blank to disable"
|
37 |
+
|
38 |
+
#: frontend/class-custom-permalinks-form.php:125
|
39 |
+
#: frontend/class-custom-permalinks-form.php:151
|
40 |
+
#: frontend/class-custom-permalinks-form.php:212
|
41 |
+
msgid "Custom Permalink"
|
42 |
+
msgstr "Custom Permalink"
|
43 |
+
|
44 |
+
#: frontend/class-custom-permalinks-form.php:108
|
45 |
+
msgid "Permalink:"
|
46 |
+
msgstr "Permalink:"
|
47 |
+
|
48 |
+
#: frontend/class-custom-permalinks-form.php:95
|
49 |
+
msgid "View Post"
|
50 |
+
msgstr "View Post"
|
51 |
+
|
52 |
+
#: frontend/class-custom-permalinks-form.php:95
|
53 |
+
msgid "View Page"
|
54 |
+
msgstr "View Page"
|
55 |
+
|
56 |
+
#: admin/class-custom-permalinks-admin.php:203
|
57 |
+
msgid "Category/Tags Permalinks"
|
58 |
+
msgstr "Category/Tags Permalinks"
|
59 |
+
|
60 |
+
#: admin/class-custom-permalinks-admin.php:169
|
61 |
+
#: admin/class-custom-permalinks-admin.php:332
|
62 |
+
msgid "Permalink"
|
63 |
+
msgstr "Permalink"
|
64 |
+
|
65 |
+
#: admin/class-custom-permalinks-admin.php:168
|
66 |
+
#: admin/class-custom-permalinks-admin.php:331
|
67 |
+
msgid "Type"
|
68 |
+
msgstr "Type"
|
69 |
+
|
70 |
+
#: admin/class-custom-permalinks-admin.php:167
|
71 |
+
#: admin/class-custom-permalinks-admin.php:330
|
72 |
+
msgid "Title"
|
73 |
+
msgstr "Title"
|
74 |
+
|
75 |
+
#: admin/class-custom-permalinks-admin.php:96
|
76 |
+
#: admin/class-custom-permalinks-admin.php:150
|
77 |
+
#: admin/class-custom-permalinks-admin.php:230
|
78 |
+
#: admin/class-custom-permalinks-admin.php:306
|
79 |
+
msgid "Delete Permalinks"
|
80 |
+
msgstr "Delete Permalinks"
|
81 |
+
|
82 |
+
#: admin/class-custom-permalinks-admin.php:95
|
83 |
+
#: admin/class-custom-permalinks-admin.php:149
|
84 |
+
#: admin/class-custom-permalinks-admin.php:229
|
85 |
+
#: admin/class-custom-permalinks-admin.php:305
|
86 |
+
msgid "Bulk Actions"
|
87 |
+
msgstr "Bulk Actions"
|
88 |
+
|
89 |
+
#: admin/class-custom-permalinks-admin.php:47
|
90 |
+
msgid "PostTypes Permalinks"
|
91 |
+
msgstr "PostTypes Permalinks"
|
92 |
+
|
93 |
+
#: admin/class-custom-permalinks-admin.php:43
|
94 |
+
msgid "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
95 |
+
msgstr "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
languages/custom-permalinks-en_CA.mo
ADDED
Binary file
|
languages/custom-permalinks-en_CA.po
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Custom Permalinks - Stable (latest release) in English (Canada)
|
2 |
+
# This file is distributed under the same license as the Plugins - Custom Permalinks - Stable (latest release) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2017-10-23 19:34:29+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
+
"X-Generator: GlotPress/2.4.0-alpha\n"
|
11 |
+
"Language: en_CA\n"
|
12 |
+
"Project-Id-Version: Plugins - Custom Permalinks - Stable (latest release)\n"
|
13 |
+
|
14 |
+
#. Author URI of the plugin/theme
|
15 |
+
msgid "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
16 |
+
msgstr "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
17 |
+
|
18 |
+
#. Author of the plugin/theme
|
19 |
+
msgid "Sami Ahmed Siddiqui"
|
20 |
+
msgstr "Sami Ahmed Siddiqui"
|
21 |
+
|
22 |
+
#. Description of the plugin/theme
|
23 |
+
msgid "Set custom permalinks on a per-post basis"
|
24 |
+
msgstr "Set custom permalinks on a per-post basis"
|
25 |
+
|
26 |
+
#. Plugin URI of the plugin/theme
|
27 |
+
msgid "https://wordpress.org/plugins/custom-permalinks/"
|
28 |
+
msgstr "https://en-ca.wordpress.org/plugins/custom-permalinks/"
|
29 |
+
|
30 |
+
#. Plugin Name of the plugin/theme
|
31 |
+
msgid "Custom Permalinks"
|
32 |
+
msgstr "Custom Permalinks"
|
33 |
+
|
34 |
+
#: frontend/class-custom-permalinks-form.php:238
|
35 |
+
msgid "Leave blank to disable"
|
36 |
+
msgstr "Leave blank to disable"
|
37 |
+
|
38 |
+
#: frontend/class-custom-permalinks-form.php:125
|
39 |
+
#: frontend/class-custom-permalinks-form.php:151
|
40 |
+
#: frontend/class-custom-permalinks-form.php:212
|
41 |
+
msgid "Custom Permalink"
|
42 |
+
msgstr "Custom Permalink"
|
43 |
+
|
44 |
+
#: frontend/class-custom-permalinks-form.php:108
|
45 |
+
msgid "Permalink:"
|
46 |
+
msgstr "Permalink:"
|
47 |
+
|
48 |
+
#: frontend/class-custom-permalinks-form.php:95
|
49 |
+
msgid "View Post"
|
50 |
+
msgstr "View Post"
|
51 |
+
|
52 |
+
#: frontend/class-custom-permalinks-form.php:95
|
53 |
+
msgid "View Page"
|
54 |
+
msgstr "View Page"
|
55 |
+
|
56 |
+
#: admin/class-custom-permalinks-admin.php:203
|
57 |
+
msgid "Category/Tags Permalinks"
|
58 |
+
msgstr "Category/Tags Permalinks"
|
59 |
+
|
60 |
+
#: admin/class-custom-permalinks-admin.php:169
|
61 |
+
#: admin/class-custom-permalinks-admin.php:332
|
62 |
+
msgid "Permalink"
|
63 |
+
msgstr "Permalink"
|
64 |
+
|
65 |
+
#: admin/class-custom-permalinks-admin.php:168
|
66 |
+
#: admin/class-custom-permalinks-admin.php:331
|
67 |
+
msgid "Type"
|
68 |
+
msgstr "Type"
|
69 |
+
|
70 |
+
#: admin/class-custom-permalinks-admin.php:167
|
71 |
+
#: admin/class-custom-permalinks-admin.php:330
|
72 |
+
msgid "Title"
|
73 |
+
msgstr "Title"
|
74 |
+
|
75 |
+
#: admin/class-custom-permalinks-admin.php:96
|
76 |
+
#: admin/class-custom-permalinks-admin.php:150
|
77 |
+
#: admin/class-custom-permalinks-admin.php:230
|
78 |
+
#: admin/class-custom-permalinks-admin.php:306
|
79 |
+
msgid "Delete Permalinks"
|
80 |
+
msgstr "Delete Permalinks"
|
81 |
+
|
82 |
+
#: admin/class-custom-permalinks-admin.php:95
|
83 |
+
#: admin/class-custom-permalinks-admin.php:149
|
84 |
+
#: admin/class-custom-permalinks-admin.php:229
|
85 |
+
#: admin/class-custom-permalinks-admin.php:305
|
86 |
+
msgid "Bulk Actions"
|
87 |
+
msgstr "Bulk Actions"
|
88 |
+
|
89 |
+
#: admin/class-custom-permalinks-admin.php:47
|
90 |
+
msgid "PostTypes Permalinks"
|
91 |
+
msgstr "PostTypes Permalinks"
|
92 |
+
|
93 |
+
#: admin/class-custom-permalinks-admin.php:43
|
94 |
+
msgid "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
95 |
+
msgstr "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
languages/custom-permalinks-en_GB.mo
ADDED
Binary file
|
languages/custom-permalinks-en_GB.po
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Custom Permalinks - Stable (latest release) in English (UK)
|
2 |
+
# This file is distributed under the same license as the Plugins - Custom Permalinks - Stable (latest release) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2017-09-30 14:45:19+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
+
"X-Generator: GlotPress/2.4.0-alpha\n"
|
11 |
+
"Language: en_GB\n"
|
12 |
+
"Project-Id-Version: Plugins - Custom Permalinks - Stable (latest release)\n"
|
13 |
+
|
14 |
+
#. Author URI of the plugin/theme
|
15 |
+
msgid "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
16 |
+
msgstr "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
17 |
+
|
18 |
+
#. Author of the plugin/theme
|
19 |
+
msgid "Sami Ahmed Siddiqui"
|
20 |
+
msgstr "Sami Ahmed Siddiqui"
|
21 |
+
|
22 |
+
#. Description of the plugin/theme
|
23 |
+
msgid "Set custom permalinks on a per-post basis"
|
24 |
+
msgstr "Set custom permalinks on a per-post basis"
|
25 |
+
|
26 |
+
#. Plugin URI of the plugin/theme
|
27 |
+
msgid "https://wordpress.org/plugins/custom-permalinks/"
|
28 |
+
msgstr "https://wordpress.org/plugins/custom-permalinks/"
|
29 |
+
|
30 |
+
#. Plugin Name of the plugin/theme
|
31 |
+
msgid "Custom Permalinks"
|
32 |
+
msgstr "Custom Permalinks"
|
33 |
+
|
34 |
+
#: frontend/class-custom-permalinks-form.php:238
|
35 |
+
msgid "Leave blank to disable"
|
36 |
+
msgstr "Leave blank to disable"
|
37 |
+
|
38 |
+
#: frontend/class-custom-permalinks-form.php:125
|
39 |
+
#: frontend/class-custom-permalinks-form.php:151
|
40 |
+
#: frontend/class-custom-permalinks-form.php:212
|
41 |
+
msgid "Custom Permalink"
|
42 |
+
msgstr "Custom Permalink"
|
43 |
+
|
44 |
+
#: frontend/class-custom-permalinks-form.php:108
|
45 |
+
msgid "Permalink:"
|
46 |
+
msgstr "Permalink:"
|
47 |
+
|
48 |
+
#: frontend/class-custom-permalinks-form.php:95
|
49 |
+
msgid "View Post"
|
50 |
+
msgstr "View Post"
|
51 |
+
|
52 |
+
#: frontend/class-custom-permalinks-form.php:95
|
53 |
+
msgid "View Page"
|
54 |
+
msgstr "View Page"
|
55 |
+
|
56 |
+
#: admin/class-custom-permalinks-admin.php:203
|
57 |
+
msgid "Category/Tags Permalinks"
|
58 |
+
msgstr "Category/Tags Permalinks"
|
59 |
+
|
60 |
+
#: admin/class-custom-permalinks-admin.php:169
|
61 |
+
#: admin/class-custom-permalinks-admin.php:332
|
62 |
+
msgid "Permalink"
|
63 |
+
msgstr "Permalink"
|
64 |
+
|
65 |
+
#: admin/class-custom-permalinks-admin.php:168
|
66 |
+
#: admin/class-custom-permalinks-admin.php:331
|
67 |
+
msgid "Type"
|
68 |
+
msgstr "Type"
|
69 |
+
|
70 |
+
#: admin/class-custom-permalinks-admin.php:167
|
71 |
+
#: admin/class-custom-permalinks-admin.php:330
|
72 |
+
msgid "Title"
|
73 |
+
msgstr "Title"
|
74 |
+
|
75 |
+
#: admin/class-custom-permalinks-admin.php:96
|
76 |
+
#: admin/class-custom-permalinks-admin.php:150
|
77 |
+
#: admin/class-custom-permalinks-admin.php:230
|
78 |
+
#: admin/class-custom-permalinks-admin.php:306
|
79 |
+
msgid "Delete Permalinks"
|
80 |
+
msgstr "Delete Permalinks"
|
81 |
+
|
82 |
+
#: admin/class-custom-permalinks-admin.php:95
|
83 |
+
#: admin/class-custom-permalinks-admin.php:149
|
84 |
+
#: admin/class-custom-permalinks-admin.php:229
|
85 |
+
#: admin/class-custom-permalinks-admin.php:305
|
86 |
+
msgid "Bulk Actions"
|
87 |
+
msgstr "Bulk Actions"
|
88 |
+
|
89 |
+
#: admin/class-custom-permalinks-admin.php:47
|
90 |
+
msgid "PostTypes Permalinks"
|
91 |
+
msgstr "PostTypes Permalinks"
|
92 |
+
|
93 |
+
#: admin/class-custom-permalinks-admin.php:43
|
94 |
+
msgid "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
95 |
+
msgstr "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
languages/custom-permalinks-en_NZ.mo
ADDED
Binary file
|
languages/custom-permalinks-en_NZ.po
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Custom Permalinks - Stable (latest release) in English (New Zealand)
|
2 |
+
# This file is distributed under the same license as the Plugins - Custom Permalinks - Stable (latest release) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2018-01-04 09:39:51+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
+
"X-Generator: GlotPress/2.4.0-alpha\n"
|
11 |
+
"Language: en_NZ\n"
|
12 |
+
"Project-Id-Version: Plugins - Custom Permalinks - Stable (latest release)\n"
|
13 |
+
|
14 |
+
#. Author URI of the plugin/theme
|
15 |
+
msgid "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
16 |
+
msgstr "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
17 |
+
|
18 |
+
#. Author of the plugin/theme
|
19 |
+
msgid "Sami Ahmed Siddiqui"
|
20 |
+
msgstr "Sami Ahmed Siddiqui"
|
21 |
+
|
22 |
+
#. Description of the plugin/theme
|
23 |
+
msgid "Set custom permalinks on a per-post basis"
|
24 |
+
msgstr "Set custom permalinks on a per-post basis"
|
25 |
+
|
26 |
+
#. Plugin URI of the plugin/theme
|
27 |
+
msgid "https://wordpress.org/plugins/custom-permalinks/"
|
28 |
+
msgstr "https://wordpress.org/plugins/custom-permalinks/"
|
29 |
+
|
30 |
+
#. Plugin Name of the plugin/theme
|
31 |
+
msgid "Custom Permalinks"
|
32 |
+
msgstr "Custom Permalinks"
|
33 |
+
|
34 |
+
#: frontend/class-custom-permalinks-form.php:238
|
35 |
+
msgid "Leave blank to disable"
|
36 |
+
msgstr "Leave blank to disable"
|
37 |
+
|
38 |
+
#: frontend/class-custom-permalinks-form.php:125
|
39 |
+
#: frontend/class-custom-permalinks-form.php:151
|
40 |
+
#: frontend/class-custom-permalinks-form.php:212
|
41 |
+
msgid "Custom Permalink"
|
42 |
+
msgstr "Custom Permalink"
|
43 |
+
|
44 |
+
#: frontend/class-custom-permalinks-form.php:108
|
45 |
+
msgid "Permalink:"
|
46 |
+
msgstr "Permalink:"
|
47 |
+
|
48 |
+
#: frontend/class-custom-permalinks-form.php:95
|
49 |
+
msgid "View Post"
|
50 |
+
msgstr "View Post"
|
51 |
+
|
52 |
+
#: frontend/class-custom-permalinks-form.php:95
|
53 |
+
msgid "View Page"
|
54 |
+
msgstr "View Page"
|
55 |
+
|
56 |
+
#: admin/class-custom-permalinks-admin.php:203
|
57 |
+
msgid "Category/Tags Permalinks"
|
58 |
+
msgstr "Category/Tags Permalinks"
|
59 |
+
|
60 |
+
#: admin/class-custom-permalinks-admin.php:169
|
61 |
+
#: admin/class-custom-permalinks-admin.php:332
|
62 |
+
msgid "Permalink"
|
63 |
+
msgstr "Permalink"
|
64 |
+
|
65 |
+
#: admin/class-custom-permalinks-admin.php:168
|
66 |
+
#: admin/class-custom-permalinks-admin.php:331
|
67 |
+
msgid "Type"
|
68 |
+
msgstr "Type"
|
69 |
+
|
70 |
+
#: admin/class-custom-permalinks-admin.php:167
|
71 |
+
#: admin/class-custom-permalinks-admin.php:330
|
72 |
+
msgid "Title"
|
73 |
+
msgstr "Title"
|
74 |
+
|
75 |
+
#: admin/class-custom-permalinks-admin.php:96
|
76 |
+
#: admin/class-custom-permalinks-admin.php:150
|
77 |
+
#: admin/class-custom-permalinks-admin.php:230
|
78 |
+
#: admin/class-custom-permalinks-admin.php:306
|
79 |
+
msgid "Delete Permalinks"
|
80 |
+
msgstr "Delete Permalinks"
|
81 |
+
|
82 |
+
#: admin/class-custom-permalinks-admin.php:95
|
83 |
+
#: admin/class-custom-permalinks-admin.php:149
|
84 |
+
#: admin/class-custom-permalinks-admin.php:229
|
85 |
+
#: admin/class-custom-permalinks-admin.php:305
|
86 |
+
msgid "Bulk Actions"
|
87 |
+
msgstr "Bulk Actions"
|
88 |
+
|
89 |
+
#: admin/class-custom-permalinks-admin.php:47
|
90 |
+
msgid "PostTypes Permalinks"
|
91 |
+
msgstr "PostTypes Permalinks"
|
92 |
+
|
93 |
+
#: admin/class-custom-permalinks-admin.php:43
|
94 |
+
msgid "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
95 |
+
msgstr "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
languages/custom-permalinks-ja.mo
ADDED
Binary file
|
languages/custom-permalinks-ja.po
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Custom Permalinks - Stable (latest release) in Japanese
|
2 |
+
# This file is distributed under the same license as the Plugins - Custom Permalinks - Stable (latest release) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2017-10-22 08:28:41+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=1; plural=0;\n"
|
10 |
+
"X-Generator: GlotPress/2.4.0-alpha\n"
|
11 |
+
"Language: ja_JP\n"
|
12 |
+
"Project-Id-Version: Plugins - Custom Permalinks - Stable (latest release)\n"
|
13 |
+
|
14 |
+
#. Author URI of the plugin/theme
|
15 |
+
msgid "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
16 |
+
msgstr "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
17 |
+
|
18 |
+
#. Author of the plugin/theme
|
19 |
+
msgid "Sami Ahmed Siddiqui"
|
20 |
+
msgstr "Sami Ahmed Siddiqui"
|
21 |
+
|
22 |
+
#. Description of the plugin/theme
|
23 |
+
msgid "Set custom permalinks on a per-post basis"
|
24 |
+
msgstr "投稿ごとにカスタムパーマリンクを設定します"
|
25 |
+
|
26 |
+
#. Plugin URI of the plugin/theme
|
27 |
+
msgid "https://wordpress.org/plugins/custom-permalinks/"
|
28 |
+
msgstr "https://ja.wordpress.org/plugins/custom-permalinks/"
|
29 |
+
|
30 |
+
#. Plugin Name of the plugin/theme
|
31 |
+
msgid "Custom Permalinks"
|
32 |
+
msgstr "Custom Permalinks"
|
33 |
+
|
34 |
+
#: frontend/class-custom-permalinks-form.php:238
|
35 |
+
msgid "Leave blank to disable"
|
36 |
+
msgstr "空白のままにして無効にする"
|
37 |
+
|
38 |
+
#: frontend/class-custom-permalinks-form.php:125
|
39 |
+
#: frontend/class-custom-permalinks-form.php:151
|
40 |
+
#: frontend/class-custom-permalinks-form.php:212
|
41 |
+
msgid "Custom Permalink"
|
42 |
+
msgstr "カスタムパーマリンク"
|
43 |
+
|
44 |
+
#: frontend/class-custom-permalinks-form.php:108
|
45 |
+
msgid "Permalink:"
|
46 |
+
msgstr "パーマリンク:"
|
47 |
+
|
48 |
+
#: frontend/class-custom-permalinks-form.php:95
|
49 |
+
msgid "View Post"
|
50 |
+
msgstr "投稿を表示"
|
51 |
+
|
52 |
+
#: frontend/class-custom-permalinks-form.php:95
|
53 |
+
msgid "View Page"
|
54 |
+
msgstr "固定ページを表示"
|
55 |
+
|
56 |
+
#: admin/class-custom-permalinks-admin.php:203
|
57 |
+
msgid "Category/Tags Permalinks"
|
58 |
+
msgstr "カテゴリー /タグ・パーマリンク"
|
59 |
+
|
60 |
+
#: admin/class-custom-permalinks-admin.php:169
|
61 |
+
#: admin/class-custom-permalinks-admin.php:332
|
62 |
+
msgid "Permalink"
|
63 |
+
msgstr "パーマリンク"
|
64 |
+
|
65 |
+
#: admin/class-custom-permalinks-admin.php:168
|
66 |
+
#: admin/class-custom-permalinks-admin.php:331
|
67 |
+
msgid "Type"
|
68 |
+
msgstr "タイプ"
|
69 |
+
|
70 |
+
#: admin/class-custom-permalinks-admin.php:167
|
71 |
+
#: admin/class-custom-permalinks-admin.php:330
|
72 |
+
msgid "Title"
|
73 |
+
msgstr "タイトル"
|
74 |
+
|
75 |
+
#: admin/class-custom-permalinks-admin.php:96
|
76 |
+
#: admin/class-custom-permalinks-admin.php:150
|
77 |
+
#: admin/class-custom-permalinks-admin.php:230
|
78 |
+
#: admin/class-custom-permalinks-admin.php:306
|
79 |
+
msgid "Delete Permalinks"
|
80 |
+
msgstr "パーマリンクを削除"
|
81 |
+
|
82 |
+
#: admin/class-custom-permalinks-admin.php:95
|
83 |
+
#: admin/class-custom-permalinks-admin.php:149
|
84 |
+
#: admin/class-custom-permalinks-admin.php:229
|
85 |
+
#: admin/class-custom-permalinks-admin.php:305
|
86 |
+
msgid "Bulk Actions"
|
87 |
+
msgstr "一括操作"
|
88 |
+
|
89 |
+
#: admin/class-custom-permalinks-admin.php:47
|
90 |
+
msgid "PostTypes Permalinks"
|
91 |
+
msgstr "投稿タイプのパーマリンク"
|
92 |
+
|
93 |
+
#: admin/class-custom-permalinks-admin.php:43
|
94 |
+
msgid "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
95 |
+
msgstr "リクエストに何らかのエラーがあります。リクエストを再試行するか、プラグイン作者にエラー内容を連絡してください。"
|
languages/custom-permalinks-ur.mo
ADDED
Binary file
|
languages/custom-permalinks-ur.po
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Translation of Plugins - Custom Permalinks - Stable (latest release) in Urdu
|
2 |
+
# This file is distributed under the same license as the Plugins - Custom Permalinks - Stable (latest release) package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"PO-Revision-Date: 2017-10-07 06:38:41+0000\n"
|
6 |
+
"MIME-Version: 1.0\n"
|
7 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
+
"Content-Transfer-Encoding: 8bit\n"
|
9 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
10 |
+
"X-Generator: GlotPress/2.4.0-alpha\n"
|
11 |
+
"Language: ur_PK\n"
|
12 |
+
"Project-Id-Version: Plugins - Custom Permalinks - Stable (latest release)\n"
|
13 |
+
|
14 |
+
#. Author URI of the plugin/theme
|
15 |
+
msgid "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
16 |
+
msgstr "https://www.yasglobal.com/web-design-development/wordpress/custom-permalinks/"
|
17 |
+
|
18 |
+
#. Author of the plugin/theme
|
19 |
+
msgid "Sami Ahmed Siddiqui"
|
20 |
+
msgstr "سمیع احمد صدیقی"
|
21 |
+
|
22 |
+
#. Description of the plugin/theme
|
23 |
+
msgid "Set custom permalinks on a per-post basis"
|
24 |
+
msgstr "پوسٹ کی بنیاد پر اپنی مرضی کے مطابق پرمالنکس مقرر کریں"
|
25 |
+
|
26 |
+
#. Plugin URI of the plugin/theme
|
27 |
+
msgid "https://wordpress.org/plugins/custom-permalinks/"
|
28 |
+
msgstr "https://wordpress.org/plugins/custom-permalinks/"
|
29 |
+
|
30 |
+
#. Plugin Name of the plugin/theme
|
31 |
+
msgid "Custom Permalinks"
|
32 |
+
msgstr "مرضی کے پرمالنکس"
|
33 |
+
|
34 |
+
#: frontend/class-custom-permalinks-form.php:238
|
35 |
+
msgid "Leave blank to disable"
|
36 |
+
msgstr "غیر فعال کرنے کے لیے خالی چھوڑ دیں"
|
37 |
+
|
38 |
+
#: frontend/class-custom-permalinks-form.php:125
|
39 |
+
#: frontend/class-custom-permalinks-form.php:151
|
40 |
+
#: frontend/class-custom-permalinks-form.php:212
|
41 |
+
msgid "Custom Permalink"
|
42 |
+
msgstr "مرضی کا پرمالنک"
|
43 |
+
|
44 |
+
#: frontend/class-custom-permalinks-form.php:108
|
45 |
+
msgid "Permalink:"
|
46 |
+
msgstr "پرمالنک:"
|
47 |
+
|
48 |
+
#: frontend/class-custom-permalinks-form.php:95
|
49 |
+
msgid "View Post"
|
50 |
+
msgstr "پوسٹ دیکھیں"
|
51 |
+
|
52 |
+
#: frontend/class-custom-permalinks-form.php:95
|
53 |
+
msgid "View Page"
|
54 |
+
msgstr "صفحہ دیکھیں"
|
55 |
+
|
56 |
+
#: admin/class-custom-permalinks-admin.php:203
|
57 |
+
msgid "Category/Tags Permalinks"
|
58 |
+
msgstr "زمرہ/ٹیگ پرمالنک"
|
59 |
+
|
60 |
+
#: admin/class-custom-permalinks-admin.php:169
|
61 |
+
#: admin/class-custom-permalinks-admin.php:332
|
62 |
+
msgid "Permalink"
|
63 |
+
msgstr "پرمالنک"
|
64 |
+
|
65 |
+
#: admin/class-custom-permalinks-admin.php:168
|
66 |
+
#: admin/class-custom-permalinks-admin.php:331
|
67 |
+
msgid "Type"
|
68 |
+
msgstr "قسم"
|
69 |
+
|
70 |
+
#: admin/class-custom-permalinks-admin.php:167
|
71 |
+
#: admin/class-custom-permalinks-admin.php:330
|
72 |
+
msgid "Title"
|
73 |
+
msgstr "عنوان"
|
74 |
+
|
75 |
+
#: admin/class-custom-permalinks-admin.php:96
|
76 |
+
#: admin/class-custom-permalinks-admin.php:150
|
77 |
+
#: admin/class-custom-permalinks-admin.php:230
|
78 |
+
#: admin/class-custom-permalinks-admin.php:306
|
79 |
+
msgid "Delete Permalinks"
|
80 |
+
msgstr "پرمالنکس حذف کریں"
|
81 |
+
|
82 |
+
#: admin/class-custom-permalinks-admin.php:95
|
83 |
+
#: admin/class-custom-permalinks-admin.php:149
|
84 |
+
#: admin/class-custom-permalinks-admin.php:229
|
85 |
+
#: admin/class-custom-permalinks-admin.php:305
|
86 |
+
msgid "Bulk Actions"
|
87 |
+
msgstr "ایک جیسی کاروائی"
|
88 |
+
|
89 |
+
#: admin/class-custom-permalinks-admin.php:47
|
90 |
+
msgid "PostTypes Permalinks"
|
91 |
+
msgstr "پوسٹ کی قسم کے پرمالنکس"
|
92 |
+
|
93 |
+
#: admin/class-custom-permalinks-admin.php:43
|
94 |
+
msgid "There is some error to proceed your request. Please retry with your request or contact to the plugin author."
|
95 |
+
msgstr "آپ کی درخواست کو آگے بھیجنے میں کچھ خرابی ہے۔ براہ مہربانی اپنی درخواست یا پلگ ان کے مصنف سے رابطہ کریں۔"
|
languages/index.php
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* Silence is golden
|
4 |
-
*/
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.me/yasglobal
|
|
5 |
Tags: permalink, url, link, address, custom, redirect, custom post type
|
6 |
Requires at least: 2.6
|
7 |
Tested up to: 4.9
|
8 |
-
Stable tag: 1.2.
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -89,6 +89,10 @@ This process defines you the steps to follow either you are installing through W
|
|
89 |
|
90 |
== Changelog ==
|
91 |
|
|
|
|
|
|
|
|
|
92 |
= 1.2.11 =
|
93 |
|
94 |
* Fixed pager issue
|
@@ -180,207 +184,9 @@ This process defines you the steps to follow either you are installing through W
|
|
180 |
|
181 |
* Updated Query on the `custom_permalinks_request` Function
|
182 |
|
183 |
-
=
|
184 |
-
|
185 |
-
* Fixed PolyLang Conflicts
|
186 |
-
|
187 |
-
= 0.9.2 =
|
188 |
-
|
189 |
-
* Fixed WPML Conflicts
|
190 |
-
|
191 |
-
= 0.9.1 =
|
192 |
-
|
193 |
-
* Fixed issues of Filters and Actions (Replaces 'edit_files' with 10)
|
194 |
-
|
195 |
-
= 0.9 =
|
196 |
-
|
197 |
-
* Resolved the conflict with PolyLang Plugin
|
198 |
-
|
199 |
-
= 0.8 =
|
200 |
-
|
201 |
-
* Fixed (Draft preview issue for custom post types + some PHP Warnings)
|
202 |
-
|
203 |
-
= 0.7.28 =
|
204 |
-
|
205 |
-
* Fixed draft preview issue(posts + pages)
|
206 |
-
|
207 |
-
= 0.7.27 =
|
208 |
-
|
209 |
-
* Fixed Loop Redirecting issue
|
210 |
-
|
211 |
-
= 0.7.26 =
|
212 |
-
|
213 |
-
* Fixed PHP Notice issue
|
214 |
-
|
215 |
-
= 0.7.25 =
|
216 |
-
|
217 |
-
* Fixed draft preview issue
|
218 |
-
|
219 |
-
= 0.7.24 =
|
220 |
-
|
221 |
-
* Fixed a problem with page URLs
|
222 |
-
|
223 |
-
= 0.7.23 =
|
224 |
-
|
225 |
-
* Fixed a problem with permalinks with "/" components
|
226 |
-
|
227 |
-
= 0.7.22 =
|
228 |
-
|
229 |
-
* Fixed PHP warning
|
230 |
-
* Fixed initial permalink display for new posts/pages
|
231 |
-
|
232 |
-
= 0.7.21 =
|
233 |
-
|
234 |
-
* Minor internationalization fixes
|
235 |
-
|
236 |
-
= 0.7.20 =
|
237 |
-
|
238 |
-
* Addressed a noisy warning
|
239 |
-
* Revised addition of admin forms js (don't use is_admin())
|
240 |
-
* Updated Roles and Capabilities from depreciated numerical to label capabilities (by OF-6)
|
241 |
-
* Added css/html to match WP 3.5+ layout (by OF-6)
|
242 |
-
|
243 |
-
= 0.7.19 =
|
244 |
-
|
245 |
-
* WP 3.9 compatibility fix, thanks to Sowmedia
|
246 |
-
|
247 |
-
= 0.7.18 =
|
248 |
-
|
249 |
-
* Patch to address 404 errors when displaying a page/post that shares a permalink with a trashed page/post, thanks to Tor Johnson
|
250 |
-
|
251 |
-
= 0.7.17 =
|
252 |
-
|
253 |
-
* Patch to address SSL problems, thanks to Amin Mirzaee
|
254 |
-
|
255 |
-
= 0.7.16 =
|
256 |
-
|
257 |
-
* Security and compatibility fixes by Hans-Michael Varbaek of Sense of Security
|
258 |
-
|
259 |
-
= 0.7.15 =
|
260 |
-
|
261 |
-
* Permalinks are now case-insensitive (thanks to @ericmann)
|
262 |
-
|
263 |
-
= 0.7.14 =
|
264 |
-
|
265 |
-
* Delete permalinks upon page/post deletion
|
266 |
-
|
267 |
-
= 0.7.13 =
|
268 |
-
|
269 |
-
* Fixed issue with term permalinks not working properly on some installations
|
270 |
-
|
271 |
-
= 0.7.12 =
|
272 |
-
|
273 |
-
* Fixed issue with feed URLs in non-webroot blog installations
|
274 |
-
|
275 |
-
= 0.7.11 =
|
276 |
-
|
277 |
-
* Fixed issue with pending/draft posts with permalinks
|
278 |
-
* Fixed infinite redirect issue with permalinks without trailing slash, on blogs not hosted in the webroot
|
279 |
-
|
280 |
-
= 0.7.10 =
|
281 |
-
|
282 |
-
* Fix for 404 error on static front page with custom permalink set, by Eric TF Bat
|
283 |
-
|
284 |
-
= 0.7.9 =
|
285 |
|
286 |
-
|
287 |
-
|
288 |
-
= 0.7.8 =
|
289 |
-
|
290 |
-
* Support for non-ASCII characters in URLs
|
291 |
-
* Fixed bug where adding a new tag when saving a post with a custom permalink attaches that permalink to the new tag
|
292 |
-
* Some compatibility fixes for WP 3.2.1
|
293 |
-
|
294 |
-
= 0.7.7 =
|
295 |
-
|
296 |
-
* Minor change to permalink saving routine to fix some possible issues
|
297 |
-
* Fixed issue with %-encoded permalinks
|
298 |
-
|
299 |
-
= 0.7.6 =
|
300 |
-
|
301 |
-
* Fixed permalink saving issue when not using ".../%postname%" or similar permalink structure
|
302 |
-
|
303 |
-
= 0.7.5 =
|
304 |
-
|
305 |
-
* Fixed issue where changes to trailing "/" aren't saved
|
306 |
-
|
307 |
-
= 0.7.4 =
|
308 |
-
|
309 |
-
* Added support for changing post/page slug only
|
310 |
-
* Fixed incorrect admin edit link
|
311 |
-
|
312 |
-
= 0.7.3 =
|
313 |
-
|
314 |
-
* Fix problem with /page/# URLs on WP 3.1.3
|
315 |
-
|
316 |
-
= 0.7.2 =
|
317 |
-
|
318 |
-
* Don't clobber query parameters when redirecting to the custom permalink from the original URL
|
319 |
-
|
320 |
-
= 0.7.1 =
|
321 |
-
|
322 |
-
* Compatiblity fix for last update
|
323 |
-
|
324 |
-
= 0.7 =
|
325 |
-
|
326 |
-
* Added support for SSL sites, thanks to Dan from todaywasawesome.com
|
327 |
-
|
328 |
-
= 0.6.1 =
|
329 |
-
|
330 |
-
* Fix bug causing incorrect link from "View Post"/"View Page" button in post/page editor
|
331 |
-
|
332 |
-
= 0.6 =
|
333 |
-
|
334 |
-
* Fix infinite redirect for permalinks ending in a / (critical fix)
|
335 |
-
* Moved post/page permalinks settings to top of edit form, replacing prior permalink display
|
336 |
-
|
337 |
-
= 0.5.3 =
|
338 |
-
|
339 |
-
* Fix for invalid URL redirect (eg. http://domain.comfolder/file.html instead of http://domain.com/folder/file.html) when using permalinks without a trailing slash (like .../%postname%.html)
|
340 |
-
|
341 |
-
= 0.5.2 =
|
342 |
-
|
343 |
-
* Bugfix for matching posts when there are multiple posts that match parts of the query
|
344 |
-
|
345 |
-
= 0.5.1 =
|
346 |
-
|
347 |
-
* Compatibility fix for WP 2.7's tag/category pages
|
348 |
-
|
349 |
-
= 0.5 =
|
350 |
-
|
351 |
-
* Support for Wordpress sites in subdirectories (i.e., not located at the webroot)
|
352 |
-
|
353 |
-
= 0.4.1 =
|
354 |
-
|
355 |
-
* WP 2.7 compatability fixes; fix for bug encountered when publishing a draft, or reverting to draft status, and fix for placeholder permalink value for pages
|
356 |
-
|
357 |
-
= 0.4 =
|
358 |
-
|
359 |
-
* Support for pages, and a fix for draft posts/pages
|
360 |
-
|
361 |
-
= 0.3.1 =
|
362 |
-
|
363 |
-
* Discovered a typo that broke categories
|
364 |
-
|
365 |
-
= 0.3 =
|
366 |
-
|
367 |
-
* Largely rewritten to provide more robust handling of trailing slashes, proper support for trailing URL components (eg. paging)
|
368 |
-
|
369 |
-
= 0.2.2 =
|
370 |
-
|
371 |
-
* Fixed bug with not matching permalinks when / appended to the URL, and workaround for infinite redirect when another plugin is enforcing trailing /
|
372 |
-
|
373 |
-
= 0.2.1 =
|
374 |
-
|
375 |
-
* Better handling of trailing slashes
|
376 |
-
|
377 |
-
= 0.2 =
|
378 |
-
|
379 |
-
* Added 'Custom Permalinks' section under 'Manage' to show existing custom permalinks, and allow reverting to the defaults
|
380 |
-
|
381 |
-
= 0.1.1 =
|
382 |
-
|
383 |
-
* Fixed bug with categories
|
384 |
|
385 |
== Upgrade Notice ==
|
386 |
|
@@ -395,5 +201,4 @@ In the process of fixing one issue, version 0.5.3 broke permalinks ending with a
|
|
395 |
= 0.5.3 =
|
396 |
|
397 |
If you are having problems with Custom Permalinks causing an invalid URL redirect (eg. http://domain.comfolder/file.html instead of http://domain.com/folder/file.html),
|
398 |
-
upgrade: This has now been fixed.
|
399 |
-
|
5 |
Tags: permalink, url, link, address, custom, redirect, custom post type
|
6 |
Requires at least: 2.6
|
7 |
Tested up to: 4.9
|
8 |
+
Stable tag: 1.2.12
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
89 |
|
90 |
== Changelog ==
|
91 |
|
92 |
+
= 1.2.12 =
|
93 |
+
|
94 |
+
* Fixed translation path and pager content issue
|
95 |
+
|
96 |
= 1.2.11 =
|
97 |
|
98 |
* Fixed pager issue
|
184 |
|
185 |
* Updated Query on the `custom_permalinks_request` Function
|
186 |
|
187 |
+
= Earlier versions =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
|
189 |
+
* For the changelog of earlier versions, please refer to the separate changelog.txt file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
|
191 |
== Upgrade Notice ==
|
192 |
|
201 |
= 0.5.3 =
|
202 |
|
203 |
If you are having problems with Custom Permalinks causing an invalid URL redirect (eg. http://domain.comfolder/file.html instead of http://domain.com/folder/file.html),
|
204 |
+
upgrade: This has now been fixed.
|
|