All Meta Tags - Version 2.0.1

Version Description

  • POT file updated.
  • Russian translation updated.
  • Image "thanks.png" removed.
  • Advertisement replaced by new.
  • Added the subject with plugin name to email address on settings page.
  • Function "allmetatags_enqueue_scripts" renamed to "allmetatags_load_scripts".
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 All Meta Tags
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0 to 2.0.1

all-meta-tags.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Easily and safely add your custom Meta Tags to WordPress website's header.
6
  * Author: Arthur Gareginyan
7
  * Author URI: http://www.arthurgareginyan.com
8
- * Version: 2.0
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
@@ -37,7 +37,7 @@
37
  defined('ABSPATH') or die("Restricted access!");
38
 
39
  /**
40
- * Plugin constants
41
  *
42
  * @since 2.0
43
  */
@@ -91,11 +91,11 @@ add_action( 'admin_menu', 'allmetatags_register_submenu_page' );
91
  require_once( ALLMT_PATH . 'inc/settings_page.php' );
92
 
93
  /**
94
- * Enqueue style sheet for setting's page
95
  *
96
  * @since 2.0
97
  */
98
- function allmetatags_enqueue_scripts($hook) {
99
 
100
  // Return if the page is not a settings page of this plugin
101
  if ( 'settings_page_all-meta-tags' != $hook ) {
@@ -104,7 +104,7 @@ function allmetatags_enqueue_scripts($hook) {
104
 
105
  wp_enqueue_style('styles', ALLMT_URL . 'inc/style.css');
106
  }
107
- add_action('admin_enqueue_scripts', 'allmetatags_enqueue_scripts');
108
 
109
  /**
110
  * Register settings
5
  * Description: Easily and safely add your custom Meta Tags to WordPress website's header.
6
  * Author: Arthur Gareginyan
7
  * Author URI: http://www.arthurgareginyan.com
8
+ * Version: 2.0.1
9
  * License: GPL3
10
  * Text Domain: all-meta-tags
11
  * Domain Path: /languages/
37
  defined('ABSPATH') or die("Restricted access!");
38
 
39
  /**
40
+ * Define constants
41
  *
42
  * @since 2.0
43
  */
91
  require_once( ALLMT_PATH . 'inc/settings_page.php' );
92
 
93
  /**
94
+ * Load scripts and style sheet for settings page
95
  *
96
  * @since 2.0
97
  */
98
+ function allmetatags_load_scripts($hook) {
99
 
100
  // Return if the page is not a settings page of this plugin
101
  if ( 'settings_page_all-meta-tags' != $hook ) {
104
 
105
  wp_enqueue_style('styles', ALLMT_URL . 'inc/style.css');
106
  }
107
+ add_action('admin_enqueue_scripts', 'allmetatags_load_scripts');
108
 
109
  /**
110
  * Register settings
inc/images/author.png DELETED
Binary file
inc/images/thanks.png DELETED
Binary file
inc/settings_page.php CHANGED
@@ -10,7 +10,7 @@ defined('ABSPATH') or die("Restricted access!");
10
  /**
11
  * Render Settings Page
12
  *
13
- * @since 2.0
14
  */
15
  function allmetatags_render_submenu_page() {
16
 
@@ -24,7 +24,7 @@ function allmetatags_render_submenu_page() {
24
  <?php _e( 'All Meta Tags', 'all-meta-tags' ); ?>
25
  <br/>
26
  <span>
27
- <?php _e( 'by <a href="http://www.arthurgareginyan.com" target="_blank">Arthur "Berserkr" Gareginyan</a>', 'all-meta-tags' ); ?>
28
  <span/>
29
  </h2>
30
 
@@ -35,46 +35,42 @@ function allmetatags_render_submenu_page() {
35
  <div id="side-sortables" class="meta-box-sortabless ui-sortable">
36
 
37
  <div id="about" class="postbox">
38
- <h3 class="title"><?php _e( 'About', 'all-meta-tags' ) ?></a></h3>
39
  <div class="inside">
40
- <p><?php _e( 'This plugin allows you to easily add Meta Tags to your website.', 'all-meta-tags' ) ?></p>
41
  </div>
42
  </div>
43
 
44
  <div id="using" class="postbox">
45
- <h3 class="title"><?php _e( 'Using', 'all-meta-tags' ) ?></a></h3>
46
  <div class="inside">
47
- <p><?php _e( 'To use, enter your custom Meta Tags, then click "Save Changes". It\'s that simple!', 'all-meta-tags' ) ?></p>
48
  </div>
49
  </div>
50
 
51
  <div id="help" class="postbox">
52
  <h3 class="title"><?php _e( 'Help', 'all-meta-tags' ); ?></h3>
53
  <div class="inside">
54
- <p><?php _e( 'If you want more options then tell me and I will be happy to add it.', 'all-meta-tags' ); ?></p>
55
- <p><a href="mailto:arthurgareginyan@gmail.com">arthurgareginyan@gmail.com</a></p>
56
  </div>
57
  </div>
58
 
59
  <div id="donate" class="postbox">
60
- <h3 class="title"><?php _e( 'Donate', 'all-meta-tags' ) ?></h3>
61
  <div class="inside">
62
- <img src="<?php echo plugins_url('images/thanks.png', __FILE__); ?>">
63
- <p><?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.', 'all-meta-tags' ) ?></p>
64
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" rel="nofollow">
65
  <img src="<?php echo plugins_url('images/btn_donateCC_LG.gif', __FILE__); ?>" alt="Make a donation">
66
  </a>
67
- <p><?php _e( 'Thanks for your support!', 'all-meta-tags' ) ?></p>
68
  </div>
69
  </div>
70
 
71
- <div id="freelance" class="postbox">
72
- <h3 class="title"><?php _e( 'Freelance', 'all-meta-tags' ) ?></h3>
73
  <div class="inside">
74
- <img src="<?php echo plugins_url('images/author.png', __FILE__); ?>">
75
- <p><?php _e( 'Hello, my name is Arthur and I\'m a freelance web designer and developer.', 'all-meta-tags' ) ?></p>
76
- <p><?php _e( 'Share your thoughts with me. You may have a brilliant idea in your mind and I can make it happen, so let’s get started!', 'all-meta-tags' ) ?></p>
77
- <p><a href="http://www.arthurgareginyan.com/" target="_blank">www.arthurgareginyan.com</a></p>
78
  </div>
79
  </div>
80
 
@@ -92,9 +88,9 @@ function allmetatags_render_submenu_page() {
92
  <?php settings_fields( 'allmetatags_settings_group' ); ?>
93
 
94
  <div class="postbox" id="WebMasterTools">
95
- <h3 class="title"><?php _e( 'Web Master Tools', 'all-meta-tags' ) ?></h3>
96
  <div class="inside">
97
- <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.', 'all-meta-tags' ) ?></p>
98
  <table class="form-table">
99
  <?php allmetatags_field('google',
100
  'Google Webmaster Tools',
@@ -117,14 +113,14 @@ function allmetatags_render_submenu_page() {
117
  </div>
118
 
119
  <div class="postbox" id="DomainVerification">
120
- <h3 class="title"><?php _e( 'Domain Verification', 'all-meta-tags' ) ?></h3>
121
  <div class="inside">
122
- <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.', 'all-meta-tags' ) ?></p>
123
  <table class="form-table">
124
  <?php allmetatags_field('pinterest',
125
  'Pinterest',
126
  '1234567890',
127
- 'Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name="pinterest_webmaster" content=“<b>1234567890</b>” /&gt;',
128
  'https://help.pinterest.com/en/articles/confirm-your-website');?>
129
  <?php allmetatags_field('google_author',
130
  'Google+',
@@ -162,9 +158,9 @@ function allmetatags_render_submenu_page() {
162
  </div>
163
 
164
  <div class="postbox" id="Home">
165
- <h3 class="title"><?php _e( 'Meta Tags for Static Home Page only', 'all-meta-tags' ) ?></h3>
166
  <div class="inside">
167
- <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.', 'all-meta-tags' ) ?></p>
168
  <table class="form-table">
169
  <?php allmetatags_field('home_description',
170
  'Home Description',
@@ -184,9 +180,9 @@ function allmetatags_render_submenu_page() {
184
  </div>
185
 
186
  <div class="postbox" id="Blog">
187
- <h3 class="title"><?php _e( 'Meta Tags for Default Home Page and Blog Page only', 'all-meta-tags' ) ?></h3>
188
  <div class="inside">
189
- <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.', 'all-meta-tags' ) ?></p>
190
  <table class="form-table">
191
  <?php allmetatags_field('blog_description',
192
  'Blog Description',
@@ -206,9 +202,9 @@ function allmetatags_render_submenu_page() {
206
  </div>
207
 
208
  <div class="postbox" id="Everywhere">
209
- <h3 class="title"><?php _e( 'Meta Tags for all website (Global)', 'all-meta-tags' ) ?></h3>
210
  <div class="inside">
211
- <p><?php _e( 'You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website.', 'all-meta-tags' ) ?></p>
212
  <table class="form-table">
213
  <?php allmetatags_field('author',
214
  'Author',
@@ -226,7 +222,7 @@ function allmetatags_render_submenu_page() {
226
  '');?>
227
  <?php allmetatags_field('copyright',
228
  'Copyright',
229
- 'Copyright (c) 2013-2015 Arthur Berserkr Gareginyan. All Rights Reserved.',
230
  '');?>
231
  <?php allmetatags_field('keywords',
232
  'Keyword(s)',
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 2.0.1
14
  */
15
  function allmetatags_render_submenu_page() {
16
 
24
  <?php _e( 'All Meta Tags', 'all-meta-tags' ); ?>
25
  <br/>
26
  <span>
27
+ <?php _e( 'by <a href="http://www.arthurgareginyan.com" target="_blank">Arthur Gareginyan</a>', 'all-meta-tags' ); ?>
28
  <span/>
29
  </h2>
30
 
35
  <div id="side-sortables" class="meta-box-sortabless ui-sortable">
36
 
37
  <div id="about" class="postbox">
38
+ <h3 class="title"><?php _e( 'About', 'all-meta-tags' ); ?></a></h3>
39
  <div class="inside">
40
+ <p><?php _e( 'This plugin allows you to easily add Meta Tags to your website.', 'all-meta-tags' ); ?></p>
41
  </div>
42
  </div>
43
 
44
  <div id="using" class="postbox">
45
+ <h3 class="title"><?php _e( 'Using', 'all-meta-tags' ); ?></a></h3>
46
  <div class="inside">
47
+ <p><?php _e( 'To use, enter your custom Meta Tags, then click "Save Changes". It\'s that simple!', 'all-meta-tags' ); ?></p>
48
  </div>
49
  </div>
50
 
51
  <div id="help" class="postbox">
52
  <h3 class="title"><?php _e( 'Help', 'all-meta-tags' ); ?></h3>
53
  <div class="inside">
54
+ <p><?php _e( 'Got something to say? Need help?', 'all-meta-tags' ); ?></p>
55
+ <p><a href="mailto:arthurgareginyan@gmail.com?subject=All Meta Tags">arthurgareginyan@gmail.com</a></p>
56
  </div>
57
  </div>
58
 
59
  <div id="donate" class="postbox">
60
+ <h3 class="title"><?php _e( 'Donate', 'all-meta-tags' ); ?></h3>
61
  <div class="inside">
62
+ <p><?php _e( 'If you like this plugin and find it useful, please help me to make this plugin even better and keep it up-to-date.', 'all-meta-tags' ); ?></p>
 
63
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" rel="nofollow">
64
  <img src="<?php echo plugins_url('images/btn_donateCC_LG.gif', __FILE__); ?>" alt="Make a donation">
65
  </a>
66
+ <p><?php _e( 'Thanks for your support!', 'all-meta-tags' ); ?></p>
67
  </div>
68
  </div>
69
 
70
+ <div id="advertisement" class="postbox">
71
+ <h3 class="title"><?php _e( 'Advertisement', 'all-meta-tags' ); ?></h3>
72
  <div class="inside">
73
+ <a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=36439_5_1_21" target="_blank" rel="nofollow"><img style="border:0px" src="http://www.elegantthemes.com/affiliates/media/banners/divi_250x250.jpg" width="250" height="250" alt="Divi WordPress Theme"></a>
 
 
 
74
  </div>
75
  </div>
76
 
88
  <?php settings_fields( 'allmetatags_settings_group' ); ?>
89
 
90
  <div class="postbox" id="WebMasterTools">
91
+ <h3 class="title"><?php _e( 'Web Master Tools', 'all-meta-tags' ); ?></h3>
92
  <div class="inside">
93
+ <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.', 'all-meta-tags' ); ?></p>
94
  <table class="form-table">
95
  <?php allmetatags_field('google',
96
  'Google Webmaster Tools',
113
  </div>
114
 
115
  <div class="postbox" id="DomainVerification">
116
+ <h3 class="title"><?php _e( 'Domain Verification', 'all-meta-tags' ); ?></h3>
117
  <div class="inside">
118
+ <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.', 'all-meta-tags' ); ?></p>
119
  <table class="form-table">
120
  <?php allmetatags_field('pinterest',
121
  'Pinterest',
122
  '1234567890',
123
+ 'Enter your meta key “content” value from your verification code to verify your website. </br>Example: &lt;meta name="p:domain_verify" content=“<b>1234567890</b>” /&gt;',
124
  'https://help.pinterest.com/en/articles/confirm-your-website');?>
125
  <?php allmetatags_field('google_author',
126
  'Google+',
158
  </div>
159
 
160
  <div class="postbox" id="Home">
161
+ <h3 class="title"><?php _e( 'Meta Tags for Static Home Page only', 'all-meta-tags' ); ?></h3>
162
  <div class="inside">
163
+ <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.', 'all-meta-tags' ); ?></p>
164
  <table class="form-table">
165
  <?php allmetatags_field('home_description',
166
  'Home Description',
180
  </div>
181
 
182
  <div class="postbox" id="Blog">
183
+ <h3 class="title"><?php _e( 'Meta Tags for Default Home Page and Blog Page only', 'all-meta-tags' ); ?></h3>
184
  <div class="inside">
185
+ <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.', 'all-meta-tags' ); ?></p>
186
  <table class="form-table">
187
  <?php allmetatags_field('blog_description',
188
  'Blog Description',
202
  </div>
203
 
204
  <div class="postbox" id="Everywhere">
205
+ <h3 class="title"><?php _e( 'Meta Tags for all website (Global)', 'all-meta-tags' ); ?></h3>
206
  <div class="inside">
207
+ <p><?php _e( 'You can use the options below to add meta tags such as Author, Copyright and Keywords in everywhere on your website.', 'all-meta-tags' ); ?></p>
208
  <table class="form-table">
209
  <?php allmetatags_field('author',
210
  'Author',
222
  '');?>
223
  <?php allmetatags_field('copyright',
224
  'Copyright',
225
+ 'Copyright (c) 2013-2016 Arthur Gareginyan. All Rights Reserved.',
226
  '');?>
227
  <?php allmetatags_field('keywords',
228
  'Keyword(s)',
inc/style.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * All Meta Tags
3
  * Style sheet for plugin's page
4
- * @since 2.0
5
  * @agareginyan
6
  */
7
 
@@ -71,11 +71,14 @@ td.help-text {
71
  #help {
72
  text-align: center;
73
  }
 
 
 
74
 
75
  #donate {
76
  text-align: center;
77
  }
78
 
79
- #freelance {
80
  text-align: center;
81
  }
1
  /*
2
  * All Meta Tags
3
  * Style sheet for plugin's page
4
+ * @since 2.0.1
5
  * @agareginyan
6
  */
7
 
71
  #help {
72
  text-align: center;
73
  }
74
+ #help p {
75
+ margin: 0;
76
+ }
77
 
78
  #donate {
79
  text-align: center;
80
  }
81
 
82
+ #advertisement {
83
  text-align: center;
84
  }
languages/all-meta-tags-ru_RU.mo CHANGED
Binary file
languages/all-meta-tags-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All Meta Tags\n"
4
- "POT-Creation-Date: 2016-04-09 13:50+0300\n"
5
- "PO-Revision-Date: 2016-04-09 13:50+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -33,10 +33,10 @@ msgstr ""
33
  #: inc/settings_page.php:27
34
  msgid ""
35
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
36
- "\"Berserkr\" Gareginyan</a>"
37
  msgstr ""
38
  "от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
39
- "\"Berserkr\" Гарегинян</a>"
40
 
41
  #: inc/settings_page.php:38
42
  msgid "About"
@@ -63,49 +63,34 @@ msgid "Help"
63
  msgstr "Помощь"
64
 
65
  #: inc/settings_page.php:54
66
- msgid "If you want more options then tell me and I will be happy to add it."
67
- msgstr ""
68
- "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
69
- "добавить их."
70
 
71
  #: inc/settings_page.php:60
72
  msgid "Donate"
73
  msgstr "Пожертвование"
74
 
75
- #: inc/settings_page.php:63
76
  msgid ""
77
- "If you like this plugin and find it useful, help me to make this plugin even "
78
- "better and keep it up-to-date."
79
  msgstr ""
80
- "Если вам нравится этот плагин и вы находите его полезным, то помогите мне "
81
- "сделать его ещё лучше."
82
 
83
- #: inc/settings_page.php:67
84
  msgid "Thanks for your support!"
85
  msgstr "Спасибо за вашу поддержку!"
86
 
87
- #: inc/settings_page.php:72
88
- msgid "Freelance"
89
- msgstr "Фриланс"
90
-
91
- #: inc/settings_page.php:75
92
- msgid ""
93
- "Hello, my name is Arthur and I'm a freelance web designer and developer."
94
- msgstr "Привет, меня зовут Артур и Я внештатный веб-дизайнер и разработчик."
95
-
96
- #: inc/settings_page.php:76
97
- msgid ""
98
- "Share your thoughts with me. You may have a brilliant idea in your mind and "
99
- "I can make it happen, so let’s get started!"
100
- msgstr ""
101
- "Поделитесь со мной своими мыслями. У вас может быть блестящая идея в уме, а "
102
- "я могу сделать её явью, так что давайте начнём!"
103
 
104
- #: inc/settings_page.php:95
105
  msgid "Web Master Tools"
106
  msgstr "Веб-мастер инструменты"
107
 
108
- #: inc/settings_page.php:97
109
  msgid ""
110
  "Webmaster Tools require you to verify your domain. This makes sure that you "
111
  "are the correct owner of your blog or store before they provide their "
@@ -113,17 +98,17 @@ msgid ""
113
  "your domain is already verified, you can just forget about these."
114
  msgstr ""
115
 
116
- #: inc/settings_page.php:115 inc/settings_page.php:160
117
- #: inc/settings_page.php:182 inc/settings_page.php:204
118
- #: inc/settings_page.php:238
119
  msgid "Save Changes"
120
  msgstr "Сохранить изменения"
121
 
122
- #: inc/settings_page.php:120
123
  msgid "Domain Verification"
124
  msgstr "Проверка домена"
125
 
126
- #: inc/settings_page.php:122
127
  msgid ""
128
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
129
  "verify your domain. This makes sure that you are the correct owner of your "
@@ -132,31 +117,31 @@ msgid ""
132
  "can just forget about these."
133
  msgstr ""
134
 
135
- #: inc/settings_page.php:165
136
  msgid "Meta Tags for Static Home Page only"
137
  msgstr "Мета-теги только для Static Home Page"
138
 
139
- #: inc/settings_page.php:167
140
  msgid ""
141
  "You can use the options below to add meta tags such as Description and "
142
  "Keywords only in Static Home Page of your website."
143
  msgstr ""
144
 
145
- #: inc/settings_page.php:187
146
  msgid "Meta Tags for Default Home Page and Blog Page only"
147
  msgstr "Мета-теги для Default Home Page и только Blog Page"
148
 
149
- #: inc/settings_page.php:189
150
  msgid ""
151
  "You can use the options below to add meta tags such as Description and "
152
  "Keywords only in Default Home Page and Blog Page of your website."
153
  msgstr ""
154
 
155
- #: inc/settings_page.php:209
156
  msgid "Meta Tags for all website (Global)"
157
  msgstr "Мета-теги для всего веб-сайта (Глобальные)"
158
 
159
- #: inc/settings_page.php:211
160
  msgid ""
161
  "You can use the options below to add meta tags such as Author, Copyright and "
162
  "Keywords in everywhere on your website."
@@ -179,6 +164,42 @@ msgstr "Артур Гарегинян"
179
  msgid "http://www.arthurgareginyan.com"
180
  msgstr ""
181
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  #~ msgid "Arthur \"Berserkr\" Gareginyan"
183
  #~ msgstr "Артур “Берсерк” Гарегинян"
184
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All Meta Tags\n"
4
+ "POT-Creation-Date: 2016-08-23 07:16+0300\n"
5
+ "PO-Revision-Date: 2016-08-23 07:16+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
33
  #: inc/settings_page.php:27
34
  msgid ""
35
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
36
+ "Gareginyan</a>"
37
  msgstr ""
38
  "от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
39
+ "Гарегинян</a>"
40
 
41
  #: inc/settings_page.php:38
42
  msgid "About"
63
  msgstr "Помощь"
64
 
65
  #: inc/settings_page.php:54
66
+ msgid "Got something to say? Need help?"
67
+ msgstr "Есть что сказать? Нужна помощь?"
 
 
68
 
69
  #: inc/settings_page.php:60
70
  msgid "Donate"
71
  msgstr "Пожертвование"
72
 
73
+ #: inc/settings_page.php:62
74
  msgid ""
75
+ "If you like this plugin and find it useful, please help me to make this "
76
+ "plugin even better and keep it up-to-date."
77
  msgstr ""
78
+ "Если вам нравится этот плагин и вы находите его полезным, то пожалуйста "
79
+ "помогите мне сделать его ещё лучше."
80
 
81
+ #: inc/settings_page.php:66
82
  msgid "Thanks for your support!"
83
  msgstr "Спасибо за вашу поддержку!"
84
 
85
+ #: inc/settings_page.php:71
86
+ msgid "Advertisement"
87
+ msgstr "Реклама"
 
 
 
 
 
 
 
 
 
 
 
 
 
88
 
89
+ #: inc/settings_page.php:91
90
  msgid "Web Master Tools"
91
  msgstr "Веб-мастер инструменты"
92
 
93
+ #: inc/settings_page.php:93
94
  msgid ""
95
  "Webmaster Tools require you to verify your domain. This makes sure that you "
96
  "are the correct owner of your blog or store before they provide their "
98
  "your domain is already verified, you can just forget about these."
99
  msgstr ""
100
 
101
+ #: inc/settings_page.php:111 inc/settings_page.php:156
102
+ #: inc/settings_page.php:178 inc/settings_page.php:200
103
+ #: inc/settings_page.php:234
104
  msgid "Save Changes"
105
  msgstr "Сохранить изменения"
106
 
107
+ #: inc/settings_page.php:116
108
  msgid "Domain Verification"
109
  msgstr "Проверка домена"
110
 
111
+ #: inc/settings_page.php:118
112
  msgid ""
113
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
114
  "verify your domain. This makes sure that you are the correct owner of your "
117
  "can just forget about these."
118
  msgstr ""
119
 
120
+ #: inc/settings_page.php:161
121
  msgid "Meta Tags for Static Home Page only"
122
  msgstr "Мета-теги только для Static Home Page"
123
 
124
+ #: inc/settings_page.php:163
125
  msgid ""
126
  "You can use the options below to add meta tags such as Description and "
127
  "Keywords only in Static Home Page of your website."
128
  msgstr ""
129
 
130
+ #: inc/settings_page.php:183
131
  msgid "Meta Tags for Default Home Page and Blog Page only"
132
  msgstr "Мета-теги для Default Home Page и только Blog Page"
133
 
134
+ #: inc/settings_page.php:185
135
  msgid ""
136
  "You can use the options below to add meta tags such as Description and "
137
  "Keywords only in Default Home Page and Blog Page of your website."
138
  msgstr ""
139
 
140
+ #: inc/settings_page.php:205
141
  msgid "Meta Tags for all website (Global)"
142
  msgstr "Мета-теги для всего веб-сайта (Глобальные)"
143
 
144
+ #: inc/settings_page.php:207
145
  msgid ""
146
  "You can use the options below to add meta tags such as Author, Copyright and "
147
  "Keywords in everywhere on your website."
164
  msgid "http://www.arthurgareginyan.com"
165
  msgstr ""
166
 
167
+ #~ msgid "Advertising"
168
+ #~ msgstr "Реклама"
169
+
170
+ #~ msgid ""
171
+ #~ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
172
+ #~ "\"Berserkr\" Gareginyan</a>"
173
+ #~ msgstr ""
174
+ #~ "от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
175
+ #~ "\"Berserkr\" Гарегинян</a>"
176
+
177
+ #~ msgid "If you want more options then tell me and I will be happy to add it."
178
+ #~ msgstr ""
179
+ #~ "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
180
+ #~ "добавить их."
181
+
182
+ #~ msgid ""
183
+ #~ "If you like this plugin and find it useful, help me to make this plugin "
184
+ #~ "even better and keep it up-to-date."
185
+ #~ msgstr ""
186
+ #~ "Если вам нравится этот плагин и вы находите его полезным, то помогите мне "
187
+ #~ "сделать его ещё лучше."
188
+
189
+ #~ msgid "Freelance"
190
+ #~ msgstr "Фриланс"
191
+
192
+ #~ msgid ""
193
+ #~ "Hello, my name is Arthur and I'm a freelance web designer and developer."
194
+ #~ msgstr "Привет, меня зовут Артур и Я внештатный веб-дизайнер и разработчик."
195
+
196
+ #~ msgid ""
197
+ #~ "Share your thoughts with me. You may have a brilliant idea in your mind "
198
+ #~ "and I can make it happen, so let’s get started!"
199
+ #~ msgstr ""
200
+ #~ "Поделитесь со мной своими мыслями. У вас может быть блестящая идея в уме, "
201
+ #~ "а я могу сделать её явью, так что давайте начнём!"
202
+
203
  #~ msgid "Arthur \"Berserkr\" Gareginyan"
204
  #~ msgstr "Артур “Берсерк” Гарегинян"
205
 
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: 2016-04-09 13:50+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -32,7 +32,7 @@ msgstr ""
32
  #: inc/settings_page.php:27
33
  msgid ""
34
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
35
- "\"Berserkr\" Gareginyan</a>"
36
  msgstr ""
37
 
38
  #: inc/settings_page.php:38
@@ -58,43 +58,32 @@ msgid "Help"
58
  msgstr ""
59
 
60
  #: inc/settings_page.php:54
61
- msgid "If you want more options then tell me and I will be happy to add it."
62
  msgstr ""
63
 
64
  #: inc/settings_page.php:60
65
  msgid "Donate"
66
  msgstr ""
67
 
68
- #: inc/settings_page.php:63
69
  msgid ""
70
- "If you like this plugin and find it useful, help me to make this plugin "
71
- "even better and keep it up-to-date."
72
  msgstr ""
73
 
74
- #: inc/settings_page.php:67
75
  msgid "Thanks for your support!"
76
  msgstr ""
77
 
78
- #: inc/settings_page.php:72
79
- msgid "Freelance"
80
  msgstr ""
81
 
82
- #: inc/settings_page.php:75
83
- msgid ""
84
- "Hello, my name is Arthur and I'm a freelance web designer and developer."
85
- msgstr ""
86
-
87
- #: inc/settings_page.php:76
88
- msgid ""
89
- "Share your thoughts with me. You may have a brilliant idea in your mind and "
90
- "I can make it happen, so let’s get started!"
91
- msgstr ""
92
-
93
- #: inc/settings_page.php:95
94
  msgid "Web Master Tools"
95
  msgstr ""
96
 
97
- #: inc/settings_page.php:97
98
  msgid ""
99
  "Webmaster Tools require you to verify your domain. This makes sure that you "
100
  "are the correct owner of your blog or store before they provide their "
@@ -102,17 +91,17 @@ msgid ""
102
  "your domain is already verified, you can just forget about these."
103
  msgstr ""
104
 
105
- #: inc/settings_page.php:115 inc/settings_page.php:160
106
- #: inc/settings_page.php:182 inc/settings_page.php:204
107
- #: inc/settings_page.php:238
108
  msgid "Save Changes"
109
  msgstr ""
110
 
111
- #: inc/settings_page.php:120
112
  msgid "Domain Verification"
113
  msgstr ""
114
 
115
- #: inc/settings_page.php:122
116
  msgid ""
117
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
118
  "verify your domain. This makes sure that you are the correct owner of your "
@@ -121,31 +110,31 @@ msgid ""
121
  "you can just forget about these."
122
  msgstr ""
123
 
124
- #: inc/settings_page.php:165
125
  msgid "Meta Tags for Static Home Page only"
126
  msgstr ""
127
 
128
- #: inc/settings_page.php:167
129
  msgid ""
130
  "You can use the options below to add meta tags such as Description and "
131
  "Keywords only in Static Home Page of your website."
132
  msgstr ""
133
 
134
- #: inc/settings_page.php:187
135
  msgid "Meta Tags for Default Home Page and Blog Page only"
136
  msgstr ""
137
 
138
- #: inc/settings_page.php:189
139
  msgid ""
140
  "You can use the options below to add meta tags such as Description and "
141
  "Keywords only in Default Home Page and Blog Page of your website."
142
  msgstr ""
143
 
144
- #: inc/settings_page.php:209
145
  msgid "Meta Tags for all website (Global)"
146
  msgstr ""
147
 
148
- #: inc/settings_page.php:211
149
  msgid ""
150
  "You can use the options below to add meta tags such as Author, Copyright "
151
  "and Keywords in everywhere on your website."
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: All Meta Tags\n"
6
+ "POT-Creation-Date: 2016-08-23 07:13+0300\n"
7
  "PO-Revision-Date: 2015-10-28 13:57+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
32
  #: inc/settings_page.php:27
33
  msgid ""
34
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
35
+ "Gareginyan</a>"
36
  msgstr ""
37
 
38
  #: inc/settings_page.php:38
58
  msgstr ""
59
 
60
  #: inc/settings_page.php:54
61
+ msgid "Got something to say? Need help?"
62
  msgstr ""
63
 
64
  #: inc/settings_page.php:60
65
  msgid "Donate"
66
  msgstr ""
67
 
68
+ #: inc/settings_page.php:62
69
  msgid ""
70
+ "If you like this plugin and find it useful, please help me to make this "
71
+ "plugin even better and keep it up-to-date."
72
  msgstr ""
73
 
74
+ #: inc/settings_page.php:66
75
  msgid "Thanks for your support!"
76
  msgstr ""
77
 
78
+ #: inc/settings_page.php:71
79
+ msgid "Advertisement"
80
  msgstr ""
81
 
82
+ #: inc/settings_page.php:91
 
 
 
 
 
 
 
 
 
 
 
83
  msgid "Web Master Tools"
84
  msgstr ""
85
 
86
+ #: inc/settings_page.php:93
87
  msgid ""
88
  "Webmaster Tools require you to verify your domain. This makes sure that you "
89
  "are the correct owner of your blog or store before they provide their "
91
  "your domain is already verified, you can just forget about these."
92
  msgstr ""
93
 
94
+ #: inc/settings_page.php:111 inc/settings_page.php:156
95
+ #: inc/settings_page.php:178 inc/settings_page.php:200
96
+ #: inc/settings_page.php:234
97
  msgid "Save Changes"
98
  msgstr ""
99
 
100
+ #: inc/settings_page.php:116
101
  msgid "Domain Verification"
102
  msgstr ""
103
 
104
+ #: inc/settings_page.php:118
105
  msgid ""
106
  "Third-party services like Alexa, Pinterest and Google-Plus require you to "
107
  "verify your domain. This makes sure that you are the correct owner of your "
110
  "you can just forget about these."
111
  msgstr ""
112
 
113
+ #: inc/settings_page.php:161
114
  msgid "Meta Tags for Static Home Page only"
115
  msgstr ""
116
 
117
+ #: inc/settings_page.php:163
118
  msgid ""
119
  "You can use the options below to add meta tags such as Description and "
120
  "Keywords only in Static Home Page of your website."
121
  msgstr ""
122
 
123
+ #: inc/settings_page.php:183
124
  msgid "Meta Tags for Default Home Page and Blog Page only"
125
  msgstr ""
126
 
127
+ #: inc/settings_page.php:185
128
  msgid ""
129
  "You can use the options below to add meta tags such as Description and "
130
  "Keywords only in Default Home Page and Blog Page of your website."
131
  msgstr ""
132
 
133
+ #: inc/settings_page.php:205
134
  msgid "Meta Tags for all website (Global)"
135
  msgstr ""
136
 
137
+ #: inc/settings_page.php:207
138
  msgid ""
139
  "You can use the options below to add meta tags such as Author, Copyright "
140
  "and Keywords in everywhere on your website."
readme.txt CHANGED
@@ -39,8 +39,7 @@ Also you can use this plugin to add required meta tags such as Author, Designer,
39
  * Meta tag with name="copyright"
40
  * Meta tag with name="description" (Global, only for Static Home Page and only for Blog Page)
41
  * Meta tag with name="keywords" (Global, only for Static Home Page and only for Blog Page)
42
- * Ready for translation (.pot file included)
43
- * Russian translation
44
 
45
  **Coming soon:**
46
 
@@ -49,14 +48,21 @@ Also you can use this plugin to add required meta tags such as Author, Designer,
49
  * Meta tag with name="creator"
50
  * Meta tag with name="publisher"
51
  * Meta tag with name="language"
 
 
 
 
 
 
 
52
 
53
  >**Contribution**
54
  >
55
  >Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
56
  >
57
- >* Please [donate](http://www.arthurgareginyan.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
58
- >* Please take the time to [rate and review](https://wordpress.org/support/view/plugin-reviews/all-meta-tags?rate=5#postform) this plugin.
59
- >* Please [share with me](mailto:arthurgareginyan@gmail.com) if you have any ideas or suggestions to make this plugin better.
60
 
61
 
62
  == Installation ==
@@ -131,7 +137,7 @@ A. Yes, any financial contributions are welcome! Just visit my website and click
131
 
132
 
133
  == Screenshots ==
134
- 1. Plugin’s page.
135
 
136
 
137
  == Other Notes ==
@@ -149,6 +155,13 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
149
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
150
 
151
  == Changelog ==
 
 
 
 
 
 
 
152
  = 2.0 =
153
  * Some changes in design of settings page.
154
  * Constants variables added.
39
  * Meta tag with name="copyright"
40
  * Meta tag with name="description" (Global, only for Static Home Page and only for Blog Page)
41
  * Meta tag with name="keywords" (Global, only for Static Home Page and only for Blog Page)
42
+ * Ready for translation (POT file included)
 
43
 
44
  **Coming soon:**
45
 
48
  * Meta tag with name="creator"
49
  * Meta tag with name="publisher"
50
  * Meta tag with name="language"
51
+
52
+ = Translation =
53
+
54
+ Please keep in mind that not all translations are up to date. You are welcome to contribute!
55
+
56
+ * English (default)
57
+ * Russian
58
 
59
  >**Contribution**
60
  >
61
  >Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
62
  >
63
+ >* [Donate](http://www.arthurgareginyan.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
64
+ >* [Rate and Review](https://wordpress.org/support/view/plugin-reviews/all-meta-tags?rate=5#postform) this plugin.
65
+ >* [Share with me](mailto:arthurgareginyan@gmail.com) or view the [GitHub Repo](https://github.com/ArthurGareginyan/all-meta-tags) if you have any ideas or suggestions to make this plugin better.
66
 
67
 
68
  == Installation ==
137
 
138
 
139
  == Screenshots ==
140
+ 1. Plugin page.
141
 
142
 
143
  == Other Notes ==
155
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/all-meta-tags)
156
 
157
  == Changelog ==
158
+ = 2.0.1 =
159
+ * POT file updated.
160
+ * Russian translation updated.
161
+ * Image "thanks.png" removed.
162
+ * Advertisement replaced by new.
163
+ * Added the subject with plugin name to email address on settings page.
164
+ * Function "allmetatags_enqueue_scripts" renamed to "allmetatags_load_scripts".
165
  = 2.0 =
166
  * Some changes in design of settings page.
167
  * Constants variables added.