Version Description
- Fixed typo introduced in i18n transition.
- Adds translation files for en-AU, en-CA, en-GB, en-IE, and es-MX.
Download this release
Release Info
Developer | bitacre |
Plugin | Custom Meta Widget |
Version | 1.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.3.4 to 1.3.5
- customMeta.php +2 -4
- customMeta.pot → lang/customMeta.pot +0 -0
- lang/customMetaWidget-en_AU.mo +0 -0
- lang/customMetaWidget-en_AU.po +141 -0
- lang/customMetaWidget-en_CA.mo +0 -0
- lang/customMetaWidget-en_CA.po +141 -0
- lang/customMetaWidget-en_GB.mo +0 -0
- lang/customMetaWidget-en_GB.po +141 -0
- lang/customMetaWidget-en_IE.mo +0 -0
- lang/customMetaWidget-en_IE.po +137 -0
- lang/customMetaWidget-es_MX.mo +0 -0
- lang/customMetaWidget-es_MX.po +141 -0
- readme.txt +8 -1
customMeta.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Custom Meta Widget
|
4 |
Plugin URI: http://wikiduh.com/plugins/custom-meta-widget
|
5 |
Description: Clone of the standard Meta widget plus options to hide log in/out, admin, feed and WordPress/custom links.
|
6 |
-
Version: 1.3.
|
7 |
Author: bitacre
|
8 |
Author URI: http://wikiduh.com/
|
9 |
License: GPLv2
|
@@ -164,8 +164,6 @@ function widget( $args, $instance ) {
|
|
164 |
|
165 |
// 3. entries RSS link
|
166 |
if( esc_attr( $instance['entryrss'] ) )
|
167 |
-
echo '<li><a href="';
|
168 |
-
bloginfo( 'rss2_url' );
|
169 |
printf( __( '%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s', 'customMetaWidget'), '<li><a href="' . get_bloginfo( 'rss2_url' ) . '" title="', '">','<abbr title="Really Simple Syndication">','</abbr></a></li>' );
|
170 |
|
171 |
// 4. comments RSS link
|
@@ -200,6 +198,6 @@ function widget( $args, $instance ) {
|
|
200 |
|
201 |
// ADD HOOKS AND FILTERS
|
202 |
add_action( 'widgets_init', create_function('', 'return register_widget("customMetaWidget");') );
|
203 |
-
$plugin_dir = basename(dirname(__FILE__));
|
204 |
load_plugin_textdomain( 'customMetaWidget', null, $plugin_dir );
|
205 |
?>
|
3 |
Plugin Name: Custom Meta Widget
|
4 |
Plugin URI: http://wikiduh.com/plugins/custom-meta-widget
|
5 |
Description: Clone of the standard Meta widget plus options to hide log in/out, admin, feed and WordPress/custom links.
|
6 |
+
Version: 1.3.5
|
7 |
Author: bitacre
|
8 |
Author URI: http://wikiduh.com/
|
9 |
License: GPLv2
|
164 |
|
165 |
// 3. entries RSS link
|
166 |
if( esc_attr( $instance['entryrss'] ) )
|
|
|
|
|
167 |
printf( __( '%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s', 'customMetaWidget'), '<li><a href="' . get_bloginfo( 'rss2_url' ) . '" title="', '">','<abbr title="Really Simple Syndication">','</abbr></a></li>' );
|
168 |
|
169 |
// 4. comments RSS link
|
198 |
|
199 |
// ADD HOOKS AND FILTERS
|
200 |
add_action( 'widgets_init', create_function('', 'return register_widget("customMetaWidget");') );
|
201 |
+
$plugin_dir = basename(dirname(__FILE__)) . '/lang';
|
202 |
load_plugin_textdomain( 'customMetaWidget', null, $plugin_dir );
|
203 |
?>
|
customMeta.pot → lang/customMeta.pot
RENAMED
File without changes
|
lang/customMetaWidget-en_AU.mo
ADDED
Binary file
|
lang/customMetaWidget-en_AU.po
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: \n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-meta-widget\n"
|
5 |
+
"POT-Creation-Date: 2012-04-19 22:57:47+00:00\n"
|
6 |
+
"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
|
7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\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=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-Language: \n"
|
14 |
+
"X-Poedit-Country: \n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
17 |
+
"X-Poedit-Basepath: \n"
|
18 |
+
"X-Poedit-Bookmarks: \n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
"X-Textdomain-Support: yes"
|
21 |
+
|
22 |
+
#: customMeta.php:20
|
23 |
+
#@ customMetaWidget
|
24 |
+
msgid "Clone of the standard Meta widget with options to show or hide log in/out, admin, feed, WordPress/custom links."
|
25 |
+
msgstr "Clone of the standard Meta widget with options to show or hide log in/out, admin, feed, WordPress/custom links."
|
26 |
+
|
27 |
+
#: customMeta.php:30
|
28 |
+
#@ customMetaWidget
|
29 |
+
msgid "Meta"
|
30 |
+
msgstr "Meta"
|
31 |
+
|
32 |
+
#: customMeta.php:45
|
33 |
+
#@ customMetaWidget
|
34 |
+
msgid "Title"
|
35 |
+
msgstr "Title"
|
36 |
+
|
37 |
+
#: customMeta.php:51
|
38 |
+
#@ customMetaWidget
|
39 |
+
msgid "Show \"Register/Admin\" link?"
|
40 |
+
msgstr "Show \"Register/Admin\" link?"
|
41 |
+
|
42 |
+
#: customMeta.php:57
|
43 |
+
#@ customMetaWidget
|
44 |
+
msgid "Show \"Log in/out\" link?"
|
45 |
+
msgstr "Show \"Log in/out\" link?"
|
46 |
+
|
47 |
+
#: customMeta.php:63
|
48 |
+
#@ customMetaWidget
|
49 |
+
msgid "Show \"Entries RSS\" link?"
|
50 |
+
msgstr "Show \"Entries RSS\" link?"
|
51 |
+
|
52 |
+
#: customMeta.php:69
|
53 |
+
#@ customMetaWidget
|
54 |
+
msgid "Show \"Comments RSS\" link?"
|
55 |
+
msgstr "Show \"Comments RSS\" link?"
|
56 |
+
|
57 |
+
#: customMeta.php:75
|
58 |
+
#@ customMetaWidget
|
59 |
+
msgid "Show \"Wordpress\" link?"
|
60 |
+
msgstr "Show \"Wordpress\" link?"
|
61 |
+
|
62 |
+
#: customMeta.php:81
|
63 |
+
#@ customMetaWidget
|
64 |
+
msgid "Show Custom link?"
|
65 |
+
msgstr "Show Custom link?"
|
66 |
+
|
67 |
+
#: customMeta.php:85
|
68 |
+
#@ customMetaWidget
|
69 |
+
msgid "URL"
|
70 |
+
msgstr "URL"
|
71 |
+
|
72 |
+
#: customMeta.php:90
|
73 |
+
#@ customMetaWidget
|
74 |
+
msgid "Text"
|
75 |
+
msgstr "Text"
|
76 |
+
|
77 |
+
#: customMeta.php:97
|
78 |
+
#@ customMetaWidget
|
79 |
+
msgid "Show Plugin link?"
|
80 |
+
msgstr "Show Plugin link?"
|
81 |
+
|
82 |
+
#: customMeta.php:100
|
83 |
+
#@ customMetaWidget
|
84 |
+
msgid "An awesome way to support this free plugin!"
|
85 |
+
msgstr "An awesome way to support this free plugin, mate!"
|
86 |
+
|
87 |
+
#: customMeta.php:107
|
88 |
+
#@ customMetaWidget
|
89 |
+
msgid "You have a custom link with no URL or text!"
|
90 |
+
msgstr "You have a custom link with no URL or text!"
|
91 |
+
|
92 |
+
#: customMeta.php:110
|
93 |
+
#@ customMetaWidget
|
94 |
+
msgid "You have a custom link with no text!"
|
95 |
+
msgstr "You have a custom link with no text!"
|
96 |
+
|
97 |
+
#: customMeta.php:114
|
98 |
+
#@ customMetaWidget
|
99 |
+
msgid "You have a custom link with no URL!"
|
100 |
+
msgstr "You have a custom link with no URL!"
|
101 |
+
|
102 |
+
#: customMeta.php:143
|
103 |
+
#@ customMetaWidget
|
104 |
+
msgid "Plugin: Custom Meta Widget"
|
105 |
+
msgstr "Plugin: Custom Meta Widget"
|
106 |
+
|
107 |
+
#: customMeta.php:144
|
108 |
+
#@ customMetaWidget
|
109 |
+
msgid "Plugin URL"
|
110 |
+
msgstr "Plugin URL"
|
111 |
+
|
112 |
+
#: customMeta.php:169
|
113 |
+
#@ customMetaWidget
|
114 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
|
115 |
+
msgstr "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
|
116 |
+
|
117 |
+
#: customMeta.php:173
|
118 |
+
#@ customMetaWidget
|
119 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
|
120 |
+
msgstr "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
|
121 |
+
|
122 |
+
#: customMeta.php:176
|
123 |
+
#@ customMetaWidget
|
124 |
+
msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
125 |
+
msgstr "Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
126 |
+
|
127 |
+
#: customMeta.php:184
|
128 |
+
#@ customMetaWidget
|
129 |
+
msgid "Error: \"Show Custom Link\" is checked, but either the text or URL for that link are not specified. The link was not displayed because it would be broken. Check the settings for your Custom Meta widget."
|
130 |
+
msgstr "Error: \"Show Custom Link\" is checked, but either the text or URL for that link are not specified. The link was not displayed because it would be broken. Check the settings for your Custom Meta widget."
|
131 |
+
|
132 |
+
#: customMeta.php:190
|
133 |
+
#@ customMetaWidget
|
134 |
+
msgid "WordPress Plugin Homepage"
|
135 |
+
msgstr "WordPress Plugin Homepage"
|
136 |
+
|
137 |
+
#: customMeta.php:190
|
138 |
+
#@ customMetaWidget
|
139 |
+
msgid "Custom Meta"
|
140 |
+
msgstr "Custom Meta"
|
141 |
+
|
lang/customMetaWidget-en_CA.mo
ADDED
Binary file
|
lang/customMetaWidget-en_CA.po
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: \n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-meta-widget\n"
|
5 |
+
"POT-Creation-Date: 2012-04-19 22:57:47+00:00\n"
|
6 |
+
"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
|
7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\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=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-Language: \n"
|
14 |
+
"X-Poedit-Country: \n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
17 |
+
"X-Poedit-Basepath: \n"
|
18 |
+
"X-Poedit-Bookmarks: \n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
"X-Textdomain-Support: yes"
|
21 |
+
|
22 |
+
#: customMeta.php:20
|
23 |
+
#@ customMetaWidget
|
24 |
+
msgid "Clone of the standard Meta widget with options to show or hide log in/out, admin, feed, WordPress/custom links."
|
25 |
+
msgstr "Clone of the standard Meta widget with options to show or hide log in/out, admin, feed, WordPress/custom links."
|
26 |
+
|
27 |
+
#: customMeta.php:30
|
28 |
+
#@ customMetaWidget
|
29 |
+
msgid "Meta"
|
30 |
+
msgstr "Meta"
|
31 |
+
|
32 |
+
#: customMeta.php:45
|
33 |
+
#@ customMetaWidget
|
34 |
+
msgid "Title"
|
35 |
+
msgstr "Title"
|
36 |
+
|
37 |
+
#: customMeta.php:51
|
38 |
+
#@ customMetaWidget
|
39 |
+
msgid "Show \"Register/Admin\" link?"
|
40 |
+
msgstr "Show \"Register/Admin\" link?"
|
41 |
+
|
42 |
+
#: customMeta.php:57
|
43 |
+
#@ customMetaWidget
|
44 |
+
msgid "Show \"Log in/out\" link?"
|
45 |
+
msgstr "Show \"Log in/out\" link?"
|
46 |
+
|
47 |
+
#: customMeta.php:63
|
48 |
+
#@ customMetaWidget
|
49 |
+
msgid "Show \"Entries RSS\" link?"
|
50 |
+
msgstr "Show \"Entries RSS\" link?"
|
51 |
+
|
52 |
+
#: customMeta.php:69
|
53 |
+
#@ customMetaWidget
|
54 |
+
msgid "Show \"Comments RSS\" link?"
|
55 |
+
msgstr "Show \"Comments RSS\" link?"
|
56 |
+
|
57 |
+
#: customMeta.php:75
|
58 |
+
#@ customMetaWidget
|
59 |
+
msgid "Show \"Wordpress\" link?"
|
60 |
+
msgstr "Show \"Wordpress\" link?"
|
61 |
+
|
62 |
+
#: customMeta.php:81
|
63 |
+
#@ customMetaWidget
|
64 |
+
msgid "Show Custom link?"
|
65 |
+
msgstr "Show Custom link?"
|
66 |
+
|
67 |
+
#: customMeta.php:85
|
68 |
+
#@ customMetaWidget
|
69 |
+
msgid "URL"
|
70 |
+
msgstr "URL"
|
71 |
+
|
72 |
+
#: customMeta.php:90
|
73 |
+
#@ customMetaWidget
|
74 |
+
msgid "Text"
|
75 |
+
msgstr "Text"
|
76 |
+
|
77 |
+
#: customMeta.php:97
|
78 |
+
#@ customMetaWidget
|
79 |
+
msgid "Show Plugin link?"
|
80 |
+
msgstr "Show Plugin link?"
|
81 |
+
|
82 |
+
#: customMeta.php:100
|
83 |
+
#@ customMetaWidget
|
84 |
+
msgid "An awesome way to support this free plugin!"
|
85 |
+
msgstr "An awesome way to support this free plugin, eh!"
|
86 |
+
|
87 |
+
#: customMeta.php:107
|
88 |
+
#@ customMetaWidget
|
89 |
+
msgid "You have a custom link with no URL or text!"
|
90 |
+
msgstr "You have a custom link with no URL or text!"
|
91 |
+
|
92 |
+
#: customMeta.php:110
|
93 |
+
#@ customMetaWidget
|
94 |
+
msgid "You have a custom link with no text!"
|
95 |
+
msgstr "You have a custom link with no text!"
|
96 |
+
|
97 |
+
#: customMeta.php:114
|
98 |
+
#@ customMetaWidget
|
99 |
+
msgid "You have a custom link with no URL!"
|
100 |
+
msgstr "You have a custom link with no URL!"
|
101 |
+
|
102 |
+
#: customMeta.php:143
|
103 |
+
#@ customMetaWidget
|
104 |
+
msgid "Plugin: Custom Meta Widget"
|
105 |
+
msgstr "Plugin: Custom Meta Widget"
|
106 |
+
|
107 |
+
#: customMeta.php:144
|
108 |
+
#@ customMetaWidget
|
109 |
+
msgid "Plugin URL"
|
110 |
+
msgstr "Plugin URL"
|
111 |
+
|
112 |
+
#: customMeta.php:169
|
113 |
+
#@ customMetaWidget
|
114 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
|
115 |
+
msgstr "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
|
116 |
+
|
117 |
+
#: customMeta.php:173
|
118 |
+
#@ customMetaWidget
|
119 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
|
120 |
+
msgstr "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
|
121 |
+
|
122 |
+
#: customMeta.php:176
|
123 |
+
#@ customMetaWidget
|
124 |
+
msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
125 |
+
msgstr "Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
126 |
+
|
127 |
+
#: customMeta.php:184
|
128 |
+
#@ customMetaWidget
|
129 |
+
msgid "Error: \"Show Custom Link\" is checked, but either the text or URL for that link are not specified. The link was not displayed because it would be broken. Check the settings for your Custom Meta widget."
|
130 |
+
msgstr "Error: \"Show Custom Link\" is checked, but either the text or URL for that link are not specified. The link was not displayed because it would be broken. Check the settings for your Custom Meta widget."
|
131 |
+
|
132 |
+
#: customMeta.php:190
|
133 |
+
#@ customMetaWidget
|
134 |
+
msgid "WordPress Plugin Homepage"
|
135 |
+
msgstr "WordPress Plugin Homepage"
|
136 |
+
|
137 |
+
#: customMeta.php:190
|
138 |
+
#@ customMetaWidget
|
139 |
+
msgid "Custom Meta"
|
140 |
+
msgstr "Custom Meta"
|
141 |
+
|
lang/customMetaWidget-en_GB.mo
ADDED
Binary file
|
lang/customMetaWidget-en_GB.po
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: \n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-meta-widget\n"
|
5 |
+
"POT-Creation-Date: 2012-04-19 22:57:47+00:00\n"
|
6 |
+
"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
|
7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\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=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-Language: \n"
|
14 |
+
"X-Poedit-Country: \n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
17 |
+
"X-Poedit-Basepath: \n"
|
18 |
+
"X-Poedit-Bookmarks: \n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
"X-Textdomain-Support: yes"
|
21 |
+
|
22 |
+
#: customMeta.php:20
|
23 |
+
#@ customMetaWidget
|
24 |
+
msgid "Clone of the standard Meta widget with options to show or hide log in/out, admin, feed, WordPress/custom links."
|
25 |
+
msgstr "Clone of the standard Meta widget with options to show or hide log in/out, admin, feed, WordPress/custom links."
|
26 |
+
|
27 |
+
#: customMeta.php:30
|
28 |
+
#@ customMetaWidget
|
29 |
+
msgid "Meta"
|
30 |
+
msgstr "Meta"
|
31 |
+
|
32 |
+
#: customMeta.php:45
|
33 |
+
#@ customMetaWidget
|
34 |
+
msgid "Title"
|
35 |
+
msgstr "Title"
|
36 |
+
|
37 |
+
#: customMeta.php:51
|
38 |
+
#@ customMetaWidget
|
39 |
+
msgid "Show \"Register/Admin\" link?"
|
40 |
+
msgstr "Show \"Register/Admin\" link?"
|
41 |
+
|
42 |
+
#: customMeta.php:57
|
43 |
+
#@ customMetaWidget
|
44 |
+
msgid "Show \"Log in/out\" link?"
|
45 |
+
msgstr "Show \"Log in/out\" link?"
|
46 |
+
|
47 |
+
#: customMeta.php:63
|
48 |
+
#@ customMetaWidget
|
49 |
+
msgid "Show \"Entries RSS\" link?"
|
50 |
+
msgstr "Show \"Entries RSS\" link?"
|
51 |
+
|
52 |
+
#: customMeta.php:69
|
53 |
+
#@ customMetaWidget
|
54 |
+
msgid "Show \"Comments RSS\" link?"
|
55 |
+
msgstr "Show \"Comments RSS\" link?"
|
56 |
+
|
57 |
+
#: customMeta.php:75
|
58 |
+
#@ customMetaWidget
|
59 |
+
msgid "Show \"Wordpress\" link?"
|
60 |
+
msgstr "Show \"Wordpress\" link?"
|
61 |
+
|
62 |
+
#: customMeta.php:81
|
63 |
+
#@ customMetaWidget
|
64 |
+
msgid "Show Custom link?"
|
65 |
+
msgstr "Show Custom link?"
|
66 |
+
|
67 |
+
#: customMeta.php:85
|
68 |
+
#@ customMetaWidget
|
69 |
+
msgid "URL"
|
70 |
+
msgstr "URL"
|
71 |
+
|
72 |
+
#: customMeta.php:90
|
73 |
+
#@ customMetaWidget
|
74 |
+
msgid "Text"
|
75 |
+
msgstr "Text"
|
76 |
+
|
77 |
+
#: customMeta.php:97
|
78 |
+
#@ customMetaWidget
|
79 |
+
msgid "Show Plugin link?"
|
80 |
+
msgstr "Show Plugin link?"
|
81 |
+
|
82 |
+
#: customMeta.php:100
|
83 |
+
#@ customMetaWidget
|
84 |
+
msgid "An awesome way to support this free plugin!"
|
85 |
+
msgstr "An awesome way to support this free plugin, gov'nor!"
|
86 |
+
|
87 |
+
#: customMeta.php:107
|
88 |
+
#@ customMetaWidget
|
89 |
+
msgid "You have a custom link with no URL or text!"
|
90 |
+
msgstr "You have a custom link with no URL or text!"
|
91 |
+
|
92 |
+
#: customMeta.php:110
|
93 |
+
#@ customMetaWidget
|
94 |
+
msgid "You have a custom link with no text!"
|
95 |
+
msgstr "You have a custom link with no text!"
|
96 |
+
|
97 |
+
#: customMeta.php:114
|
98 |
+
#@ customMetaWidget
|
99 |
+
msgid "You have a custom link with no URL!"
|
100 |
+
msgstr "You have a custom link with no URL!"
|
101 |
+
|
102 |
+
#: customMeta.php:143
|
103 |
+
#@ customMetaWidget
|
104 |
+
msgid "Plugin: Custom Meta Widget"
|
105 |
+
msgstr "Plugin: Custom Meta Widget"
|
106 |
+
|
107 |
+
#: customMeta.php:144
|
108 |
+
#@ customMetaWidget
|
109 |
+
msgid "Plugin URL"
|
110 |
+
msgstr "Plugin URL"
|
111 |
+
|
112 |
+
#: customMeta.php:169
|
113 |
+
#@ customMetaWidget
|
114 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
|
115 |
+
msgstr "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
|
116 |
+
|
117 |
+
#: customMeta.php:173
|
118 |
+
#@ customMetaWidget
|
119 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
|
120 |
+
msgstr "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
|
121 |
+
|
122 |
+
#: customMeta.php:176
|
123 |
+
#@ customMetaWidget
|
124 |
+
msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
125 |
+
msgstr "Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
126 |
+
|
127 |
+
#: customMeta.php:184
|
128 |
+
#@ customMetaWidget
|
129 |
+
msgid "Error: \"Show Custom Link\" is checked, but either the text or URL for that link are not specified. The link was not displayed because it would be broken. Check the settings for your Custom Meta widget."
|
130 |
+
msgstr "Error: \"Show Custom Link\" is checked, but either the text or URL for that link are not specified. The link was not displayed because it would be broken. Check the settings for your Custom Meta widget."
|
131 |
+
|
132 |
+
#: customMeta.php:190
|
133 |
+
#@ customMetaWidget
|
134 |
+
msgid "WordPress Plugin Homepage"
|
135 |
+
msgstr "WordPress Plugin Homepage"
|
136 |
+
|
137 |
+
#: customMeta.php:190
|
138 |
+
#@ customMetaWidget
|
139 |
+
msgid "Custom Meta"
|
140 |
+
msgstr "Custom Meta"
|
141 |
+
|
lang/customMetaWidget-en_IE.mo
ADDED
Binary file
|
lang/customMetaWidget-en_IE.po
ADDED
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: \n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-meta-widget\n"
|
5 |
+
"POT-Creation-Date: 2012-04-19 22:57:47+00:00\n"
|
6 |
+
"PO-Revision-Date: 2012-04-19 18:34-0600\n"
|
7 |
+
"Last-Translator: bitacre <admin@wikiduh.com>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\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=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
15 |
+
"X-Textdomain-Support: yes\n"
|
16 |
+
"X-Poedit-SearchPath-0: .\n"
|
17 |
+
|
18 |
+
#@ customMetaWidget
|
19 |
+
#: customMeta.php:20
|
20 |
+
msgid "Clone of the standard Meta widget with options to show or hide log in/out, admin, feed, WordPress/custom links."
|
21 |
+
msgstr "Clone of the standard Meta widget with options to show or hide log in/out, admin, feed, WordPress/custom links."
|
22 |
+
|
23 |
+
#@ customMetaWidget
|
24 |
+
#: customMeta.php:30
|
25 |
+
msgid "Meta"
|
26 |
+
msgstr "Meta"
|
27 |
+
|
28 |
+
#@ customMetaWidget
|
29 |
+
#: customMeta.php:45
|
30 |
+
msgid "Title"
|
31 |
+
msgstr "Title"
|
32 |
+
|
33 |
+
#@ customMetaWidget
|
34 |
+
#: customMeta.php:51
|
35 |
+
msgid "Show \"Register/Admin\" link?"
|
36 |
+
msgstr "Show \"Register/Admin\" link?"
|
37 |
+
|
38 |
+
#@ customMetaWidget
|
39 |
+
#: customMeta.php:57
|
40 |
+
msgid "Show \"Log in/out\" link?"
|
41 |
+
msgstr "Show \"Log in/out\" link?"
|
42 |
+
|
43 |
+
#@ customMetaWidget
|
44 |
+
#: customMeta.php:63
|
45 |
+
msgid "Show \"Entries RSS\" link?"
|
46 |
+
msgstr "Show \"Entries RSS\" link?"
|
47 |
+
|
48 |
+
#@ customMetaWidget
|
49 |
+
#: customMeta.php:69
|
50 |
+
msgid "Show \"Comments RSS\" link?"
|
51 |
+
msgstr "Show \"Comments RSS\" link?"
|
52 |
+
|
53 |
+
#@ customMetaWidget
|
54 |
+
#: customMeta.php:75
|
55 |
+
msgid "Show \"Wordpress\" link?"
|
56 |
+
msgstr "Show \"Wordpress\" link?"
|
57 |
+
|
58 |
+
#@ customMetaWidget
|
59 |
+
#: customMeta.php:81
|
60 |
+
msgid "Show Custom link?"
|
61 |
+
msgstr "Show Custom link?"
|
62 |
+
|
63 |
+
#@ customMetaWidget
|
64 |
+
#: customMeta.php:85
|
65 |
+
msgid "URL"
|
66 |
+
msgstr "URL"
|
67 |
+
|
68 |
+
#@ customMetaWidget
|
69 |
+
#: customMeta.php:90
|
70 |
+
msgid "Text"
|
71 |
+
msgstr "Text"
|
72 |
+
|
73 |
+
#@ customMetaWidget
|
74 |
+
#: customMeta.php:97
|
75 |
+
msgid "Show Plugin link?"
|
76 |
+
msgstr "Show Plugin link?"
|
77 |
+
|
78 |
+
#@ customMetaWidget
|
79 |
+
#: customMeta.php:100
|
80 |
+
msgid "An awesome way to support this free plugin!"
|
81 |
+
msgstr "An awesome way to support this wee free plugin!"
|
82 |
+
|
83 |
+
#@ customMetaWidget
|
84 |
+
#: customMeta.php:107
|
85 |
+
msgid "You have a custom link with no URL or text!"
|
86 |
+
msgstr "You have a custom link with no URL or text!"
|
87 |
+
|
88 |
+
#@ customMetaWidget
|
89 |
+
#: customMeta.php:110
|
90 |
+
msgid "You have a custom link with no text!"
|
91 |
+
msgstr "You have a custom link with no text!"
|
92 |
+
|
93 |
+
#@ customMetaWidget
|
94 |
+
#: customMeta.php:114
|
95 |
+
msgid "You have a custom link with no URL!"
|
96 |
+
msgstr "You have a custom link with no URL!"
|
97 |
+
|
98 |
+
#@ customMetaWidget
|
99 |
+
#: customMeta.php:143
|
100 |
+
msgid "Plugin: Custom Meta Widget"
|
101 |
+
msgstr "Plugin: Custom Meta Widget"
|
102 |
+
|
103 |
+
#@ customMetaWidget
|
104 |
+
#: customMeta.php:144
|
105 |
+
msgid "Plugin URL"
|
106 |
+
msgstr "Plugin URL"
|
107 |
+
|
108 |
+
#@ customMetaWidget
|
109 |
+
#: customMeta.php:169
|
110 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
|
111 |
+
msgstr "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
|
112 |
+
|
113 |
+
#@ customMetaWidget
|
114 |
+
#: customMeta.php:173
|
115 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
|
116 |
+
msgstr "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
|
117 |
+
|
118 |
+
#@ customMetaWidget
|
119 |
+
#: customMeta.php:176
|
120 |
+
msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
121 |
+
msgstr "Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
122 |
+
|
123 |
+
#@ customMetaWidget
|
124 |
+
#: customMeta.php:184
|
125 |
+
msgid "Error: \"Show Custom Link\" is checked, but either the text or URL for that link are not specified. The link was not displayed because it would be broken. Check the settings for your Custom Meta widget."
|
126 |
+
msgstr "Error: \"Show Custom Link\" is checked, but either the text or URL for that link are not specified. The link was not displayed because it would be broken. Check the settings for your Custom Meta widget."
|
127 |
+
|
128 |
+
#@ customMetaWidget
|
129 |
+
#: customMeta.php:190
|
130 |
+
msgid "WordPress Plugin Homepage"
|
131 |
+
msgstr "WordPress Plugin Homepage"
|
132 |
+
|
133 |
+
#@ customMetaWidget
|
134 |
+
#: customMeta.php:190
|
135 |
+
msgid "Custom Meta"
|
136 |
+
msgstr "Custom Meta"
|
137 |
+
|
lang/customMetaWidget-es_MX.mo
ADDED
Binary file
|
lang/customMetaWidget-es_MX.po
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: \n"
|
4 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/custom-meta-widget\n"
|
5 |
+
"POT-Creation-Date: 2012-04-19 22:57:47+00:00\n"
|
6 |
+
"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n"
|
7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\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=2; plural=n != 1;\n"
|
13 |
+
"X-Poedit-Language: \n"
|
14 |
+
"X-Poedit-Country: \n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
|
17 |
+
"X-Poedit-Basepath: \n"
|
18 |
+
"X-Poedit-Bookmarks: \n"
|
19 |
+
"X-Poedit-SearchPath-0: .\n"
|
20 |
+
"X-Textdomain-Support: yes"
|
21 |
+
|
22 |
+
#: customMeta.php:20
|
23 |
+
#@ customMetaWidget
|
24 |
+
msgid "Clone of the standard Meta widget with options to show or hide log in/out, admin, feed, WordPress/custom links."
|
25 |
+
msgstr "Clon del widget Meta estándar con opciones para mostrar u ocultar Inicio de sesión / cierre la sesión, administración, RSS, WordPress/enlaces personalizados."
|
26 |
+
|
27 |
+
#: customMeta.php:30
|
28 |
+
#@ customMetaWidget
|
29 |
+
msgid "Meta"
|
30 |
+
msgstr "Meta"
|
31 |
+
|
32 |
+
#: customMeta.php:45
|
33 |
+
#@ customMetaWidget
|
34 |
+
msgid "Title"
|
35 |
+
msgstr "Título"
|
36 |
+
|
37 |
+
#: customMeta.php:51
|
38 |
+
#@ customMetaWidget
|
39 |
+
msgid "Show \"Register/Admin\" link?"
|
40 |
+
msgstr "¿Mostrar enlaces de registrarse/administración?"
|
41 |
+
|
42 |
+
#: customMeta.php:57
|
43 |
+
#@ customMetaWidget
|
44 |
+
msgid "Show \"Log in/out\" link?"
|
45 |
+
msgstr "¿Mostrar enlace de conectarse/desconectarse?"
|
46 |
+
|
47 |
+
#: customMeta.php:63
|
48 |
+
#@ customMetaWidget
|
49 |
+
msgid "Show \"Entries RSS\" link?"
|
50 |
+
msgstr "¿Mostrar enlace de entradas RSS?"
|
51 |
+
|
52 |
+
#: customMeta.php:69
|
53 |
+
#@ customMetaWidget
|
54 |
+
msgid "Show \"Comments RSS\" link?"
|
55 |
+
msgstr "¿Mostrar enlace de Comentarios RSS?"
|
56 |
+
|
57 |
+
#: customMeta.php:75
|
58 |
+
#@ customMetaWidget
|
59 |
+
msgid "Show \"Wordpress\" link?"
|
60 |
+
msgstr "¿Mostrar enlace de WordPress?"
|
61 |
+
|
62 |
+
#: customMeta.php:81
|
63 |
+
#@ customMetaWidget
|
64 |
+
msgid "Show Custom link?"
|
65 |
+
msgstr "Mostrar el enlace personalizado?"
|
66 |
+
|
67 |
+
#: customMeta.php:85
|
68 |
+
#@ customMetaWidget
|
69 |
+
msgid "URL"
|
70 |
+
msgstr "URL"
|
71 |
+
|
72 |
+
#: customMeta.php:90
|
73 |
+
#@ customMetaWidget
|
74 |
+
msgid "Text"
|
75 |
+
msgstr "Texto"
|
76 |
+
|
77 |
+
#: customMeta.php:97
|
78 |
+
#@ customMetaWidget
|
79 |
+
msgid "Show Plugin link?"
|
80 |
+
msgstr "¿Mostrar enlace de plugin?"
|
81 |
+
|
82 |
+
#: customMeta.php:100
|
83 |
+
#@ customMetaWidget
|
84 |
+
msgid "An awesome way to support this free plugin!"
|
85 |
+
msgstr "¡Una manera impresionante para apoyar este plugin gratis!"
|
86 |
+
|
87 |
+
#: customMeta.php:107
|
88 |
+
#@ customMetaWidget
|
89 |
+
msgid "You have a custom link with no URL or text!"
|
90 |
+
msgstr "¡Usted tiene un enlace personalizado, sin dirección o texto!"
|
91 |
+
|
92 |
+
#: customMeta.php:110
|
93 |
+
#@ customMetaWidget
|
94 |
+
msgid "You have a custom link with no text!"
|
95 |
+
msgstr "¡Usted tiene un enlace personalizado, sin texto!\n"
|
96 |
+
|
97 |
+
#: customMeta.php:114
|
98 |
+
#@ customMetaWidget
|
99 |
+
msgid "You have a custom link with no URL!"
|
100 |
+
msgstr "¡Usted tiene un enlace personalizado, sin dirección!\n"
|
101 |
+
|
102 |
+
#: customMeta.php:143
|
103 |
+
#@ customMetaWidget
|
104 |
+
msgid "Plugin: Custom Meta Widget"
|
105 |
+
msgstr "Plugin: Widget Meta Personalizada"
|
106 |
+
|
107 |
+
#: customMeta.php:144
|
108 |
+
#@ customMetaWidget
|
109 |
+
msgid "Plugin URL"
|
110 |
+
msgstr "Plugin dirección"
|
111 |
+
|
112 |
+
#: customMeta.php:169
|
113 |
+
#@ customMetaWidget
|
114 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sEntries %3$sRSS%4$s"
|
115 |
+
msgstr "%1$sSuscribirse a este sitio por medio de RSS 2.02$sEntradas %3$sRSS%4$s"
|
116 |
+
|
117 |
+
#: customMeta.php:173
|
118 |
+
#@ customMetaWidget
|
119 |
+
msgid "%1$sSyndicate this site using RSS 2.0%2$sComments %3$sRSS%4$s"
|
120 |
+
msgstr "%1$sSuscribirse a este sitio por medio de RSS 2.02$sComentarios %3$sRSS%4$s"
|
121 |
+
|
122 |
+
#: customMeta.php:176
|
123 |
+
#@ customMetaWidget
|
124 |
+
msgid "Powered by WordPress, state-of-the-art semantic personal publishing platform."
|
125 |
+
msgstr "Funciona con WordPress, el estado de la técnica de la plataforma semántica de publicación personal."
|
126 |
+
|
127 |
+
#: customMeta.php:184
|
128 |
+
#@ customMetaWidget
|
129 |
+
msgid "Error: \"Show Custom Link\" is checked, but either the text or URL for that link are not specified. The link was not displayed because it would be broken. Check the settings for your Custom Meta widget."
|
130 |
+
msgstr "Error: \"Morstrar Enlace de la Personalizada\" está activada, pero el texto o la URL de ese enlace no se especifican. El vínculo no se muestra porque se rompería. Compruebe la configuración de tu Widget Personalizado Meta."
|
131 |
+
|
132 |
+
#: customMeta.php:190
|
133 |
+
#@ customMetaWidget
|
134 |
+
msgid "WordPress Plugin Homepage"
|
135 |
+
msgstr "Página de inicio de WordPress Plugin"
|
136 |
+
|
137 |
+
#: customMeta.php:190
|
138 |
+
#@ customMetaWidget
|
139 |
+
msgid "Custom Meta"
|
140 |
+
msgstr "Meta Personalizado"
|
141 |
+
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: http://wikiduh.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.3.1
|
8 |
-
Stable tag: 1.3.
|
9 |
|
10 |
Clone of the standard Meta widget plus options to hide log in/out, admin, feed and Wordpress.org/custom links.
|
11 |
|
@@ -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.3.4 =
|
51 |
* Fixed minor issues with i18n text domains.
|
52 |
|
@@ -81,6 +85,9 @@ Most people, myself included, are understandably reluctant to donate real curren
|
|
81 |
* There may still be bugs, but I can't find any.
|
82 |
|
83 |
== Upgrade Notice ==
|
|
|
|
|
|
|
84 |
= 1.3.4 =
|
85 |
Minor improvements to i18n for translators.
|
86 |
|
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.3.1
|
8 |
+
Stable tag: 1.3.5
|
9 |
|
10 |
Clone of the standard Meta widget plus options to hide log in/out, admin, feed and Wordpress.org/custom links.
|
11 |
|
47 |
3. Comparison of options between the standard and Custom Meta Widget.
|
48 |
|
49 |
== Changelog ==
|
50 |
+
= 1.3.5 =
|
51 |
+
* Fixed typo introduced in i18n transition.
|
52 |
+
* Adds translation files for en-AU, en-CA, en-GB, en-IE, and es-MX.
|
53 |
+
|
54 |
= 1.3.4 =
|
55 |
* Fixed minor issues with i18n text domains.
|
56 |
|
85 |
* There may still be bugs, but I can't find any.
|
86 |
|
87 |
== Upgrade Notice ==
|
88 |
+
= 1.3.5 =
|
89 |
+
Adds translations for several languages.
|
90 |
+
|
91 |
= 1.3.4 =
|
92 |
Minor improvements to i18n for translators.
|
93 |
|