Version Description
- Authors URI changed.
- Localization improved.
- .pot file updated.
- Russian translation updated.
- thanks.png replaced.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | All Meta Tags |
Version | 1.5 |
Comparing to | |
See all releases |
Code changes from version 1.4 to 1.5
- all-meta-tags.php +5 -5
- inc/settings_page.php +18 -18
- inc/thanks.png +0 -0
- languages/allmetatags-ru_RU.mo +0 -0
- languages/allmetatags-ru_RU.po +100 -17
- languages/allmetatags.pot +90 -8
- readme.txt +33 -21
all-meta-tags.php
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
/**
|
3 |
* Plugin Name: All Meta Tags
|
4 |
* Plugin URI: http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html
|
5 |
-
* Description:
|
6 |
* Author: Arthur "Berserkr" Gareginyan
|
7 |
-
* Author URI: http://
|
8 |
-
* Version: 1.
|
9 |
* License: GPL3
|
10 |
* Text Domain: allmetatags
|
11 |
* Domain Path: /languages/
|
@@ -277,8 +277,8 @@ function allmetatags_add_meta_tags() {
|
|
277 |
|
278 |
// Add comment
|
279 |
if ( count( $metatags_arr ) > 0 ) {
|
280 |
-
array_unshift( $metatags_arr, "<!-- BEGIN Metadata added
|
281 |
-
array_push( $metatags_arr, "<!-- END Metadata added
|
282 |
}
|
283 |
|
284 |
// Return the content of array
|
2 |
/**
|
3 |
* Plugin Name: All Meta Tags
|
4 |
* Plugin URI: http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html
|
5 |
+
* Description: Easily and safely add your custom Meta Tags to WordPress website's header.
|
6 |
* Author: Arthur "Berserkr" Gareginyan
|
7 |
+
* Author URI: http://www.arthurgareginyan.com
|
8 |
+
* Version: 1.5
|
9 |
* License: GPL3
|
10 |
* Text Domain: allmetatags
|
11 |
* Domain Path: /languages/
|
277 |
|
278 |
// Add comment
|
279 |
if ( count( $metatags_arr ) > 0 ) {
|
280 |
+
array_unshift( $metatags_arr, "<!-- [BEGIN] Metadata added via 'All Meta Tags' plugin by Arthur Gareginyan. -->" );
|
281 |
+
array_push( $metatags_arr, "<!-- [END] Metadata added via 'All Meta Tags' plugin by Arthur Gareginyan. -->" );
|
282 |
}
|
283 |
|
284 |
// Return the content of array
|
inc/settings_page.php
CHANGED
@@ -8,7 +8,7 @@ defined('ABSPATH') or die("Restricted access!");
|
|
8 |
/**
|
9 |
* Render Settings Page
|
10 |
*
|
11 |
-
* @since 1.
|
12 |
*/
|
13 |
function allmetatags_render_submenu_page() {
|
14 |
|
@@ -33,7 +33,7 @@ function allmetatags_render_submenu_page() {
|
|
33 |
<?php _e( 'All Meta Tags', 'allmetatags' ); ?>
|
34 |
<br/>
|
35 |
<span>
|
36 |
-
<?php _e( 'by <a href="http://
|
37 |
<span/>
|
38 |
</h2>
|
39 |
|
@@ -44,7 +44,7 @@ function allmetatags_render_submenu_page() {
|
|
44 |
<div id="side-sortables" class="meta-box-sortabless ui-sortable">
|
45 |
|
46 |
<div id="about" class="postbox">
|
47 |
-
<h3 class="title"
|
48 |
<div class="inside">
|
49 |
<p class="about">
|
50 |
<img src="<?php echo plugins_url('thanks.png', __FILE__); ?>">
|
@@ -59,23 +59,23 @@ function allmetatags_render_submenu_page() {
|
|
59 |
</div>
|
60 |
|
61 |
<div id="donate" class="postbox">
|
62 |
-
<h3 class="title"
|
63 |
<div class="inside">
|
64 |
-
<p class="donate"
|
65 |
<div class="aligncenter">
|
66 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" rel="nofollow">
|
67 |
<img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Make a donation">
|
68 |
</a>
|
69 |
</div>
|
70 |
-
<p class="donate"
|
71 |
</div>
|
72 |
</div>
|
73 |
|
74 |
<div id="help" class="postbox">
|
75 |
-
<h3 class="title"
|
76 |
<div class="inside">
|
77 |
<div class="aligncenter">
|
78 |
-
<p
|
79 |
</div>
|
80 |
</div>
|
81 |
</div>
|
@@ -93,9 +93,9 @@ function allmetatags_render_submenu_page() {
|
|
93 |
<?php settings_fields( 'allmetatags_settings_group' ); ?>
|
94 |
|
95 |
<div class="postbox" id="WebMasterTools">
|
96 |
-
<h3 class="title"
|
97 |
<div class="inside">
|
98 |
-
<p
|
99 |
<table class="form-table">
|
100 |
<?php allmetatags_field('google',
|
101 |
'Google Webmaster Tools',
|
@@ -118,9 +118,9 @@ function allmetatags_render_submenu_page() {
|
|
118 |
</div>
|
119 |
|
120 |
<div class="postbox" id="DomainVerification">
|
121 |
-
<h3 class="title"
|
122 |
<div class="inside">
|
123 |
-
<p
|
124 |
<table class="form-table">
|
125 |
<?php allmetatags_field('pinterest',
|
126 |
'Pinterest',
|
@@ -163,9 +163,9 @@ function allmetatags_render_submenu_page() {
|
|
163 |
</div>
|
164 |
|
165 |
<div class="postbox" id="Home">
|
166 |
-
<h3 class="title"
|
167 |
<div class="inside">
|
168 |
-
<p
|
169 |
<table class="form-table">
|
170 |
<?php allmetatags_field('home_description',
|
171 |
'Home Description',
|
@@ -185,9 +185,9 @@ function allmetatags_render_submenu_page() {
|
|
185 |
</div>
|
186 |
|
187 |
<div class="postbox" id="Blog">
|
188 |
-
<h3 class="title"
|
189 |
<div class="inside">
|
190 |
-
<p
|
191 |
<table class="form-table">
|
192 |
<?php allmetatags_field('blog_description',
|
193 |
'Blog Description',
|
@@ -207,9 +207,9 @@ function allmetatags_render_submenu_page() {
|
|
207 |
</div>
|
208 |
|
209 |
<div class="postbox" id="Everywhere">
|
210 |
-
<h3 class="title"
|
211 |
<div class="inside">
|
212 |
-
<p
|
213 |
<table class="form-table">
|
214 |
<?php allmetatags_field('author',
|
215 |
'Author',
|
8 |
/**
|
9 |
* Render Settings Page
|
10 |
*
|
11 |
+
* @since 1.5
|
12 |
*/
|
13 |
function allmetatags_render_submenu_page() {
|
14 |
|
33 |
<?php _e( 'All Meta Tags', 'allmetatags' ); ?>
|
34 |
<br/>
|
35 |
<span>
|
36 |
+
<?php _e( 'by <a href="http://www.arthurgareginyan.com" target="_blank">Arthur "Berserkr" Gareginyan</a>', 'allmetatags' ); ?>
|
37 |
<span/>
|
38 |
</h2>
|
39 |
|
44 |
<div id="side-sortables" class="meta-box-sortabless ui-sortable">
|
45 |
|
46 |
<div id="about" class="postbox">
|
47 |
+
<h3 class="title"><?php _e( 'About', 'allmetatags' ) ?></a></h3>
|
48 |
<div class="inside">
|
49 |
<p class="about">
|
50 |
<img src="<?php echo plugins_url('thanks.png', __FILE__); ?>">
|
59 |
</div>
|
60 |
|
61 |
<div id="donate" class="postbox">
|
62 |
+
<h3 class="title"><?php _e( 'Donate', 'allmetatags' ) ?></h3>
|
63 |
<div class="inside">
|
64 |
+
<p class="donate"><?php _e( 'If you like this plugin and find it useful, help me to make this plugin even better and keep it up-to-date.', 'allmetatags' ) ?></p>
|
65 |
<div class="aligncenter">
|
66 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" rel="nofollow">
|
67 |
<img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" alt="Make a donation">
|
68 |
</a>
|
69 |
</div>
|
70 |
+
<p class="donate"><?php _e( 'Thanks for your support!', 'allmetatags' ) ?></p>
|
71 |
</div>
|
72 |
</div>
|
73 |
|
74 |
<div id="help" class="postbox">
|
75 |
+
<h3 class="title"><?php _e( 'Help', 'allmetatags' ) ?></h3>
|
76 |
<div class="inside">
|
77 |
<div class="aligncenter">
|
78 |
+
<p><?php _e( 'If you want more options then tell me and I will be happy to add it.', 'allmetatags' ) ?></p>
|
79 |
</div>
|
80 |
</div>
|
81 |
</div>
|
93 |
<?php settings_fields( 'allmetatags_settings_group' ); ?>
|
94 |
|
95 |
<div class="postbox" id="WebMasterTools">
|
96 |
+
<h3 class="title"><?php _e( 'Web Master Tools', 'allmetatags' ) ?></h3>
|
97 |
<div class="inside">
|
98 |
+
<p><?php _e( 'Webmaster Tools require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these.', 'allmetatags' ) ?></p>
|
99 |
<table class="form-table">
|
100 |
<?php allmetatags_field('google',
|
101 |
'Google Webmaster Tools',
|
118 |
</div>
|
119 |
|
120 |
<div class="postbox" id="DomainVerification">
|
121 |
+
<h3 class="title"><?php _e( 'Domain Verification', 'allmetatags' ) ?></h3>
|
122 |
<div class="inside">
|
123 |
+
<p><?php _e( 'Third-party services like Alexa, Pinterest and Google-Plus require you to verify your domain. This makes sure that you are the correct owner of your blog or store before they provide their services to you. You can use the options below to verify your domain. If your domain is already verified, you can just forget about these.', 'allmetatags' ) ?></p>
|
124 |
<table class="form-table">
|
125 |
<?php allmetatags_field('pinterest',
|
126 |
'Pinterest',
|
163 |
</div>
|
164 |
|
165 |
<div class="postbox" id="Home">
|
166 |
+
<h3 class="title"><?php _e( 'Meta Tags for Static Home Page only', 'allmetatags' ) ?></h3>
|
167 |
<div class="inside">
|
168 |
+
<p><?php _e( 'You can use the options below to add meta tags such as Description and Keywords only in Static Home Page of your website.', 'allmetatags' ) ?></p>
|
169 |
<table class="form-table">
|
170 |
<?php allmetatags_field('home_description',
|
171 |
'Home Description',
|
185 |
</div>
|
186 |
|
187 |
<div class="postbox" id="Blog">
|
188 |
+
<h3 class="title"><?php _e( 'Meta Tags for Default Home Page and Blog Page only', 'allmetatags' ) ?></h3>
|
189 |
<div class="inside">
|
190 |
+
<p><?php _e( 'You can use the options below to add meta tags such as Description and Keywords only in Default Home Page and Blog Page of your website.', 'allmetatags' ) ?></p>
|
191 |
<table class="form-table">
|
192 |
<?php allmetatags_field('blog_description',
|
193 |
'Blog Description',
|
207 |
</div>
|
208 |
|
209 |
<div class="postbox" id="Everywhere">
|
210 |
+
<h3 class="title"><?php _e( 'Meta Tags for all website (Global)', 'allmetatags' ) ?></h3>
|
211 |
<div class="inside">
|
212 |
+
<p><?php _e( 'You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website.', 'allmetatags' ) ?></p>
|
213 |
<table class="form-table">
|
214 |
<?php allmetatags_field('author',
|
215 |
'Author',
|
inc/thanks.png
CHANGED
Binary file
|
languages/allmetatags-ru_RU.mo
CHANGED
Binary file
|
languages/allmetatags-ru_RU.po
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
4 |
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
-
"POT-Creation-Date:
|
7 |
-
"PO-Revision-Date:
|
|
|
8 |
"Language-Team: \n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
12 |
"X-Generator: Poedit 1.8.4\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-WPHeader: all-meta-tags.php\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
17 |
-
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;"
|
18 |
-
"
|
19 |
-
"Last-Translator: \n"
|
20 |
-
"Language: ru\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
@@ -36,11 +36,15 @@ msgstr "Ваши Мета-Теги были успешно обновлены."
|
|
36 |
|
37 |
#: inc/settings_page.php:36
|
38 |
msgid ""
|
39 |
-
"by <a href=\"http://
|
40 |
-
"\"
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
msgstr ""
|
42 |
-
"от <a href=\"http://mycyberuniverse.com/author.html\" target=\"_blank"
|
43 |
-
"\">Артур \"Berserkr\" Гарегинян</a>"
|
44 |
|
45 |
#: inc/settings_page.php:53
|
46 |
msgid "This plugin allows you to easily add Meta Tags to your website."
|
@@ -54,11 +58,91 @@ msgstr ""
|
|
54 |
"Для использования, введите данные ваших Мета-Тегов, затем нажмите кнопку "
|
55 |
"“Сохранить изменения”. Это так просто!"
|
56 |
|
57 |
-
#: inc/settings_page.php:
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
msgid "Save Changes"
|
60 |
msgstr "Сохранить изменения"
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
#. Plugin URI of the plugin/theme
|
63 |
msgid "http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html"
|
64 |
msgstr ""
|
@@ -66,13 +150,12 @@ msgstr ""
|
|
66 |
#. Description of the plugin/theme
|
67 |
msgid ""
|
68 |
"EASILY and SAFELY add your custom Meta Tags to WordPress website's header."
|
69 |
-
msgstr ""
|
70 |
-
"ЛЕГКО и НАДЁЖНО добавляйте ваши Мета-Теги в шапку WordPress веб-сайта."
|
71 |
|
72 |
#. Author of the plugin/theme
|
73 |
msgid "Arthur \"Berserkr\" Gareginyan"
|
74 |
msgstr "Артур “Берсерк” Гарегинян"
|
75 |
|
76 |
#. Author URI of the plugin/theme
|
77 |
-
msgid "http://
|
78 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
|
|
|
|
3 |
"Project-Id-Version: All Meta Tags\n"
|
4 |
+
"POT-Creation-Date: 2016-02-03 22:45+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-02-03 22:47+0300\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
+
"Language: ru\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
13 |
+
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
14 |
"X-Generator: Poedit 1.8.4\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-WPHeader: all-meta-tags.php\n"
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
20 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
|
|
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
|
36 |
|
37 |
#: inc/settings_page.php:36
|
38 |
msgid ""
|
39 |
+
"by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
40 |
+
"\"Berserkr\" Gareginyan</a>"
|
41 |
+
msgstr ""
|
42 |
+
"от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
|
43 |
+
"\"Berserkr\" Гарегинян</a>"
|
44 |
+
|
45 |
+
#: inc/settings_page.php:47
|
46 |
+
msgid "About"
|
47 |
msgstr ""
|
|
|
|
|
48 |
|
49 |
#: inc/settings_page.php:53
|
50 |
msgid "This plugin allows you to easily add Meta Tags to your website."
|
58 |
"Для использования, введите данные ваших Мета-Тегов, затем нажмите кнопку "
|
59 |
"“Сохранить изменения”. Это так просто!"
|
60 |
|
61 |
+
#: inc/settings_page.php:62
|
62 |
+
msgid "Donate"
|
63 |
+
msgstr "Пожертвование"
|
64 |
+
|
65 |
+
#: inc/settings_page.php:64
|
66 |
+
msgid ""
|
67 |
+
"If you like this plugin and find it useful, help me to make this plugin even "
|
68 |
+
"better and keep it up-to-date."
|
69 |
+
msgstr ""
|
70 |
+
|
71 |
+
#: inc/settings_page.php:70
|
72 |
+
msgid "Thanks for your support!"
|
73 |
+
msgstr "Спасибо за вашу поддержку!"
|
74 |
+
|
75 |
+
#: inc/settings_page.php:75
|
76 |
+
msgid "Help"
|
77 |
+
msgstr "Помощь"
|
78 |
+
|
79 |
+
#: inc/settings_page.php:78
|
80 |
+
msgid "If you want more options then tell me and I will be happy to add it."
|
81 |
+
msgstr ""
|
82 |
+
"Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
|
83 |
+
"добавить их."
|
84 |
+
|
85 |
+
#: inc/settings_page.php:96
|
86 |
+
msgid "Web Master Tools"
|
87 |
+
msgstr "Веб-мастер инструменты"
|
88 |
+
|
89 |
+
#: inc/settings_page.php:98
|
90 |
+
msgid ""
|
91 |
+
"Webmaster Tools require you to verify your domain. This makes sure that you "
|
92 |
+
"are the correct owner of your blog or store before they provide their "
|
93 |
+
"services to you. You can use the options below to verify your domain. If "
|
94 |
+
"your domain is already verified, you can just forget about these."
|
95 |
+
msgstr ""
|
96 |
+
|
97 |
+
#: inc/settings_page.php:116 inc/settings_page.php:161
|
98 |
+
#: inc/settings_page.php:183 inc/settings_page.php:205
|
99 |
+
#: inc/settings_page.php:239
|
100 |
msgid "Save Changes"
|
101 |
msgstr "Сохранить изменения"
|
102 |
|
103 |
+
#: inc/settings_page.php:121
|
104 |
+
msgid "Domain Verification"
|
105 |
+
msgstr "Проверка домена"
|
106 |
+
|
107 |
+
#: inc/settings_page.php:123
|
108 |
+
msgid ""
|
109 |
+
"Third-party services like Alexa, Pinterest and Google-Plus require you to "
|
110 |
+
"verify your domain. This makes sure that you are the correct owner of your "
|
111 |
+
"blog or store before they provide their services to you. You can use the "
|
112 |
+
"options below to verify your domain. If your domain is already verified, you "
|
113 |
+
"can just forget about these."
|
114 |
+
msgstr ""
|
115 |
+
|
116 |
+
#: inc/settings_page.php:166
|
117 |
+
msgid "Meta Tags for Static Home Page only"
|
118 |
+
msgstr ""
|
119 |
+
|
120 |
+
#: inc/settings_page.php:168
|
121 |
+
msgid ""
|
122 |
+
"You can use the options below to add meta tags such as Description and "
|
123 |
+
"Keywords only in Static Home Page of your website."
|
124 |
+
msgstr ""
|
125 |
+
|
126 |
+
#: inc/settings_page.php:188
|
127 |
+
msgid "Meta Tags for Default Home Page and Blog Page only"
|
128 |
+
msgstr ""
|
129 |
+
|
130 |
+
#: inc/settings_page.php:190
|
131 |
+
msgid ""
|
132 |
+
"You can use the options below to add meta tags such as Description and "
|
133 |
+
"Keywords only in Default Home Page and Blog Page of your website."
|
134 |
+
msgstr ""
|
135 |
+
|
136 |
+
#: inc/settings_page.php:210
|
137 |
+
msgid "Meta Tags for all website (Global)"
|
138 |
+
msgstr ""
|
139 |
+
|
140 |
+
#: inc/settings_page.php:212
|
141 |
+
msgid ""
|
142 |
+
"You can use the options below to add meta tags such as Author, Copyright and "
|
143 |
+
"Keywords in everywhere on your website."
|
144 |
+
msgstr ""
|
145 |
+
|
146 |
#. Plugin URI of the plugin/theme
|
147 |
msgid "http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html"
|
148 |
msgstr ""
|
150 |
#. Description of the plugin/theme
|
151 |
msgid ""
|
152 |
"EASILY and SAFELY add your custom Meta Tags to WordPress website's header."
|
153 |
+
msgstr "ЛЕГКО и НАДЁЖНО добавляйте ваши Мета-Теги в шапку WordPress веб-сайта."
|
|
|
154 |
|
155 |
#. Author of the plugin/theme
|
156 |
msgid "Arthur \"Berserkr\" Gareginyan"
|
157 |
msgstr "Артур “Берсерк” Гарегинян"
|
158 |
|
159 |
#. Author URI of the plugin/theme
|
160 |
+
msgid "http://www.arthurgareginyan.com"
|
161 |
msgstr ""
|
languages/allmetatags.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:
|
7 |
"PO-Revision-Date: 2015-10-28 13:57+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -15,8 +15,8 @@ msgstr ""
|
|
15 |
"X-Poedit-WPHeader: all-meta-tags.php\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
18 |
-
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;
|
19 |
-
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
@@ -35,8 +35,12 @@ msgstr ""
|
|
35 |
|
36 |
#: inc/settings_page.php:36
|
37 |
msgid ""
|
38 |
-
"by <a href=\"http://
|
39 |
-
"\"
|
|
|
|
|
|
|
|
|
40 |
msgstr ""
|
41 |
|
42 |
#: inc/settings_page.php:53
|
@@ -49,11 +53,89 @@ msgid ""
|
|
49 |
"simple!"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: inc/settings_page.php:
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
msgid "Save Changes"
|
55 |
msgstr ""
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
#. Plugin URI of the plugin/theme
|
58 |
msgid "http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html"
|
59 |
msgstr ""
|
@@ -68,5 +150,5 @@ msgid "Arthur \"Berserkr\" Gareginyan"
|
|
68 |
msgstr ""
|
69 |
|
70 |
#. Author URI of the plugin/theme
|
71 |
-
msgid "http://
|
72 |
msgstr ""
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: All Meta Tags\n"
|
6 |
+
"POT-Creation-Date: 2016-02-03 22:44+0300\n"
|
7 |
"PO-Revision-Date: 2015-10-28 13:57+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
15 |
"X-Poedit-WPHeader: all-meta-tags.php\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
18 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;"
|
19 |
+
"_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
22 |
|
35 |
|
36 |
#: inc/settings_page.php:36
|
37 |
msgid ""
|
38 |
+
"by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
39 |
+
"\"Berserkr\" Gareginyan</a>"
|
40 |
+
msgstr ""
|
41 |
+
|
42 |
+
#: inc/settings_page.php:47
|
43 |
+
msgid "About"
|
44 |
msgstr ""
|
45 |
|
46 |
#: inc/settings_page.php:53
|
53 |
"simple!"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: inc/settings_page.php:62
|
57 |
+
msgid "Donate"
|
58 |
+
msgstr ""
|
59 |
+
|
60 |
+
#: inc/settings_page.php:64
|
61 |
+
msgid ""
|
62 |
+
"If you like this plugin and find it useful, help me to make this plugin "
|
63 |
+
"even better and keep it up-to-date."
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: inc/settings_page.php:70
|
67 |
+
msgid "Thanks for your support!"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: inc/settings_page.php:75
|
71 |
+
msgid "Help"
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: inc/settings_page.php:78
|
75 |
+
msgid "If you want more options then tell me and I will be happy to add it."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: inc/settings_page.php:96
|
79 |
+
msgid "Web Master Tools"
|
80 |
+
msgstr ""
|
81 |
+
|
82 |
+
#: inc/settings_page.php:98
|
83 |
+
msgid ""
|
84 |
+
"Webmaster Tools require you to verify your domain. This makes sure that you "
|
85 |
+
"are the correct owner of your blog or store before they provide their "
|
86 |
+
"services to you. You can use the options below to verify your domain. If "
|
87 |
+
"your domain is already verified, you can just forget about these."
|
88 |
+
msgstr ""
|
89 |
+
|
90 |
+
#: inc/settings_page.php:116 inc/settings_page.php:161
|
91 |
+
#: inc/settings_page.php:183 inc/settings_page.php:205
|
92 |
+
#: inc/settings_page.php:239
|
93 |
msgid "Save Changes"
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: inc/settings_page.php:121
|
97 |
+
msgid "Domain Verification"
|
98 |
+
msgstr ""
|
99 |
+
|
100 |
+
#: inc/settings_page.php:123
|
101 |
+
msgid ""
|
102 |
+
"Third-party services like Alexa, Pinterest and Google-Plus require you to "
|
103 |
+
"verify your domain. This makes sure that you are the correct owner of your "
|
104 |
+
"blog or store before they provide their services to you. You can use the "
|
105 |
+
"options below to verify your domain. If your domain is already verified, "
|
106 |
+
"you can just forget about these."
|
107 |
+
msgstr ""
|
108 |
+
|
109 |
+
#: inc/settings_page.php:166
|
110 |
+
msgid "Meta Tags for Static Home Page only"
|
111 |
+
msgstr ""
|
112 |
+
|
113 |
+
#: inc/settings_page.php:168
|
114 |
+
msgid ""
|
115 |
+
"You can use the options below to add meta tags such as Description and "
|
116 |
+
"Keywords only in Static Home Page of your website."
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: inc/settings_page.php:188
|
120 |
+
msgid "Meta Tags for Default Home Page and Blog Page only"
|
121 |
+
msgstr ""
|
122 |
+
|
123 |
+
#: inc/settings_page.php:190
|
124 |
+
msgid ""
|
125 |
+
"You can use the options below to add meta tags such as Description and "
|
126 |
+
"Keywords only in Default Home Page and Blog Page of your website."
|
127 |
+
msgstr ""
|
128 |
+
|
129 |
+
#: inc/settings_page.php:210
|
130 |
+
msgid "Meta Tags for all website (Global)"
|
131 |
+
msgstr ""
|
132 |
+
|
133 |
+
#: inc/settings_page.php:212
|
134 |
+
msgid ""
|
135 |
+
"You can use the options below to add meta tags such as Author, Copyright "
|
136 |
+
"and Keywords in everywhere on your website."
|
137 |
+
msgstr ""
|
138 |
+
|
139 |
#. Plugin URI of the plugin/theme
|
140 |
msgid "http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html"
|
141 |
msgstr ""
|
150 |
msgstr ""
|
151 |
|
152 |
#. Author URI of the plugin/theme
|
153 |
+
msgid "http://www.arthurgareginyan.com"
|
154 |
msgstr ""
|
readme.txt
CHANGED
@@ -4,14 +4,14 @@ Tags: meta, tag,tags, custom, simple, plugin, twitter, facebook, g+, google, goo
|
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 1.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
-
|
12 |
|
13 |
== Description ==
|
14 |
-
An easy to use WordPress plugin that gives you the ability to
|
15 |
|
16 |
No need anymore to editing a files of your theme or plugins in order to add meta tags. You can add they on plugins settings page. Just add your ID (the meta key "content" value from your verification code) or/and the URL to the social media profile of the publisher in the field on the plugin page and this plugin will do the rest for you. It adds required meta tags to the head section of your website automatically, without changing any of your themes file and without slowing down your website. It's really useful in case of any theme update, because your meta tags would never be lost! Your meta tags will keep on working, no matter how many times you upgrade or switch your theme and plugins.
|
17 |
|
@@ -83,27 +83,27 @@ After installation, a "`All Meta Tags`" menu item will appear in the "`Settings
|
|
83 |
|
84 |
|
85 |
== Frequently Asked Questions ==
|
86 |
-
= Will this Plugin work on my WordPress.com website? =
|
87 |
-
Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
|
88 |
|
89 |
-
= Can I use this plugin on my language? =
|
90 |
-
Yes. But If your language is not available then you can make one. This plugin is ready for translation. The `.pot` file is included and placed in "`languages`" folder. Many of plugin users would be delighted if you shared your translation with the community. Just send the translation files (`*.po, *.mo`) to me at the arthurgareginyan@gmail.com and I will include the translation within the next plugin update.
|
91 |
|
92 |
-
= How does it work? =
|
93 |
-
First, go to page "`Settings`" —> "`All Meta Tags`".
|
94 |
On the plugin page you find the fields where you can enter your `ID` (meta key "content" value from your verification code), `URL` to the your social network profile or name of your social network profile in order to verify your website.
|
95 |
|
96 |
-
= How much of description I can enter in the text field? =
|
97 |
-
I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description.
|
98 |
|
99 |
-
= How much of keywords I can enter in the text field? =
|
100 |
-
I don't limit the number of characters.
|
101 |
|
102 |
-
= Where to report bug if found? =
|
103 |
-
Please visit [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags) and report.
|
104 |
|
105 |
-
= Where to share any ideas or suggestions to make the plugin better? =
|
106 |
-
Please visit [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html) and share.
|
107 |
|
108 |
|
109 |
== Screenshots ==
|
@@ -115,7 +115,7 @@ Please visit [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-p
|
|
115 |
|
116 |
== Other Notes ==
|
117 |
|
118 |
-
"All Meta Tags" is one of the personal software projects of Arthur Gareginyan.
|
119 |
|
120 |
**License**
|
121 |
|
@@ -134,11 +134,17 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
134 |
|
135 |
**Links**
|
136 |
|
137 |
-
* [Developer Website](http://
|
138 |
* [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html)
|
139 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
|
140 |
|
141 |
-
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
= 1.4 =
|
143 |
* Removed more unused do_action() from settings_page.php file.
|
144 |
= 1.3 =
|
@@ -158,7 +164,13 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
158 |
* Alfa version.
|
159 |
|
160 |
|
161 |
-
== Upgrade Notice ==
|
|
|
|
|
|
|
|
|
|
|
|
|
162 |
= 1.4 =
|
163 |
* Removed more unused do_action() from settings_page.php file.
|
164 |
= 1.3 =
|
4 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 1.4
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
11 |
+
Easily add your Meta Tags to the WordPress website's head section. This is a must have tool for authors and website's owners.
|
12 |
|
13 |
== Description ==
|
14 |
+
An easy to use and lightweight WordPress plugin that gives you the ability to easily add your Meta Tags to the head section of your website.
|
15 |
|
16 |
No need anymore to editing a files of your theme or plugins in order to add meta tags. You can add they on plugins settings page. Just add your ID (the meta key "content" value from your verification code) or/and the URL to the social media profile of the publisher in the field on the plugin page and this plugin will do the rest for you. It adds required meta tags to the head section of your website automatically, without changing any of your themes file and without slowing down your website. It's really useful in case of any theme update, because your meta tags would never be lost! Your meta tags will keep on working, no matter how many times you upgrade or switch your theme and plugins.
|
17 |
|
83 |
|
84 |
|
85 |
== Frequently Asked Questions ==
|
86 |
+
= Q. Will this Plugin work on my WordPress.com website? =
|
87 |
+
A. Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
|
88 |
|
89 |
+
= Q. Can I use this plugin on my language? =
|
90 |
+
A. Yes. But If your language is not available then you can make one. This plugin is ready for translation. The `.pot` file is included and placed in "`languages`" folder. Many of plugin users would be delighted if you shared your translation with the community. Just send the translation files (`*.po, *.mo`) to me at the arthurgareginyan@gmail.com and I will include the translation within the next plugin update.
|
91 |
|
92 |
+
= Q. How does it work? =
|
93 |
+
A. First, go to page "`Settings`" —> "`All Meta Tags`".
|
94 |
On the plugin page you find the fields where you can enter your `ID` (meta key "content" value from your verification code), `URL` to the your social network profile or name of your social network profile in order to verify your website.
|
95 |
|
96 |
+
= Q. How much of description I can enter in the text field? =
|
97 |
+
A. I don't limit the number of characters, but most search engines use a maximum of 160 chars for the home description.
|
98 |
|
99 |
+
= Q. How much of keywords I can enter in the text field? =
|
100 |
+
A. I don't limit the number of characters.
|
101 |
|
102 |
+
= Q. Where to report bug if found? =
|
103 |
+
A. Please visit [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags) and report.
|
104 |
|
105 |
+
= Q. Where to share any ideas or suggestions to make the plugin better? =
|
106 |
+
A. Please visit [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html) and share.
|
107 |
|
108 |
|
109 |
== Screenshots ==
|
115 |
|
116 |
== Other Notes ==
|
117 |
|
118 |
+
"All Meta Tags" is one of the personal software projects of [Arthur Gareginyan](http://www.arthurgareginyan.com).
|
119 |
|
120 |
**License**
|
121 |
|
134 |
|
135 |
**Links**
|
136 |
|
137 |
+
* [Developer Website](http://www.arthurgareginyan.com)
|
138 |
* [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-all-meta-tags.html)
|
139 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
|
140 |
|
141 |
+
== Changelog ==
|
142 |
+
= 1.5 =
|
143 |
+
* Authors URI changed.
|
144 |
+
* Localization improved.
|
145 |
+
* .pot file updated.
|
146 |
+
* Russian translation updated.
|
147 |
+
* thanks.png replaced.
|
148 |
= 1.4 =
|
149 |
* Removed more unused do_action() from settings_page.php file.
|
150 |
= 1.3 =
|
164 |
* Alfa version.
|
165 |
|
166 |
|
167 |
+
== Upgrade Notice ==
|
168 |
+
= 1.5 =
|
169 |
+
* Authors URI changed.
|
170 |
+
* Localization improved.
|
171 |
+
* .pot file updated.
|
172 |
+
* Russian translation updated.
|
173 |
+
* thanks.png replaced.
|
174 |
= 1.4 =
|
175 |
* Removed more unused do_action() from settings_page.php file.
|
176 |
= 1.3 =
|