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 | All Meta Tags |
Version | 4.32 |
Comparing to | |
See all releases |
Code changes from version 4.31 to 4.32
- all-meta-tags.php +1 -1
- inc/css/admin.css +35 -13
- inc/php/messages.php +57 -10
- inc/php/page.php +3 -2
- inc/php/upgrade.php +2 -2
- languages/all-meta-tags-de_DE.mo +0 -0
- languages/all-meta-tags-de_DE.po +18 -14
- languages/all-meta-tags-es_ES.mo +0 -0
- languages/all-meta-tags-es_ES.po +18 -14
- languages/all-meta-tags-es_MX.mo +0 -0
- languages/all-meta-tags-es_MX.po +18 -14
- languages/all-meta-tags-fr_FR.mo +0 -0
- languages/all-meta-tags-fr_FR.po +18 -14
- languages/all-meta-tags-it_IT.mo +0 -0
- languages/all-meta-tags-it_IT.po +18 -14
- languages/all-meta-tags-nl_NL.mo +0 -0
- languages/all-meta-tags-nl_NL.po +18 -14
- languages/all-meta-tags-ru_RU.mo +0 -0
- languages/all-meta-tags-ru_RU.po +18 -14
- languages/all-meta-tags.pot +17 -13
- readme.txt +9 -4
all-meta-tags.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
5 |
* Description: Easily and safely add your custom meta tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 4.32
|
9 |
* License: GPL3
|
10 |
* Text Domain: all-meta-tags
|
11 |
* Domain Path: /languages/
|
inc/css/admin.css
CHANGED
@@ -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,
|
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,
|
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_p004_hello_message() {
|
|
39 |
</div>
|
40 |
</div>
|
41 |
</div>
|
|
|
|
|
|
|
|
|
42 |
<script>
|
43 |
jQuery(document).ready(function($) {
|
44 |
|
@@ -57,26 +69,37 @@ function spacexchimp_p004_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} );
|
@@ -84,3 +107,27 @@ function spacexchimp_p004_error_message() {
|
|
84 |
</script>
|
85 |
<?php
|
86 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
/**
|
9 |
* Hello message - Bootstrap Modal
|
10 |
*/
|
11 |
+
function spacexchimp_p004_message_hello() {
|
12 |
|
13 |
+
// Put value of constants to variables for easier access
|
14 |
+
$settings = SPACEXCHIMP_P004_SETTINGS;
|
15 |
+
$url = SPACEXCHIMP_P004_URL;
|
16 |
+
$text = SPACEXCHIMP_P004_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_p004_message_error_version() {
|
73 |
+
|
74 |
+
// Put value of constants to variables for easier access
|
75 |
+
$settings = SPACEXCHIMP_P004_SETTINGS;
|
76 |
+
$text = SPACEXCHIMP_P004_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} );
|
107 |
</script>
|
108 |
<?php
|
109 |
}
|
110 |
+
|
111 |
+
/**
|
112 |
+
* Save message
|
113 |
+
*/
|
114 |
+
function spacexchimp_p004_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_P004_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( 'Settings saved successfully.', $text ); ?>
|
130 |
+
</p>
|
131 |
+
</div>
|
132 |
+
<?php
|
133 |
+
}
|
inc/php/page.php
CHANGED
@@ -18,8 +18,9 @@ function spacexchimp_p004_render_submenu_page() {
|
|
18 |
$path = SPACEXCHIMP_P004_PATH;
|
19 |
|
20 |
// Call messages
|
21 |
-
|
22 |
-
|
|
|
23 |
|
24 |
// Layout of page
|
25 |
?>
|
18 |
$path = SPACEXCHIMP_P004_PATH;
|
19 |
|
20 |
// Call messages
|
21 |
+
spacexchimp_p004_message_hello();
|
22 |
+
spacexchimp_p004_message_error_version();
|
23 |
+
spacexchimp_p004_message_save();
|
24 |
|
25 |
// Layout of page
|
26 |
?>
|
inc/php/upgrade.php
CHANGED
@@ -28,7 +28,7 @@ function spacexchimp_p004_upgrade_4_8() {
|
|
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
|
@@ -45,7 +45,7 @@ function spacexchimp_p004_upgrade_4_8() {
|
|
45 |
// Setting array with new data
|
46 |
$settings_new = is_array( $settings_current ) ? $settings_current : array();
|
47 |
|
48 |
-
// Exit if the upgrade is not needed or
|
49 |
if ( empty( $settings_current ) ) return;
|
50 |
|
51 |
// 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
|
45 |
// Setting array with new data
|
46 |
$settings_new = is_array( $settings_current ) ? $settings_current : array();
|
47 |
|
48 |
+
// Exit if the upgrade is not needed or already done
|
49 |
if ( empty( $settings_current ) ) return;
|
50 |
|
51 |
// Update plugin setting in the database
|
languages/all-meta-tags-de_DE.mo
CHANGED
Binary file
|
languages/all-meta-tags-de_DE.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\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"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Einstellungen"
|
26 |
|
@@ -32,49 +32,53 @@ msgstr "Spende"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:
|
36 |
msgid "Hello!"
|
37 |
msgstr "Hallo!"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr "Wir sind das Team von Space X-Chimp."
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
|
47 |
|
48 |
-
#: inc/php/messages.php:
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
|
55 |
|
56 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "by %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr "Version"
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr "Verwendung"
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "F.A.Q."
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr "Unterstützung"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr "Geschäft"
|
80 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:02+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:02+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:47
|
24 |
msgid "Settings"
|
25 |
msgstr "Einstellungen"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr "Hallo!"
|
38 |
|
39 |
+
#: inc/php/messages.php:36
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr "Wir sind das Team von Space X-Chimp."
|
42 |
|
43 |
+
#: inc/php/messages.php:41
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr "Danke, dass Sie mein Plugin installiert haben. Ich hoffe, sie werden es mögen. %s"
|
47 |
|
48 |
+
#: inc/php/messages.php:93
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr "Sie haben eine veraltete Version dieses Plugin installiert."
|
51 |
|
52 |
+
#: inc/php/messages.php:94
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Bitte installieren Sie die aktuelle Version des Plugins und alles wir gut."
|
55 |
|
56 |
+
#: inc/php/messages.php:129
|
57 |
+
msgid "Settings saved successfully."
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: inc/php/page.php:34
|
61 |
#, php-format
|
62 |
msgid "by %s Space X-Chimp %s"
|
63 |
msgstr "by %s Space X-Chimp %s"
|
64 |
|
65 |
+
#: inc/php/page.php:40
|
66 |
msgid "Version"
|
67 |
msgstr "Version"
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "Usage"
|
71 |
msgstr "Verwendung"
|
72 |
|
73 |
+
#: inc/php/page.php:49
|
74 |
msgid "F.A.Q."
|
75 |
msgstr "F.A.Q."
|
76 |
|
77 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
|
78 |
msgid "Support"
|
79 |
msgstr "Unterstützung"
|
80 |
|
81 |
+
#: inc/php/page.php:51
|
82 |
msgid "Store"
|
83 |
msgstr "Geschäft"
|
84 |
|
languages/all-meta-tags-es_ES.mo
CHANGED
Binary file
|
languages/all-meta-tags-es_ES.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\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"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Ajustes"
|
26 |
|
@@ -32,49 +32,53 @@ msgstr "Donar"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:
|
36 |
msgid "Hello!"
|
37 |
msgstr "¡Hola!"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr "Somos el equipo de Space X-Chimp."
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
|
47 |
|
48 |
-
#: inc/php/messages.php:
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr "Has instalado una versión antigua de este complemento."
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
|
55 |
|
56 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "por %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr "Versión"
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr "Uso"
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "Preguntas ?"
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr "Soporte"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr "Tienda"
|
80 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:03+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:03+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:47
|
24 |
msgid "Settings"
|
25 |
msgstr "Ajustes"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr "¡Hola!"
|
38 |
|
39 |
+
#: inc/php/messages.php:36
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr "Somos el equipo de Space X-Chimp."
|
42 |
|
43 |
+
#: inc/php/messages.php:41
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr "Gracias por instalar este complemento! Espero que te encante! %s"
|
47 |
|
48 |
+
#: inc/php/messages.php:93
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr "Has instalado una versión antigua de este complemento."
|
51 |
|
52 |
+
#: inc/php/messages.php:94
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Actualiza el complemento a la versión más reciente y todo estará bien."
|
55 |
|
56 |
+
#: inc/php/messages.php:129
|
57 |
+
msgid "Settings saved successfully."
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: inc/php/page.php:34
|
61 |
#, php-format
|
62 |
msgid "by %s Space X-Chimp %s"
|
63 |
msgstr "por %s Space X-Chimp %s"
|
64 |
|
65 |
+
#: inc/php/page.php:40
|
66 |
msgid "Version"
|
67 |
msgstr "Versión"
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "Usage"
|
71 |
msgstr "Uso"
|
72 |
|
73 |
+
#: inc/php/page.php:49
|
74 |
msgid "F.A.Q."
|
75 |
msgstr "Preguntas ?"
|
76 |
|
77 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
|
78 |
msgid "Support"
|
79 |
msgstr "Soporte"
|
80 |
|
81 |
+
#: inc/php/page.php:51
|
82 |
msgid "Store"
|
83 |
msgstr "Tienda"
|
84 |
|
languages/all-meta-tags-es_MX.mo
CHANGED
Binary file
|
languages/all-meta-tags-es_MX.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
-
"PO-Revision-Date: 2019-03-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish (Mexico)\n"
|
10 |
"Language: es_MX\n"
|
@@ -21,7 +21,7 @@ msgstr ""
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
25 |
msgid "Settings"
|
26 |
msgstr "Ajustes"
|
27 |
|
@@ -33,49 +33,53 @@ msgstr "Donar"
|
|
33 |
msgid "Meta Tags Inserter"
|
34 |
msgstr "Meta Tags Inserter"
|
35 |
|
36 |
-
#: inc/php/messages.php:
|
37 |
msgid "Hello!"
|
38 |
msgstr "¡Hola!"
|
39 |
|
40 |
-
#: inc/php/messages.php:
|
41 |
msgid "We are the team of Space X-Chimp."
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: inc/php/messages.php:
|
45 |
#, php-format
|
46 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: inc/php/messages.php:
|
50 |
msgid "You have installed an old version of this plugin."
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: inc/php/messages.php:
|
54 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
58 |
#, php-format
|
59 |
msgid "by %s Space X-Chimp %s"
|
60 |
msgstr "por %s Space X-Chimp %s"
|
61 |
|
62 |
-
#: inc/php/page.php:
|
63 |
msgid "Version"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: inc/php/page.php:
|
67 |
msgid "Usage"
|
68 |
msgstr "Uso"
|
69 |
|
70 |
-
#: inc/php/page.php:
|
71 |
msgid "F.A.Q."
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: inc/php/page.php:
|
75 |
msgid "Support"
|
76 |
msgstr "Soporte"
|
77 |
|
78 |
-
#: inc/php/page.php:
|
79 |
msgid "Store"
|
80 |
msgstr ""
|
81 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:03+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:03+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish (Mexico)\n"
|
10 |
"Language: es_MX\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
24 |
+
#: inc/php/core.php:23 inc/php/page.php:47
|
25 |
msgid "Settings"
|
26 |
msgstr "Ajustes"
|
27 |
|
33 |
msgid "Meta Tags Inserter"
|
34 |
msgstr "Meta Tags Inserter"
|
35 |
|
36 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
37 |
msgid "Hello!"
|
38 |
msgstr "¡Hola!"
|
39 |
|
40 |
+
#: inc/php/messages.php:36
|
41 |
msgid "We are the team of Space X-Chimp."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: inc/php/messages.php:41
|
45 |
#, php-format
|
46 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
47 |
msgstr ""
|
48 |
|
49 |
+
#: inc/php/messages.php:93
|
50 |
msgid "You have installed an old version of this plugin."
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: inc/php/messages.php:94
|
54 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: inc/php/messages.php:129
|
58 |
+
msgid "Settings saved successfully."
|
59 |
+
msgstr ""
|
60 |
+
|
61 |
+
#: inc/php/page.php:34
|
62 |
#, php-format
|
63 |
msgid "by %s Space X-Chimp %s"
|
64 |
msgstr "por %s Space X-Chimp %s"
|
65 |
|
66 |
+
#: inc/php/page.php:40
|
67 |
msgid "Version"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: inc/php/page.php:48
|
71 |
msgid "Usage"
|
72 |
msgstr "Uso"
|
73 |
|
74 |
+
#: inc/php/page.php:49
|
75 |
msgid "F.A.Q."
|
76 |
msgstr ""
|
77 |
|
78 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
|
79 |
msgid "Support"
|
80 |
msgstr "Soporte"
|
81 |
|
82 |
+
#: inc/php/page.php:51
|
83 |
msgid "Store"
|
84 |
msgstr ""
|
85 |
|
languages/all-meta-tags-fr_FR.mo
CHANGED
Binary file
|
languages/all-meta-tags-fr_FR.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\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"
|
@@ -19,7 +19,7 @@ msgstr ""
|
|
19 |
"X-Textdomain-Support: yes\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
23 |
msgid "Settings"
|
24 |
msgstr "Paramètres"
|
25 |
|
@@ -31,49 +31,53 @@ msgstr "Faire un don"
|
|
31 |
msgid "Meta Tags Inserter"
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: inc/php/messages.php:
|
35 |
msgid "Hello!"
|
36 |
msgstr "Salut."
|
37 |
|
38 |
-
#: inc/php/messages.php:
|
39 |
msgid "We are the team of Space X-Chimp."
|
40 |
msgstr "Nous sommes l'équipe de Space X-Chimp."
|
41 |
|
42 |
-
#: inc/php/messages.php:
|
43 |
#, php-format
|
44 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
45 |
msgstr "Merci pour l'installation de notre plugin! Nous espérons que vous allez l'adorer! %s"
|
46 |
|
47 |
-
#: inc/php/messages.php:
|
48 |
msgid "You have installed an old version of this plugin."
|
49 |
msgstr ""
|
50 |
|
51 |
-
#: inc/php/messages.php:
|
52 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
56 |
#, php-format
|
57 |
msgid "by %s Space X-Chimp %s"
|
58 |
msgstr "par %s Space X-Chimp %s"
|
59 |
|
60 |
-
#: inc/php/page.php:
|
61 |
msgid "Version"
|
62 |
msgstr "Version"
|
63 |
|
64 |
-
#: inc/php/page.php:
|
65 |
msgid "Usage"
|
66 |
msgstr "Utilisation"
|
67 |
|
68 |
-
#: inc/php/page.php:
|
69 |
msgid "F.A.Q."
|
70 |
msgstr "FAQ."
|
71 |
|
72 |
-
#: inc/php/page.php:
|
73 |
msgid "Support"
|
74 |
msgstr "Support"
|
75 |
|
76 |
-
#: inc/php/page.php:
|
77 |
msgid "Store"
|
78 |
msgstr "Le magasin"
|
79 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:03+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:03+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
19 |
"X-Textdomain-Support: yes\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: inc/php/core.php:23 inc/php/page.php:47
|
23 |
msgid "Settings"
|
24 |
msgstr "Paramètres"
|
25 |
|
31 |
msgid "Meta Tags Inserter"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
35 |
msgid "Hello!"
|
36 |
msgstr "Salut."
|
37 |
|
38 |
+
#: inc/php/messages.php:36
|
39 |
msgid "We are the team of Space X-Chimp."
|
40 |
msgstr "Nous sommes l'équipe de Space X-Chimp."
|
41 |
|
42 |
+
#: inc/php/messages.php:41
|
43 |
#, php-format
|
44 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
45 |
msgstr "Merci pour l'installation de notre plugin! Nous espérons que vous allez l'adorer! %s"
|
46 |
|
47 |
+
#: inc/php/messages.php:93
|
48 |
msgid "You have installed an old version of this plugin."
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: inc/php/messages.php:94
|
52 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: inc/php/messages.php:129
|
56 |
+
msgid "Settings saved successfully."
|
57 |
+
msgstr ""
|
58 |
+
|
59 |
+
#: inc/php/page.php:34
|
60 |
#, php-format
|
61 |
msgid "by %s Space X-Chimp %s"
|
62 |
msgstr "par %s Space X-Chimp %s"
|
63 |
|
64 |
+
#: inc/php/page.php:40
|
65 |
msgid "Version"
|
66 |
msgstr "Version"
|
67 |
|
68 |
+
#: inc/php/page.php:48
|
69 |
msgid "Usage"
|
70 |
msgstr "Utilisation"
|
71 |
|
72 |
+
#: inc/php/page.php:49
|
73 |
msgid "F.A.Q."
|
74 |
msgstr "FAQ."
|
75 |
|
76 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
|
77 |
msgid "Support"
|
78 |
msgstr "Support"
|
79 |
|
80 |
+
#: inc/php/page.php:51
|
81 |
msgid "Store"
|
82 |
msgstr "Le magasin"
|
83 |
|
languages/all-meta-tags-it_IT.mo
CHANGED
Binary file
|
languages/all-meta-tags-it_IT.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
-
"PO-Revision-Date: 2019-03-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Italian\n"
|
10 |
"Language: it_IT\n"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Impostazioni"
|
26 |
|
@@ -32,49 +32,53 @@ msgstr "Dona"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:
|
36 |
msgid "Hello!"
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr ""
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: inc/php/messages.php:
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "di %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr ""
|
80 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:03+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:03+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Italian\n"
|
10 |
"Language: it_IT\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:47
|
24 |
msgid "Settings"
|
25 |
msgstr "Impostazioni"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr ""
|
38 |
|
39 |
+
#: inc/php/messages.php:36
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr ""
|
42 |
|
43 |
+
#: inc/php/messages.php:41
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: inc/php/messages.php:93
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr ""
|
51 |
|
52 |
+
#: inc/php/messages.php:94
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: inc/php/messages.php:129
|
57 |
+
msgid "Settings saved successfully."
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: inc/php/page.php:34
|
61 |
#, php-format
|
62 |
msgid "by %s Space X-Chimp %s"
|
63 |
msgstr "di %s Space X-Chimp %s"
|
64 |
|
65 |
+
#: inc/php/page.php:40
|
66 |
msgid "Version"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "Usage"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: inc/php/page.php:49
|
74 |
msgid "F.A.Q."
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
|
78 |
msgid "Support"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: inc/php/page.php:51
|
82 |
msgid "Store"
|
83 |
msgstr ""
|
84 |
|
languages/all-meta-tags-nl_NL.mo
CHANGED
Binary file
|
languages/all-meta-tags-nl_NL.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\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"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Instellingen"
|
26 |
|
@@ -32,49 +32,53 @@ msgstr "Doe een gift"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:
|
36 |
msgid "Hello!"
|
37 |
msgstr "Hallo!"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr "Wij zijn het team van Space X-Chimp."
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr "Bedankt voor het installeren van onze plug-in! We hopen dat je het geweldig zult vinden! %s"
|
47 |
|
48 |
-
#: inc/php/messages.php:
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr "Je hebt een oudere versie van deze plug-in geïnstalleerd."
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
|
55 |
|
56 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "door %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr "Versie"
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr "Gebruik"
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "F.A.Q."
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr "Ondersteuning"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr "Winkel"
|
80 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:03+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:03+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:47
|
24 |
msgid "Settings"
|
25 |
msgstr "Instellingen"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr "Hallo!"
|
38 |
|
39 |
+
#: inc/php/messages.php:36
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr "Wij zijn het team van Space X-Chimp."
|
42 |
|
43 |
+
#: inc/php/messages.php:41
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr "Bedankt voor het installeren van onze plug-in! We hopen dat je het geweldig zult vinden! %s"
|
47 |
|
48 |
+
#: inc/php/messages.php:93
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr "Je hebt een oudere versie van deze plug-in geïnstalleerd."
|
51 |
|
52 |
+
#: inc/php/messages.php:94
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Update de plug-in naar de nieuwste versie en alles komt goed."
|
55 |
|
56 |
+
#: inc/php/messages.php:129
|
57 |
+
msgid "Settings saved successfully."
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: inc/php/page.php:34
|
61 |
#, php-format
|
62 |
msgid "by %s Space X-Chimp %s"
|
63 |
msgstr "door %s Space X-Chimp %s"
|
64 |
|
65 |
+
#: inc/php/page.php:40
|
66 |
msgid "Version"
|
67 |
msgstr "Versie"
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "Usage"
|
71 |
msgstr "Gebruik"
|
72 |
|
73 |
+
#: inc/php/page.php:49
|
74 |
msgid "F.A.Q."
|
75 |
msgstr "F.A.Q."
|
76 |
|
77 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
|
78 |
msgid "Support"
|
79 |
msgstr "Ondersteuning"
|
80 |
|
81 |
+
#: inc/php/page.php:51
|
82 |
msgid "Store"
|
83 |
msgstr "Winkel"
|
84 |
|
languages/all-meta-tags-ru_RU.mo
CHANGED
Binary file
|
languages/all-meta-tags-ru_RU.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\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"
|
@@ -20,7 +20,7 @@ msgstr ""
|
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
24 |
msgid "Settings"
|
25 |
msgstr "Настройки"
|
26 |
|
@@ -32,49 +32,53 @@ msgstr "Поддержать"
|
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
-
#: inc/php/messages.php:
|
36 |
msgid "Hello!"
|
37 |
msgstr "Привет!"
|
38 |
|
39 |
-
#: inc/php/messages.php:
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr "Мы - команда Space X-Chimp."
|
42 |
|
43 |
-
#: inc/php/messages.php:
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
|
47 |
|
48 |
-
#: inc/php/messages.php:
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr "Вы установили устаревшую версию этого плагина."
|
51 |
|
52 |
-
#: inc/php/messages.php:
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
|
55 |
|
56 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
57 |
#, php-format
|
58 |
msgid "by %s Space X-Chimp %s"
|
59 |
msgstr "от %s Space X-Chimp %s"
|
60 |
|
61 |
-
#: inc/php/page.php:
|
62 |
msgid "Version"
|
63 |
msgstr "Версия"
|
64 |
|
65 |
-
#: inc/php/page.php:
|
66 |
msgid "Usage"
|
67 |
msgstr "Применение"
|
68 |
|
69 |
-
#: inc/php/page.php:
|
70 |
msgid "F.A.Q."
|
71 |
msgstr "F.A.Q."
|
72 |
|
73 |
-
#: inc/php/page.php:
|
74 |
msgid "Support"
|
75 |
msgstr "Поддержка"
|
76 |
|
77 |
-
#: inc/php/page.php:
|
78 |
msgid "Store"
|
79 |
msgstr "Магазин"
|
80 |
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:03+0300\n"
|
7 |
+
"PO-Revision-Date: 2019-03-18 21:03+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
23 |
+
#: inc/php/core.php:23 inc/php/page.php:47
|
24 |
msgid "Settings"
|
25 |
msgstr "Настройки"
|
26 |
|
32 |
msgid "Meta Tags Inserter"
|
33 |
msgstr "Meta Tags Inserter"
|
34 |
|
35 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
36 |
msgid "Hello!"
|
37 |
msgstr "Привет!"
|
38 |
|
39 |
+
#: inc/php/messages.php:36
|
40 |
msgid "We are the team of Space X-Chimp."
|
41 |
msgstr "Мы - команда Space X-Chimp."
|
42 |
|
43 |
+
#: inc/php/messages.php:41
|
44 |
#, php-format
|
45 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
46 |
msgstr "Благодарим вас за установку нашего плагина! Надеемся, он вам полюбится! %s"
|
47 |
|
48 |
+
#: inc/php/messages.php:93
|
49 |
msgid "You have installed an old version of this plugin."
|
50 |
msgstr "Вы установили устаревшую версию этого плагина."
|
51 |
|
52 |
+
#: inc/php/messages.php:94
|
53 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
54 |
msgstr "Пожалуйста, обновите плагин до последней версии и всё будет отлично."
|
55 |
|
56 |
+
#: inc/php/messages.php:129
|
57 |
+
msgid "Settings saved successfully."
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: inc/php/page.php:34
|
61 |
#, php-format
|
62 |
msgid "by %s Space X-Chimp %s"
|
63 |
msgstr "от %s Space X-Chimp %s"
|
64 |
|
65 |
+
#: inc/php/page.php:40
|
66 |
msgid "Version"
|
67 |
msgstr "Версия"
|
68 |
|
69 |
+
#: inc/php/page.php:48
|
70 |
msgid "Usage"
|
71 |
msgstr "Применение"
|
72 |
|
73 |
+
#: inc/php/page.php:49
|
74 |
msgid "F.A.Q."
|
75 |
msgstr "F.A.Q."
|
76 |
|
77 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
|
78 |
msgid "Support"
|
79 |
msgstr "Поддержка"
|
80 |
|
81 |
+
#: inc/php/page.php:51
|
82 |
msgid "Store"
|
83 |
msgstr "Магазин"
|
84 |
|
languages/all-meta-tags.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date: 2019-03-
|
7 |
"PO-Revision-Date: 2015-10-28 13:57+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -18,7 +18,7 @@ msgstr ""
|
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
|
21 |
-
#: inc/php/core.php:23 inc/php/page.php:
|
22 |
msgid "Settings"
|
23 |
msgstr ""
|
24 |
|
@@ -30,49 +30,53 @@ msgstr ""
|
|
30 |
msgid "Meta Tags Inserter"
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: inc/php/messages.php:
|
34 |
msgid "Hello!"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: inc/php/messages.php:
|
38 |
msgid "We are the team of Space X-Chimp."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: inc/php/messages.php:
|
42 |
#, php-format
|
43 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
44 |
msgstr ""
|
45 |
|
46 |
-
#: inc/php/messages.php:
|
47 |
msgid "You have installed an old version of this plugin."
|
48 |
msgstr ""
|
49 |
|
50 |
-
#: inc/php/messages.php:
|
51 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: inc/php/
|
|
|
|
|
|
|
|
|
55 |
#, php-format
|
56 |
msgid "by %s Space X-Chimp %s"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: inc/php/page.php:
|
60 |
msgid "Version"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: inc/php/page.php:
|
64 |
msgid "Usage"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: inc/php/page.php:
|
68 |
msgid "F.A.Q."
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: inc/php/page.php:
|
72 |
msgid "Support"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: inc/php/page.php:
|
76 |
msgid "Store"
|
77 |
msgstr ""
|
78 |
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2019-03-18 21:11+0300\n"
|
7 |
"PO-Revision-Date: 2015-10-28 13:57+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
20 |
|
21 |
+
#: inc/php/core.php:23 inc/php/page.php:47
|
22 |
msgid "Settings"
|
23 |
msgstr ""
|
24 |
|
30 |
msgid "Meta Tags Inserter"
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: inc/php/messages.php:35 inc/php/tabs/support.php:25
|
34 |
msgid "Hello!"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: inc/php/messages.php:36
|
38 |
msgid "We are the team of Space X-Chimp."
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: inc/php/messages.php:41
|
42 |
#, php-format
|
43 |
msgid "Thank you for installing our plugin! We hope you will love it! %s"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: inc/php/messages.php:93
|
47 |
msgid "You have installed an old version of this plugin."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: inc/php/messages.php:94
|
51 |
msgid "Please update the plugin to the latest version, and all will be fine."
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: inc/php/messages.php:129
|
55 |
+
msgid "Settings saved successfully."
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: inc/php/page.php:34
|
59 |
#, php-format
|
60 |
msgid "by %s Space X-Chimp %s"
|
61 |
msgstr ""
|
62 |
|
63 |
+
#: inc/php/page.php:40
|
64 |
msgid "Version"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: inc/php/page.php:48
|
68 |
msgid "Usage"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: inc/php/page.php:49
|
72 |
msgid "F.A.Q."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: inc/php/page.php:50 inc/php/sidebar.php:39 inc/php/tabs/settings.php:255
|
76 |
msgid "Support"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: inc/php/page.php:51
|
80 |
msgid "Store"
|
81 |
msgstr ""
|
82 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: meta, tag, tags, custom, simple, plugin, twitter, facebook, google, google
|
|
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 |
|
@@ -82,12 +82,12 @@ If you want to help translate this plugin, please visit the [translation page](h
|
|
82 |
|
83 |
**Minimum system requirements:**
|
84 |
|
85 |
-
* [PHP](https://php.net) version **5.2** or higher.
|
86 |
* [MySQL](https://www.mysql.com) version **5.0** or higher.
|
87 |
|
88 |
**Recommended system requirements:**
|
89 |
|
90 |
-
* [PHP](https://php.net) version **7.0** or higher.
|
91 |
* [MySQL](https://www.mysql.com) version **5.6** or higher.
|
92 |
|
93 |
**Contribution**
|
@@ -95,7 +95,7 @@ If you want to help translate this plugin, please visit the [translation page](h
|
|
95 |
Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
|
96 |
|
97 |
* [Donate](https://www.spacexchimp.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
|
98 |
-
* [Rate and Review](https://wordpress.org/support/
|
99 |
* [Share with us](https://www.spacexchimp.com/contact.html) or view the [GitHub Repo](https://github.com/ArthurGareginyan/all-meta-tags) if you have any ideas or suggestions to make this plugin better.
|
100 |
|
101 |
|
@@ -220,6 +220,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
220 |
|
221 |
== Changelog ==
|
222 |
|
|
|
|
|
|
|
|
|
|
|
223 |
= 4.31 - 2019-03-06 =
|
224 |
* New feature: Added a preview section on the plugin settings page. In this preview, the user can see the meta tags that will be printed on all pages (globally) of his website.
|
225 |
* The function "_prepare" is improved. The "$metatags_arr" array renamed to more readable. The array declaration is made more correct.
|
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.32
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
82 |
|
83 |
**Minimum system requirements:**
|
84 |
|
85 |
+
* [PHP](https://secure.php.net) version **5.2** or higher.
|
86 |
* [MySQL](https://www.mysql.com) version **5.0** or higher.
|
87 |
|
88 |
**Recommended system requirements:**
|
89 |
|
90 |
+
* [PHP](https://secure.php.net) version **7.0** or higher.
|
91 |
* [MySQL](https://www.mysql.com) version **5.6** or higher.
|
92 |
|
93 |
**Contribution**
|
95 |
Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
|
96 |
|
97 |
* [Donate](https://www.spacexchimp.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
|
98 |
+
* [Rate and Review](https://wordpress.org/support/plugin/all-meta-tags/reviews/#new-post) this plugin.
|
99 |
* [Share with us](https://www.spacexchimp.com/contact.html) or view the [GitHub Repo](https://github.com/ArthurGareginyan/all-meta-tags) if you have any ideas or suggestions to make this plugin better.
|
100 |
|
101 |
|
220 |
|
221 |
== Changelog ==
|
222 |
|
223 |
+
= 4.32 - 2019-03-18 =
|
224 |
+
* Improvement: Notification display system updated
|
225 |
+
* Code commenting improved.
|
226 |
+
* Style sheet for the back end is optimised.
|
227 |
+
|
228 |
= 4.31 - 2019-03-06 =
|
229 |
* New feature: Added a preview section on the plugin settings page. In this preview, the user can see the meta tags that will be printed on all pages (globally) of his website.
|
230 |
* The function "_prepare" is improved. The "$metatags_arr" array renamed to more readable. The array declaration is made more correct.
|