Custom Meta Widget - Version 1.4.2

Version Description

  • Wordpress 3.5 update
  • Added translations for ru_RU
Download this release

Release Info

Developer bitacre
Plugin Icon wp plugin Custom Meta Widget
Version 1.4.2
Comparing to
See all releases

Code changes from version 1.4.1 to 1.4.2

customMeta.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Custom Meta Widget
4
  Plugin URI: http://shinraholdings.com/plugins/custom-meta-widget
5
  Description: Clone of the standard Meta widget with options to hide thlogin, admin, entry and comment feed, WordPress.org and /custom links.
6
- Version: 1.4.1
7
  Author: bitacre
8
  Author URI: http://shinraholdings.com/
9
  License: GPLv2
@@ -67,12 +67,14 @@ function get_options() {
67
  'default' => 1,
68
  'label' => __( 'Show "WordPress.org" link?', 'customMetaWidget' ),
69
  'before' => '' ),
 
70
  'showcustom' => array(
71
  'slug' => 'showcustom',
72
  'type' => 'checkbox',
73
  'default' => 0,
74
  'label' => __( 'Show the custom link?', 'customMetaWidget' ),
75
- 'before' => '' ),
 
76
  'customurl' => array(
77
  'slug' => 'customurl',
78
  'type' => 'text',
3
  Plugin Name: Custom Meta Widget
4
  Plugin URI: http://shinraholdings.com/plugins/custom-meta-widget
5
  Description: Clone of the standard Meta widget with options to hide thlogin, admin, entry and comment feed, WordPress.org and /custom links.
6
+ Version: 1.4.2
7
  Author: bitacre
8
  Author URI: http://shinraholdings.com/
9
  License: GPLv2
67
  'default' => 1,
68
  'label' => __( 'Show "WordPress.org" link?', 'customMetaWidget' ),
69
  'before' => '' ),
