Version Description
- 2019-03-18 =
- Improvement: Notification display system updated
- Code commenting improved.
- Style sheet for the back end is optimised.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | My Custom Functions |
Version | 4.36 |
Comparing to | |
See all releases |
Code changes from version 4.35 to 4.36
- inc/css/admin.css +46 -43
- inc/php/messages.php +86 -38
- inc/php/page.php +3 -4
- inc/php/tabs/support.php +1 -1
- inc/php/upgrade.php +2 -2
- languages/my-custom-functions-de_DE.mo +0 -0
- languages/my-custom-functions-de_DE.po +18 -18
- languages/my-custom-functions-es_ES.mo +0 -0
- languages/my-custom-functions-es_ES.po +19 -19
- languages/my-custom-functions-fr_FR.mo +0 -0
- languages/my-custom-functions-fr_FR.po +19 -19
- languages/my-custom-functions-nl_NL.mo +0 -0
- languages/my-custom-functions-nl_NL.po +19 -19
- languages/my-custom-functions-ru_RU.mo +0 -0
- languages/my-custom-functions-ru_RU.po +18 -18
- languages/my-custom-functions-zh_TW.mo +0 -0
- languages/my-custom-functions-zh_TW.po +18 -18
- languages/my-custom-functions.pot +17 -17
- my-custom-functions.php +1 -1
- readme.txt +9 -4
inc/css/admin.css
CHANGED
@@ -51,7 +51,7 @@ p {
|
|
51 |
display: block;
|
52 |
margin-top: 15px;
|
53 |
font-size: 16px;
|
54 |
-
letter-spacing: .2em;
|
55 |
text-shadow: none;
|
56 |
line-height: 20px;
|
57 |
}
|
@@ -280,6 +280,28 @@ p {
|
|
280 |
text-align: center;
|
281 |
}
|
282 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
283 |
/* Notes
|
284 |
-------------------------------------------------------------- */
|
285 |
.note {
|
@@ -293,6 +315,19 @@ p {
|
|
293 |
letter-spacing: 0.1px;
|
294 |
}
|
295 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
296 |
/* Spoilers
|
297 |
-------------------------------------------------------------- */
|
298 |
.panel-group {
|
@@ -528,19 +563,6 @@ p {
|
|
528 |
font-weight: normal;
|
529 |
}
|
530 |
|
531 |
-
/* Help text
|
532 |
-
-------------------------------------------------------------- */
|
533 |
-
td.help-text {
|
534 |
-
font-family: Verdana, Geneva, sans-serif;
|
535 |
-
font-size: 12px;
|
536 |
-
font-style: italic;
|
537 |
-
float: left;
|
538 |
-
clear: left;
|
539 |
-
color: #797979;
|
540 |
-
line-height: 15px;
|
541 |
-
padding-top: 0;
|
542 |
-
}
|
543 |
-
|
544 |
/* Control: Field
|
545 |
-------------------------------------------------------------- */
|
546 |
.control-field,
|
@@ -573,6 +595,16 @@ td.help-text {
|
|
573 |
/* SPECIFIC TO THIS PLUGIN
|
574 |
-------------------------------------------------------------- */
|
575 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
576 |
/* CodeMirror Editor */
|
577 |
.CodeMirror {
|
578 |
height: 100% !important;
|
@@ -584,35 +616,6 @@ td.help-text {
|
|
584 |
color: #999;
|
585 |
}
|
586 |
|
587 |
-
/* Messages */
|
588 |
-
#setting-error-settings_updated {
|
589 |
-
display: none;
|
590 |
-
}
|
591 |
-
#message.updated i {
|
592 |
-
padding-right: 5px;
|
593 |
-
color: green;
|
594 |
-
font-size: 1.5em;
|
595 |
-
vertical-align: middle;
|
596 |
-
}
|
597 |
-
#message.error i {
|
598 |
-
padding-right: 5px;
|
599 |
-
color: red;
|
600 |
-
font-size: 2.5em;
|
601 |
-
vertical-align: middle;
|
602 |
-
}
|
603 |
-
#message.error span {
|
604 |
-
display: inline-block;
|
605 |
-
vertical-align: middle;
|
606 |
-
}
|
607 |
-
.not-saved {
|
608 |
-
display: none;
|
609 |
-
margin-right: 15px;
|
610 |
-
font-family: Helvetica;
|
611 |
-
line-height: 35px;
|
612 |
-
vertical-align: middle;
|
613 |
-
color: red;
|
614 |
-
}
|
615 |
-
|
616 |
/* Titles */
|
617 |
#post-body-content .meta-box-sortabless .title {
|
618 |
height: 50px;
|
51 |
display: block;
|
52 |
margin-top: 15px;
|
53 |
font-size: 16px;
|
54 |
+
letter-spacing: 0.2em;
|
55 |
text-shadow: none;
|
56 |
line-height: 20px;
|
57 |
}
|
280 |
text-align: center;
|
281 |
}
|
282 |
|
283 |
+
/* Messages
|
284 |
+
-------------------------------------------------------------- */
|
285 |
+
#setting-error-settings_updated {
|
286 |
+
display: none;
|
287 |
+
}
|
288 |
+
#message.updated i {
|
289 |
+
padding-right: 5px;
|
290 |
+
color: green;
|
291 |
+
font-size: 1.5em;
|
292 |
+
vertical-align: middle;
|
293 |
+
}
|
294 |
+
#message.error i {
|
295 |
+
padding-right: 5px;
|
296 |
+
color: red;
|
297 |
+
font-size: 2.5em;
|
298 |
+
vertical-align: middle;
|
299 |
+
}
|
300 |
+
#message.error span {
|
301 |
+
display: inline-block;
|
302 |
+
vertical-align: middle;
|
303 |
+
}
|
304 |
+
|
305 |
/* Notes
|
306 |
-------------------------------------------------------------- */
|
307 |
.note {
|
315 |
letter-spacing: 0.1px;
|
316 |
}
|
317 |
|
318 |
+
/* Help text
|
319 |
+
-------------------------------------------------------------- */
|
320 |
+
td.help-text {
|
321 |
+
font-family: Verdana, Geneva, sans-serif;
|
322 |
+
font-size: 12px;
|
323 |
+
font-style: italic;
|
324 |
+
float: left;
|
325 |
+
clear: left;
|
326 |
+
color: #797979;
|
327 |
+
line-height: 15px;
|
328 |
+
padding-top: 0;
|
329 |
+
}
|
330 |
+
|
331 |
/* Spoilers
|
332 |
-------------------------------------------------------------- */
|
333 |
.panel-group {
|
563 |
font-weight: normal;
|
564 |
}
|
565 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
566 |
/* Control: Field
|
567 |
-------------------------------------------------------------- */
|
568 |
.control-field,
|
595 |
/* SPECIFIC TO THIS PLUGIN
|
596 |
-------------------------------------------------------------- */
|
597 |
|
598 |
+
/* Messages */
|
599 |
+
.not-saved {
|
600 |
+
display: none;
|
601 |
+
margin-right: 15px;
|
602 |
+
font-family: Helvetica;
|
603 |
+
line-height: 35px;
|
604 |
+
vertical-align: middle;
|
605 |
+
color: red;
|
606 |
+
}
|
607 |
+
|
608 |
/* CodeMirror Editor */
|
609 |
.CodeMirror {
|
610 |
height: 100% !important;
|
616 |
color: #999;
|
617 |
}
|
618 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
619 |
/* Titles */
|
620 |
#post-body-content .meta-box-sortabless .title {
|
621 |
height: 50px;
|
inc/php/messages.php
CHANGED
@@ -8,29 +8,37 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
8 |
/**
|
9 |
* Hello message - Bootstrap Modal
|
10 |
*/
|
11 |
-
function
|
12 |
|
13 |
-
|
|
|
|
|
|
|
14 |
|
|
|
|
|
|
|
|
|
15 |
if ( !empty( $options ) ) {
|
16 |
return;
|
17 |
}
|
18 |
|
|
|
19 |
?>
|
20 |
<div id="hello-message" class="modal fade hello-message" role="dialog">
|
21 |
<div class="modal-dialog">
|
22 |
<div class="modal-content">
|
23 |
<div class="modal-body">
|
24 |
-
<img src="<?php echo
|
25 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
26 |
<p>
|
27 |
-
<?php _e( 'Hello!',
|
28 |
-
<?php _e( 'We are the team of Space X-Chimp.',
|
29 |
</p>
|
30 |
<p>
|
31 |
<?php
|
32 |
printf(
|
33 |
-
__( 'Thank you for installing our plugin! We hope you will love it! %s',
|
34 |
'😃'
|
35 |
);
|
36 |
?>
|
@@ -39,6 +47,10 @@ function spacexchimp_p001_hello_message() {
|
|
39 |
</div>
|
40 |
</div>
|
41 |
</div>
|
|
|
|
|
|
|
|
|
42 |
<script>
|
43 |
jQuery(document).ready(function($) {
|
44 |
|
@@ -57,26 +69,37 @@ function spacexchimp_p001_hello_message() {
|
|
57 |
/**
|
58 |
* Error message (When the old version of plugin installed) - Bootstrap Modal
|
59 |
*/
|
60 |
-
function
|
61 |
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
63 |
$old_version = !empty( $info['old_version'] ) ? $info['old_version'] : '0';
|
64 |
|
|
|
65 |
if ( $old_version != '1' ) {
|
66 |
return;
|
67 |
}
|
68 |
|
|
|
69 |
?>
|
70 |
<div id="error-message" class="modal fade error-message" role="dialog">
|
71 |
<div class="modal-dialog">
|
72 |
<div class="modal-content">
|
73 |
<div class="modal-body">
|
74 |
-
<p><?php _e( 'You have installed an old version of this plugin.',
|
75 |
-
<p><?php _e( 'Please update the plugin to the latest version, and all will be fine.',
|
76 |
</div>
|
77 |
</div>
|
78 |
</div>
|
79 |
</div>
|
|
|
|
|
|
|
|
|
80 |
<script>
|
81 |
jQuery(document).ready(function($) {
|
82 |
$("#error-message").modal( {backdrop: "static", keyboard: false} );
|
@@ -86,41 +109,66 @@ function spacexchimp_p001_error_message() {
|
|
86 |
}
|
87 |
|
88 |
/**
|
89 |
-
*
|
90 |
*/
|
91 |
-
function
|
92 |
-
|
93 |
-
//
|
94 |
-
if ( isset( $_GET['settings-updated'] ) ) {
|
95 |
-
|
96 |
-
<div id="message" class="updated">
|
97 |
-
<p>
|
98 |
-
<i class="fa fa-check" aria-hidden="true"></i>
|
99 |
-
<?php _e( 'Custom code updated successfully.', SPACEXCHIMP_P001_TEXT ); ?>
|
100 |
-
</p>
|
101 |
-
</div>
|
102 |
-
<?php
|
103 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
104 |
}
|
105 |
|
106 |
/**
|
107 |
-
*
|
108 |
*/
|
109 |
-
function
|
110 |
|
111 |
-
|
112 |
-
|
|
|
|
|
|
|
|
|
|
|
113 |
if ( $error == '1' ) {
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
<i class="fa fa-times" aria-hidden="true"></i>
|
118 |
-
<span>
|
119 |
-
<?php _e( 'Sorry, but your code causes a "Fatal error", so it is not applied!', SPACEXCHIMP_P001_TEXT ); ?><br/>
|
120 |
-
<?php _e( 'Please, check the code and try again.', SPACEXCHIMP_P001_TEXT ); ?>
|
121 |
-
</span>
|
122 |
-
</p>
|
123 |
-
</div>
|
124 |
-
<?php
|
125 |
}
|
126 |
}
|
8 |
/**
|
9 |
* Hello message - Bootstrap Modal
|
10 |
*/
|
11 |
+
function spacexchimp_p001_message_hello() {
|
12 |
|
13 |
+
// Put value of constants to variables for easier access
|
14 |
+
$settings = SPACEXCHIMP_P001_SETTINGS;
|
15 |
+
$url = SPACEXCHIMP_P001_URL;
|
16 |
+
$text = SPACEXCHIMP_P001_TEXT;
|
17 |
|
18 |
+
// Retrieve options from database and declare variables
|
19 |
+
$options = get_option( $settings . '_settings' );
|
20 |
+
|
21 |
+
// Exit if options are already set in database
|
22 |
if ( !empty( $options ) ) {
|
23 |
return;
|
24 |
}
|
25 |
|
26 |
+
// HTML layout
|
27 |
?>
|
28 |
<div id="hello-message" class="modal fade hello-message" role="dialog">
|
29 |
<div class="modal-dialog">
|
30 |
<div class="modal-content">
|
31 |
<div class="modal-body">
|
32 |
+
<img src="<?php echo $url . 'inc/img/spacexchimp-logo.png'; ?>">
|
33 |
<button type="button" class="close" data-dismiss="modal">×</button>
|
34 |
<p>
|
35 |
+
<?php _e( 'Hello!', $text ); ?>
|
36 |
+
<?php _e( 'We are the team of Space X-Chimp.', $text ); ?>
|
37 |
</p>
|
38 |
<p>
|
39 |
<?php
|
40 |
printf(
|
41 |
+
__( 'Thank you for installing our plugin! We hope you will love it! %s', $text ),
|
42 |
'😃'
|
43 |
);
|
44 |
?>
|
47 |
</div>
|
48 |
</div>
|
49 |
</div>
|
50 |
+
<?php
|
51 |
+
|
52 |
+
// Inline JavaScript
|
53 |
+
?>
|
54 |
<script>
|
55 |
jQuery(document).ready(function($) {
|
56 |
|
69 |
/**
|
70 |
* Error message (When the old version of plugin installed) - Bootstrap Modal
|
71 |
*/
|
72 |
+
function spacexchimp_p001_message_error_version() {
|
73 |
|
74 |
+
// Put value of constants to variables for easier access
|
75 |
+
$settings = SPACEXCHIMP_P001_SETTINGS;
|
76 |
+
$text = SPACEXCHIMP_P001_TEXT;
|
77 |
+
|
78 |
+
// Retrieve options from database and declare variables
|
79 |
+
$info = get_option( $settings . '_service_info' );
|
80 |
$old_version = !empty( $info['old_version'] ) ? $info['old_version'] : '0';
|
81 |
|
82 |
+
// Exit if this is not the old version of the plugin
|
83 |
if ( $old_version != '1' ) {
|
84 |
return;
|
85 |
}
|
86 |
|
87 |
+
// HTML layout
|
88 |
?>
|
89 |
<div id="error-message" class="modal fade error-message" role="dialog">
|
90 |
<div class="modal-dialog">
|
91 |
<div class="modal-content">
|
92 |
<div class="modal-body">
|
93 |
+
<p><?php _e( 'You have installed an old version of this plugin.', $text ); ?></p>
|
94 |
+
<p><?php _e( 'Please update the plugin to the latest version, and all will be fine.', $text ); ?></p>
|
95 |
</div>
|
96 |
</div>
|
97 |
</div>
|
98 |
</div>
|
99 |
+
<?php
|
100 |
+
|
101 |
+
// Inline JavaScript
|
102 |
+
?>
|
103 |
<script>
|
104 |
jQuery(document).ready(function($) {
|
105 |
$("#error-message").modal( {backdrop: "static", keyboard: false} );
|
109 |
}
|
110 |
|
111 |
/**
|
112 |
+
* Save message
|
113 |
*/
|
114 |
+
function spacexchimp_p001_message_save() {
|
115 |
+
|
116 |
+
// Exit if settings are not updated
|
117 |
+
if ( !isset( $_GET['settings-updated'] ) ) {
|
118 |
+
return;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
}
|
120 |
+
|
121 |
+
// Put value of constants to variables for easier access
|
122 |
+
$text = SPACEXCHIMP_P001_TEXT;
|
123 |
+
|
124 |
+
// HTML layout
|
125 |
+
?>
|
126 |
+
<div id="message" class="updated">
|
127 |
+
<p>
|
128 |
+
<i class="fa fa-check" aria-hidden="true"></i>
|
129 |
+
<?php _e( 'Custom code saved successfully.', $text ); ?>
|
130 |
+
</p>
|
131 |
+
</div>
|
132 |
+
<?php
|
133 |
+
}
|
134 |
+
|
135 |
+
/**
|
136 |
+
* Error message: Parsing error
|
137 |
+
*/
|
138 |
+
function spacexchimp_p001_message_error_parsing() {
|
139 |
+
|
140 |
+
// Put value of constants to variables for easier access
|
141 |
+
$text = SPACEXCHIMP_P001_TEXT;
|
142 |
+
|
143 |
+
// HTML layout
|
144 |
+
?>
|
145 |
+
<div id="message" class="error">
|
146 |
+
<p>
|
147 |
+
<i class="fa fa-times" aria-hidden="true"></i>
|
148 |
+
<span>
|
149 |
+
<?php _e( 'Sorry, but your code causes a "Fatal error", so it is not applied!', $text ); ?><br/>
|
150 |
+
<?php _e( 'Please, check the code and try again.', $text ); ?>
|
151 |
+
</span>
|
152 |
+
</p>
|
153 |
+
</div>
|
154 |
+
<?php
|
155 |
}
|
156 |
|
157 |
/**
|
158 |
+
* Select the right save message
|
159 |
*/
|
160 |
+
function spacexchimp_p001_message_save_select() {
|
161 |
|
162 |
+
// Put value of constants to variables for easier access
|
163 |
+
$settings = SPACEXCHIMP_P001_SETTINGS;
|
164 |
+
|
165 |
+
// Retrieve options from database and declare variables
|
166 |
+
$error = get_option( $settings . '_error' );
|
167 |
+
|
168 |
+
// Show error message if error exists
|
169 |
if ( $error == '1' ) {
|
170 |
+
spacexchimp_p001_message_error_parsing();
|
171 |
+
} else {
|
172 |
+
spacexchimp_p001_message_save();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
}
|
174 |
}
|
inc/php/page.php
CHANGED
@@ -18,10 +18,9 @@ function spacexchimp_p001_render_submenu_page() {
|
|
18 |
$path = SPACEXCHIMP_P001_PATH;
|
19 |
|
20 |
// Call messages
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
spacexchimp_p001_parsing_error_message();
|
25 |
|
26 |
// Layout of page
|
27 |
?>
|
18 |
$path = SPACEXCHIMP_P001_PATH;
|
19 |
|
20 |
// Call messages
|
21 |
+
spacexchimp_p001_message_hello();
|
22 |
+
spacexchimp_p001_message_error_version();
|
23 |
+
spacexchimp_p001_message_save_select();
|
|
|
24 |
|
25 |
// Layout of page
|
26 |
?>
|
inc/php/tabs/support.php
CHANGED
@@ -31,7 +31,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
31 |
'<a href="https://www.spacexchimp.com" target="_blank">',
|
32 |
'</a>'
|
33 |
);
|
34 |
-
|
35 |
</p>
|
36 |
<p>
|
37 |
<?php _e( 'Our intention is to create projects that will make this world a better place.', $text ); ?>
|
31 |
'<a href="https://www.spacexchimp.com" target="_blank">',
|
32 |
'</a>'
|
33 |
);
|
34 |
+
?>
|
35 |
</p>
|
36 |
<p>
|
37 |
<?php _e( 'Our intention is to create projects that will make this world a better place.', $text ); ?>
|
inc/php/upgrade.php
CHANGED
@@ -28,7 +28,7 @@ function spacexchimp_p001_upgrade_4_7() {
|
|
28 |
$service_info_new = is_array( $service_info_old ) ? $service_info_old : array();
|
29 |
$service_info_new['upgrade'] = $upgrade_number_new;
|
30 |
|
31 |
-
// Exit if the upgrade is not needed or
|
32 |
if ( $upgrade_number_current >= $upgrade_number_new ) return;
|
33 |
|
34 |
// Update service info in the database
|
@@ -50,7 +50,7 @@ function spacexchimp_p001_upgrade_4_7() {
|
|
50 |
$settings_new['enable'] = $enable_old;
|
51 |
unset($settings_new['anarcho_cfunctions-content']);
|
52 |
|
53 |
-
// Exit if the upgrade is not needed or
|
54 |
if ( empty( $settings_current ) ) return;
|
55 |
|
56 |
// Update plugin setting in the database
|
28 |
$service_info_new = is_array( $service_info_old ) ? $service_info_old : array();
|
29 |
$service_info_new['upgrade'] = $upgrade_number_new;
|
30 |
|
31 |
+
// Exit if the upgrade is not needed or already done
|
32 |
if ( $upgrade_number_current >= $upgrade_number_new ) return;
|
33 |
|
34 |
// Update service info in the database
|
50 |
$settings_new['enable'] = $enable_old;
|
51 |
unset($settings_new['anarcho_cfunctions-content']);
|
52 |
|
53 |
+
// Exit if the upgrade is not needed or already done
|
54 |
if ( empty( $settings_current ) ) return;
|
55 |
|
56 |
// Update plugin setting in the database
|
languages/my-custom-functions-de_DE.mo
CHANGED
Binary file
|
languages/my-custom-functions-de_DE.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
-
"PO-Revision-Date: 2019-03-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
@@ -36,65 +36,65 @@ msgstr "Spende"
|
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "Hello!"
|
41 |
msgstr "Hallo!"
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Wir sind das Team von Space X-Chimp."
|
46 |
|
47 |
-
#: inc/php/messages.php:
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
|
55 |
|
56 |
-
#: inc/php/messages.php:
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
|
59 |
|
60 |
-
#: inc/php/messages.php:
|
61 |
-
msgid "Custom code
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: inc/php/messages.php:
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: inc/php/messages.php:
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: inc/php/page.php:
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "by %s Space X-Chimp %s"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Version"
|
79 |
msgstr "Version"
|
80 |
|
81 |
-
#: inc/php/page.php:
|
82 |
msgid "Main"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: inc/php/page.php:
|
86 |
msgid "Usage"
|
87 |
msgstr "Verwendung"
|
88 |
|
89 |
-
#: inc/php/page.php:
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "F.A.Q."
|
92 |
|
93 |
-
#: inc/php/page.php:
|
94 |
msgid "Support"
|
95 |
msgstr "Unterstützung"
|
96 |
|
97 |
-
#: inc/php/page.php:
|
98 |
msgid "Store"
|
99 |
msgstr "Geschäft"
|
100 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:12+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:12+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
40 |
msgid "Hello!"
|
41 |
msgstr "Hallo!"
|
42 |
|
43 |
+
#: inc/php/messages.php:36
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Wir sind das Team von Space X-Chimp."
|
46 |
|
47 |
+
#: inc/php/messages.php:41
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
|
51 |
|
52 |
+
#: inc/php/messages.php:93
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
|
55 |
|
56 |
+
#: inc/php/messages.php:94
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
|
59 |
|
60 |
+
#: inc/php/messages.php:129
|
61 |
+
msgid "Custom code saved successfully."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: inc/php/messages.php:149
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: inc/php/messages.php:150
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: inc/php/page.php:34
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "by %s Space X-Chimp %s"
|
76 |
|
77 |
+
#: inc/php/page.php:40
|
78 |
msgid "Version"
|
79 |
msgstr "Version"
|
80 |
|
81 |
+
#: inc/php/page.php:47
|
82 |
msgid "Main"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: inc/php/page.php:48
|
86 |
msgid "Usage"
|
87 |
msgstr "Verwendung"
|
88 |
|
89 |
+
#: inc/php/page.php:49
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "F.A.Q."
|
92 |
|
93 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:54
|
94 |
msgid "Support"
|
95 |
msgstr "Unterstützung"
|
96 |
|
97 |
+
#: inc/php/page.php:51
|
98 |
msgid "Store"
|
99 |
msgstr "Geschäft"
|
100 |
|
languages/my-custom-functions-es_ES.mo
CHANGED
Binary file
|
languages/my-custom-functions-es_ES.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
-
"PO-Revision-Date: 2019-03-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
@@ -36,65 +36,65 @@ msgstr "Donar"
|
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "Hello!"
|
41 |
msgstr "¡Hola!"
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Somos el equipo de Space X-Chimp."
|
46 |
|
47 |
-
#: inc/php/messages.php:
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr "Has instalado una versión antigua de este complemento."
|
55 |
|
56 |
-
#: inc/php/messages.php:
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
|
59 |
|
60 |
-
#: inc/php/messages.php:
|
61 |
-
msgid "Custom code
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: inc/php/messages.php:
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: inc/php/messages.php:
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: inc/php/page.php:
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "por %s Space X-Chimp %s"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Version"
|
79 |
msgstr "Versión"
|
80 |
|
81 |
-
#: inc/php/page.php:
|
82 |
msgid "Main"
|
83 |
msgstr "Principal"
|
84 |
|
85 |
-
#: inc/php/page.php:
|
86 |
msgid "Usage"
|
87 |
msgstr "Uso"
|
88 |
|
89 |
-
#: inc/php/page.php:
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "Preguntas ?"
|
92 |
|
93 |
-
#: inc/php/page.php:
|
94 |
msgid "Support"
|
95 |
msgstr "Soporte"
|
96 |
|
97 |
-
#: inc/php/page.php:
|
98 |
msgid "Store"
|
99 |
msgstr "Tienda"
|
100 |
|
@@ -235,7 +235,7 @@ msgstr ""
|
|
235 |
|
236 |
#: inc/php/tabs/faq.php:101
|
237 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
238 |
-
msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones
|
239 |
|
240 |
#: inc/php/tabs/faq.php:102
|
241 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:12+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:12+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
40 |
msgid "Hello!"
|
41 |
msgstr "¡Hola!"
|
42 |
|
43 |
+
#: inc/php/messages.php:36
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Somos el equipo de Space X-Chimp."
|
46 |
|
47 |
+
#: inc/php/messages.php:41
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
|
51 |
|
52 |
+
#: inc/php/messages.php:93
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr "Has instalado una versión antigua de este complemento."
|
55 |
|
56 |
+
#: inc/php/messages.php:94
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
|
59 |
|
60 |
+
#: inc/php/messages.php:129
|
61 |
+
msgid "Custom code saved successfully."
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: inc/php/messages.php:149
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: inc/php/messages.php:150
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: inc/php/page.php:34
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "por %s Space X-Chimp %s"
|
76 |
|
77 |
+
#: inc/php/page.php:40
|
78 |
msgid "Version"
|
79 |
msgstr "Versión"
|
80 |
|
81 |
+
#: inc/php/page.php:47
|
82 |
msgid "Main"
|
83 |
msgstr "Principal"
|
84 |
|
85 |
+
#: inc/php/page.php:48
|
86 |
msgid "Usage"
|
87 |
msgstr "Uso"
|
88 |
|
89 |
+
#: inc/php/page.php:49
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "Preguntas ?"
|
92 |
|
93 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:54
|
94 |
msgid "Support"
|
95 |
msgstr "Soporte"
|
96 |
|
97 |
+
#: inc/php/page.php:51
|
98 |
msgid "Store"
|
99 |
msgstr "Tienda"
|
100 |
|
235 |
|
236 |
#: inc/php/tabs/faq.php:101
|
237 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
238 |
+
msgstr "Quizás no todas las traducciones existentes estén actualizadas. Le invitamos a contribuir correcciones."
|
239 |
|
240 |
#: inc/php/tabs/faq.php:102
|
241 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
languages/my-custom-functions-fr_FR.mo
CHANGED
Binary file
|
languages/my-custom-functions-fr_FR.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
-
"PO-Revision-Date: 2019-03-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
@@ -36,65 +36,65 @@ msgstr "Faire un don"
|
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "Hello!"
|
41 |
msgstr "Salut."
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Nous sommes l'équipe de Space X-Chimp."
|
46 |
|
47 |
-
#: inc/php/messages.php:
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Merci pour l'installation de notre plugin! Nous espérons que vous allez l'adorer! %s"
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: inc/php/messages.php:
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: inc/php/messages.php:
|
61 |
-
msgid "Custom code
|
62 |
msgstr "Code personnalisé mis à jour avec succès."
|
63 |
|
64 |
-
#: inc/php/messages.php:
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr "Désolé, mais votre code provoque une \"erreur fatale\" ; il n'est donc pas appliqué!"
|
67 |
|
68 |
-
#: inc/php/messages.php:
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr "Svp, vérifiez le code et réessayez."
|
71 |
|
72 |
-
#: inc/php/page.php:
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "par %s Space X-Chimp %s"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Version"
|
79 |
msgstr "Version"
|
80 |
|
81 |
-
#: inc/php/page.php:
|
82 |
msgid "Main"
|
83 |
msgstr "Principal"
|
84 |
|
85 |
-
#: inc/php/page.php:
|
86 |
msgid "Usage"
|
87 |
msgstr "Utilisation"
|
88 |
|
89 |
-
#: inc/php/page.php:
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "FAQ."
|
92 |
|
93 |
-
#: inc/php/page.php:
|
94 |
msgid "Support"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: inc/php/page.php:
|
98 |
msgid "Store"
|
99 |
msgstr ""
|
100 |
|
@@ -235,7 +235,7 @@ msgstr ""
|
|
235 |
|
236 |
#: inc/php/tabs/faq.php:101
|
237 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
238 |
-
msgstr "Peut-être que toutes les traductions existantes ne sont pas à jour. Vous êtes invités à apporter des corrections
|
239 |
|
240 |
#: inc/php/tabs/faq.php:102
|
241 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:12+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:12+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
40 |
msgid "Hello!"
|
41 |
msgstr "Salut."
|
42 |
|
43 |
+
#: inc/php/messages.php:36
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Nous sommes l'équipe de Space X-Chimp."
|
46 |
|
47 |
+
#: inc/php/messages.php:41
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Merci pour l'installation de notre plugin! Nous espérons que vous allez l'adorer! %s"
|
51 |
|
52 |
+
#: inc/php/messages.php:93
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: inc/php/messages.php:94
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: inc/php/messages.php:129
|
61 |
+
msgid "Custom code saved successfully."
|
62 |
msgstr "Code personnalisé mis à jour avec succès."
|
63 |
|
64 |
+
#: inc/php/messages.php:149
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr "Désolé, mais votre code provoque une \"erreur fatale\" ; il n'est donc pas appliqué!"
|
67 |
|
68 |
+
#: inc/php/messages.php:150
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr "Svp, vérifiez le code et réessayez."
|
71 |
|
72 |
+
#: inc/php/page.php:34
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "par %s Space X-Chimp %s"
|
76 |
|
77 |
+
#: inc/php/page.php:40
|
78 |
msgid "Version"
|
79 |
msgstr "Version"
|
80 |
|
81 |
+
#: inc/php/page.php:47
|
82 |
msgid "Main"
|
83 |
msgstr "Principal"
|
84 |
|
85 |
+
#: inc/php/page.php:48
|
86 |
msgid "Usage"
|
87 |
msgstr "Utilisation"
|
88 |
|
89 |
+
#: inc/php/page.php:49
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "FAQ."
|
92 |
|
93 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:54
|
94 |
msgid "Support"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: inc/php/page.php:51
|
98 |
msgid "Store"
|
99 |
msgstr ""
|
100 |
|
235 |
|
236 |
#: inc/php/tabs/faq.php:101
|
237 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
238 |
+
msgstr "Peut-être que toutes les traductions existantes ne sont pas à jour. Vous êtes invités à apporter des corrections."
|
239 |
|
240 |
#: inc/php/tabs/faq.php:102
|
241 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
languages/my-custom-functions-nl_NL.mo
CHANGED
Binary file
|
languages/my-custom-functions-nl_NL.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
-
"PO-Revision-Date: 2019-03-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
@@ -36,65 +36,65 @@ msgstr "Doe een gift"
|
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "Hello!"
|
41 |
msgstr "Hallo!"
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Wij zijn het team van Space X-Chimp."
|
46 |
|
47 |
-
#: inc/php/messages.php:
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Bedankt voor het installeren van onze plug-in! We hopen dat je het geweldig zult vinden! %s"
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr "Je hebt een oudere versie van deze plug-in geïnstalleerd."
|
55 |
|
56 |
-
#: inc/php/messages.php:
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
|
59 |
|
60 |
-
#: inc/php/messages.php:
|
61 |
-
msgid "Custom code
|
62 |
msgstr "Aangepaste functies zijn geüpdated."
|
63 |
|
64 |
-
#: inc/php/messages.php:
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr "Sorry, maar uw code veroorzaakt een \"Fatale fout\", dus deze wordt niet toegepast!"
|
67 |
|
68 |
-
#: inc/php/messages.php:
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr "Controleer de code, en probeer het opnieuw."
|
71 |
|
72 |
-
#: inc/php/page.php:
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "door %s Space X-Chimp %s"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Version"
|
79 |
msgstr "Versie"
|
80 |
|
81 |
-
#: inc/php/page.php:
|
82 |
msgid "Main"
|
83 |
msgstr "Hoofd"
|
84 |
|
85 |
-
#: inc/php/page.php:
|
86 |
msgid "Usage"
|
87 |
msgstr "Gebruik"
|
88 |
|
89 |
-
#: inc/php/page.php:
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "F.A.Q."
|
92 |
|
93 |
-
#: inc/php/page.php:
|
94 |
msgid "Support"
|
95 |
msgstr "Ondersteuning"
|
96 |
|
97 |
-
#: inc/php/page.php:
|
98 |
msgid "Store"
|
99 |
msgstr "Winkel"
|
100 |
|
@@ -235,7 +235,7 @@ msgstr ""
|
|
235 |
|
236 |
#: inc/php/tabs/faq.php:101
|
237 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
238 |
-
msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen
|
239 |
|
240 |
#: inc/php/tabs/faq.php:102
|
241 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:12+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:12+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
40 |
msgid "Hello!"
|
41 |
msgstr "Hallo!"
|
42 |
|
43 |
+
#: inc/php/messages.php:36
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Wij zijn het team van Space X-Chimp."
|
46 |
|
47 |
+
#: inc/php/messages.php:41
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Bedankt voor het installeren van onze plug-in! We hopen dat je het geweldig zult vinden! %s"
|
51 |
|
52 |
+
#: inc/php/messages.php:93
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr "Je hebt een oudere versie van deze plug-in geïnstalleerd."
|
55 |
|
56 |
+
#: inc/php/messages.php:94
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
|
59 |
|
60 |
+
#: inc/php/messages.php:129
|
61 |
+
msgid "Custom code saved successfully."
|
62 |
msgstr "Aangepaste functies zijn geüpdated."
|
63 |
|
64 |
+
#: inc/php/messages.php:149
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr "Sorry, maar uw code veroorzaakt een \"Fatale fout\", dus deze wordt niet toegepast!"
|
67 |
|
68 |
+
#: inc/php/messages.php:150
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr "Controleer de code, en probeer het opnieuw."
|
71 |
|
72 |
+
#: inc/php/page.php:34
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "door %s Space X-Chimp %s"
|
76 |
|
77 |
+
#: inc/php/page.php:40
|
78 |
msgid "Version"
|
79 |
msgstr "Versie"
|
80 |
|
81 |
+
#: inc/php/page.php:47
|
82 |
msgid "Main"
|
83 |
msgstr "Hoofd"
|
84 |
|
85 |
+
#: inc/php/page.php:48
|
86 |
msgid "Usage"
|
87 |
msgstr "Gebruik"
|
88 |
|
89 |
+
#: inc/php/page.php:49
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "F.A.Q."
|
92 |
|
93 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:54
|
94 |
msgid "Support"
|
95 |
msgstr "Ondersteuning"
|
96 |
|
97 |
+
#: inc/php/page.php:51
|
98 |
msgid "Store"
|
99 |
msgstr "Winkel"
|
100 |
|
235 |
|
236 |
#: inc/php/tabs/faq.php:101
|
237 |
msgid "It is also possible that not all existing translations are up-to-date or correct, so you are welcome to make corrections."
|
238 |
+
msgstr "Misschien zijn niet alle bestaande vertalingen up-to-date of correct. Je bent van harte welkom om correcties bij te dragen."
|
239 |
|
240 |
#: inc/php/tabs/faq.php:102
|
241 |
msgid "Many of plugin users would be delighted if you share your translation with the community."
|
languages/my-custom-functions-ru_RU.mo
CHANGED
Binary file
|
languages/my-custom-functions-ru_RU.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
-
"PO-Revision-Date: 2019-03-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
@@ -36,65 +36,65 @@ msgstr "Поддержать"
|
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "Hello!"
|
41 |
msgstr "Привет!"
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Мы - команда Space X-Chimp."
|
46 |
|
47 |
-
#: inc/php/messages.php:
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr "Вы установили устаревшую версию этого плагина."
|
55 |
|
56 |
-
#: inc/php/messages.php:
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
|
59 |
|
60 |
-
#: inc/php/messages.php:
|
61 |
-
msgid "Custom code
|
62 |
msgstr "Пользовательский код успешно обновлён."
|
63 |
|
64 |
-
#: inc/php/messages.php:
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr "Извините, но ваш код вызывает \"Fatal error\", так что он не будет применён!"
|
67 |
|
68 |
-
#: inc/php/messages.php:
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr "Пожалуйста, проверьте код и попробуйте ещё раз."
|
71 |
|
72 |
-
#: inc/php/page.php:
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "от %s Space X-Chimp %s"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Version"
|
79 |
msgstr "Версия"
|
80 |
|
81 |
-
#: inc/php/page.php:
|
82 |
msgid "Main"
|
83 |
msgstr "Главная"
|
84 |
|
85 |
-
#: inc/php/page.php:
|
86 |
msgid "Usage"
|
87 |
msgstr "Применение"
|
88 |
|
89 |
-
#: inc/php/page.php:
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "F.A.Q."
|
92 |
|
93 |
-
#: inc/php/page.php:
|
94 |
msgid "Support"
|
95 |
msgstr "Поддержка"
|
96 |
|
97 |
-
#: inc/php/page.php:
|
98 |
msgid "Store"
|
99 |
msgstr "Магазин"
|
100 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:13+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:13+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
40 |
msgid "Hello!"
|
41 |
msgstr "Привет!"
|
42 |
|
43 |
+
#: inc/php/messages.php:36
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr "Мы - команда Space X-Chimp."
|
46 |
|
47 |
+
#: inc/php/messages.php:41
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
|
51 |
|
52 |
+
#: inc/php/messages.php:93
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr "Вы установили устаревшую версию этого плагина."
|
55 |
|
56 |
+
#: inc/php/messages.php:94
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
|
59 |
|
60 |
+
#: inc/php/messages.php:129
|
61 |
+
msgid "Custom code saved successfully."
|
62 |
msgstr "Пользовательский код успешно обновлён."
|
63 |
|
64 |
+
#: inc/php/messages.php:149
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr "Извините, но ваш код вызывает \"Fatal error\", так что он не будет применён!"
|
67 |
|
68 |
+
#: inc/php/messages.php:150
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr "Пожалуйста, проверьте код и попробуйте ещё раз."
|
71 |
|
72 |
+
#: inc/php/page.php:34
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr "от %s Space X-Chimp %s"
|
76 |
|
77 |
+
#: inc/php/page.php:40
|
78 |
msgid "Version"
|
79 |
msgstr "Версия"
|
80 |
|
81 |
+
#: inc/php/page.php:47
|
82 |
msgid "Main"
|
83 |
msgstr "Главная"
|
84 |
|
85 |
+
#: inc/php/page.php:48
|
86 |
msgid "Usage"
|
87 |
msgstr "Применение"
|
88 |
|
89 |
+
#: inc/php/page.php:49
|
90 |
msgid "F.A.Q."
|
91 |
msgstr "F.A.Q."
|
92 |
|
93 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:54
|
94 |
msgid "Support"
|
95 |
msgstr "Поддержка"
|
96 |
|
97 |
+
#: inc/php/page.php:51
|
98 |
msgid "Store"
|
99 |
msgstr "Магазин"
|
100 |
|
languages/my-custom-functions-zh_TW.mo
CHANGED
Binary file
|
languages/my-custom-functions-zh_TW.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
-
"PO-Revision-Date: 2019-03-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Chinese (Taiwan)\n"
|
10 |
"Language: zh_TW\n"
|
@@ -36,65 +36,65 @@ msgstr "捐款"
|
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "Hello!"
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: inc/php/messages.php:
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: inc/php/messages.php:
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr ""
|
59 |
|
60 |
-
#: inc/php/messages.php:
|
61 |
-
msgid "Custom code
|
62 |
msgstr "自訂功能已成功更新"
|
63 |
|
64 |
-
#: inc/php/messages.php:
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr "抱歉!您的程式碼造成了「嚴重錯誤」,所以並沒有套用它!"
|
67 |
|
68 |
-
#: inc/php/messages.php:
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr "請重新檢查程式碼再試一次"
|
71 |
|
72 |
-
#: inc/php/page.php:
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Version"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: inc/php/page.php:
|
82 |
msgid "Main"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: inc/php/page.php:
|
86 |
msgid "Usage"
|
87 |
msgstr ""
|
88 |
|
89 |
-
#: inc/php/page.php:
|
90 |
msgid "F.A.Q."
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: inc/php/page.php:
|
94 |
msgid "Support"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: inc/php/page.php:
|
98 |
msgid "Store"
|
99 |
msgstr ""
|
100 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:13+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:13+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Chinese (Taiwan)\n"
|
10 |
"Language: zh_TW\n"
|
36 |
msgid "PHP Inserter"
|
37 |
msgstr "PHP Inserter"
|
38 |
|
39 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
40 |
msgid "Hello!"
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: inc/php/messages.php:36
|
44 |
msgid "We are the team of Space X-Chimp."
|
45 |
msgstr ""
|
46 |
|
47 |
+
#: inc/php/messages.php:41
|
48 |
#, php-format
|
49 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: inc/php/messages.php:93
|
53 |
msgid "You have installed an old version of this plugin."
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: inc/php/messages.php:94
|
57 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: inc/php/messages.php:129
|
61 |
+
msgid "Custom code saved successfully."
|
62 |
msgstr "自訂功能已成功更新"
|
63 |
|
64 |
+
#: inc/php/messages.php:149
|
65 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
66 |
msgstr "抱歉!您的程式碼造成了「嚴重錯誤」,所以並沒有套用它!"
|
67 |
|
68 |
+
#: inc/php/messages.php:150
|
69 |
msgid "Please, check the code and try again."
|
70 |
msgstr "請重新檢查程式碼再試一次"
|
71 |
|
72 |
+
#: inc/php/page.php:34
|
73 |
#, php-format
|
74 |
msgid "by %s Space X-Chimp %s"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: inc/php/page.php:40
|
78 |
msgid "Version"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: inc/php/page.php:47
|
82 |
msgid "Main"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: inc/php/page.php:48
|
86 |
msgid "Usage"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: inc/php/page.php:49
|
90 |
msgid "F.A.Q."
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:54
|
94 |
msgid "Support"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: inc/php/page.php:51
|
98 |
msgid "Store"
|
99 |
msgstr ""
|
100 |
|
languages/my-custom-functions.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
"PO-Revision-Date: 2015-08-30 16:22+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -34,65 +34,65 @@ msgstr ""
|
|
34 |
msgid "PHP Inserter"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: inc/php/messages.php:
|
38 |
msgid "Hello!"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: inc/php/messages.php:
|
42 |
msgid "We are the team of Space X-Chimp."
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: inc/php/messages.php:
|
46 |
#, php-format
|
47 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: inc/php/messages.php:
|
51 |
msgid "You have installed an old version of this plugin."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: inc/php/messages.php:
|
55 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: inc/php/messages.php:
|
59 |
-
msgid "Custom code
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: inc/php/messages.php:
|
63 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: inc/php/messages.php:
|
67 |
msgid "Please, check the code and try again."
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: inc/php/page.php:
|
71 |
#, php-format
|
72 |
msgid "by %s Space X-Chimp %s"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: inc/php/page.php:
|
76 |
msgid "Version"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: inc/php/page.php:
|
80 |
msgid "Main"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: inc/php/page.php:
|
84 |
msgid "Usage"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: inc/php/page.php:
|
88 |
msgid "F.A.Q."
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: inc/php/page.php:
|
92 |
msgid "Support"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: inc/php/page.php:
|
96 |
msgid "Store"
|
97 |
msgstr ""
|
98 |
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:13+0300\n"
|
7 |
"PO-Revision-Date: 2015-08-30 16:22+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
34 |
msgid "PHP Inserter"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
38 |
msgid "Hello!"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: inc/php/messages.php:36
|
42 |
msgid "We are the team of Space X-Chimp."
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: inc/php/messages.php:41
|
46 |
#, php-format
|
47 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: inc/php/messages.php:93
|
51 |
msgid "You have installed an old version of this plugin."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: inc/php/messages.php:94
|
55 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: inc/php/messages.php:129
|
59 |
+
msgid "Custom code saved successfully."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: inc/php/messages.php:149
|
63 |
msgid "Sorry, but your code causes a \"Fatal error\", so it is not applied!"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: inc/php/messages.php:150
|
67 |
msgid "Please, check the code and try again."
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: inc/php/page.php:34
|
71 |
#, php-format
|
72 |
msgid "by %s Space X-Chimp %s"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: inc/php/page.php:40
|
76 |
msgid "Version"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: inc/php/page.php:47
|
80 |
msgid "Main"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: inc/php/page.php:48
|
84 |
msgid "Usage"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: inc/php/page.php:49
|
88 |
msgid "F.A.Q."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:47 inc/php/tabs/settings.php:54
|
92 |
msgid "Support"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: inc/php/page.php:51
|
96 |
msgid "Store"
|
97 |
msgstr ""
|
98 |
|
my-custom-functions.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: my-custom-functions
|
11 |
* Domain Path: /languages/
|
5 |
* Description: Easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 4.36
|
9 |
* License: GPL3
|
10 |
* Text Domain: my-custom-functions
|
11 |
* Domain Path: /languages/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: inject code, inject function, inject snippet, inject php, insert code, ins
|
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.1
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -77,12 +77,12 @@ If you want to help translate this plugin, please visit the [translation page](h
|
|
77 |
|
78 |
**Minimum system requirements:**
|
79 |
|
80 |
-
* [PHP](https://php.net) version **5.2** or higher.
|
81 |
* [MySQL](https://www.mysql.com) version **5.0** or higher.
|
82 |
|
83 |
**Recommended system requirements:**
|
84 |
|
85 |
-
* [PHP](https://php.net) version **7.0** or higher.
|
86 |
* [MySQL](https://www.mysql.com) version **5.6** or higher.
|
87 |
|
88 |
**Contribution**
|
@@ -90,7 +90,7 @@ If you want to help translate this plugin, please visit the [translation page](h
|
|
90 |
Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
|
91 |
|
92 |
* [Donate](https://www.spacexchimp.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
|
93 |
-
* [Rate and Review](https://wordpress.org/support/
|
94 |
* [Share with us](https://www.spacexchimp.com/contact.html) or view the [GitHub Repo](https://github.com/ArthurGareginyan/my-custom-functions) if you have any ideas or suggestions to make this plugin better.
|
95 |
|
96 |
|
@@ -252,6 +252,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
252 |
|
253 |
== Changelog ==
|
254 |
|
|
|
|
|
|
|
|
|
|
|
255 |
= 4.35 - 2019-03-01 =
|
256 |
* Framework updated: The file "page.php" is divided into the following parts: "page.php", "usage.php", "faq.php", "support.php".
|
257 |
* Framework updated: The files "settings.php", "usage.php", "faq.php", "support.php" are moved to the subfolder "tabs".
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.1
|
7 |
+
Stable tag: 4.36
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
77 |
|
78 |
**Minimum system requirements:**
|
79 |
|
80 |
+
* [PHP](https://secure.php.net) version **5.2** or higher.
|
81 |
* [MySQL](https://www.mysql.com) version **5.0** or higher.
|
82 |
|
83 |
**Recommended system requirements:**
|
84 |
|
85 |
+
* [PHP](https://secure.php.net) version **7.0** or higher.
|
86 |
* [MySQL](https://www.mysql.com) version **5.6** or higher.
|
87 |
|
88 |
**Contribution**
|
90 |
Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
|
91 |
|
92 |
* [Donate](https://www.spacexchimp.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
|
93 |
+
* [Rate and Review](https://wordpress.org/support/plugin/my-custom-functions/reviews/#new-post) this plugin.
|
94 |
* [Share with us](https://www.spacexchimp.com/contact.html) or view the [GitHub Repo](https://github.com/ArthurGareginyan/my-custom-functions) if you have any ideas or suggestions to make this plugin better.
|
95 |
|
96 |
|
252 |
|
253 |
== Changelog ==
|
254 |
|
255 |
+
= 4.36 - 2019-03-18 =
|
256 |
+
* Improvement: Notification display system updated
|
257 |
+
* Code commenting improved.
|
258 |
+
* Style sheet for the back end is optimised.
|
259 |
+
|
260 |
= 4.35 - 2019-03-01 =
|
261 |
* Framework updated: The file "page.php" is divided into the following parts: "page.php", "usage.php", "faq.php", "support.php".
|
262 |
* Framework updated: The files "settings.php", "usage.php", "faq.php", "support.php" are moved to the subfolder "tabs".
|