70
+
71
  'showcustom' => array(
72
  'slug' => 'showcustom',
73
  'type' => 'checkbox',
74
  'default' => 0,
75
  'label' => __( 'Show the custom link?', 'customMetaWidget' ),
76
+ 'before' => '' ),
77
+
78
  'customurl' => array(
79
  'slug' => 'customurl',
80
  'type' => 'text',
lang/customMetaWidget-ru_RU.mo ADDED
Binary file
lang/{customMeta.pot → customMetaWidget-ru_RU.po} RENAMED
@@ -1,117 +1,124 @@
1
- # Copyright (C) 2012
2
- # This file is distributed under the same license as the package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: \n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-meta-widget\n"
7
- "POT-Creation-Date: 2012-08-28 14:39:17+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #: customMeta.php:20
16
- msgid "Hide the individual log in/out, admin, feed and WordPress links"
17
- msgstr ""
18
-
19
- #: customMeta.php:32 customMeta.php:177
20
- msgid "Meta"
21
- msgstr ""
22
-
23
- #: customMeta.php:33
24
- msgid "Title"
25
- msgstr ""
26
-
27
- #: customMeta.php:40
28
- msgid "Show \"Register/Admin\" link?"
29
- msgstr ""
30
-
31
- #: customMeta.php:47
32
- msgid "Show \"Log in/out\" link?"
33
- msgstr ""
34
-
35
- #: customMeta.php:54
36
- msgid "Show \"Entries RSS\" link?"
37
- msgstr ""
38
-
39
- #: customMeta.php:61
40
- msgid "Show \"Comments RSS\" link?"
41
- msgstr ""
42
-
43
- #: customMeta.php:68
44
- msgid "Show \"WordPress.org\" link?"
45
- msgstr ""
46
-
47
- #: customMeta.php:74
48
- msgid "Show the custom link?"
49
- msgstr ""
50
-
51
- #: customMeta.php:80
52
- msgid "URL"
53
- msgstr ""
54
-
55
- #: customMeta.php:87
56
- msgid "Text"
57
- msgstr ""
58
-
59
- #: customMeta.php:94
60
- msgid "Show Plugin link?"
61
- msgstr ""
62
-
63
- #: customMeta.php:145
64
- msgid "An awesome way to support this free plugin!"
65
- msgstr ""
66
-
67
- #: customMeta.php:152
68
- msgid "You have a custom link with no URL or text!"
69
- msgstr ""
70
-
71
- #: customMeta.php:155
72
- msgid "You have a custom link with no text!"
73
- msgstr ""
74
-
75
- #: customMeta.php:159
76
- msgid "You have a custom link with no URL!"
77
- msgstr ""
78
-
79
- #: customMeta.php:182
80
- msgid "Plugin: Custom Meta Widget"
81
- msgstr ""
82
-
83
- #: customMeta.php:183
84
- msgid "Plugin URL"
85
- msgstr ""
86
-
87
- #: customMeta.php:197
88
- msgid "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
89
- msgstr ""
90
-
91
- #: customMeta.php:199 customMeta.php:205
92
- msgid "Really Simple Syndication"
93
- msgstr ""
94
-
95
- #: customMeta.php:203
96
- msgid "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
97
- msgstr ""
98
-
99
- #: customMeta.php:208
100
- msgid ""
101
- "Powered by WordPress, state-of-the-art semantic personal publishing platform."
102
- msgstr ""
103
-
104
- #: customMeta.php:217
105
- msgid ""
106
- "Error: \"Show Custom Link\" is checked, but either the text or URL for that "
107
- "link are not specified. The link was not displayed because it would be "
108
- "broken. Check the settings for your Custom Meta widget."
109
- msgstr ""
110
-
111
- #: customMeta.php:222
112
- msgid "WordPress Plugin Homepage"
113
- msgstr ""
114
-
115
- #: customMeta.php:222
116
- msgid "Custom Meta"
117
- msgstr ""
 
 
 
 
 
 
 
1
+ # Copyright (C) 2012
2
+ # This file is distributed under the same license as the package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: customMeta-ru_RU\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-meta-widget\n"
7
+ "POT-Creation-Date: 2012-08-28 14:39:17+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2012-12-19 01:25+0200\n"
12
+ "Last-Translator: \n"
13
+ "Language-Team: VadDevArt <vadim.artdev@gmail.com>\n"
14
+ "X-Generator: Poedit 1.5.4\n"
15
+ "Language: Русский\n"
16
+
17
+ #: customMeta.php:20
18
+ msgid "Hide the individual log in/out, admin, feed and WordPress links"
19
+ msgstr ""
20
+ "Скрывает/выводит ссылки \"Вход\" и \"Выход\", админпанель, RSS ссылки и "
21
+ "ссылку на главную страницу Wordpress."
22
+
23
+ #: customMeta.php:32 customMeta.php:177
24
+ msgid "Meta"
25
+ msgstr "Мета"
26
+
27
+ #: customMeta.php:33
28
+ msgid "Title"
29
+ msgstr "Название"
30
+
31
+ #: customMeta.php:40
32
+ msgid "Show \"Register/Admin\" link?"
33
+ msgstr "Показывать ссылку \"Регистрация/Админпанель\"?"
34
+
35
+ #: customMeta.php:47
36
+ msgid "Show \"Log in/out\" link?"
37
+ msgstr "Показывать ссылку \"Вход\"/\"Выход\"?"
38
+
39
+ #: customMeta.php:54
40
+ msgid "Show \"Entries RSS\" link?"
41
+ msgstr "Показывать ссылку \"RSS записи\"?"
42
+
43
+ #: customMeta.php:61
44
+ msgid "Show \"Comments RSS\" link?"
45
+ msgstr "Показывать ссылку \"RSS комментарии\"?"
46
+
47
+ #: customMeta.php:68
48
+ msgid "Show \"WordPress.org\" link?"
49
+ msgstr "Показывать ссылку \"WordPress.org\"?"
50
+
51
+ #: customMeta.php:74
52
+ msgid "Show the custom link?"
53
+ msgstr "Показывать пользовательскую ссылку?"
54
+
55
+ #: customMeta.php:80
56
+ msgid "URL"
57
+ msgstr "Ссылка"
58
+
59
+ #: customMeta.php:87
60
+ msgid "Text"
61
+ msgstr "Текст"
62
+
63
+ #: customMeta.php:94
64
+ msgid "Show Plugin link?"
65
+ msgstr "Показыть ссылку на страницу плагина?"
66
+
67
+ #: customMeta.php:145
68
+ msgid "An awesome way to support this free plugin!"
69
+ msgstr "Это способ поддержки плагина!"
70
+
71
+ #: customMeta.php:152
72
+ msgid "You have a custom link with no URL or text!"
73
+ msgstr "Ваша ссылка без адреса или текста!"
74
+
75
+ #: customMeta.php:155
76
+ msgid "You have a custom link with no text!"
77
+ msgstr "Ваша ссылка без текста!"
78
+
79
+ #: customMeta.php:159
80
+ msgid "You have a custom link with no URL!"
81
+ msgstr "Ваша ссылка без адреса!"
82
+
83
+ #: customMeta.php:182
84
+ msgid "Plugin: Custom Meta Widget"
85
+ msgstr "Плагин: Custom Meta Widget"
86
+
87
+ #: customMeta.php:183
88
+ msgid "Plugin URL"
89
+ msgstr "Адрес плагина"
90
+
91
+ #: customMeta.php:197
92
+ msgid "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
93
+ msgstr "Читать записи на сайте через RSS 2.0"
94
+
95
+ #: customMeta.php:199 customMeta.php:205
96
+ msgid "Really Simple Syndication"
97
+ msgstr "RSS"
98
+
99
+ #: customMeta.php:203
100
+ msgid "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
101
+ msgstr "Читать комментарии на сайте через RSS 2.0"
102
+
103
+ #: customMeta.php:208
104
+ msgid ""
105
+ "Powered by WordPress, state-of-the-art semantic personal publishing platform."
106
+ msgstr "Работает на WordPress. Современной платформе для блогов"
107
+
108
+ #: customMeta.php:217
109
+ msgid ""
110
+ "Error: \"Show Custom Link\" is checked, but either the text or URL for that "
111
+ "link are not specified. The link was not displayed because it would be "
112
+ "broken. Check the settings for your Custom Meta widget."
113
+ msgstr ""
114
+ "Ошибка: \"Показывать пользовательскию ссылку\" проверена, но текст или адрес "
115
+ "для этой ссылки не найдены. Ссылка не будет показана, потому что она "
116
+ "некорректна. Проверьте настройки виджета Custom Meta."
117
+
118
+ #: customMeta.php:222
119
+ msgid "WordPress Plugin Homepage"
120
+ msgstr "Страница плагина в WordPress"
121
+
122
+ #: customMeta.php:222
123
+ msgid "Custom Meta"
124
+ msgstr ""
readme.txt CHANGED
@@ -1,18 +1,18 @@
1
  === Custom Meta Widget ===
2
- Plugin URI: http://shinraholdings.com/plugins/custom-meta-widget
3
  Contributors: bitacre
4
- Donate link: http://shinraholdings.com/donate
5
- Tags: meta,hide,link,admin,simple,widget,default,wordpress.org,change,rss, remove,login
6
  Requires at least: 2.8
7
- Tested up to: 3.4.2
8
- Stable tag: 1.4.1
9
 
10
- Clone of the standard Meta widget plus options to hide log in/out, admin, feed and Wordpress.org/custom links.
11
 
12
  == Description ==
13
  This plugin acts in exactly the same way as the standard Meta widget except that it adds options which allow you control which of the 5 standard Meta widget links should be displayed, with the additional option to add your own custom link.
14
 
15
- The standard Meta widget that comes with WordPress offers no customization and requires you to show all 5 of the standard links (register, login, entries rss, comments rss, and Wordpress.org).
16
 
17
  == Installation ==
18
  1. Download the latest zip file and extract the `custom-meta-widget` directory.
@@ -47,6 +47,10 @@ Most people, myself included, are understandably reluctant to donate real curren
47
  3. Comparison of options between the standard and Custom Meta Widget.
48
 
49
  == Changelog ==
 
 
 
 
50
  = 1.4.1 =
51
  * Added missed textdomains for more complete i18n
52
  * Added translations for da_DK, en_NZ, en_PH, and en_NZ
@@ -101,6 +105,9 @@ Most people, myself included, are understandably reluctant to donate real curren
101
  * There may still be bugs, but I can't find any.
102
 
103
  == Upgrade Notice ==
 
 
 
104
  = 1.4.1 =
105
  Fixes some i18n issues and adds additional languages, recommended upgrade.
106
 
@@ -142,13 +149,14 @@ If you would like to help make this plugin available in your native language, pl
142
 
143
  * en_XX - [bitacre](mailto:lang@shinraholdings.com)
144
  * da_DK - [Kris Thomsen](mailto:mail@kristhomsen.dk)
 
145
 
146
  == Readme Generator ==
147
- * This plugin's readme.txt file was generated by the [bitacre Readme Generator](http://shinraholdings/tools/readme-gen) for WordPress Plugins.
148
 
149
  == Support ==
150
- * [Plugin Homepage](http://shinraholdings.com/plugins/custom-meta-widget)
151
  * [plugins@shinraholdings.com](mailto:plugins@shinraholdings.com)
152
 
153
  == Donations ==
154
- [Donations](http://shinraholdings.com/donate) are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal, link backs, and kind words. Also, checking the 'show plugin link' option on the widget helps us out greatly!
1
  === Custom Meta Widget ===
2
+ Plugin URI: http://shinraholdings.com/plugins/custom-meta-widget/
3
  Contributors: bitacre
4
+ Donate link: http://shinraholdings.com/donate/
5
+ Tags: meta,hide,link,admin,simple,widget,default,wordpress.org,change,rss,remove,login
6
  Requires at least: 2.8
7
+ Tested up to: 3.5
8
+ Stable tag: 1.4.2
9
 
10
+ Clone of the standard Meta widget plus options to hide log in/out, admin, feed and WordPress.org/custom links.
11
 
12
  == Description ==
13
  This plugin acts in exactly the same way as the standard Meta widget except that it adds options which allow you control which of the 5 standard Meta widget links should be displayed, with the additional option to add your own custom link.
14
 
15
+ The standard Meta widget that comes with WordPress offers no customization and requires you to show all 5 of the standard links (register, login, entries RSS, comments RSS, and WordPress.org).
16
 
17
  == Installation ==
18
  1. Download the latest zip file and extract the `custom-meta-widget` directory.
47
  3. Comparison of options between the standard and Custom Meta Widget.
48
 
49
  == Changelog ==
50
+ = 1.4.2 =
51
+ * Wordpress 3.5 update
52
+ * Added translations for ru_RU
53
+
54
  = 1.4.1 =
55
  * Added missed textdomains for more complete i18n
56
  * Added translations for da_DK, en_NZ, en_PH, and en_NZ
105
  * There may still be bugs, but I can't find any.
106
 
107
  == Upgrade Notice ==
108
+ = 1.4.2 =
109
+ Russian language files and WordPress 3.5 compatability update.
110
+
111
  = 1.4.1 =
112
  Fixes some i18n issues and adds additional languages, recommended upgrade.
113
 
149
 
150
  * en_XX - [bitacre](mailto:lang@shinraholdings.com)
151
  * da_DK - [Kris Thomsen](mailto:mail@kristhomsen.dk)
152
+ * ru_RU - [VadDevArt](mailto:vadim.artdev@gmail.com)
153
 
154
  == Readme Generator ==
155
+ * This plugin's readme.txt file was generated by the [bitacre Readme Generator](http://shinraholdings.com/tools/readme-gen/) for WordPress Plugins.
156
 
157
  == Support ==
158
+ * [Plugin Homepage](http://shinraholdings.com/plugins/custom-meta-widget/)
159
  * [plugins@shinraholdings.com](mailto:plugins@shinraholdings.com)
160
 
161
  == Donations ==
162
+ [Donations](http://shinraholdings.com/donate/) are graciously accepted to support the continued development and maintenance of this and other plugins. We currently accept Paypal, link backs, and kind words. Also, checking the 'show plugin link' option on the widget helps us out greatly!