Version Description
- Bug fix: Tweet this post toggle incorrectly set when editing an unpublished post with edits default set to not Tweet.
Download this release
Release Info
Developer | joedolson |
Plugin | WP to Twitter |
Version | 2.8.9 |
Comparing to | |
See all releases |
Code changes from version 2.8.0 to 2.8.9
- css/post-styles.css +46 -1
- css/twitter-feed.css +3 -3
- js/base.js +25 -0
- js/tabs.js +9 -20
- lang/wp-to-twitter-es_ES.mo +0 -0
- lang/wp-to-twitter-es_ES.po +497 -429
- lang/wp-to-twitter-nl_NL.mo +0 -0
- lang/wp-to-twitter-nl_NL.po +438 -450
- lang/wp-to-twitter-ru_RU.mo +0 -0
- lang/wp-to-twitter-ru_RU.po +434 -401
- readme.txt +85 -16
- styles.css +9 -1
- uninstall.php +1 -0
- wp-to-twitter-manager.php +62 -65
- wp-to-twitter-oauth.php +18 -16
- wp-to-twitter-shorteners.php +15 -14
- wp-to-twitter.jpg +0 -0
- wp-to-twitter.php +246 -268
- wpt-feed.php +1 -2
- wpt-functions.php +67 -51
- wpt-widget.php +144 -147
- wpt_twitter_oauth.php +11 -4
css/post-styles.css
CHANGED
@@ -32,4 +32,49 @@
|
|
32 |
.wpt-options .tabs { margin: 0; padding: 0 2px; position: relative; top: 3px; }
|
33 |
.wpt-options .tabs li { display: inline; margin: 0 auto; line-height: 1; }
|
34 |
.wpt-options .tabs a { display: inline-block; padding: 4px; border-radius: 4px 4px 0 0; border: 1px solid #ccc; background: #f3f3f3; }
|
35 |
-
.wpt-options .tabs a.active { border-bottom: 1px solid #fefefe; background: #fefefe; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
.wpt-options .tabs { margin: 0; padding: 0 2px; position: relative; top: 3px; }
|
33 |
.wpt-options .tabs li { display: inline; margin: 0 auto; line-height: 1; }
|
34 |
.wpt-options .tabs a { display: inline-block; padding: 4px; border-radius: 4px 4px 0 0; border: 1px solid #ccc; background: #f3f3f3; }
|
35 |
+
.wpt-options .tabs a.active { border-bottom: 1px solid #fefefe; background: #fefefe; }
|
36 |
+
|
37 |
+
.toggle-btn-group { margin: 0 auto; content: ""; display: table; clear: both; }
|
38 |
+
|
39 |
+
.toggle-btn-group label {
|
40 |
+
padding: .25em;
|
41 |
+
float: left;
|
42 |
+
text-align: center;
|
43 |
+
cursor: pointer;
|
44 |
+
background-color: #f3f3f3;
|
45 |
+
border: #aaa 1px solid;
|
46 |
+
}
|
47 |
+
|
48 |
+
.toggle-btn-group label:first-of-type { border-radius: 0 .5em .5em 0; }
|
49 |
+
|
50 |
+
.toggle-btn-group input[type="radio"]:checked+label {
|
51 |
+
background-color: #ddd;
|
52 |
+
border: #000 1px solid;
|
53 |
+
}
|
54 |
+
|
55 |
+
.toggle-btn-group label:hover,
|
56 |
+
.toggle-btn-group label:focus {
|
57 |
+
background-color: #ddd;
|
58 |
+
border: #000 1px solid;
|
59 |
+
}
|
60 |
+
|
61 |
+
.toggle-btn-group label:first-of-type { border-radius: .5em 0 0 .5em; }
|
62 |
+
|
63 |
+
.toggle-btn-group label:last-of-type {
|
64 |
+
border-top-right-radius: .5em;
|
65 |
+
border-bottom-right-radius: .5em;
|
66 |
+
}
|
67 |
+
|
68 |
+
.toggle-btn-group label:first-of-type {
|
69 |
+
border-right: 0px solid;
|
70 |
+
}
|
71 |
+
|
72 |
+
.toggle-btn-group label:last-of-type {
|
73 |
+
border-left: 0px solid;
|
74 |
+
}
|
75 |
+
|
76 |
+
.toggle-btn-group input {
|
77 |
+
position: absolute!important;
|
78 |
+
clip: rect(1px,1px,1px,1px);
|
79 |
+
overflow: hidden;
|
80 |
+
}
|
css/twitter-feed.css
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
.wpt-intents-border { border-top: 1px solid; opacity: .3; margin: 5px 0; }
|
6 |
.wpt-intents { padding: 0 0 5px; text-align: center; }
|
7 |
.wpt-intents a span { width: 16px; height: 16px; display: inline-block; margin-right: 3px; position: relative; top: 2px; }
|
8 |
-
.wpt-intents .wpt-reply span { background: url(images/spritev2.png) 0px; }
|
9 |
-
.wpt-intents .wpt-retweet span { background: url(images/spritev2.png) -80px; }
|
10 |
-
.wpt-intents .wpt-favorite span { background: url(images/spritev2.png) -32px; }
|
11 |
.wpt-intents .wpt-reply:hover span, .wpt-intents .wpt-reply:focus span { background-position: -16px; }
|
12 |
.wpt-intents .wpt-retweet:hover span, .wpt-intents .wpt-retweet:focus span { background-position: -96px; }
|
13 |
.wpt-intents .wpt-favorite:hover span, .wpt-intents .wpt-favorite:focus span { background-position: -48px; }
|
5 |
.wpt-intents-border { border-top: 1px solid; opacity: .3; margin: 5px 0; }
|
6 |
.wpt-intents { padding: 0 0 5px; text-align: center; }
|
7 |
.wpt-intents a span { width: 16px; height: 16px; display: inline-block; margin-right: 3px; position: relative; top: 2px; }
|
8 |
+
.wpt-intents .wpt-reply span { background: url(../images/spritev2.png) 0px; }
|
9 |
+
.wpt-intents .wpt-retweet span { background: url(../images/spritev2.png) -80px; }
|
10 |
+
.wpt-intents .wpt-favorite span { background: url(../images/spritev2.png) -32px; }
|
11 |
.wpt-intents .wpt-reply:hover span, .wpt-intents .wpt-reply:focus span { background-position: -16px; }
|
12 |
.wpt-intents .wpt-retweet:hover span, .wpt-intents .wpt-retweet:focus span { background-position: -96px; }
|
13 |
.wpt-intents .wpt-favorite:hover span, .wpt-intents .wpt-favorite:focus span { background-position: -48px; }
|
js/base.js
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
jQuery(document).ready(function($){
|
2 |
+
$('#jtw, #wpt_retweet_0, #wpt_retweet_1, #wpt_retweet_3').charCount( { allowed: wptSettings.allowed, counterText: wptSettings.text } );
|
3 |
+
$('#side-sortables .tabs a[href="'+wptSettings.first+'"]').addClass('active');
|
4 |
+
$('#side-sortables .wptab').not( wptSettings.first ).hide();
|
5 |
+
$('#side-sortables .tabs a').on('click',function(e) {
|
6 |
+
e.preventDefault();
|
7 |
+
$('#side-sortables .tabs a').removeClass('active');
|
8 |
+
$(this).addClass('active');
|
9 |
+
var target = $(this).attr('href');
|
10 |
+
$('#side-sortables .wptab').not(target).hide();
|
11 |
+
$(target).show();
|
12 |
+
});
|
13 |
+
// add custom retweets
|
14 |
+
$( '.wp-to-twitter .expandable' ).hide();
|
15 |
+
$( '.wp-to-twitter .tweet-toggle' ).on( 'click', function(e) {
|
16 |
+
e.preventDefault();
|
17 |
+
$( '.wp-to-twitter .expandable' ).toggle( 'slow' );
|
18 |
+
});
|
19 |
+
// tweet history log
|
20 |
+
$( '.wp-to-twitter .history' ).hide();
|
21 |
+
$( '.wp-to-twitter .history-toggle' ).on( 'click', function(e) {
|
22 |
+
e.preventDefault();
|
23 |
+
$( '.wp-to-twitter .history' ).toggle( 'slow' );
|
24 |
+
});
|
25 |
+
});
|
js/tabs.js
CHANGED
@@ -2,25 +2,14 @@ jQuery(document).ready(function($){
|
|
2 |
var tabs = $('.wpt-settings .wptab').length;
|
3 |
$('.wpt-settings .tabs a[href="#'+firstItem+'"]').addClass('active');
|
4 |
if ( tabs > 1 ) {
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
}
|
15 |
-
/*
|
16 |
-
$('.handlediv').on( 'click', function(e) {
|
17 |
-
var postbox = $(this).next('.hndle').children().html();
|
18 |
-
if ( $(this).parent().hasClass('closed') ) {
|
19 |
-
$('input[name=postbox-closed]').val(postbox);
|
20 |
-
} else {
|
21 |
-
$('input[name=postbox-open]').val(postbox);
|
22 |
-
}
|
23 |
-
$('.set-postboxes').submit();
|
24 |
-
});
|
25 |
-
*/
|
26 |
});
|
2 |
var tabs = $('.wpt-settings .wptab').length;
|
3 |
$('.wpt-settings .tabs a[href="#'+firstItem+'"]').addClass('active');
|
4 |
if ( tabs > 1 ) {
|
5 |
+
$('.wpt-settings .wptab').not('#'+firstItem).hide();
|
6 |
+
$('.wpt-settings .tabs a').on('click',function(e) {
|
7 |
+
e.preventDefault();
|
8 |
+
$('.wpt-settings .tabs a').removeClass('active');
|
9 |
+
$(this).addClass('active');
|
10 |
+
var target = $(this).attr('href');
|
11 |
+
$('.wpt-settings .wptab').not(target).hide();
|
12 |
+
$(target).show();
|
13 |
+
});
|
14 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
});
|
lang/wp-to-twitter-es_ES.mo
CHANGED
Binary file
|
lang/wp-to-twitter-es_ES.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the WP to Twitter package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date:
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -10,510 +10,638 @@ msgstr ""
|
|
10 |
"X-Generator: GlotPress/0.1\n"
|
11 |
"Project-Id-Version: WP to Twitter\n"
|
12 |
|
13 |
-
#: wp-to-twitter-manager.php:
|
14 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
msgstr "Error:"
|
16 |
|
17 |
-
#: wp-to-twitter-manager.php:
|
18 |
-
msgid "
|
19 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
-
#:
|
22 |
-
msgid "
|
23 |
-
msgstr "
|
24 |
|
25 |
-
#:
|
26 |
-
msgid "
|
27 |
-
msgstr "
|
28 |
|
29 |
-
#:
|
30 |
-
msgid "
|
31 |
-
msgstr "
|
32 |
|
33 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
msgid "Send Tweets for approved comments"
|
35 |
msgstr "Enviar Tweets para comentarios aprobados"
|
36 |
|
37 |
-
#: wp-to-twitter.php:
|
38 |
msgid "The current version of WP Tweets PRO is <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\">Upgrade for best compatibility!</a>"
|
39 |
-
msgstr "La versión actual de WP Tweets PRO es <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\"
|
40 |
|
41 |
-
#: wp-to-twitter.php:
|
42 |
msgid "Tweeting of comments has been moved to <a href=\"%1$s\">WP Tweets PRO</a>. You will need to upgrade in order to Tweet comments. <a href=\"%2$s\">Dismiss</a>"
|
43 |
msgstr "Los Tweets de comentarios han sido trasladados a <a href=\"%1$s\">WP Tweets PRO</a>. Necesita actualizar para Twitear comentarios. <a href=\"%2$s\">Descartar</a>"
|
44 |
|
45 |
-
#: wp-to-twitter.php:
|
46 |
msgid "Tweeting %s edits is disabled."
|
47 |
msgstr "Tweetear ediciones de %s está desactivado."
|
48 |
|
49 |
-
#: wp-to-twitter.php:
|
50 |
-
msgid "Upgrade to WP Tweets Pro!"
|
51 |
-
msgstr "Actualiza a WP Tweets Pro!"
|
52 |
-
|
53 |
-
#: wp-to-twitter.php:1410
|
54 |
msgid "I hope you've enjoyed <strong>WP to Twitter</strong>! Take a look at <a href='%s'>upgrading to WP Tweets PRO</a> for advanced Tweeting with WordPress! <a href='%s'>Dismiss</a>"
|
55 |
-
msgstr "Espero haya disfrutado <strong>WP to Twitter</strong>!
|
56 |
|
57 |
msgid "Posts a Tweet when you update your WordPress blog or post to your blogroll, using your URL shortening service. Rich in features for customizing and promoting your Tweets."
|
58 |
-
msgstr "Publica un Tweet cuando
|
59 |
|
60 |
-
#: wp-to-twitter-shorteners.php:
|
61 |
msgid "Your jotURL account details"
|
62 |
msgstr "Detalles de su cuenta jotURL"
|
63 |
|
64 |
-
#: wp-to-twitter-shorteners.php:
|
65 |
msgid "Your jotURL public <abbr title='application programming interface'>API</abbr> key:"
|
66 |
msgstr "La llave pública de su <abbr title='application programming interface'>API</abbr> jotURL:"
|
67 |
|
68 |
-
#: wp-to-twitter-shorteners.php:
|
69 |
msgid "Your jotURL private <abbr title='application programming interface'>API</abbr> key:"
|
70 |
msgstr "La llave privada de su <abbr title='application programming interface'>API</abbr> jotURL:"
|
71 |
|
72 |
-
#: wp-to-twitter-shorteners.php:
|
73 |
msgid "Parameters to add to the long URL (before shortening):"
|
74 |
msgstr "Parámetros para agregar a la URL larga (antes de abreviar):"
|
75 |
|
76 |
-
#: wp-to-twitter-shorteners.php:
|
77 |
msgid "Parameters to add to the short URL (after shortening):"
|
78 |
msgstr "Parámetros para agregar a la URL larga (despues de abreviar):"
|
79 |
|
80 |
-
#: wp-to-twitter-shorteners.php:
|
81 |
msgid "View your jotURL public and private API key"
|
82 |
msgstr "Ver sus llaves pública y privada de la API de jotURL"
|
83 |
|
84 |
-
#: wp-to-twitter-shorteners.php:
|
85 |
msgid "Save jotURL settings"
|
86 |
msgstr "Guardar configuración de jotURL"
|
87 |
|
88 |
-
#: wp-to-twitter-shorteners.php:
|
89 |
msgid "Clear jotURL settings"
|
90 |
msgstr "Borrar configuración de jotURL"
|
91 |
|
92 |
-
#: wp-to-twitter-shorteners.php:
|
93 |
msgid "A jotURL public and private API key is required to shorten URLs via the jotURL API and WP to Twitter."
|
94 |
msgstr "Una llave pública y privada de la API de jotURL es requerida para abreviar vía API de jotURL y WP to Twitter."
|
95 |
|
96 |
-
#: wp-to-twitter-shorteners.php:
|
97 |
msgid "jotURL private API Key Updated. "
|
98 |
msgstr "Llave privada de API jotURL Actualizada."
|
99 |
|
100 |
-
#: wp-to-twitter-shorteners.php:
|
101 |
msgid "jotURL private API Key deleted. You cannot use the jotURL API without a private API key. "
|
102 |
msgstr "Llave privada de API jotURL borrada. No puede usar la API jotURL sin una llave privada de API."
|
103 |
|
104 |
-
#: wp-to-twitter-shorteners.php:
|
105 |
msgid "jotURL private API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! A private API key is required to use the jotURL URL shortening service. "
|
106 |
msgstr "Llave privada de API jotURL no agregada - <a href='https://www.joturl.com/reserved/api.html'>obtenga una aquí</a>! Una llave privada de API es requerida para usar el servicio de abreviación de URL de jotURL."
|
107 |
|
108 |
-
#: wp-to-twitter-shorteners.php:
|
109 |
msgid "jotURL public API Key Updated. "
|
110 |
msgstr "Llave pública de API jotURL Actualizada."
|
111 |
|
112 |
-
#: wp-to-twitter-shorteners.php:
|
113 |
msgid "jotURL public API Key deleted. You cannot use the jotURL API without providing your public API Key. "
|
114 |
msgstr "Llave pública de API jotURL borrada. No puede usar la API jotURL sin proporcionar su llave pública de API."
|
115 |
|
116 |
-
#: wp-to-twitter-shorteners.php:
|
117 |
msgid "jotURL public API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! "
|
118 |
msgstr "Llave pública de API jotURL no agregada - <a href='https://www.joturl.com/reserved/api.html'>obtenga una aquí</a>! "
|
119 |
|
120 |
-
#: wp-to-twitter-shorteners.php:
|
121 |
msgid "Long URL parameters added. "
|
122 |
msgstr "Parámetros de URL larga añadidos."
|
123 |
|
124 |
-
#: wp-to-twitter-shorteners.php:
|
125 |
msgid "Long URL parameters deleted. "
|
126 |
msgstr "Parámetros de URL larga borrados."
|
127 |
|
128 |
-
#: wp-to-twitter-shorteners.php:
|
129 |
msgid "Short URL parameters added. "
|
130 |
msgstr "Parámetros de URL abreviada añadidos."
|
131 |
|
132 |
-
#: wp-to-twitter-shorteners.php:
|
133 |
msgid "Short URL parameters deleted. "
|
134 |
msgstr "Parámetros de URL abreviada borrados."
|
135 |
|
136 |
-
#: wp-to-twitter-shorteners.php:
|
137 |
msgid "You must add your jotURL public and private API key in order to shorten URLs with jotURL."
|
138 |
msgstr "Usted debe agregar sus llaves pública u privada de la API de jotURL para abreviar URLs con jotURL"
|
139 |
|
140 |
-
#: wp-to-twitter-manager.php:
|
141 |
msgid "Tags"
|
142 |
msgstr "Etiquetas"
|
143 |
|
144 |
-
#: wp-to-twitter-manager.php:
|
145 |
msgid "Template Tag Settings"
|
146 |
msgstr "Configuración de Plantilla de Etiquetas"
|
147 |
|
148 |
-
#: wp-to-twitter-manager.php:
|
149 |
msgid "Extracted from the post. If you use the 'Excerpt' field, it will be used instead."
|
150 |
msgstr "Extraído de la publicación. Si usted usa el campo 'Extracto', este será usado en cambio."
|
151 |
|
152 |
-
#: wp-to-twitter-manager.php:
|
153 |
msgid "Template tag priority order"
|
154 |
msgstr "Orden de prioridad de plantilla de etiquetas"
|
155 |
|
156 |
-
#: wp-to-twitter-manager.php:
|
157 |
msgid "The order in which items will be abbreviated or removed from your Tweet if the Tweet is too long to send to Twitter."
|
158 |
msgstr "Orden en el cual los items serán abreviados o removidos de su Tweet si este es muy largo para enviar a Twitter."
|
159 |
|
160 |
-
#: wp-to-twitter-manager.php:
|
161 |
msgid "Author Settings"
|
162 |
msgstr "Configuración de Autor"
|
163 |
|
164 |
-
#: wp-to-twitter-manager.php:
|
165 |
msgid "Authors can add their username in their user profile. With the free edition of WP to Twitter, it adds an @reference to the author. The @reference is placed using the <code>#account#</code> shortcode, which will pick up the main account if the user account isn't configured."
|
166 |
msgstr "Los autores puede agregar su nombre de usuario a su perfil. Con la versión gratuita de WP to Twitter, agrega una @referencia al autor. La @referencia es colocada usando el shortcode <code>#account#</code>, el cual eligirá la cuenta principal si la cuenta de usuario no está configurada."
|
167 |
|
168 |
-
#: wp-to-twitter-manager.php:
|
169 |
msgid "Permissions"
|
170 |
msgstr "Permisos"
|
171 |
|
172 |
-
#: wp-to-twitter-manager.php:
|
173 |
msgid "Error Messages and Debugging"
|
174 |
msgstr "Mensajes de Error y Depuración"
|
175 |
|
176 |
-
#: wp-to-twitter-manager.php:
|
177 |
msgid "<code>#cat_desc#</code>: custom value from the category description field"
|
178 |
msgstr "<code>#cat_desc#</code>: valor personalizado del campo descripción de categoría"
|
179 |
|
180 |
-
#: wp-to-twitter-manager.php:
|
181 |
msgid "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
|
182 |
msgstr "<code>#@#</code>: La @referencia de twitter para el autor o en blanco si no está configurado"
|
183 |
|
184 |
-
#: wp-to-twitter-oauth.php:
|
185 |
msgid "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> queries</a>."
|
186 |
-
msgstr ""
|
187 |
|
188 |
-
#: wp-to-twitter-oauth.php:
|
189 |
msgid "<strong>Troubleshooting tip:</strong> Connected, but getting a error that your Authentication credentials are missing or incorrect? Check that your Access token has read and write permission. If not, you'll need to create a new token. <a href=\"http://www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">Read the FAQ</a>"
|
190 |
-
msgstr ""
|
191 |
|
192 |
-
#: wp-to-twitter-oauth.php:
|
193 |
msgid "Twitter's server time: "
|
194 |
-
msgstr ""
|
195 |
-
|
196 |
-
#: wp-to-twitter.php:71
|
197 |
-
msgid "WP to Twitter requires WordPress 3.1.4 or a more recent version <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Please update WordPress to continue using WP to Twitter with all features!</a>"
|
198 |
-
msgstr ""
|
199 |
-
|
200 |
-
#: wp-to-twitter.php:332
|
201 |
-
msgid "403 Forbidden: The request is understood, but it has been refused by Twitter. Reasons: Too many Tweets in a short time or the same Tweet was submitted twice, among others. Not an error from WP to Twitter."
|
202 |
-
msgstr ""
|
203 |
|
204 |
-
#: wp-to-twitter.php:
|
205 |
msgid "Upgrade"
|
206 |
-
msgstr ""
|
207 |
|
208 |
-
#: wp-to-twitter-manager.php:
|
209 |
msgid "Use tag slug as hashtag value"
|
210 |
-
msgstr ""
|
211 |
-
|
212 |
-
#: wp-to-twitter.php:1069
|
213 |
-
msgid "Tweets are no more than 140 characters; Twitter counts URLs as 20 or 21 characters. Template tags: <code>#url#</code>, <code>#title#</code>, <code>#post#</code>, <code>#category#</code>, <code>#date#</code>, <code>#modified#</code>, <code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, or <code>#blog#</code>."
|
214 |
-
msgstr ""
|
215 |
|
216 |
#: wp-to-twitter-manager.php:177
|
217 |
msgid "WP to Twitter failed to connect with Twitter. Try <a href=\"#wpt_http\">switching to an HTTP connection</a>."
|
218 |
-
msgstr ""
|
219 |
|
220 |
-
#: wp-to-twitter-shorteners.php:
|
221 |
msgid "Choose a short URL service (account settings below)"
|
222 |
-
msgstr ""
|
223 |
|
224 |
-
#: wp-to-twitter-shorteners.php:
|
225 |
msgid "YOURLS (on this server)"
|
226 |
-
msgstr ""
|
227 |
|
228 |
-
#: wp-to-twitter-shorteners.php:
|
229 |
msgid "YOURLS (on a remote server)"
|
230 |
-
msgstr ""
|
231 |
|
232 |
-
#: wpt-functions.php:
|
233 |
msgid "Thank you for supporting the continuing development of this plug-in! I'll get back to you as soon as I can. Please ensure that you can receive email at <code>%s</code>."
|
234 |
-
msgstr ""
|
235 |
|
236 |
-
#: wpt-functions.php:
|
237 |
msgid "Thanks for using WP to Twitter. Please ensure that you can receive email at <code>%s</code>."
|
238 |
-
msgstr ""
|
239 |
|
240 |
-
#: wpt-functions.php:
|
241 |
msgid "Reply to:"
|
242 |
-
msgstr ""
|
243 |
|
244 |
-
#: wp-to-twitter-manager.php:
|
245 |
msgid "The lowest user group that can add their Twitter information"
|
246 |
-
msgstr ""
|
247 |
|
248 |
-
#: wp-to-twitter-manager.php:
|
249 |
msgid "The lowest user group that can see the Custom Tweet options when posting"
|
250 |
-
msgstr ""
|
251 |
|
252 |
-
#: wp-to-twitter-manager.php:
|
253 |
msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
|
254 |
-
msgstr ""
|
255 |
|
256 |
-
#: wp-to-twitter-manager.php:
|
257 |
msgid "The lowest user group that can send Twitter updates"
|
258 |
-
msgstr ""
|
259 |
|
260 |
-
#: wp-to-twitter-manager.php:
|
261 |
msgid "<code>#author#</code>: the post author (@reference if available, otherwise display name)"
|
262 |
-
msgstr ""
|
263 |
|
264 |
-
#: wp-to-twitter-manager.php:
|
265 |
msgid "<code>#displayname#</code>: post author's display name"
|
266 |
-
msgstr ""
|
267 |
|
268 |
-
#: wp-to-twitter.php:
|
269 |
msgid "This tweet was blank and could not be sent to Twitter."
|
270 |
-
msgstr ""
|
271 |
|
272 |
-
#: wp-to-twitter.php:
|
273 |
msgid "404 Not Found: The URI requested is invalid or the resource requested does not exist."
|
274 |
-
msgstr ""
|
275 |
|
276 |
-
#: wp-to-twitter.php:
|
277 |
msgid "406 Not Acceptable: Invalid Format Specified."
|
278 |
-
msgstr ""
|
279 |
|
280 |
-
#: wp-to-twitter.php:
|
281 |
msgid "429 Too Many Requests: You have exceeded your rate limits."
|
282 |
-
msgstr ""
|
283 |
|
284 |
-
#: wp-to-twitter.php:
|
285 |
msgid "504 Gateway Timeout: The Twitter servers are up, but the request couldn't be serviced due to some failure within our stack. Try again later."
|
286 |
-
msgstr ""
|
287 |
|
288 |
-
#: wp-to-twitter.php:
|
289 |
msgid "Your prepended Tweet text; not part of your template."
|
290 |
-
msgstr ""
|
291 |
|
292 |
-
#: wp-to-twitter.php:
|
293 |
msgid "Your appended Tweet text; not part of your template."
|
294 |
-
msgstr ""
|
295 |
|
296 |
-
#: wp-to-twitter.php:
|
297 |
msgid "Your role does not have the ability to Post Tweets from this site."
|
298 |
-
msgstr ""
|
299 |
|
300 |
-
#: wp-to-twitter.php:
|
301 |
msgid "Hide account name in Tweets"
|
302 |
-
msgstr ""
|
303 |
|
304 |
-
#: wp-to-twitter.php:
|
305 |
msgid "Do not display my account in the #account# template tag."
|
306 |
-
msgstr ""
|
307 |
|
308 |
-
#: wpt-functions.php:
|
309 |
msgid "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</span>"
|
310 |
-
msgstr ""
|
311 |
|
312 |
-
#: wpt-functions.php:
|
313 |
msgid "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
|
314 |
-
msgstr ""
|
315 |
|
316 |
-
#: wpt-functions.php:
|
317 |
msgid "Support Request:"
|
318 |
-
msgstr ""
|
319 |
-
|
320 |
-
#: wp-to-twitter-manager.php:485
|
321 |
-
msgid "Settings for type \"%1$s\""
|
322 |
-
msgstr ""
|
323 |
|
324 |
-
#: wp-to-twitter-manager.php:
|
325 |
msgid "Update when %1$s %2$s is published"
|
326 |
-
msgstr ""
|
327 |
-
|
328 |
-
#: wp-to-twitter-manager.php:488
|
329 |
-
msgid "Text for new %1$s updates"
|
330 |
-
msgstr ""
|
331 |
|
332 |
-
#: wp-to-twitter-manager.php:
|
333 |
msgid "Update when %1$s %2$s is edited"
|
334 |
-
msgstr ""
|
335 |
-
|
336 |
-
#: wp-to-twitter-manager.php:492
|
337 |
-
msgid "Text for %1$s editing updates"
|
338 |
-
msgstr ""
|
339 |
|
340 |
-
#: wp-to-twitter-oauth.php:
|
341 |
msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
|
342 |
-
msgstr ""
|
343 |
|
344 |
-
#: wp-to-twitter-shorteners.php:
|
345 |
msgid "Use Twitter Friendly Links."
|
346 |
-
msgstr ""
|
347 |
|
348 |
-
#: wp-to-twitter-shorteners.php:
|
349 |
msgid "View your Bit.ly username and API key"
|
350 |
-
msgstr ""
|
351 |
|
352 |
-
#: wp-to-twitter-shorteners.php:
|
353 |
msgid "Your shortener does not require any account settings."
|
354 |
-
msgstr ""
|
355 |
|
356 |
-
#: wp-to-twitter.php:
|
357 |
msgid "Your Twitter application does not have read and write permissions. Go to <a href=\"%s\">your Twitter apps</a> to modify these settings."
|
358 |
-
msgstr ""
|
359 |
|
360 |
-
#: wp-to-twitter.php:
|
361 |
msgid "Failed Tweets"
|
362 |
-
msgstr ""
|
363 |
|
364 |
-
#: wp-to-twitter.php:
|
365 |
msgid "No failed tweets on this post."
|
366 |
-
msgstr ""
|
367 |
|
368 |
-
#: wp-to-twitter-manager.php:
|
369 |
-
msgid "Upgrade to <strong>WP Tweets PRO</strong> for more options!"
|
370 |
-
msgstr ""
|
371 |
-
|
372 |
-
#: wp-to-twitter-manager.php:822
|
373 |
msgid "<code>#reference#</code>: Used only in co-tweeting. @reference to main account when posted to author account, @reference to author account in post to main account."
|
374 |
-
msgstr ""
|
375 |
|
376 |
-
#: wp-to-twitter-oauth.php:
|
377 |
msgid "WP to Twitter could not contact Twitter's remote server. Here is the error triggered: "
|
378 |
-
msgstr ""
|
379 |
|
380 |
-
#: wp-to-twitter.php:
|
381 |
msgid "This account is not authorized to post to Twitter."
|
382 |
-
msgstr ""
|
383 |
|
384 |
-
#: wp-to-twitter.php:
|
385 |
msgid "This tweet is identical to another Tweet recently sent to this account."
|
386 |
-
msgstr ""
|
387 |
|
388 |
-
#: wp-to-twitter-shorteners.php:
|
389 |
msgid "(optional)"
|
390 |
-
msgstr ""
|
391 |
|
392 |
-
#: wp-to-twitter-manager.php:
|
393 |
msgid "Do not post Tweets by default (editing only)"
|
394 |
-
msgstr ""
|
395 |
|
396 |
-
#: wp-to-twitter-manager.php:
|
397 |
msgid "<code>#modified#</code>: the post modified date"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: wp-to-twitter-oauth.php:
|
401 |
msgid "Your time stamps are more than 5 minutes apart. Your server could lose its connection with Twitter."
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: wp-to-twitter-manager.php:
|
405 |
msgid "Authors have individual Twitter accounts"
|
406 |
msgstr "Los autores tienen cuentas de Twitter individuales"
|
407 |
|
408 |
-
#: wp-to-twitter-manager.php:
|
409 |
msgid "Disable global URL shortener error messages."
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: wp-to-twitter-manager.php:
|
413 |
msgid "Disable global Twitter API error messages."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: wp-to-twitter-manager.php:
|
417 |
msgid "Get Debugging Data for OAuth Connection"
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: wp-to-twitter-manager.php:
|
421 |
msgid "Switch to <code>http</code> connection. (Default is https)"
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: wp-to-twitter-manager.php:
|
425 |
msgid "I made a donation, so stop whinging at me, please."
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: wp-to-twitter-manager.php:
|
429 |
-
msgid "Limit Updating Categories"
|
430 |
-
msgstr ""
|
431 |
-
|
432 |
-
#: wp-to-twitter-manager.php:717
|
433 |
-
msgid "If no categories are checked, limiting by category will be ignored, and all categories will be Tweeted."
|
434 |
-
msgstr ""
|
435 |
-
|
436 |
-
#: wp-to-twitter-manager.php:718
|
437 |
-
msgid "<em>Category limits are disabled.</em>"
|
438 |
-
msgstr ""
|
439 |
-
|
440 |
-
#: wp-to-twitter-manager.php:727
|
441 |
msgid "Get Plug-in Support"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: wp-to-twitter-manager.php:
|
445 |
msgid "Check Support"
|
446 |
msgstr "Chequear soporte"
|
447 |
|
448 |
-
#: wp-to-twitter-manager.php:
|
449 |
msgid "Check whether your server supports <a href=\"http://www.joedolson.com/articles/wp-to-twitter/\">WP to Twitter's</a> queries to the Twitter and URL shortening APIs. This test will send a status update to Twitter and shorten a URL using your selected methods."
|
450 |
msgstr ""
|
451 |
|
452 |
-
#: wp-to-twitter-manager.php:
|
453 |
msgid "Support WP to Twitter"
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: wp-to-twitter-manager.php:
|
457 |
msgid "WP to Twitter Support"
|
458 |
msgstr ""
|
459 |
|
460 |
-
#: wp-to-twitter-manager.php:
|
461 |
msgid "Get Support"
|
462 |
msgstr "Consiga soporte"
|
463 |
|
464 |
-
#: wp-to-twitter-manager.php:
|
465 |
-
msgid "<a href=\"http://www.joedolson.com/donate.php\">Make a donation today!</a> Every donation counts - donate $2, $10, or $100 and help me keep this plug-in running!"
|
466 |
-
msgstr ""
|
467 |
-
|
468 |
-
#: wp-to-twitter-manager.php:787
|
469 |
msgid "Upgrade Now!"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: wp-to-twitter-manager.php:
|
473 |
-
msgid "Extra features with the PRO upgrade:"
|
474 |
-
msgstr ""
|
475 |
-
|
476 |
-
#: wp-to-twitter-manager.php:804
|
477 |
msgid "Shortcodes"
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: wp-to-twitter-manager.php:
|
481 |
msgid "Available in post update templates:"
|
482 |
msgstr ""
|
483 |
|
484 |
-
#: wp-to-twitter-manager.php:
|
485 |
msgid "<code>#title#</code>: the title of your blog post"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: wp-to-twitter-manager.php:
|
489 |
msgid "<code>#blog#</code>: the title of your blog"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: wp-to-twitter-manager.php:
|
493 |
msgid "<code>#post#</code>: a short excerpt of the post content"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: wp-to-twitter-manager.php:
|
497 |
msgid "<code>#category#</code>: the first selected category for the post"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: wp-to-twitter-manager.php:
|
501 |
msgid "<code>#date#</code>: the post date"
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: wp-to-twitter-manager.php:
|
505 |
msgid "<code>#url#</code>: the post URL"
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: wp-to-twitter-manager.php:
|
509 |
msgid "<code>#account#</code>: the twitter @reference for the account (or the author, if author settings are enabled and set.)"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: wp-to-twitter-manager.php:
|
513 |
msgid "<code>#tags#</code>: your tags modified into hashtags. See options in the Advanced Settings section, below."
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: wp-to-twitter-manager.php:
|
517 |
msgid "You can also create custom shortcodes to access WordPress custom fields. Use doubled square brackets surrounding the name of your custom field to add the value of that custom field to your status update. Example: <code>[[custom_field]]</code></p>"
|
518 |
msgstr ""
|
519 |
|
@@ -521,256 +649,228 @@ msgstr ""
|
|
521 |
msgid "WP to Twitter was unable to establish a connection to Twitter."
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: wp-to-twitter-oauth.php:
|
525 |
msgid "There was an error querying Twitter's servers"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: wp-to-twitter-oauth.php:
|
529 |
msgid "Connect to Twitter"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: wp-to-twitter-oauth.php:
|
533 |
msgid "WP to Twitter Set-up"
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: wp-to-twitter-oauth.php:
|
537 |
-
#: wp-to-twitter-oauth.php:
|
538 |
msgid "Your server time:"
|
539 |
msgstr ""
|
540 |
|
541 |
-
#: wp-to-twitter-oauth.php:
|
542 |
msgid "Twitter's time:"
|
543 |
msgstr ""
|
544 |
|
545 |
-
#: wp-to-twitter-oauth.php:
|
546 |
msgid "If these timestamps are not within 5 minutes of each other, your server will not connect to Twitter."
|
547 |
msgstr ""
|
548 |
|
549 |
-
#: wp-to-twitter-oauth.php:
|
550 |
msgid "1. Register this site as an application on "
|
551 |
msgstr ""
|
552 |
|
553 |
-
#: wp-to-twitter-oauth.php:
|
554 |
msgid "Twitter's application registration page"
|
555 |
msgstr ""
|
556 |
|
557 |
-
#: wp-to-twitter-oauth.php:
|
558 |
msgid "If you're not currently logged in to Twitter, log-in to the account you want associated with this site"
|
559 |
msgstr ""
|
560 |
|
561 |
-
#: wp-to-twitter-oauth.php:
|
562 |
-
msgid "Your Application's Name will show up after \"via\" in your twitter stream. Your application name cannot include the word \"Twitter.\""
|
563 |
-
msgstr ""
|
564 |
-
|
565 |
-
#: wp-to-twitter-oauth.php:225
|
566 |
msgid "Your Application Description can be anything."
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: wp-to-twitter-oauth.php:
|
570 |
msgid "The WebSite and Callback URL should be "
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: wp-to-twitter-oauth.php:
|
574 |
msgid "Agree to the Developer Rules of the Road and continue."
|
575 |
msgstr ""
|
576 |
|
577 |
-
#: wp-to-twitter-oauth.php:
|
578 |
msgid "2. Switch to the \"Settings\" tab in Twitter apps"
|
579 |
msgstr ""
|
580 |
|
581 |
-
#: wp-to-twitter-oauth.php:
|
582 |
msgid "Select \"Read and Write\" for the Application Type"
|
583 |
msgstr ""
|
584 |
|
585 |
-
#: wp-to-twitter-oauth.php:
|
586 |
msgid "Update the application settings"
|
587 |
msgstr ""
|
588 |
|
589 |
-
#: wp-to-twitter-oauth.php:
|
590 |
-
msgid "Return to the Details tab and create your access token. Refresh page to view your access tokens."
|
591 |
-
msgstr ""
|
592 |
-
|
593 |
-
#: wp-to-twitter-oauth.php:235
|
594 |
msgid "Once you have registered your site as an application, you will be provided with four keys."
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: wp-to-twitter-oauth.php:
|
598 |
msgid "3. Copy and paste your consumer key and consumer secret into the fields below"
|
599 |
msgstr ""
|
600 |
|
601 |
-
#: wp-to-twitter-oauth.php:
|
602 |
msgid "Twitter Consumer Key"
|
603 |
msgstr ""
|
604 |
|
605 |
-
#: wp-to-twitter-oauth.php:
|
606 |
msgid "Twitter Consumer Secret"
|
607 |
msgstr ""
|
608 |
|
609 |
-
#: wp-to-twitter-oauth.php:
|
610 |
msgid "4. Copy and paste your Access Token and Access Token Secret into the fields below"
|
611 |
msgstr ""
|
612 |
|
613 |
-
#: wp-to-twitter-oauth.php:
|
614 |
msgid "If the Access level for your Access Token is not \"<em>Read and write</em>\", you must return to step 2 and generate a new Access Token."
|
615 |
msgstr ""
|
616 |
|
617 |
-
#: wp-to-twitter-oauth.php:
|
618 |
msgid "Access Token"
|
619 |
msgstr ""
|
620 |
|
621 |
-
#: wp-to-twitter-oauth.php:
|
622 |
msgid "Access Token Secret"
|
623 |
msgstr ""
|
624 |
|
625 |
-
#: wp-to-twitter-oauth.php:
|
626 |
msgid "Disconnect Your WordPress and Twitter Account"
|
627 |
msgstr ""
|
628 |
|
629 |
-
#: wp-to-twitter-oauth.php:
|
630 |
msgid "Disconnect your WordPress and Twitter Account"
|
631 |
msgstr ""
|
632 |
|
633 |
-
#: wp-to-twitter-oauth.php:
|
634 |
msgid "Disconnect from Twitter"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: wp-to-twitter-oauth.php:
|
638 |
msgid "Twitter Username "
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: wp-to-twitter-oauth.php:
|
642 |
msgid "Consumer Key "
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: wp-to-twitter-oauth.php:
|
646 |
msgid "Consumer Secret "
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: wp-to-twitter-oauth.php:
|
650 |
msgid "Access Token "
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: wp-to-twitter-oauth.php:
|
654 |
msgid "Access Token Secret "
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: wp-to-twitter.php:
|
658 |
-
msgid "WP to Twitter requires PHP version 5 or above. Please upgrade PHP to run WP to Twitter."
|
659 |
-
msgstr ""
|
660 |
-
|
661 |
-
#: wp-to-twitter-oauth.php:200
|
662 |
msgid "Twitter requires authentication by OAuth. You will need to <a href='%s'>update your settings</a> to complete installation of WP to Twitter."
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: wp-to-twitter.php:
|
666 |
msgid "200 OK: Success!"
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: wp-to-twitter.php:
|
670 |
msgid "400 Bad Request: The request was invalid. This is the status code returned during rate limiting."
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: wp-to-twitter.php:
|
674 |
msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: wp-to-twitter.php:
|
678 |
msgid "500 Internal Server Error: Something is broken at Twitter."
|
679 |
msgstr ""
|
680 |
|
681 |
-
#: wp-to-twitter.php:
|
682 |
msgid "503 Service Unavailable: The Twitter servers are up, but overloaded with requests - Please try again later."
|
683 |
msgstr ""
|
684 |
|
685 |
-
#: wp-to-twitter.php:
|
686 |
msgid "502 Bad Gateway: Twitter is down or being upgraded."
|
687 |
msgstr ""
|
688 |
|
689 |
-
#: wp-to-twitter.php:
|
690 |
msgid "No Twitter OAuth connection found."
|
691 |
msgstr ""
|
692 |
|
693 |
-
#: wp-to-twitter.php:
|
694 |
msgid "Previous Tweets"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: wp-to-twitter.php:
|
698 |
msgid "Custom Twitter Post"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: wp-to-twitter.php:
|
702 |
msgid "Your template:"
|
703 |
msgstr ""
|
704 |
|
705 |
-
#: wp-to-twitter.php:
|
706 |
msgid "YOURLS Custom Keyword"
|
707 |
msgstr ""
|
708 |
|
709 |
-
#: wp-to-twitter.php:
|
710 |
msgid "Upgrade to WP Tweets Pro"
|
711 |
msgstr ""
|
712 |
|
713 |
-
#: wp-to-twitter.php:
|
714 |
msgid "Don't Tweet this post."
|
715 |
msgstr "No Tweetear esta entrada."
|
716 |
|
717 |
-
#: wp-to-twitter.php:
|
718 |
msgid "Tweet this post."
|
719 |
msgstr ""
|
720 |
|
721 |
-
#: wp-to-twitter.php:
|
722 |
msgid "Access to customizing WP to Twitter values is not allowed for your user role."
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: wp-to-twitter.php:
|
726 |
msgid "Characters left: "
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: wp-to-twitter.php:
|
730 |
msgid "WP Tweets User Settings"
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: wp-to-twitter.php:
|
734 |
msgid "Use My Twitter Username"
|
735 |
msgstr ""
|
736 |
|
737 |
-
#: wp-to-twitter.php:
|
738 |
msgid "Tweet my posts with an @ reference to my username."
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: wp-to-twitter.php:
|
742 |
msgid "Tweet my posts with an @ reference to both my username and to the main site username."
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: wp-to-twitter.php:
|
746 |
msgid "Your Twitter Username"
|
747 |
msgstr "Su nombre de usuario de Twitter"
|
748 |
|
749 |
-
#: wp-to-twitter.php:
|
750 |
msgid "Enter your own Twitter username."
|
751 |
msgstr "Introduzca su nombre de usuario de Twitter"
|
752 |
|
753 |
-
#: wp-to-twitter.php:
|
754 |
-
msgid "Check off categories to tweet"
|
755 |
-
msgstr ""
|
756 |
-
|
757 |
-
#: wp-to-twitter.php:1289
|
758 |
-
msgid "Do not tweet posts in checked categories (Reverses default behavior)"
|
759 |
-
msgstr ""
|
760 |
-
|
761 |
-
#: wp-to-twitter.php:1306
|
762 |
-
msgid "Limits are exclusive. If a post is in one category which should be posted and one category that should not, it will not be posted."
|
763 |
-
msgstr ""
|
764 |
-
|
765 |
-
#: wp-to-twitter.php:1309
|
766 |
-
msgid "Set Categories"
|
767 |
-
msgstr ""
|
768 |
-
|
769 |
-
#: wp-to-twitter.php:1332
|
770 |
msgid "Settings"
|
771 |
msgstr "Configuración"
|
772 |
|
773 |
-
#: wp-to-twitter.php:
|
774 |
msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
|
775 |
msgstr ""
|
776 |
|
@@ -786,23 +886,23 @@ msgstr "Joseph Dolson"
|
|
786 |
msgid "http://www.joedolson.com/"
|
787 |
msgstr "http://www.joedolson.com/"
|
788 |
|
789 |
-
#: wpt-functions.php:
|
790 |
msgid "Please read the FAQ and other Help documents before making a support request."
|
791 |
msgstr ""
|
792 |
|
793 |
-
#: wpt-functions.php:
|
794 |
msgid "Please describe your problem. I'm not psychic."
|
795 |
msgstr ""
|
796 |
|
797 |
-
#: wpt-functions.php:
|
798 |
msgid "<strong>Please note</strong>: I do keep records of those who have donated, but if your donation came from somebody other than your account at this web site, you must note this in your message."
|
799 |
msgstr ""
|
800 |
|
801 |
-
#: wpt-functions.php:
|
802 |
msgid "Send Support Request"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: wpt-functions.php:
|
806 |
msgid "The following additional information will be sent with your support request:"
|
807 |
msgstr ""
|
808 |
|
@@ -838,7 +938,7 @@ msgstr ""
|
|
838 |
msgid "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
|
839 |
msgstr "<li><strong>Su servidor debe parece WP to Twitter correctamente.</strong></li>"
|
840 |
|
841 |
-
#: wp-to-twitter-manager.php:
|
842 |
msgid "WP to Twitter Errors Cleared"
|
843 |
msgstr "Errores de WP to Twitter eliminados"
|
844 |
|
@@ -858,366 +958,334 @@ msgstr ""
|
|
858 |
msgid "OAuth Authentication response not understood."
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: wp-to-twitter-manager.php:
|
862 |
msgid "WP to Twitter Advanced Options Updated"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: wp-to-twitter-shorteners.php:
|
866 |
msgid "You must add your Bit.ly login and API key in order to shorten URLs with Bit.ly."
|
867 |
msgstr "Debe introducir su login y clave API de Bit.ly para acortar URLs con Bit.ly."
|
868 |
|
869 |
-
#: wp-to-twitter-shorteners.php:
|
870 |
msgid "You must add your YOURLS remote URL, login, and password in order to shorten URLs with a remote installation of YOURLS."
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: wp-to-twitter-shorteners.php:
|
874 |
msgid "You must add your YOURLS server path in order to shorten URLs with a remote installation of YOURLS."
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: wp-to-twitter-manager.php:
|
878 |
msgid "WP to Twitter Options Updated"
|
879 |
msgstr "Opciones de WP to Twitter actualizadas"
|
880 |
|
881 |
-
#: wp-to-twitter-
|
882 |
-
msgid "Category limits updated."
|
883 |
-
msgstr ""
|
884 |
-
|
885 |
-
#: wp-to-twitter-manager.php:407
|
886 |
-
msgid "Category limits unset."
|
887 |
-
msgstr ""
|
888 |
-
|
889 |
-
#: wp-to-twitter-shorteners.php:403
|
890 |
msgid "YOURLS password updated. "
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: wp-to-twitter-shorteners.php:
|
894 |
msgid "YOURLS password deleted. You will be unable to use your remote YOURLS account to create short URLS."
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: wp-to-twitter-shorteners.php:
|
898 |
msgid "Failed to save your YOURLS password! "
|
899 |
msgstr ""
|
900 |
|
901 |
-
#: wp-to-twitter-shorteners.php:
|
902 |
msgid "YOURLS username added. "
|
903 |
msgstr ""
|
904 |
|
905 |
-
#: wp-to-twitter-shorteners.php:
|
906 |
msgid "YOURLS API url added. "
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: wp-to-twitter-shorteners.php:
|
910 |
msgid "YOURLS API url removed. "
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: wp-to-twitter-shorteners.php:
|
914 |
msgid "YOURLS local server path added. "
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: wp-to-twitter-shorteners.php:
|
918 |
msgid "The path to your YOURLS installation is not correct. "
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: wp-to-twitter-shorteners.php:
|
922 |
msgid "YOURLS local server path removed. "
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: wp-to-twitter-shorteners.php:
|
926 |
msgid "YOURLS will use Post ID for short URL slug."
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: wp-to-twitter-shorteners.php:
|
930 |
msgid "YOURLS will use your custom keyword for short URL slug."
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: wp-to-twitter-shorteners.php:
|
934 |
msgid "YOURLS will not use Post ID for the short URL slug."
|
935 |
msgstr ""
|
936 |
|
937 |
-
#: wp-to-twitter-shorteners.php:
|
938 |
msgid "Su.pr API Key and Username Updated"
|
939 |
msgstr ""
|
940 |
|
941 |
-
#: wp-to-twitter-shorteners.php:
|
942 |
msgid "Su.pr API Key and username deleted. Su.pr URLs created by WP to Twitter will no longer be associated with your account. "
|
943 |
msgstr ""
|
944 |
|
945 |
-
#: wp-to-twitter-shorteners.php:
|
946 |
msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
|
947 |
msgstr ""
|
948 |
|
949 |
-
#: wp-to-twitter-shorteners.php:
|
950 |
msgid "Bit.ly API Key Updated."
|
951 |
msgstr "Bit.ly: clave de API actualizada."
|
952 |
|
953 |
-
#: wp-to-twitter-shorteners.php:
|
954 |
msgid "Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
|
955 |
msgstr "Clave API Bit.ly eliminada. You cannot use the Bit.ly API without an API key. "
|
956 |
|
957 |
-
#: wp-to-twitter-shorteners.php:
|
958 |
msgid "Bit.ly API Key not added - <a href='http://bit.ly/account/'>get one here</a>! An API key is required to use the Bit.ly URL shortening service."
|
959 |
msgstr "Clave de API de Bit.ly no añadida - ¡<a href='http://bit.ly/account/'>consiga una</a>! Se necesita una clave de API para usar el servicio de acortar URLs."
|
960 |
|
961 |
-
#: wp-to-twitter-shorteners.php:
|
962 |
msgid " Bit.ly User Login Updated."
|
963 |
msgstr "Bit.ly: usuario actualizado."
|
964 |
|
965 |
-
#: wp-to-twitter-shorteners.php:
|
966 |
msgid "Bit.ly User Login deleted. You cannot use the Bit.ly API without providing your username. "
|
967 |
msgstr "Nombre de usuario de Bit.ly borrado. No puede usar el servicio Bit.ly sin proporcionar un nombre de usuario."
|
968 |
|
969 |
-
#: wp-to-twitter-shorteners.php:
|
970 |
msgid "Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
|
971 |
msgstr "Nombre de usuario de Bit.ly no añadido - ¡<a href='http://bit.ly/account/'>consiga uno</a>! "
|
972 |
|
973 |
-
#: wp-to-twitter-manager.php:
|
974 |
msgid "<p>One or more of your last posts has failed to send a status update to Twitter. The Tweet has been saved, and you can re-Tweet it at your leisure.</p>"
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: wp-to-twitter-manager.php:
|
978 |
msgid "Sorry! I couldn't get in touch with the Twitter servers to post your <strong>new link</strong>! You'll have to post it manually, I'm afraid. "
|
979 |
msgstr "Lo siento, no he podido contactar con los servidores de Twitter para notificar su nuevo enlace. Tendrá que Tweetearlo manualmente."
|
980 |
|
981 |
-
#: wp-to-twitter-manager.php:
|
982 |
msgid "<p>The query to the URL shortener API failed, and your URL was not shrunk. The full post URL was attached to your Tweet. Check with your URL shortening provider to see if there are any known issues.</p>"
|
983 |
msgstr ""
|
984 |
|
985 |
-
#: wp-to-twitter-manager.php:
|
986 |
msgid "Clear 'WP to Twitter' Error Messages"
|
987 |
msgstr "Borrar los errores de WP to Twitter"
|
988 |
|
989 |
-
#: wp-to-twitter-manager.php:
|
990 |
msgid "WP to Twitter Options"
|
991 |
msgstr "Opciones de WP to Twitter"
|
992 |
|
993 |
-
#: wp-to-twitter-manager.php:
|
994 |
-
msgid "Basic Settings"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: wp-to-twitter-manager.php:467 wp-to-twitter-manager.php:511
|
998 |
-
msgid "Save WP->Twitter Options"
|
999 |
-
msgstr "Guardar configuración WP->Twitter "
|
1000 |
-
|
1001 |
-
#: wp-to-twitter-manager.php:500
|
1002 |
-
msgid "Settings for Links"
|
1003 |
-
msgstr ""
|
1004 |
-
|
1005 |
-
#: wp-to-twitter-manager.php:503
|
1006 |
msgid "Update Twitter when you post a Blogroll link"
|
1007 |
msgstr "Actualice Twitter cuando publique un enlace de Blogroll"
|
1008 |
|
1009 |
-
#: wp-to-twitter-manager.php:
|
1010 |
msgid "Text for new link updates:"
|
1011 |
msgstr "Texto para nuevos enlaces:"
|
1012 |
|
1013 |
-
#: wp-to-twitter-manager.php:
|
1014 |
msgid "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
|
1015 |
msgstr "Códigos permitidos: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
|
1016 |
|
1017 |
-
#: wp-to-twitter-shorteners.php:
|
1018 |
msgid "Don't shorten URLs."
|
1019 |
msgstr "No acortar URLs."
|
1020 |
|
1021 |
-
#: wp-to-twitter-shorteners.php:
|
1022 |
msgid "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account Settings"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
-
#: wp-to-twitter-shorteners.php:
|
1026 |
msgid "Your Su.pr account details"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
-
#: wp-to-twitter-shorteners.php:
|
1030 |
msgid "Your Su.pr Username:"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
-
#: wp-to-twitter-shorteners.php:
|
1034 |
msgid "Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
-
#: wp-to-twitter-shorteners.php:
|
1038 |
msgid "Don't have a Su.pr account or API key? <a href='http://su.pr/'>Get one here</a>!<br />You'll need an API key in order to associate the URLs you create with your Su.pr account."
|
1039 |
msgstr ""
|
1040 |
|
1041 |
-
#: wp-to-twitter-shorteners.php:
|
1042 |
msgid "Your Bit.ly account details"
|
1043 |
msgstr "Detalles de su cuenta Bit.ly"
|
1044 |
|
1045 |
-
#: wp-to-twitter-shorteners.php:
|
1046 |
msgid "Your Bit.ly username:"
|
1047 |
msgstr "Su nombre de usuario de Bit.ly:"
|
1048 |
|
1049 |
-
#: wp-to-twitter-shorteners.php:
|
1050 |
msgid "Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
|
1051 |
msgstr "Su clave Bit.ly <abbr title='application programming interface'>API</abbr>:"
|
1052 |
|
1053 |
-
#: wp-to-twitter-shorteners.php:
|
1054 |
msgid "Save Bit.ly API Key"
|
1055 |
msgstr "Guardar clave Bit.ly"
|
1056 |
|
1057 |
-
#: wp-to-twitter-shorteners.php:
|
1058 |
msgid "Clear Bit.ly API Key"
|
1059 |
msgstr "Borrar clave Bit.ly"
|
1060 |
|
1061 |
-
#: wp-to-twitter-shorteners.php:
|
1062 |
msgid "A Bit.ly API key and username is required to shorten URLs via the Bit.ly API and WP to Twitter."
|
1063 |
msgstr "Se necesita un usuario y una clave API de Bit.ly para acortar URLs con la API de Bit.ly y WP to Twitter."
|
1064 |
|
1065 |
-
#: wp-to-twitter-shorteners.php:
|
1066 |
msgid "Your YOURLS account details"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
-
#: wp-to-twitter-shorteners.php:
|
1070 |
msgid "Path to your YOURLS config file (Local installations)"
|
1071 |
msgstr ""
|
1072 |
|
1073 |
-
#: wp-to-twitter-shorteners.php:
|
1074 |
msgid "Example:"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
-
#: wp-to-twitter-shorteners.php:
|
1078 |
msgid "URI to the YOURLS API (Remote installations)"
|
1079 |
msgstr ""
|
1080 |
|
1081 |
-
#: wp-to-twitter-shorteners.php:
|
1082 |
msgid "Your YOURLS username:"
|
1083 |
msgstr ""
|
1084 |
|
1085 |
-
#: wp-to-twitter-shorteners.php:
|
1086 |
msgid "Your YOURLS password:"
|
1087 |
msgstr ""
|
1088 |
|
1089 |
-
#: wp-to-twitter-shorteners.php:
|
1090 |
msgid "<em>Saved</em>"
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: wp-to-twitter-shorteners.php:
|
1094 |
msgid "Post ID for YOURLS url slug."
|
1095 |
msgstr ""
|
1096 |
|
1097 |
-
#: wp-to-twitter-shorteners.php:
|
1098 |
msgid "Custom keyword for YOURLS url slug."
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: wp-to-twitter-shorteners.php:
|
1102 |
msgid "Default: sequential URL numbering."
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: wp-to-twitter-shorteners.php:
|
1106 |
msgid "Save YOURLS Account Info"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
-
#: wp-to-twitter-shorteners.php:
|
1110 |
msgid "Clear YOURLS password"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
-
#: wp-to-twitter-shorteners.php:
|
1114 |
msgid "A YOURLS password and username is required to shorten URLs via the remote YOURLS API and WP to Twitter."
|
1115 |
msgstr ""
|
1116 |
|
1117 |
-
#: wp-to-twitter-manager.php:
|
1118 |
msgid "Advanced Settings"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
-
#: wp-to-twitter-manager.php:
|
1122 |
-
msgid "Save Advanced WP->Twitter Options"
|
1123 |
-
msgstr ""
|
1124 |
-
|
1125 |
-
#: wp-to-twitter-manager.php:532
|
1126 |
msgid "Strip nonalphanumeric characters from tags"
|
1127 |
msgstr ""
|
1128 |
|
1129 |
-
#: wp-to-twitter-manager.php:
|
1130 |
msgid "Spaces in tags replaced with:"
|
1131 |
msgstr ""
|
1132 |
|
1133 |
-
#: wp-to-twitter-manager.php:
|
1134 |
msgid "Maximum number of tags to include:"
|
1135 |
msgstr "Número máximo de tags a incluir:"
|
1136 |
|
1137 |
-
#: wp-to-twitter-manager.php:
|
1138 |
msgid "Maximum length in characters for included tags:"
|
1139 |
msgstr "Máximo número de caracteres para los tags incluidos:"
|
1140 |
|
1141 |
-
#: wp-to-twitter-manager.php:
|
1142 |
msgid "Length of post excerpt (in characters):"
|
1143 |
msgstr "Longitud del extracto de entrada (en caracteres):"
|
1144 |
|
1145 |
-
#: wp-to-twitter-manager.php:
|
1146 |
msgid "WP to Twitter Date Formatting:"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: wp-to-twitter-manager.php:
|
1150 |
msgid "Default is from your general settings. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
|
1151 |
msgstr ""
|
1152 |
|
1153 |
-
#: wp-to-twitter-manager.php:
|
1154 |
msgid "Custom text before all Tweets:"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
-
#: wp-to-twitter-manager.php:
|
1158 |
msgid "Custom text after all Tweets:"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
-
#: wp-to-twitter-manager.php:
|
1162 |
msgid "Custom field for an alternate URL to be shortened and Tweeted:"
|
1163 |
msgstr "Campo personalizado para una acortar y Tweetear una URL alternativa:"
|
1164 |
|
1165 |
-
#: wp-to-twitter-manager.php:
|
1166 |
msgid "Special Cases when WordPress should send a Tweet"
|
1167 |
msgstr "Casos especiales en los que Wordpress debe enviar un Tweet"
|
1168 |
|
1169 |
-
#: wp-to-twitter-manager.php:
|
1170 |
msgid "Do not post Tweets by default"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
-
#: wp-to-twitter-manager.php:
|
1174 |
msgid "Allow status updates from Quick Edit"
|
1175 |
msgstr ""
|
1176 |
|
1177 |
-
#: wp-to-twitter-manager.php:
|
1178 |
-
msgid "Delaying tweets with WP Tweets PRO moves Tweeting to an publishing-independent action."
|
1179 |
-
msgstr ""
|
1180 |
-
|
1181 |
-
#: wp-to-twitter-manager.php:619
|
1182 |
-
msgid "Send Twitter Updates on remote publication (Post by Email or XMLRPC Client)"
|
1183 |
-
msgstr "Enviar las actualizaciones de Twitter en publicación remota (Post by Email o cliente XMLRPC)"
|
1184 |
-
|
1185 |
-
#: wp-to-twitter-manager.php:624
|
1186 |
msgid "Google Analytics Settings"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
-
#: wp-to-twitter-manager.php:
|
1190 |
msgid "You can track the response from Twitter using Google Analytics by defining a campaign identifier here. You can either define a static identifier or a dynamic identifier. Static identifiers don't change from post to post; dynamic identifiers are derived from information relevant to the specific post. Dynamic identifiers will allow you to break down your statistics by an additional variable."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
-
#: wp-to-twitter-manager.php:
|
1194 |
msgid "Use a Static Identifier with WP-to-Twitter"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
-
#: wp-to-twitter-manager.php:
|
1198 |
msgid "Static Campaign identifier for Google Analytics:"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
-
#: wp-to-twitter-manager.php:
|
1202 |
msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
-
#: wp-to-twitter-manager.php:
|
1206 |
msgid "What dynamic identifier would you like to use?"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: wp-to-twitter-manager.php:
|
1210 |
msgid "Category"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: wp-to-twitter-manager.php:
|
1214 |
msgid "Post ID"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
-
#: wp-to-twitter-manager.php:
|
1218 |
msgid "Post Title"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
-
#: wp-to-twitter-manager.php:
|
1222 |
msgid "Author"
|
1223 |
msgstr ""
|
2 |
# This file is distributed under the same license as the WP to Twitter package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2014-02-10 17:02:28+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
"X-Generator: GlotPress/0.1\n"
|
11 |
"Project-Id-Version: WP to Twitter\n"
|
12 |
|
13 |
+
#: wp-to-twitter-manager.php:497
|
14 |
+
msgid "These categories are currently <strong>excluded</strong> by the deprecated WP to Twitter category filters."
|
15 |
+
msgstr "Éstas categorías están actualmente <strong>excluídas</strong> por los filtros de categoría de rechazo de WP to Twitter"
|
16 |
+
|
17 |
+
#: wp-to-twitter-manager.php:499
|
18 |
+
msgid "These categories are currently <strong>allowed</strong> by the deprecated WP to Twitter category filters."
|
19 |
+
msgstr "Éstas categorías están actualmente <strong>permitidas</strong> por los filtros de categoría de rechazo de WP to Twitter"
|
20 |
+
|
21 |
+
#: wp-to-twitter-manager.php:508
|
22 |
+
msgid "<a href=\"%s\">Upgrade to WP Tweets PRO</a> to filter posts in all custom post types on any taxonomy."
|
23 |
+
msgstr "<a href=\"%s\">Actualiza a WP Tweets PRO</a> para filtrar las entradas en todos los tipos de entradas o cualquier taxonomía."
|
24 |
+
|
25 |
+
#: wp-to-twitter-manager.php:510
|
26 |
+
msgid "Updating the WP Tweets PRO taxonomy filters will overwrite your old category filters."
|
27 |
+
msgstr "Actualizar los filtros de taxonomía de WP Tweets PRO sobrescribirá tus filtros de categoría antiguos."
|
28 |
+
|
29 |
+
#: wp-to-twitter-manager.php:457
|
30 |
+
msgid "Status Update Templates"
|
31 |
+
msgstr "Plantillas de actualización de estado"
|
32 |
+
|
33 |
+
#: wp-to-twitter-manager.php:777
|
34 |
+
msgid "<a href=\"http://www.joedolson.com/donate.php\">Make a donation today!</a><br />Every donation matters - donate $5, $20, or $100 today!"
|
35 |
+
msgstr "<a href=\"http://www.joedolson.com/donate.php\"> ¡Haz una donación hoy!</a><br />Cada donación cuenta - ¡dona 5$, 20$ o 100$ hoy!"
|
36 |
+
|
37 |
+
#: wp-to-twitter-manager.php:802
|
38 |
+
msgid "Authors can post to their own Twitter accounts"
|
39 |
+
msgstr "Los autores pueden publicar en sus propias cuentas de Twitter"
|
40 |
+
|
41 |
+
#: wp-to-twitter-manager.php:803
|
42 |
+
msgid "Delay Tweets minutes or hours after you publish"
|
43 |
+
msgstr "Retrasa los Tweets minutos u horas después de que publiques"
|
44 |
+
|
45 |
+
#: wp-to-twitter-manager.php:806
|
46 |
+
msgid "Filter Tweets by category, tag, or custom taxonomy"
|
47 |
+
msgstr "Filtra Tweets por categoría, etiqueta o propia taxonomía"
|
48 |
+
|
49 |
+
#: wpt-widget.php:52
|
50 |
+
msgid "Error: "
|
51 |
msgstr "Error:"
|
52 |
|
53 |
+
#: wp-to-twitter-manager.php:462 wp-to-twitter-manager.php:545
|
54 |
+
msgid "Save WP to Twitter Options"
|
55 |
+
msgstr "Guarda las Opciones de WP to Twitter"
|
56 |
+
|
57 |
+
#: wp-to-twitter-manager.php:518
|
58 |
+
msgid "Template for new %1$s updates"
|
59 |
+
msgstr "Plantilla para las nuevas actualizaciones %1$s "
|
60 |
+
|
61 |
+
#: wp-to-twitter-manager.php:522
|
62 |
+
msgid "Template for %1$s editing updates"
|
63 |
+
msgstr "Plantilla para la edición de actualizaciones de %1$s"
|
64 |
+
|
65 |
+
#: wp-to-twitter-manager.php:477 wp-to-twitter-manager.php:533
|
66 |
+
msgid "Links"
|
67 |
+
msgstr "Enlaces"
|
68 |
+
|
69 |
+
#: wp-to-twitter-manager.php:562 wp-to-twitter-manager.php:726
|
70 |
+
msgid "Save Advanced WP to Twitter Options"
|
71 |
+
msgstr "Guarda las Opciones Avanzadas de WP to Twitter"
|
72 |
+
|
73 |
+
#: wp-to-twitter-manager.php:799
|
74 |
+
msgid "Upgrade to <strong>WP Tweets PRO</strong>!"
|
75 |
+
msgstr "Actualiza a <strong>WP Tweets PRO</strong>!"
|
76 |
+
|
77 |
+
#: wp-to-twitter-manager.php:800
|
78 |
+
msgid "Bonuses in the PRO upgrade:"
|
79 |
+
msgstr "Bonificaciones en la actualización a PRO"
|
80 |
+
|
81 |
+
#: wp-to-twitter-manager.php:804
|
82 |
+
msgid "Automatically schedule Tweets to post again later"
|
83 |
+
msgstr "Programa \"tuits\" automáticamente para publicarlos más tarde"
|
84 |
+
|
85 |
+
#: wp-to-twitter.php:324
|
86 |
+
msgid "403 Forbidden: The request is understood, but has been refused by Twitter. Possible reasons: too many Tweets, same Tweet submitted twice, Tweet longer than 140 characters. Not an error from WP to Twitter."
|
87 |
+
msgstr "Error 403: La petición se ha entendido, pero ha sido rechada por Twitter. Posibles razones: demasiados \"tuits\", envío duplicado del \"tuit\", \"tuit\" más largo de 140 caracteres. No es un error de WP to Twitter."
|
88 |
+
|
89 |
+
#: wp-to-twitter.php:1099
|
90 |
+
msgid "WP Tweets PRO 1.5.2+ allows you to select Twitter accounts. <a href=\"%s\">Log in and download now!</a>"
|
91 |
+
msgstr "WP Tweets PRO 1.5.2+ te permite seleccionar cuentas de Twitter. <a href=\"%s\">¡Inicia sesión y descárgalo ya!</a>"
|
92 |
+
|
93 |
+
#: wp-to-twitter.php:1197
|
94 |
+
msgid "Delete Tweet History"
|
95 |
+
msgstr "Borra el historial de \"tuits\""
|
96 |
+
|
97 |
+
#: wpt-functions.php:368
|
98 |
+
msgid "If you're having trouble with WP to Twitter, please try to answer these questions in your message:"
|
99 |
+
msgstr "Si estás teniendo problemas con WP to Twitter, por favor intenta responder a estas preguntas en tu mensaje:"
|
100 |
+
|
101 |
+
#: wpt-functions.php:371
|
102 |
+
msgid "Did this error happen only once, or repeatedly?"
|
103 |
+
msgstr "¿Te ha ocurrido este error una vez o repetidamente?"
|
104 |
+
|
105 |
+
#: wpt-functions.php:372
|
106 |
+
msgid "What was the Tweet, or an example Tweet, that produced this error?"
|
107 |
+
msgstr "¿Cuál fue el \"tuit\" o un ejemplo de \"tuit\", que produjo este error?"
|
108 |
+
|
109 |
+
#: wpt-functions.php:373
|
110 |
+
msgid "If there was an error message from WP to Twitter, what was it?"
|
111 |
+
msgstr "Si hubo un mensaje de error de WP to Twitter, ¿Cuál fue?"
|
112 |
+
|
113 |
+
#: wpt-functions.php:374
|
114 |
+
msgid "What is the template you're using for your Tweets?"
|
115 |
+
msgstr "¿Cuál es la plantilla que estás usando para enviar tus \"tuits\"?"
|
116 |
+
|
117 |
+
#: wp-to-twitter-oauth.php:227
|
118 |
+
msgid "Your application name cannot include the word \"Twitter.\""
|
119 |
+
msgstr "El nombre de tu aplicación no puede incluir la palabra \"Twitter\"."
|
120 |
+
|
121 |
+
#: wp-to-twitter-oauth.php:232
|
122 |
+
msgid "<em>Do NOT create your access token yet.</em>"
|
123 |
+
msgstr "<em>No crees todavía tu propio token de acceso.</em>"
|
124 |
+
|
125 |
+
#: wp-to-twitter-oauth.php:236
|
126 |
+
msgid "Return to the Details tab and create your access token."
|
127 |
+
msgstr "Vuelve a la pestaña de Detalles y crea tu propio token de acceso"
|
128 |
+
|
129 |
+
#: wp-to-twitter.php:314
|
130 |
+
msgid "304 Not Modified: There was no new data to return"
|
131 |
+
msgstr "304 No Modificado: No había nuevos datos que devolver"
|
132 |
+
|
133 |
+
#: wp-to-twitter.php:333
|
134 |
+
msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
|
135 |
+
msgstr "422 Entidad no Procesable: La imagen subida no puede ser procesada. "
|
136 |
+
|
137 |
+
#: wp-to-twitter.php:1101
|
138 |
+
msgid "Upgrade to WP Tweets PRO to select Twitter accounts! <a href=\"%s\">Upgrade now!</a>"
|
139 |
+
msgstr "¡Actualiza a WP Tweets PRO para seleccionar cuentas de Twitter! <a href=\"%s\">¡Actualiza Ahora!</a>"
|
140 |
+
|
141 |
+
#: wp-to-twitter.php:1133
|
142 |
+
msgid "Tweets must be less than 140 characters; Twitter counts URLs as 22 or 23 characters. Template Tags: <code>#url#</code>, <code>#title#</code>, <code>#post#</code>, <code>#category#</code>, <code>#date#</code>, <code>#modified#</code>, <code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, or <code>#blog#</code>."
|
143 |
+
msgstr "Los \"tuits\" tienen que ser de menos de 140 caracteres; Las direcciones URL de Twitter cuentan como 22 o 23 caracteres. Plantilla de Etiquetas: <code>#url#</code>, <code>#title#</code>, <code>#post#</code>, <code>#category#</code>, <code>#date#</code>, <code>#modified#</code>, <code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, or <code>#blog#</code>."
|
144 |
+
|
145 |
+
#: wpt-feed.php:164
|
146 |
+
msgid "Twitter returned an invalid response. It is probably down."
|
147 |
+
msgstr "Twitter devolvió una respuesta inválidad. Probablemente esté caído."
|
148 |
+
|
149 |
+
#: wpt-widget.php:142
|
150 |
+
msgid "Display a list of your latest tweets."
|
151 |
+
msgstr "Muestra una lista de tus últimos \"tuits\""
|
152 |
+
|
153 |
+
#: wpt-widget.php:150
|
154 |
+
msgid "WP to Twitter - Latest Tweets"
|
155 |
+
msgstr "WP to Twitter - Últimos \"tuits\""
|
156 |
+
|
157 |
+
#: wpt-widget.php:89
|
158 |
+
msgid "<a href=\"%3$s\">about %1$s ago</a> via %2$s"
|
159 |
+
msgstr "<a href=\"%3$s\">hace como %1$s</a> vía %2$s"
|
160 |
+
|
161 |
+
#: wpt-widget.php:91
|
162 |
+
msgid "<a href=\"%2$s\">about %1$s ago</a>"
|
163 |
+
msgstr "<a href=\"%2$s\">hace como %1$s</a>"
|
164 |
+
|
165 |
+
#: wpt-widget.php:206
|
166 |
+
msgid "Title"
|
167 |
+
msgstr "Título"
|
168 |
+
|
169 |
+
#: wpt-widget.php:211
|
170 |
+
msgid "Twitter Username"
|
171 |
+
msgstr "Nombre de Usuario en Twitter"
|
172 |
+
|
173 |
+
#: wpt-widget.php:216
|
174 |
+
msgid "Number of Tweets to Show"
|
175 |
+
msgstr "Número de Tweets a mostrar"
|
176 |
+
|
177 |
+
#: wpt-widget.php:222
|
178 |
+
msgid "Hide @ Replies"
|
179 |
+
msgstr "Oculta Respuestas @"
|
180 |
|
181 |
+
#: wpt-widget.php:227
|
182 |
+
msgid "Include Retweets"
|
183 |
+
msgstr "Incluye Retweets"
|
184 |
|
185 |
+
#: wpt-widget.php:232
|
186 |
+
msgid "Parse links"
|
187 |
+
msgstr "Analiza enlaces"
|
188 |
|
189 |
+
#: wpt-widget.php:237
|
190 |
+
msgid "Parse @mentions"
|
191 |
+
msgstr "Analiza @mentions"
|
192 |
|
193 |
+
#: wpt-widget.php:242
|
194 |
+
msgid "Parse #hashtags"
|
195 |
+
msgstr "Analiza #hashtags"
|
196 |
+
|
197 |
+
#: wpt-widget.php:247
|
198 |
+
msgid "Include Reply/Retweet/Favorite Links"
|
199 |
+
msgstr "Incluye Respuesta/\"Retuits\"/Enlaces favoritos"
|
200 |
+
|
201 |
+
#: wpt-widget.php:252
|
202 |
+
msgid "Include Tweet source"
|
203 |
+
msgstr "Incluye la fuente del \"tuit\""
|
204 |
+
|
205 |
+
#: wp-to-twitter-manager.php:178
|
206 |
+
msgid "Error:"
|
207 |
+
msgstr "Error:"
|
208 |
+
|
209 |
+
#: wp-to-twitter-manager.php:663
|
210 |
+
msgid "No Analytics"
|
211 |
+
msgstr "Sin Estadísticas"
|
212 |
+
|
213 |
+
#: wp-to-twitter-manager.php:805
|
214 |
msgid "Send Tweets for approved comments"
|
215 |
msgstr "Enviar Tweets para comentarios aprobados"
|
216 |
|
217 |
+
#: wp-to-twitter.php:70
|
218 |
msgid "The current version of WP Tweets PRO is <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\">Upgrade for best compatibility!</a>"
|
219 |
+
msgstr "La versión actual de WP Tweets PRO es <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\">¡Actualice para mejor compatibilidad!</a>"
|
220 |
|
221 |
+
#: wp-to-twitter.php:82
|
222 |
msgid "Tweeting of comments has been moved to <a href=\"%1$s\">WP Tweets PRO</a>. You will need to upgrade in order to Tweet comments. <a href=\"%2$s\">Dismiss</a>"
|
223 |
msgstr "Los Tweets de comentarios han sido trasladados a <a href=\"%1$s\">WP Tweets PRO</a>. Necesita actualizar para Twitear comentarios. <a href=\"%2$s\">Descartar</a>"
|
224 |
|
225 |
+
#: wp-to-twitter.php:1031
|
226 |
msgid "Tweeting %s edits is disabled."
|
227 |
msgstr "Tweetear ediciones de %s está desactivado."
|
228 |
|
229 |
+
#: wp-to-twitter.php:1501
|
|
|
|
|
|
|
|
|
230 |
msgid "I hope you've enjoyed <strong>WP to Twitter</strong>! Take a look at <a href='%s'>upgrading to WP Tweets PRO</a> for advanced Tweeting with WordPress! <a href='%s'>Dismiss</a>"
|
231 |
+
msgstr "¡Espero haya disfrutado <strong>WP to Twitter</strong>! ¡Eche un vistazo a <a href='%s'>actualizando a WP Tweets PRO</a> para un Tweeteo avanzado con WordPress! <a href='%s'>Descartar</a>"
|
232 |
|
233 |
msgid "Posts a Tweet when you update your WordPress blog or post to your blogroll, using your URL shortening service. Rich in features for customizing and promoting your Tweets."
|
234 |
+
msgstr "Publica un Tweet cuando atualice su blog Wordpress o publique en su blogroll, usando su servicio de URL abreviadas. Rico en características para personalizar y promover sus Tweets."
|
235 |
|
236 |
+
#: wp-to-twitter-shorteners.php:379
|
237 |
msgid "Your jotURL account details"
|
238 |
msgstr "Detalles de su cuenta jotURL"
|
239 |
|
240 |
+
#: wp-to-twitter-shorteners.php:383
|
241 |
msgid "Your jotURL public <abbr title='application programming interface'>API</abbr> key:"
|
242 |
msgstr "La llave pública de su <abbr title='application programming interface'>API</abbr> jotURL:"
|
243 |
|
244 |
+
#: wp-to-twitter-shorteners.php:384
|
245 |
msgid "Your jotURL private <abbr title='application programming interface'>API</abbr> key:"
|
246 |
msgstr "La llave privada de su <abbr title='application programming interface'>API</abbr> jotURL:"
|
247 |
|
248 |
+
#: wp-to-twitter-shorteners.php:385
|
249 |
msgid "Parameters to add to the long URL (before shortening):"
|
250 |
msgstr "Parámetros para agregar a la URL larga (antes de abreviar):"
|
251 |
|
252 |
+
#: wp-to-twitter-shorteners.php:385
|
253 |
msgid "Parameters to add to the short URL (after shortening):"
|
254 |
msgstr "Parámetros para agregar a la URL larga (despues de abreviar):"
|
255 |
|
256 |
+
#: wp-to-twitter-shorteners.php:386
|
257 |
msgid "View your jotURL public and private API key"
|
258 |
msgstr "Ver sus llaves pública y privada de la API de jotURL"
|
259 |
|
260 |
+
#: wp-to-twitter-shorteners.php:389
|
261 |
msgid "Save jotURL settings"
|
262 |
msgstr "Guardar configuración de jotURL"
|
263 |
|
264 |
+
#: wp-to-twitter-shorteners.php:389
|
265 |
msgid "Clear jotURL settings"
|
266 |
msgstr "Borrar configuración de jotURL"
|
267 |
|
268 |
+
#: wp-to-twitter-shorteners.php:390
|
269 |
msgid "A jotURL public and private API key is required to shorten URLs via the jotURL API and WP to Twitter."
|
270 |
msgstr "Una llave pública y privada de la API de jotURL es requerida para abreviar vía API de jotURL y WP to Twitter."
|
271 |
|
272 |
+
#: wp-to-twitter-shorteners.php:485
|
273 |
msgid "jotURL private API Key Updated. "
|
274 |
msgstr "Llave privada de API jotURL Actualizada."
|
275 |
|
276 |
+
#: wp-to-twitter-shorteners.php:488
|
277 |
msgid "jotURL private API Key deleted. You cannot use the jotURL API without a private API key. "
|
278 |
msgstr "Llave privada de API jotURL borrada. No puede usar la API jotURL sin una llave privada de API."
|
279 |
|
280 |
+
#: wp-to-twitter-shorteners.php:490
|
281 |
msgid "jotURL private API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! A private API key is required to use the jotURL URL shortening service. "
|
282 |
msgstr "Llave privada de API jotURL no agregada - <a href='https://www.joturl.com/reserved/api.html'>obtenga una aquí</a>! Una llave privada de API es requerida para usar el servicio de abreviación de URL de jotURL."
|
283 |
|
284 |
+
#: wp-to-twitter-shorteners.php:494
|
285 |
msgid "jotURL public API Key Updated. "
|
286 |
msgstr "Llave pública de API jotURL Actualizada."
|
287 |
|
288 |
+
#: wp-to-twitter-shorteners.php:497
|
289 |
msgid "jotURL public API Key deleted. You cannot use the jotURL API without providing your public API Key. "
|
290 |
msgstr "Llave pública de API jotURL borrada. No puede usar la API jotURL sin proporcionar su llave pública de API."
|
291 |
|
292 |
+
#: wp-to-twitter-shorteners.php:499
|
293 |
msgid "jotURL public API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! "
|
294 |
msgstr "Llave pública de API jotURL no agregada - <a href='https://www.joturl.com/reserved/api.html'>obtenga una aquí</a>! "
|
295 |
|
296 |
+
#: wp-to-twitter-shorteners.php:505
|
297 |
msgid "Long URL parameters added. "
|
298 |
msgstr "Parámetros de URL larga añadidos."
|
299 |
|
300 |
+
#: wp-to-twitter-shorteners.php:508
|
301 |
msgid "Long URL parameters deleted. "
|
302 |
msgstr "Parámetros de URL larga borrados."
|
303 |
|
304 |
+
#: wp-to-twitter-shorteners.php:514
|
305 |
msgid "Short URL parameters added. "
|
306 |
msgstr "Parámetros de URL abreviada añadidos."
|
307 |
|
308 |
+
#: wp-to-twitter-shorteners.php:517
|
309 |
msgid "Short URL parameters deleted. "
|
310 |
msgstr "Parámetros de URL abreviada borrados."
|
311 |
|
312 |
+
#: wp-to-twitter-shorteners.php:531
|
313 |
msgid "You must add your jotURL public and private API key in order to shorten URLs with jotURL."
|
314 |
msgstr "Usted debe agregar sus llaves pública u privada de la API de jotURL para abreviar URLs con jotURL"
|
315 |
|
316 |
+
#: wp-to-twitter-manager.php:565
|
317 |
msgid "Tags"
|
318 |
msgstr "Etiquetas"
|
319 |
|
320 |
+
#: wp-to-twitter-manager.php:581
|
321 |
msgid "Template Tag Settings"
|
322 |
msgstr "Configuración de Plantilla de Etiquetas"
|
323 |
|
324 |
+
#: wp-to-twitter-manager.php:583
|
325 |
msgid "Extracted from the post. If you use the 'Excerpt' field, it will be used instead."
|
326 |
msgstr "Extraído de la publicación. Si usted usa el campo 'Extracto', este será usado en cambio."
|
327 |
|
328 |
+
#: wp-to-twitter-manager.php:626
|
329 |
msgid "Template tag priority order"
|
330 |
msgstr "Orden de prioridad de plantilla de etiquetas"
|
331 |
|
332 |
+
#: wp-to-twitter-manager.php:627
|
333 |
msgid "The order in which items will be abbreviated or removed from your Tweet if the Tweet is too long to send to Twitter."
|
334 |
msgstr "Orden en el cual los items serán abreviados o removidos de su Tweet si este es muy largo para enviar a Twitter."
|
335 |
|
336 |
+
#: wp-to-twitter-manager.php:667
|
337 |
msgid "Author Settings"
|
338 |
msgstr "Configuración de Autor"
|
339 |
|
340 |
+
#: wp-to-twitter-manager.php:672
|
341 |
msgid "Authors can add their username in their user profile. With the free edition of WP to Twitter, it adds an @reference to the author. The @reference is placed using the <code>#account#</code> shortcode, which will pick up the main account if the user account isn't configured."
|
342 |
msgstr "Los autores puede agregar su nombre de usuario a su perfil. Con la versión gratuita de WP to Twitter, agrega una @referencia al autor. La @referencia es colocada usando el shortcode <code>#account#</code>, el cual eligirá la cuenta principal si la cuenta de usuario no está configurada."
|
343 |
|
344 |
+
#: wp-to-twitter-manager.php:676
|
345 |
msgid "Permissions"
|
346 |
msgstr "Permisos"
|
347 |
|
348 |
+
#: wp-to-twitter-manager.php:711
|
349 |
msgid "Error Messages and Debugging"
|
350 |
msgstr "Mensajes de Error y Depuración"
|
351 |
|
352 |
+
#: wp-to-twitter-manager.php:829
|
353 |
msgid "<code>#cat_desc#</code>: custom value from the category description field"
|
354 |
msgstr "<code>#cat_desc#</code>: valor personalizado del campo descripción de categoría"
|
355 |
|
356 |
+
#: wp-to-twitter-manager.php:836
|
357 |
msgid "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
|
358 |
msgstr "<code>#@#</code>: La @referencia de twitter para el autor o en blanco si no está configurado"
|
359 |
|
360 |
+
#: wp-to-twitter-oauth.php:186
|
361 |
msgid "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> queries</a>."
|
362 |
+
msgstr "¿Problemas de conexión? Intente <a href='#wpt_http'>cambiar a conultas <code>http</code></a>."
|
363 |
|
364 |
+
#: wp-to-twitter-oauth.php:283
|
365 |
msgid "<strong>Troubleshooting tip:</strong> Connected, but getting a error that your Authentication credentials are missing or incorrect? Check that your Access token has read and write permission. If not, you'll need to create a new token. <a href=\"http://www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">Read the FAQ</a>"
|
366 |
+
msgstr "<strong>Consejo de Resolución de Problemas:</strong> Conectado, ¿pero teniendo un error sobre credenciales de autentificación perdidas o incorrectas? Revisa que tu token de acceso tiene permisos de lectura y escritura. Si no, vas a tener que crear un nuevo token. <a href=\"http://www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">Lee las FAQ</a>"
|
367 |
|
368 |
+
#: wp-to-twitter-oauth.php:310 wp-to-twitter-oauth.php:316
|
369 |
msgid "Twitter's server time: "
|
370 |
+
msgstr "Hora del servidor de Twitter:"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
371 |
|
372 |
+
#: wp-to-twitter.php:1381
|
373 |
msgid "Upgrade"
|
374 |
+
msgstr "Actualiza"
|
375 |
|
376 |
+
#: wp-to-twitter-manager.php:570
|
377 |
msgid "Use tag slug as hashtag value"
|
378 |
+
msgstr "Usa la etiqueta de publicación como valor del hashtag"
|
|
|
|
|
|
|
|
|
379 |
|
380 |
#: wp-to-twitter-manager.php:177
|
381 |
msgid "WP to Twitter failed to connect with Twitter. Try <a href=\"#wpt_http\">switching to an HTTP connection</a>."
|
382 |
+
msgstr "WP to Twitter falló al conectar con Twitter. Intenta <a href=\"#wpt_http\">cambiar a una conexión HTTP</a>."
|
383 |
|
384 |
+
#: wp-to-twitter-shorteners.php:549
|
385 |
msgid "Choose a short URL service (account settings below)"
|
386 |
+
msgstr "Elige un servicio de acortamiento de URL (detalles de la cuenta debajo)"
|
387 |
|
388 |
+
#: wp-to-twitter-shorteners.php:555
|
389 |
msgid "YOURLS (on this server)"
|
390 |
+
msgstr "YOURLS (en este servidor)"
|
391 |
|
392 |
+
#: wp-to-twitter-shorteners.php:556
|
393 |
msgid "YOURLS (on a remote server)"
|
394 |
+
msgstr "YOURLS (en un servidor remoto)"
|
395 |
|
396 |
+
#: wpt-functions.php:348
|
397 |
msgid "Thank you for supporting the continuing development of this plug-in! I'll get back to you as soon as I can. Please ensure that you can receive email at <code>%s</code>."
|
398 |
+
msgstr "¡Gracias por apoyar el continuo desarrollo de este plug-in! Te responderé tan pronto como pueda. Por favor asegúrate que puedes recibir e-mails en <code>%s</code>."
|
399 |
|
400 |
+
#: wpt-functions.php:350
|
401 |
msgid "Thanks for using WP to Twitter. Please ensure that you can receive email at <code>%s</code>."
|
402 |
+
msgstr "Gracias por usar WP to Twitter. Por favor asegúrate que puedes recibir e-mails en <code>%s</code>."
|
403 |
|
404 |
+
#: wpt-functions.php:379
|
405 |
msgid "Reply to:"
|
406 |
+
msgstr "Responder a:"
|
407 |
|
408 |
+
#: wp-to-twitter-manager.php:692
|
409 |
msgid "The lowest user group that can add their Twitter information"
|
410 |
+
msgstr "El usuario de grupo más bajo que puede añadir su información de Twitter"
|
411 |
|
412 |
+
#: wp-to-twitter-manager.php:697
|
413 |
msgid "The lowest user group that can see the Custom Tweet options when posting"
|
414 |
+
msgstr "El usuario de grupo más bajo que puede ver el Tweet personalizado al postear"
|
415 |
|
416 |
+
#: wp-to-twitter-manager.php:702
|
417 |
msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
|
418 |
+
msgstr "El usuario de grupo más bajo que puede manejar la opción Twittear/No Twittear"
|
419 |
|
420 |
+
#: wp-to-twitter-manager.php:707
|
421 |
msgid "The lowest user group that can send Twitter updates"
|
422 |
+
msgstr "El usuario de grupo más bajo que puede enviar actualizaciones de Twitter"
|
423 |
|
424 |
+
#: wp-to-twitter-manager.php:833
|
425 |
msgid "<code>#author#</code>: the post author (@reference if available, otherwise display name)"
|
426 |
+
msgstr "<code>#author#</code>: el autor del post (@referencia si está disponible, si no muestra un nombre)"
|
427 |
|
428 |
+
#: wp-to-twitter-manager.php:834
|
429 |
msgid "<code>#displayname#</code>: post author's display name"
|
430 |
+
msgstr "<code>#displayname#</code>: nombre que muestra el autor del post"
|
431 |
|
432 |
+
#: wp-to-twitter.php:270
|
433 |
msgid "This tweet was blank and could not be sent to Twitter."
|
434 |
+
msgstr "El Tweet estaba en blanco y no se pudo mandar a Twitter"
|
435 |
|
436 |
+
#: wp-to-twitter.php:327
|
437 |
msgid "404 Not Found: The URI requested is invalid or the resource requested does not exist."
|
438 |
+
msgstr "404 No Encontrado: La URI pedida es inválidad o la fuente pedida no existe."
|
439 |
|
440 |
+
#: wp-to-twitter.php:330
|
441 |
msgid "406 Not Acceptable: Invalid Format Specified."
|
442 |
+
msgstr "406 No Aceptable: Formato Especificado Inválido."
|
443 |
|
444 |
+
#: wp-to-twitter.php:336
|
445 |
msgid "429 Too Many Requests: You have exceeded your rate limits."
|
446 |
+
msgstr "429 Demasiadas Solicitudes: Has excedido tu límite."
|
447 |
|
448 |
+
#: wp-to-twitter.php:348
|
449 |
msgid "504 Gateway Timeout: The Twitter servers are up, but the request couldn't be serviced due to some failure within our stack. Try again later."
|
450 |
+
msgstr "504 Tiempo de espera agotado: Los servidores de Twitter están bien, pero tu solicitud no pudo ser atendida por algún fallo nuestro. Inténtalo de nuevo más tarde."
|
451 |
|
452 |
+
#: wp-to-twitter.php:1049
|
453 |
msgid "Your prepended Tweet text; not part of your template."
|
454 |
+
msgstr "El texto antepuesto del Tweet; no parte de tu plantilla."
|
455 |
|
456 |
+
#: wp-to-twitter.php:1052
|
457 |
msgid "Your appended Tweet text; not part of your template."
|
458 |
+
msgstr "El texto anexo del Tweet; no parte de tu plantilla."
|
459 |
|
460 |
+
#: wp-to-twitter.php:1152
|
461 |
msgid "Your role does not have the ability to Post Tweets from this site."
|
462 |
+
msgstr "Tu perfil no tiene la habilidad de publicar Tweets desde este sitio."
|
463 |
|
464 |
+
#: wp-to-twitter.php:1315
|
465 |
msgid "Hide account name in Tweets"
|
466 |
+
msgstr "Esconder el nombre de la cuenta en Twitter"
|
467 |
|
468 |
+
#: wp-to-twitter.php:1316
|
469 |
msgid "Do not display my account in the #account# template tag."
|
470 |
+
msgstr "No mostar mi cuenta en la plantilla de la #cuenta#"
|
471 |
|
472 |
+
#: wpt-functions.php:382
|
473 |
msgid "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</span>"
|
474 |
+
msgstr "He leído <a href=\"%1$s\">las preguntas frecuentes de este plug-in</a> <span>(requerido)</span>"
|
475 |
|
476 |
+
#: wpt-functions.php:385
|
477 |
msgid "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
|
478 |
+
msgstr "He <a href=\"%1$s\">hecho una donación para apoyar este plug-in</a>"
|
479 |
|
480 |
+
#: wpt-functions.php:388
|
481 |
msgid "Support Request:"
|
482 |
+
msgstr "Petición de Soporte:"
|
|
|
|
|
|
|
|
|
483 |
|
484 |
+
#: wp-to-twitter-manager.php:518
|
485 |
msgid "Update when %1$s %2$s is published"
|
486 |
+
msgstr "Actualizar cuenta %1$s %2$s sea publicado"
|
|
|
|
|
|
|
|
|
487 |
|
488 |
+
#: wp-to-twitter-manager.php:522
|
489 |
msgid "Update when %1$s %2$s is edited"
|
490 |
+
msgstr "Actualiza cuando %1$s %2$s sea editado"
|
|
|
|
|
|
|
|
|
491 |
|
492 |
+
#: wp-to-twitter-oauth.php:220
|
493 |
msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
|
494 |
+
msgstr "El huso horario de tu servidor (debería ser UTC, GMT, Europa/Londres o equivalente):"
|
495 |
|
496 |
+
#: wp-to-twitter-shorteners.php:559
|
497 |
msgid "Use Twitter Friendly Links."
|
498 |
+
msgstr "Usar los enlacesTwitter Friendly"
|
499 |
|
500 |
+
#: wp-to-twitter-shorteners.php:333
|
501 |
msgid "View your Bit.ly username and API key"
|
502 |
+
msgstr "Ver tu nombre de usuario y llave API de Bit.ly"
|
503 |
|
504 |
+
#: wp-to-twitter-shorteners.php:395
|
505 |
msgid "Your shortener does not require any account settings."
|
506 |
+
msgstr "Tu acortador no necesita ninguna otra configuración de cuenta."
|
507 |
|
508 |
+
#: wp-to-twitter.php:305
|
509 |
msgid "Your Twitter application does not have read and write permissions. Go to <a href=\"%s\">your Twitter apps</a> to modify these settings."
|
510 |
+
msgstr "Tu aplicación de Twitter no tiene permisos de lectura y escritura. Ve a <a href=\"%s\">tus aplicaciones de Twitter</a> para modificar esa configuración."
|
511 |
|
512 |
+
#: wp-to-twitter.php:1176
|
513 |
msgid "Failed Tweets"
|
514 |
+
msgstr "Tweets fallidos"
|
515 |
|
516 |
+
#: wp-to-twitter.php:1191
|
517 |
msgid "No failed tweets on this post."
|
518 |
+
msgstr "No hay tweets fallidos en esta publicación."
|
519 |
|
520 |
+
#: wp-to-twitter-manager.php:839
|
|
|
|
|
|
|
|
|
521 |
msgid "<code>#reference#</code>: Used only in co-tweeting. @reference to main account when posted to author account, @reference to author account in post to main account."
|
522 |
+
msgstr "<code>#referencia#</code>: Usada solo en co-twiteo. @referencia a cuenta principal cuando se publica a cuenta de autor, @referencia a cuenta de autor cuando se publica a cuenta principal."
|
523 |
|
524 |
+
#: wp-to-twitter-oauth.php:287
|
525 |
msgid "WP to Twitter could not contact Twitter's remote server. Here is the error triggered: "
|
526 |
+
msgstr "WP to Twitter no pudo contactar con el servidor remoto de Twitter: Aquí está el error provocado:"
|
527 |
|
528 |
+
#: wp-to-twitter.php:255
|
529 |
msgid "This account is not authorized to post to Twitter."
|
530 |
+
msgstr "Esta cuenta no está autorizada a publicar en Twitter."
|
531 |
|
532 |
+
#: wp-to-twitter.php:264
|
533 |
msgid "This tweet is identical to another Tweet recently sent to this account."
|
534 |
+
msgstr "Este Tweet es idéntico a otro Tweet recientemente enviado a esta cuenta."
|
535 |
|
536 |
+
#: wp-to-twitter-shorteners.php:299
|
537 |
msgid "(optional)"
|
538 |
+
msgstr "(opcional)"
|
539 |
|
540 |
+
#: wp-to-twitter-manager.php:638
|
541 |
msgid "Do not post Tweets by default (editing only)"
|
542 |
+
msgstr "No publicar Tweets por defecto (solo editando)"
|
543 |
|
544 |
+
#: wp-to-twitter-manager.php:831
|
545 |
msgid "<code>#modified#</code>: the post modified date"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: wp-to-twitter-oauth.php:285
|
549 |
msgid "Your time stamps are more than 5 minutes apart. Your server could lose its connection with Twitter."
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: wp-to-twitter-manager.php:670
|
553 |
msgid "Authors have individual Twitter accounts"
|
554 |
msgstr "Los autores tienen cuentas de Twitter individuales"
|
555 |
|
556 |
+
#: wp-to-twitter-manager.php:713
|
557 |
msgid "Disable global URL shortener error messages."
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: wp-to-twitter-manager.php:714
|
561 |
msgid "Disable global Twitter API error messages."
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: wp-to-twitter-manager.php:716
|
565 |
msgid "Get Debugging Data for OAuth Connection"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: wp-to-twitter-manager.php:718
|
569 |
msgid "Switch to <code>http</code> connection. (Default is https)"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: wp-to-twitter-manager.php:720
|
573 |
msgid "I made a donation, so stop whinging at me, please."
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: wp-to-twitter-manager.php:735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
577 |
msgid "Get Plug-in Support"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: wp-to-twitter-manager.php:746
|
581 |
msgid "Check Support"
|
582 |
msgstr "Chequear soporte"
|
583 |
|
584 |
+
#: wp-to-twitter-manager.php:746
|
585 |
msgid "Check whether your server supports <a href=\"http://www.joedolson.com/articles/wp-to-twitter/\">WP to Twitter's</a> queries to the Twitter and URL shortening APIs. This test will send a status update to Twitter and shorten a URL using your selected methods."
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: wp-to-twitter-manager.php:765
|
589 |
msgid "Support WP to Twitter"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: wp-to-twitter-manager.php:767
|
593 |
msgid "WP to Twitter Support"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: wp-to-twitter-manager.php:775 wp-to-twitter.php:1143 wp-to-twitter.php:1145
|
597 |
msgid "Get Support"
|
598 |
msgstr "Consiga soporte"
|
599 |
|
600 |
+
#: wp-to-twitter-manager.php:797
|
|
|
|
|
|
|
|
|
601 |
msgid "Upgrade Now!"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: wp-to-twitter-manager.php:821
|
|
|
|
|
|
|
|
|
605 |
msgid "Shortcodes"
|
606 |
msgstr ""
|
607 |
|
608 |
+
#: wp-to-twitter-manager.php:823
|
609 |
msgid "Available in post update templates:"
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: wp-to-twitter-manager.php:825
|
613 |
msgid "<code>#title#</code>: the title of your blog post"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: wp-to-twitter-manager.php:826
|
617 |
msgid "<code>#blog#</code>: the title of your blog"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: wp-to-twitter-manager.php:827
|
621 |
msgid "<code>#post#</code>: a short excerpt of the post content"
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: wp-to-twitter-manager.php:828
|
625 |
msgid "<code>#category#</code>: the first selected category for the post"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: wp-to-twitter-manager.php:830
|
629 |
msgid "<code>#date#</code>: the post date"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: wp-to-twitter-manager.php:832
|
633 |
msgid "<code>#url#</code>: the post URL"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: wp-to-twitter-manager.php:835
|
637 |
msgid "<code>#account#</code>: the twitter @reference for the account (or the author, if author settings are enabled and set.)"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: wp-to-twitter-manager.php:837
|
641 |
msgid "<code>#tags#</code>: your tags modified into hashtags. See options in the Advanced Settings section, below."
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: wp-to-twitter-manager.php:842
|
645 |
msgid "You can also create custom shortcodes to access WordPress custom fields. Use doubled square brackets surrounding the name of your custom field to add the value of that custom field to your status update. Example: <code>[[custom_field]]</code></p>"
|
646 |
msgstr ""
|
647 |
|
649 |
msgid "WP to Twitter was unable to establish a connection to Twitter."
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: wp-to-twitter-oauth.php:187
|
653 |
msgid "There was an error querying Twitter's servers"
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: wp-to-twitter-oauth.php:211 wp-to-twitter-oauth.php:214
|
657 |
msgid "Connect to Twitter"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: wp-to-twitter-oauth.php:217
|
661 |
msgid "WP to Twitter Set-up"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: wp-to-twitter-oauth.php:218 wp-to-twitter-oauth.php:310
|
665 |
+
#: wp-to-twitter-oauth.php:315
|
666 |
msgid "Your server time:"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: wp-to-twitter-oauth.php:218
|
670 |
msgid "Twitter's time:"
|
671 |
msgstr ""
|
672 |
|
673 |
+
#: wp-to-twitter-oauth.php:218
|
674 |
msgid "If these timestamps are not within 5 minutes of each other, your server will not connect to Twitter."
|
675 |
msgstr ""
|
676 |
|
677 |
+
#: wp-to-twitter-oauth.php:224
|
678 |
msgid "1. Register this site as an application on "
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: wp-to-twitter-oauth.php:224
|
682 |
msgid "Twitter's application registration page"
|
683 |
msgstr ""
|
684 |
|
685 |
+
#: wp-to-twitter-oauth.php:226
|
686 |
msgid "If you're not currently logged in to Twitter, log-in to the account you want associated with this site"
|
687 |
msgstr ""
|
688 |
|
689 |
+
#: wp-to-twitter-oauth.php:228
|
|
|
|
|
|
|
|
|
690 |
msgid "Your Application Description can be anything."
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: wp-to-twitter-oauth.php:229
|
694 |
msgid "The WebSite and Callback URL should be "
|
695 |
msgstr ""
|
696 |
|
697 |
+
#: wp-to-twitter-oauth.php:231
|
698 |
msgid "Agree to the Developer Rules of the Road and continue."
|
699 |
msgstr ""
|
700 |
|
701 |
+
#: wp-to-twitter-oauth.php:232
|
702 |
msgid "2. Switch to the \"Settings\" tab in Twitter apps"
|
703 |
msgstr ""
|
704 |
|
705 |
+
#: wp-to-twitter-oauth.php:234
|
706 |
msgid "Select \"Read and Write\" for the Application Type"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: wp-to-twitter-oauth.php:235
|
710 |
msgid "Update the application settings"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: wp-to-twitter-oauth.php:238
|
|
|
|
|
|
|
|
|
714 |
msgid "Once you have registered your site as an application, you will be provided with four keys."
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: wp-to-twitter-oauth.php:239
|
718 |
msgid "3. Copy and paste your consumer key and consumer secret into the fields below"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: wp-to-twitter-oauth.php:242
|
722 |
msgid "Twitter Consumer Key"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: wp-to-twitter-oauth.php:246
|
726 |
msgid "Twitter Consumer Secret"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: wp-to-twitter-oauth.php:250
|
730 |
msgid "4. Copy and paste your Access Token and Access Token Secret into the fields below"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: wp-to-twitter-oauth.php:251
|
734 |
msgid "If the Access level for your Access Token is not \"<em>Read and write</em>\", you must return to step 2 and generate a new Access Token."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: wp-to-twitter-oauth.php:254
|
738 |
msgid "Access Token"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: wp-to-twitter-oauth.php:258
|
742 |
msgid "Access Token Secret"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: wp-to-twitter-oauth.php:277
|
746 |
msgid "Disconnect Your WordPress and Twitter Account"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: wp-to-twitter-oauth.php:281
|
750 |
msgid "Disconnect your WordPress and Twitter Account"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: wp-to-twitter-oauth.php:292
|
754 |
msgid "Disconnect from Twitter"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: wp-to-twitter-oauth.php:298
|
758 |
msgid "Twitter Username "
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: wp-to-twitter-oauth.php:299
|
762 |
msgid "Consumer Key "
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: wp-to-twitter-oauth.php:300
|
766 |
msgid "Consumer Secret "
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: wp-to-twitter-oauth.php:301
|
770 |
msgid "Access Token "
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: wp-to-twitter-oauth.php:302
|
774 |
msgid "Access Token Secret "
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: wp-to-twitter-oauth.php:202
|
|
|
|
|
|
|
|
|
778 |
msgid "Twitter requires authentication by OAuth. You will need to <a href='%s'>update your settings</a> to complete installation of WP to Twitter."
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: wp-to-twitter.php:310
|
782 |
msgid "200 OK: Success!"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: wp-to-twitter.php:317
|
786 |
msgid "400 Bad Request: The request was invalid. This is the status code returned during rate limiting."
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: wp-to-twitter.php:320
|
790 |
msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: wp-to-twitter.php:339
|
794 |
msgid "500 Internal Server Error: Something is broken at Twitter."
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: wp-to-twitter.php:345
|
798 |
msgid "503 Service Unavailable: The Twitter servers are up, but overloaded with requests - Please try again later."
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: wp-to-twitter.php:342
|
802 |
msgid "502 Bad Gateway: Twitter is down or being upgraded."
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: wp-to-twitter.php:385
|
806 |
msgid "No Twitter OAuth connection found."
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: wp-to-twitter.php:1160
|
810 |
msgid "Previous Tweets"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: wp-to-twitter.php:1044
|
814 |
msgid "Custom Twitter Post"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: wp-to-twitter.php:1055
|
818 |
msgid "Your template:"
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: wp-to-twitter.php:1059
|
822 |
msgid "YOURLS Custom Keyword"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: wp-to-twitter.php:1143
|
826 |
msgid "Upgrade to WP Tweets Pro"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: wp-to-twitter.php:1070
|
830 |
msgid "Don't Tweet this post."
|
831 |
msgstr "No Tweetear esta entrada."
|
832 |
|
833 |
+
#: wp-to-twitter.php:1070
|
834 |
msgid "Tweet this post."
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: wp-to-twitter.php:1121
|
838 |
msgid "Access to customizing WP to Twitter values is not allowed for your user role."
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: wp-to-twitter.php:1232
|
842 |
msgid "Characters left: "
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: wp-to-twitter.php:1301
|
846 |
msgid "WP Tweets User Settings"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: wp-to-twitter.php:1305
|
850 |
msgid "Use My Twitter Username"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: wp-to-twitter.php:1306
|
854 |
msgid "Tweet my posts with an @ reference to my username."
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: wp-to-twitter.php:1307
|
858 |
msgid "Tweet my posts with an @ reference to both my username and to the main site username."
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: wp-to-twitter.php:1311
|
862 |
msgid "Your Twitter Username"
|
863 |
msgstr "Su nombre de usuario de Twitter"
|
864 |
|
865 |
+
#: wp-to-twitter.php:1312
|
866 |
msgid "Enter your own Twitter username."
|
867 |
msgstr "Introduzca su nombre de usuario de Twitter"
|
868 |
|
869 |
+
#: wp-to-twitter.php:1380
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
870 |
msgid "Settings"
|
871 |
msgstr "Configuración"
|
872 |
|
873 |
+
#: wp-to-twitter.php:1418
|
874 |
msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
|
875 |
msgstr ""
|
876 |
|
886 |
msgid "http://www.joedolson.com/"
|
887 |
msgstr "http://www.joedolson.com/"
|
888 |
|
889 |
+
#: wpt-functions.php:342
|
890 |
msgid "Please read the FAQ and other Help documents before making a support request."
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: wpt-functions.php:344
|
894 |
msgid "Please describe your problem. I'm not psychic."
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: wpt-functions.php:364
|
898 |
msgid "<strong>Please note</strong>: I do keep records of those who have donated, but if your donation came from somebody other than your account at this web site, you must note this in your message."
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: wpt-functions.php:391
|
902 |
msgid "Send Support Request"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: wpt-functions.php:394
|
906 |
msgid "The following additional information will be sent with your support request:"
|
907 |
msgstr ""
|
908 |
|
938 |
msgid "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
|
939 |
msgstr "<li><strong>Su servidor debe parece WP to Twitter correctamente.</strong></li>"
|
940 |
|
941 |
+
#: wp-to-twitter-manager.php:88
|
942 |
msgid "WP to Twitter Errors Cleared"
|
943 |
msgstr "Errores de WP to Twitter eliminados"
|
944 |
|
958 |
msgid "OAuth Authentication response not understood."
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: wp-to-twitter-manager.php:374
|
962 |
msgid "WP to Twitter Advanced Options Updated"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: wp-to-twitter-shorteners.php:527
|
966 |
msgid "You must add your Bit.ly login and API key in order to shorten URLs with Bit.ly."
|
967 |
msgstr "Debe introducir su login y clave API de Bit.ly para acortar URLs con Bit.ly."
|
968 |
|
969 |
+
#: wp-to-twitter-shorteners.php:535
|
970 |
msgid "You must add your YOURLS remote URL, login, and password in order to shorten URLs with a remote installation of YOURLS."
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: wp-to-twitter-shorteners.php:539
|
974 |
msgid "You must add your YOURLS server path in order to shorten URLs with a remote installation of YOURLS."
|
975 |
msgstr ""
|
976 |
|
977 |
+
#: wp-to-twitter-manager.php:393
|
978 |
msgid "WP to Twitter Options Updated"
|
979 |
msgstr "Opciones de WP to Twitter actualizadas"
|
980 |
|
981 |
+
#: wp-to-twitter-shorteners.php:407
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
982 |
msgid "YOURLS password updated. "
|
983 |
msgstr ""
|
984 |
|
985 |
+
#: wp-to-twitter-shorteners.php:410
|
986 |
msgid "YOURLS password deleted. You will be unable to use your remote YOURLS account to create short URLS."
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: wp-to-twitter-shorteners.php:412
|
990 |
msgid "Failed to save your YOURLS password! "
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: wp-to-twitter-shorteners.php:416
|
994 |
msgid "YOURLS username added. "
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: wp-to-twitter-shorteners.php:420
|
998 |
msgid "YOURLS API url added. "
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: wp-to-twitter-shorteners.php:423
|
1002 |
msgid "YOURLS API url removed. "
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: wp-to-twitter-shorteners.php:428
|
1006 |
msgid "YOURLS local server path added. "
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: wp-to-twitter-shorteners.php:430
|
1010 |
msgid "The path to your YOURLS installation is not correct. "
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: wp-to-twitter-shorteners.php:434
|
1014 |
msgid "YOURLS local server path removed. "
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: wp-to-twitter-shorteners.php:439
|
1018 |
msgid "YOURLS will use Post ID for short URL slug."
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: wp-to-twitter-shorteners.php:441
|
1022 |
msgid "YOURLS will use your custom keyword for short URL slug."
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: wp-to-twitter-shorteners.php:445
|
1026 |
msgid "YOURLS will not use Post ID for the short URL slug."
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: wp-to-twitter-shorteners.php:453
|
1030 |
msgid "Su.pr API Key and Username Updated"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: wp-to-twitter-shorteners.php:457
|
1034 |
msgid "Su.pr API Key and username deleted. Su.pr URLs created by WP to Twitter will no longer be associated with your account. "
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: wp-to-twitter-shorteners.php:459
|
1038 |
msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: wp-to-twitter-shorteners.php:465
|
1042 |
msgid "Bit.ly API Key Updated."
|
1043 |
msgstr "Bit.ly: clave de API actualizada."
|
1044 |
|
1045 |
+
#: wp-to-twitter-shorteners.php:468
|
1046 |
msgid "Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
|
1047 |
msgstr "Clave API Bit.ly eliminada. You cannot use the Bit.ly API without an API key. "
|
1048 |
|
1049 |
+
#: wp-to-twitter-shorteners.php:470
|
1050 |
msgid "Bit.ly API Key not added - <a href='http://bit.ly/account/'>get one here</a>! An API key is required to use the Bit.ly URL shortening service."
|
1051 |
msgstr "Clave de API de Bit.ly no añadida - ¡<a href='http://bit.ly/account/'>consiga una</a>! Se necesita una clave de API para usar el servicio de acortar URLs."
|
1052 |
|
1053 |
+
#: wp-to-twitter-shorteners.php:474
|
1054 |
msgid " Bit.ly User Login Updated."
|
1055 |
msgstr "Bit.ly: usuario actualizado."
|
1056 |
|
1057 |
+
#: wp-to-twitter-shorteners.php:477
|
1058 |
msgid "Bit.ly User Login deleted. You cannot use the Bit.ly API without providing your username. "
|
1059 |
msgstr "Nombre de usuario de Bit.ly borrado. No puede usar el servicio Bit.ly sin proporcionar un nombre de usuario."
|
1060 |
|
1061 |
+
#: wp-to-twitter-shorteners.php:479
|
1062 |
msgid "Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
|
1063 |
msgstr "Nombre de usuario de Bit.ly no añadido - ¡<a href='http://bit.ly/account/'>consiga uno</a>! "
|
1064 |
|
1065 |
+
#: wp-to-twitter-manager.php:414
|
1066 |
msgid "<p>One or more of your last posts has failed to send a status update to Twitter. The Tweet has been saved, and you can re-Tweet it at your leisure.</p>"
|
1067 |
msgstr ""
|
1068 |
|
1069 |
+
#: wp-to-twitter-manager.php:420
|
1070 |
msgid "Sorry! I couldn't get in touch with the Twitter servers to post your <strong>new link</strong>! You'll have to post it manually, I'm afraid. "
|
1071 |
msgstr "Lo siento, no he podido contactar con los servidores de Twitter para notificar su nuevo enlace. Tendrá que Tweetearlo manualmente."
|
1072 |
|
1073 |
+
#: wp-to-twitter-manager.php:423
|
1074 |
msgid "<p>The query to the URL shortener API failed, and your URL was not shrunk. The full post URL was attached to your Tweet. Check with your URL shortening provider to see if there are any known issues.</p>"
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: wp-to-twitter-manager.php:429
|
1078 |
msgid "Clear 'WP to Twitter' Error Messages"
|
1079 |
msgstr "Borrar los errores de WP to Twitter"
|
1080 |
|
1081 |
+
#: wp-to-twitter-manager.php:435
|
1082 |
msgid "WP to Twitter Options"
|
1083 |
msgstr "Opciones de WP to Twitter"
|
1084 |
|
1085 |
+
#: wp-to-twitter-manager.php:536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1086 |
msgid "Update Twitter when you post a Blogroll link"
|
1087 |
msgstr "Actualice Twitter cuando publique un enlace de Blogroll"
|
1088 |
|
1089 |
+
#: wp-to-twitter-manager.php:537
|
1090 |
msgid "Text for new link updates:"
|
1091 |
msgstr "Texto para nuevos enlaces:"
|
1092 |
|
1093 |
+
#: wp-to-twitter-manager.php:537
|
1094 |
msgid "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
|
1095 |
msgstr "Códigos permitidos: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
|
1096 |
|
1097 |
+
#: wp-to-twitter-shorteners.php:551
|
1098 |
msgid "Don't shorten URLs."
|
1099 |
msgstr "No acortar URLs."
|
1100 |
|
1101 |
+
#: wp-to-twitter-shorteners.php:295
|
1102 |
msgid "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account Settings"
|
1103 |
msgstr ""
|
1104 |
|
1105 |
+
#: wp-to-twitter-shorteners.php:299
|
1106 |
msgid "Your Su.pr account details"
|
1107 |
msgstr ""
|
1108 |
|
1109 |
+
#: wp-to-twitter-shorteners.php:304
|
1110 |
msgid "Your Su.pr Username:"
|
1111 |
msgstr ""
|
1112 |
|
1113 |
+
#: wp-to-twitter-shorteners.php:308
|
1114 |
msgid "Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: wp-to-twitter-shorteners.php:315
|
1118 |
msgid "Don't have a Su.pr account or API key? <a href='http://su.pr/'>Get one here</a>!<br />You'll need an API key in order to associate the URLs you create with your Su.pr account."
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: wp-to-twitter-shorteners.php:321
|
1122 |
msgid "Your Bit.ly account details"
|
1123 |
msgstr "Detalles de su cuenta Bit.ly"
|
1124 |
|
1125 |
+
#: wp-to-twitter-shorteners.php:326
|
1126 |
msgid "Your Bit.ly username:"
|
1127 |
msgstr "Su nombre de usuario de Bit.ly:"
|
1128 |
|
1129 |
+
#: wp-to-twitter-shorteners.php:330
|
1130 |
msgid "Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
|
1131 |
msgstr "Su clave Bit.ly <abbr title='application programming interface'>API</abbr>:"
|
1132 |
|
1133 |
+
#: wp-to-twitter-shorteners.php:338
|
1134 |
msgid "Save Bit.ly API Key"
|
1135 |
msgstr "Guardar clave Bit.ly"
|
1136 |
|
1137 |
+
#: wp-to-twitter-shorteners.php:338
|
1138 |
msgid "Clear Bit.ly API Key"
|
1139 |
msgstr "Borrar clave Bit.ly"
|
1140 |
|
1141 |
+
#: wp-to-twitter-shorteners.php:338
|
1142 |
msgid "A Bit.ly API key and username is required to shorten URLs via the Bit.ly API and WP to Twitter."
|
1143 |
msgstr "Se necesita un usuario y una clave API de Bit.ly para acortar URLs con la API de Bit.ly y WP to Twitter."
|
1144 |
|
1145 |
+
#: wp-to-twitter-shorteners.php:344
|
1146 |
msgid "Your YOURLS account details"
|
1147 |
msgstr ""
|
1148 |
|
1149 |
+
#: wp-to-twitter-shorteners.php:349
|
1150 |
msgid "Path to your YOURLS config file (Local installations)"
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: wp-to-twitter-shorteners.php:350 wp-to-twitter-shorteners.php:354
|
1154 |
msgid "Example:"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: wp-to-twitter-shorteners.php:353
|
1158 |
msgid "URI to the YOURLS API (Remote installations)"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: wp-to-twitter-shorteners.php:357
|
1162 |
msgid "Your YOURLS username:"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: wp-to-twitter-shorteners.php:361
|
1166 |
msgid "Your YOURLS password:"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: wp-to-twitter-shorteners.php:361
|
1170 |
msgid "<em>Saved</em>"
|
1171 |
msgstr ""
|
1172 |
|
1173 |
+
#: wp-to-twitter-shorteners.php:365
|
1174 |
msgid "Post ID for YOURLS url slug."
|
1175 |
msgstr ""
|
1176 |
|
1177 |
+
#: wp-to-twitter-shorteners.php:366
|
1178 |
msgid "Custom keyword for YOURLS url slug."
|
1179 |
msgstr ""
|
1180 |
|
1181 |
+
#: wp-to-twitter-shorteners.php:367
|
1182 |
msgid "Default: sequential URL numbering."
|
1183 |
msgstr ""
|
1184 |
|
1185 |
+
#: wp-to-twitter-shorteners.php:373
|
1186 |
msgid "Save YOURLS Account Info"
|
1187 |
msgstr ""
|
1188 |
|
1189 |
+
#: wp-to-twitter-shorteners.php:373
|
1190 |
msgid "Clear YOURLS password"
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: wp-to-twitter-shorteners.php:373
|
1194 |
msgid "A YOURLS password and username is required to shorten URLs via the remote YOURLS API and WP to Twitter."
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: wp-to-twitter-manager.php:557
|
1198 |
msgid "Advanced Settings"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: wp-to-twitter-manager.php:567
|
|
|
|
|
|
|
|
|
1202 |
msgid "Strip nonalphanumeric characters from tags"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: wp-to-twitter-manager.php:573
|
1206 |
msgid "Spaces in tags replaced with:"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: wp-to-twitter-manager.php:576
|
1210 |
msgid "Maximum number of tags to include:"
|
1211 |
msgstr "Número máximo de tags a incluir:"
|
1212 |
|
1213 |
+
#: wp-to-twitter-manager.php:577
|
1214 |
msgid "Maximum length in characters for included tags:"
|
1215 |
msgstr "Máximo número de caracteres para los tags incluidos:"
|
1216 |
|
1217 |
+
#: wp-to-twitter-manager.php:583
|
1218 |
msgid "Length of post excerpt (in characters):"
|
1219 |
msgstr "Longitud del extracto de entrada (en caracteres):"
|
1220 |
|
1221 |
+
#: wp-to-twitter-manager.php:586
|
1222 |
msgid "WP to Twitter Date Formatting:"
|
1223 |
msgstr ""
|
1224 |
|
1225 |
+
#: wp-to-twitter-manager.php:586
|
1226 |
msgid "Default is from your general settings. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
|
1227 |
msgstr ""
|
1228 |
|
1229 |
+
#: wp-to-twitter-manager.php:590
|
1230 |
msgid "Custom text before all Tweets:"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
+
#: wp-to-twitter-manager.php:593
|
1234 |
msgid "Custom text after all Tweets:"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: wp-to-twitter-manager.php:596
|
1238 |
msgid "Custom field for an alternate URL to be shortened and Tweeted:"
|
1239 |
msgstr "Campo personalizado para una acortar y Tweetear una URL alternativa:"
|
1240 |
|
1241 |
+
#: wp-to-twitter-manager.php:633
|
1242 |
msgid "Special Cases when WordPress should send a Tweet"
|
1243 |
msgstr "Casos especiales en los que Wordpress debe enviar un Tweet"
|
1244 |
|
1245 |
+
#: wp-to-twitter-manager.php:636
|
1246 |
msgid "Do not post Tweets by default"
|
1247 |
msgstr ""
|
1248 |
|
1249 |
+
#: wp-to-twitter-manager.php:640
|
1250 |
msgid "Allow status updates from Quick Edit"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: wp-to-twitter-manager.php:644
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1254 |
msgid "Google Analytics Settings"
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: wp-to-twitter-manager.php:645
|
1258 |
msgid "You can track the response from Twitter using Google Analytics by defining a campaign identifier here. You can either define a static identifier or a dynamic identifier. Static identifiers don't change from post to post; dynamic identifiers are derived from information relevant to the specific post. Dynamic identifiers will allow you to break down your statistics by an additional variable."
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: wp-to-twitter-manager.php:648
|
1262 |
msgid "Use a Static Identifier with WP-to-Twitter"
|
1263 |
msgstr ""
|
1264 |
|
1265 |
+
#: wp-to-twitter-manager.php:649
|
1266 |
msgid "Static Campaign identifier for Google Analytics:"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
+
#: wp-to-twitter-manager.php:653
|
1270 |
msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: wp-to-twitter-manager.php:654
|
1274 |
msgid "What dynamic identifier would you like to use?"
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: wp-to-twitter-manager.php:656
|
1278 |
msgid "Category"
|
1279 |
msgstr ""
|
1280 |
|
1281 |
+
#: wp-to-twitter-manager.php:657
|
1282 |
msgid "Post ID"
|
1283 |
msgstr ""
|
1284 |
|
1285 |
+
#: wp-to-twitter-manager.php:658
|
1286 |
msgid "Post Title"
|
1287 |
msgstr ""
|
1288 |
|
1289 |
+
#: wp-to-twitter-manager.php:659
|
1290 |
msgid "Author"
|
1291 |
msgstr ""
|
lang/wp-to-twitter-nl_NL.mo
CHANGED
Binary file
|
lang/wp-to-twitter-nl_NL.po
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the same license as the WP to Twitter package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"PO-Revision-Date:
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -10,602 +10,674 @@ msgstr ""
|
|
10 |
"X-Generator: GlotPress/0.1\n"
|
11 |
"Project-Id-Version: WP to Twitter\n"
|
12 |
|
13 |
-
#: wp-to-twitter-
|
14 |
-
msgid "
|
15 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
#: wp-to-twitter-
|
18 |
-
msgid "<
|
19 |
-
msgstr "<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
#: wp-to-twitter-oauth.php:233
|
22 |
-
msgid "
|
23 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "304 Not Modified: There was no new data to return"
|
27 |
msgstr "304 Not Modified: Er was geen nieuwe data om terug te verzenden"
|
28 |
|
29 |
-
#: wp-to-twitter.php:
|
30 |
msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
|
31 |
msgstr "422 Unprocessable Entity: De geuploade afbeelding kon niet worden verwerkt.."
|
32 |
|
33 |
-
#: wp-to-twitter.php:
|
34 |
-
msgid "WP Tweets PRO 1.5.2 allows you to select Twitter accounts. <a href=\"%s\">Log in and download now!</a>"
|
35 |
-
msgstr "WP Tweets PRO 1.5.2 stelt u in staat om Twitter accounts te selecteren.<a href=\"%s\">Log in en download nu!</a>"
|
36 |
-
|
37 |
-
#: wp-to-twitter.php:1078
|
38 |
msgid "Upgrade to WP Tweets PRO to select Twitter accounts! <a href=\"%s\">Upgrade now!</a>"
|
39 |
msgstr "Upgrade naar WP Tweets PRO om Twitter accounts te selecteren! <a href=\"%s\">Upgrade nu!</a>"
|
40 |
|
41 |
-
#: wp-to-twitter.php:
|
42 |
msgid "Tweets must be less than 140 characters; Twitter counts URLs as 22 or 23 characters. Template Tags: <code>#url#</code>, <code>#title#</code>, <code>#post#</code>, <code>#category#</code>, <code>#date#</code>, <code>#modified#</code>, <code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, or <code>#blog#</code>."
|
43 |
msgstr "Tweets moeten minder zijn 140 karakters; Twitter telt URLs als 22 of 23 karakters. Template Tags: <code>#url#</code>, <code>#title#</code>, <code>#post#</code>, <code>#category#</code>, <code>#date#</code>, <code>#modified#</code>, <code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, of <code>#blog#</code>."
|
44 |
|
45 |
-
#:
|
46 |
-
msgid "Tweet Status"
|
47 |
-
msgstr "Tweet Status"
|
48 |
-
|
49 |
-
#: wpt-feed.php:149
|
50 |
msgid "Twitter returned an invalid response. It is probably down."
|
51 |
msgstr "Twitter geeft een ongeldig antwoord. Waarschijnlijk zijn er problemen."
|
52 |
|
53 |
-
#: wpt-widget.php:
|
54 |
msgid "Display a list of your latest tweets."
|
55 |
msgstr "Geef een lijst weer van uw laatste tweets."
|
56 |
|
57 |
-
#: wpt-widget.php:
|
58 |
msgid "WP to Twitter - Latest Tweets"
|
59 |
msgstr "WP to Twitter - Laatste Tweets"
|
60 |
|
61 |
-
#: wpt-widget.php:
|
62 |
msgid "<a href=\"%3$s\">about %1$s ago</a> via %2$s"
|
63 |
msgstr "<a href=\"%3$s\">ongeveer %1$s geleden</a> via %2$s"
|
64 |
|
65 |
-
#: wpt-widget.php:
|
66 |
msgid "<a href=\"%2$s\">about %1$s ago</a>"
|
67 |
msgstr "<a href=\"%2$s\">ongeveer %1$s geleden</a>"
|
68 |
|
69 |
-
#: wpt-widget.php:
|
70 |
msgid "Title"
|
71 |
msgstr "Titel"
|
72 |
|
73 |
-
#: wpt-widget.php:
|
74 |
msgid "Twitter Username"
|
75 |
msgstr "Twitter Gebruikersnaam"
|
76 |
|
77 |
-
#: wpt-widget.php:
|
78 |
msgid "Number of Tweets to Show"
|
79 |
msgstr "Aantal weer te geven Tweets"
|
80 |
|
81 |
-
#: wpt-widget.php:
|
82 |
msgid "Hide @ Replies"
|
83 |
msgstr "Verberg @ Antwoorden"
|
84 |
|
85 |
-
#: wpt-widget.php:
|
86 |
msgid "Include Retweets"
|
87 |
msgstr "Bijsluiten Retweets"
|
88 |
|
89 |
-
#: wpt-widget.php:
|
90 |
msgid "Parse links"
|
91 |
msgstr "Ontleed Links"
|
92 |
|
93 |
-
#: wpt-widget.php:
|
94 |
msgid "Parse @mentions"
|
95 |
msgstr "Ontleed @vermeldingen"
|
96 |
|
97 |
-
#: wpt-widget.php:
|
98 |
msgid "Parse #hashtags"
|
99 |
msgstr "Ontleed #hashtags"
|
100 |
|
101 |
-
#: wpt-widget.php:
|
102 |
msgid "Include Reply/Retweet/Favorite Links"
|
103 |
msgstr "Bijsluiten Antwoord/Retweet/Favorieten Links"
|
104 |
|
105 |
-
#: wpt-widget.php:
|
106 |
msgid "Include Tweet source"
|
107 |
msgstr "Bijsluiten Tweet bron"
|
108 |
|
109 |
-
#: wp-to-twitter-manager.php:
|
110 |
msgid "Error:"
|
111 |
msgstr "Fout:"
|
112 |
|
113 |
-
#: wp-to-twitter-manager.php:
|
114 |
msgid "No Analytics"
|
115 |
msgstr "Geen Analytics"
|
116 |
|
117 |
-
#: wp-to-twitter-manager.php:
|
118 |
-
msgid "Allow users to post to their own Twitter accounts"
|
119 |
-
msgstr "Sta gebruikers toe om berichten te plaatsen op hun eigen Twitter accounts"
|
120 |
-
|
121 |
-
#: wp-to-twitter-manager.php:793
|
122 |
-
msgid "Set a timer to send your Tweet minutes or hours after you publish"
|
123 |
-
msgstr "Stel een timer in om uw Tweet te verzenden minuten of uren na uw publicatie"
|
124 |
-
|
125 |
-
#: wp-to-twitter-manager.php:794
|
126 |
-
msgid "Automatically re-send Tweets after publishing"
|
127 |
-
msgstr "Automatisch herzenden van Tweets na publicatie"
|
128 |
-
|
129 |
-
#: wp-to-twitter-manager.php:795
|
130 |
msgid "Send Tweets for approved comments"
|
131 |
msgstr "Verzend Tweets voor goedgekeurde reacties"
|
132 |
|
133 |
-
#: wp-to-twitter.php:
|
134 |
msgid "The current version of WP Tweets PRO is <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\">Upgrade for best compatibility!</a>"
|
135 |
msgstr "De huidige versie van WP Tweets PRO is <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\">Upgrade voor de beste compatibiliteit!</a>"
|
136 |
|
137 |
-
#: wp-to-twitter.php:
|
138 |
msgid "Tweeting of comments has been moved to <a href=\"%1$s\">WP Tweets PRO</a>. You will need to upgrade in order to Tweet comments. <a href=\"%2$s\">Dismiss</a>"
|
139 |
msgstr "Tweeten van reacties is verplaatst naar <a href=\"%1$s\">WP Tweets PRO</a>. U moet upgraden om reacties te kunnen tweeten. <a href=\"%2$s\">Verberg</a>"
|
140 |
|
141 |
-
#: wp-to-twitter.php:
|
142 |
msgid "Tweeting %s edits is disabled."
|
143 |
msgstr "Tweet bewerking van %s is uitgeschakeld."
|
144 |
|
145 |
-
#: wp-to-twitter.php:
|
146 |
msgid "I hope you've enjoyed <strong>WP to Twitter</strong>! Take a look at <a href='%s'>upgrading to WP Tweets PRO</a> for advanced Tweeting with WordPress! <a href='%s'>Dismiss</a>"
|
147 |
msgstr "Ik hoop dat u plezier heeft van <strong>WP to Twitter</strong>! Kijk ook naar een <a href='%s'>upgrade naar WP Tweets PRO</a> voor geavanceerd tweeten met WordPress! <a href='%s'>Verberg</a>"
|
148 |
|
149 |
msgid "Posts a Tweet when you update your WordPress blog or post to your blogroll, using your URL shortening service. Rich in features for customizing and promoting your Tweets."
|
150 |
msgstr "Plaats een tweet wanneer u uw WordPress blog update of iets op uw blogroll plaatst met gebruik van uw URL verkortingsservice. Rijk aan functies voor het aanpassen en het promoten van uw tweets."
|
151 |
|
152 |
-
#: wp-to-twitter-shorteners.php:
|
153 |
msgid "Your jotURL account details"
|
154 |
msgstr "Uw jotURL account gegevens"
|
155 |
|
156 |
-
#: wp-to-twitter-shorteners.php:
|
157 |
msgid "Your jotURL public <abbr title='application programming interface'>API</abbr> key:"
|
158 |
msgstr "Uw jotURL public <abbr title='application programming interface'>API</abbr> sleutel:"
|
159 |
|
160 |
-
#: wp-to-twitter-shorteners.php:
|
161 |
msgid "Your jotURL private <abbr title='application programming interface'>API</abbr> key:"
|
162 |
msgstr "Uw jotURL private <abbr title='application programming interface'>API</abbr> sleutel:"
|
163 |
|
164 |
-
#: wp-to-twitter-shorteners.php:
|
165 |
msgid "Parameters to add to the long URL (before shortening):"
|
166 |
msgstr "Parameters om toe te voegen aan de lange URL (voor verkorting):"
|
167 |
|
168 |
-
#: wp-to-twitter-shorteners.php:
|
169 |
msgid "Parameters to add to the short URL (after shortening):"
|
170 |
msgstr "Parameters om toe te voegen aan de korte URL (na verkorting):"
|
171 |
|
172 |
-
#: wp-to-twitter-shorteners.php:
|
173 |
msgid "View your jotURL public and private API key"
|
174 |
msgstr "Bekijk uw jotURL public and private API sleutels"
|
175 |
|
176 |
-
#: wp-to-twitter-shorteners.php:
|
177 |
msgid "Save jotURL settings"
|
178 |
msgstr "Bewaar jotURL instellingen"
|
179 |
|
180 |
-
#: wp-to-twitter-shorteners.php:
|
181 |
msgid "Clear jotURL settings"
|
182 |
msgstr "Verwijder jotURL instellingen"
|
183 |
|
184 |
-
#: wp-to-twitter-shorteners.php:
|
185 |
msgid "A jotURL public and private API key is required to shorten URLs via the jotURL API and WP to Twitter."
|
186 |
msgstr "Een jotURL public en private API sleutel zijn benodigd om URLs te verkorten via de jotURL API en WP to Twitter."
|
187 |
|
188 |
-
#: wp-to-twitter-shorteners.php:
|
189 |
msgid "jotURL private API Key Updated. "
|
190 |
msgstr "jotURL private API sleutel bijgewerkt. "
|
191 |
|
192 |
-
#: wp-to-twitter-shorteners.php:
|
193 |
msgid "jotURL private API Key deleted. You cannot use the jotURL API without a private API key. "
|
194 |
msgstr "jotURL private API sleutel verwijderd. U kan niet de jotURL API gebruiken zonder een private API sleutel. "
|
195 |
|
196 |
-
#: wp-to-twitter-shorteners.php:
|
197 |
msgid "jotURL private API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! A private API key is required to use the jotURL URL shortening service. "
|
198 |
msgstr "jotURL private API sleutel niet toegevoegd - <a href='https://www.joturl.com/reserved/api.html'>verkrijg er een hier</a>! Een private API sleutel is benodigd om gebruik te kunnen maken van de jotURL URL verkorter. "
|
199 |
|
200 |
-
#: wp-to-twitter-shorteners.php:
|
201 |
msgid "jotURL public API Key Updated. "
|
202 |
msgstr "jotURL public API sleutel bijgewerkt. "
|
203 |
|
204 |
-
#: wp-to-twitter-shorteners.php:
|
205 |
msgid "jotURL public API Key deleted. You cannot use the jotURL API without providing your public API Key. "
|
206 |
msgstr "jotURL public API sleutel verwijderd. U kan niet de jotURL API gebruiken zonder uw public API sleutel in te geven. "
|
207 |
|
208 |
-
#: wp-to-twitter-shorteners.php:
|
209 |
msgid "jotURL public API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! "
|
210 |
msgstr "jotURL public API sleutel niet ingevuld - <a href='https://www.joturl.com/reserved/api.html'>verkrijg er een hier</a>! "
|
211 |
|
212 |
-
#: wp-to-twitter-shorteners.php:
|
213 |
msgid "Long URL parameters added. "
|
214 |
msgstr "Lange URL parameters toegevoegd. "
|
215 |
|
216 |
-
#: wp-to-twitter-shorteners.php:
|
217 |
msgid "Long URL parameters deleted. "
|
218 |
msgstr "Lange URL parameters verwijderd. "
|
219 |
|
220 |
-
#: wp-to-twitter-shorteners.php:
|
221 |
msgid "Short URL parameters added. "
|
222 |
msgstr "Korte URL parameters toegevoegd. "
|
223 |
|
224 |
-
#: wp-to-twitter-shorteners.php:
|
225 |
msgid "Short URL parameters deleted. "
|
226 |
msgstr "Korte URL parameters verwijderd. "
|
227 |
|
228 |
-
#: wp-to-twitter-shorteners.php:
|
229 |
msgid "You must add your jotURL public and private API key in order to shorten URLs with jotURL."
|
230 |
msgstr "U moet uw jotURL public en private API sleutels toevoegen om URLs te verkorten met jotURL."
|
231 |
|
232 |
-
#: wp-to-twitter-manager.php:
|
233 |
msgid "Tags"
|
234 |
msgstr "Tags"
|
235 |
|
236 |
-
#: wp-to-twitter-manager.php:
|
237 |
msgid "Template Tag Settings"
|
238 |
msgstr "Template Tag Instellingen"
|
239 |
|
240 |
-
#: wp-to-twitter-manager.php:
|
241 |
msgid "Extracted from the post. If you use the 'Excerpt' field, it will be used instead."
|
242 |
msgstr "Uittreksel van het bericht. Als u het 'Excerpt' veld gebruikt zal het in plaats daarvan worden gebruikt."
|
243 |
|
244 |
-
#: wp-to-twitter-manager.php:
|
245 |
msgid "Template tag priority order"
|
246 |
msgstr "Prioriteitsvolgorde template tag"
|
247 |
|
248 |
-
#: wp-to-twitter-manager.php:
|
249 |
msgid "The order in which items will be abbreviated or removed from your Tweet if the Tweet is too long to send to Twitter."
|
250 |
msgstr "De volgorde waarin onderdelen worden afgekort of verwijderd van uw Tweet als uw Tweet te lang is om naar Twitter te sturen."
|
251 |
|
252 |
-
#: wp-to-twitter-manager.php:
|
253 |
msgid "Author Settings"
|
254 |
msgstr "Auteur Instellingen"
|
255 |
|
256 |
-
#: wp-to-twitter-manager.php:
|
257 |
msgid "Authors can add their username in their user profile. With the free edition of WP to Twitter, it adds an @reference to the author. The @reference is placed using the <code>#account#</code> shortcode, which will pick up the main account if the user account isn't configured."
|
258 |
msgstr "Auteurs kunnen hun gebruikersnaam toevoegen in hun gebruikersprofiel. Met de gratis versie van WP to Twitter wordt een @verwijzing toegevoegd naar de auteur. De @ verwijzing wordt geplaatst met gebruikmaking van de <code>#account#</code> shortcode, welke het standaardaccount zal selecteren wanneer de gebruikersaccount niet is geconfigureerd."
|
259 |
|
260 |
-
#: wp-to-twitter-manager.php:
|
261 |
msgid "Permissions"
|
262 |
msgstr "Rechten"
|
263 |
|
264 |
-
#: wp-to-twitter-manager.php:
|
265 |
msgid "Error Messages and Debugging"
|
266 |
msgstr "Foutmeldingen en Debuggen"
|
267 |
|
268 |
-
#: wp-to-twitter-manager.php:
|
269 |
msgid "<code>#cat_desc#</code>: custom value from the category description field"
|
270 |
msgstr "<code>#cat_desc#</code>: aangepaste waarde van het categorie omschrijvingsveld"
|
271 |
|
272 |
-
#: wp-to-twitter-manager.php:
|
273 |
msgid "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
|
274 |
msgstr "<code>#@#</code>: de twitter @verwijzing voor de auteur of leeg, indien niet ingesteld"
|
275 |
|
276 |
-
#: wp-to-twitter-oauth.php:
|
277 |
-
msgid "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> queries</a>."
|
278 |
-
msgstr "Connectie Problemen? Probeer <a href='#wpt_http'>om te schakelen naar <code>http</code> query's</a>."
|
279 |
-
|
280 |
-
#: wp-to-twitter-oauth.php:280
|
281 |
msgid "<strong>Troubleshooting tip:</strong> Connected, but getting a error that your Authentication credentials are missing or incorrect? Check that your Access token has read and write permission. If not, you'll need to create a new token. <a href=\"http://www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">Read the FAQ</a>"
|
282 |
msgstr "<strong>Probleemoplossing tip:</strong> Connectie gemaakt, maar een foutmelding dat uw authenticatie gegevens niet ingevuld of onjuist zijn? Controleer dat uw Access token lees- en schrijfrechten heeft. Zo niet, dan moet u een nieuw token genereren. <a href=\"http://www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">lees de FAQ (Engels)</a>"
|
283 |
|
284 |
-
#: wp-to-twitter-oauth.php:
|
285 |
msgid "Twitter's server time: "
|
286 |
msgstr "Twitter's servertijd:"
|
287 |
|
288 |
-
#: wp-to-twitter.php:
|
289 |
-
msgid "WP to Twitter requires WordPress 3.1.4 or a more recent version <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Please update WordPress to continue using WP to Twitter with all features!</a>"
|
290 |
-
msgstr "WP to Twitter vereist WordPress 3.1.4 of een meer recentere versie <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">werk WordPress bij om WP to Twitter te kunnen gebruiken met alle functies!</a>"
|
291 |
-
|
292 |
-
#: wp-to-twitter.php:336
|
293 |
-
msgid "403 Forbidden: The request is understood, but it has been refused by Twitter. Reasons: Too many Tweets in a short time or the same Tweet was submitted twice, among others. Not an error from WP to Twitter."
|
294 |
-
msgstr "403 Forbidden: De aanvraag is begrepen maar werd door Twitter afgewezen. Reden: teveel Tweets in een te korte tijd of dezelfde Tweet was dubbel geplaatst. Geen foutmelding van WP to Twitter."
|
295 |
-
|
296 |
-
#: wp-to-twitter.php:1377
|
297 |
msgid "Upgrade"
|
298 |
msgstr "Upgrade"
|
299 |
|
300 |
-
#: wp-to-twitter-manager.php:
|
301 |
msgid "Use tag slug as hashtag value"
|
302 |
msgstr "Gebruik tag slug als hashtag waarde"
|
303 |
|
304 |
-
#: wp-to-twitter-
|
305 |
-
msgid "WP to Twitter failed to connect with Twitter. Try <a href=\"#wpt_http\">switching to an HTTP connection</a>."
|
306 |
-
msgstr "WP to Twitter kon geen connectie maken met Twitter. Probeer <a href=\"#wpt_http\">om te schakelen naar een HTTP connectie</a>."
|
307 |
-
|
308 |
-
#: wp-to-twitter-shorteners.php:548
|
309 |
msgid "Choose a short URL service (account settings below)"
|
310 |
msgstr "Kies een URL verkorter (account instellingen onder)"
|
311 |
|
312 |
-
#: wp-to-twitter-shorteners.php:
|
313 |
msgid "YOURLS (on this server)"
|
314 |
msgstr "YOURLS (op deze server)"
|
315 |
|
316 |
-
#: wp-to-twitter-shorteners.php:
|
317 |
msgid "YOURLS (on a remote server)"
|
318 |
msgstr "YOURLS (op een remote server)"
|
319 |
|
320 |
-
#: wpt-functions.php:
|
321 |
msgid "Thank you for supporting the continuing development of this plug-in! I'll get back to you as soon as I can. Please ensure that you can receive email at <code>%s</code>."
|
322 |
msgstr "Dank u voor de ondersteuning t.b.v. de verdere ontwikkeling van deze plugin! Ik neem zo snel mogelijk contact met u op. Wees er zeker van dat u email kunt ontvangen via <code>%s</code>."
|
323 |
|
324 |
-
#: wpt-functions.php:
|
325 |
msgid "Thanks for using WP to Twitter. Please ensure that you can receive email at <code>%s</code>."
|
326 |
msgstr "Bedankt voor het gebruiken van WP to Twitter. Wees er zeker van dat u email kunt ontvangen via <code>%s</code>."
|
327 |
|
328 |
-
#: wpt-functions.php:
|
329 |
msgid "Reply to:"
|
330 |
msgstr "Antwoord naar:"
|
331 |
|
332 |
-
#: wp-to-twitter-manager.php:
|
333 |
msgid "The lowest user group that can add their Twitter information"
|
334 |
msgstr "De laagste gebruikersgroep die hun Twitter informatie kunnen toevoegen"
|
335 |
|
336 |
-
#: wp-to-twitter-manager.php:
|
337 |
msgid "The lowest user group that can see the Custom Tweet options when posting"
|
338 |
msgstr "De laagste gebruikersgroep die de Aangepaste Tweet opties kunnen zien bij het plaatsen"
|
339 |
|
340 |
-
#: wp-to-twitter-manager.php:
|
341 |
msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
|
342 |
msgstr "De laagste user groep dat Tweet / Geen Tweet opties aan en uit kan zetten"
|
343 |
|
344 |
-
#: wp-to-twitter-manager.php:
|
345 |
msgid "The lowest user group that can send Twitter updates"
|
346 |
msgstr "De laagste user groep dat Twitter updates kan sturen"
|
347 |
|
348 |
-
#: wp-to-twitter-manager.php:
|
349 |
msgid "<code>#author#</code>: the post author (@reference if available, otherwise display name)"
|
350 |
msgstr "<code>#author#</code>: auteur van het bericht (@verwijzing indien beschikbaar, anders weergave naam)"
|
351 |
|
352 |
-
#: wp-to-twitter-manager.php:
|
353 |
msgid "<code>#displayname#</code>: post author's display name"
|
354 |
msgstr "<code>#displayname#</code>: plaats weergave naam auteur"
|
355 |
|
356 |
-
#: wp-to-twitter.php:
|
357 |
msgid "This tweet was blank and could not be sent to Twitter."
|
358 |
msgstr "Deze Tweet was leeg en kon niet naar Twitter verzonden worden"
|
359 |
|
360 |
-
#: wp-to-twitter.php:
|
361 |
msgid "404 Not Found: The URI requested is invalid or the resource requested does not exist."
|
362 |
msgstr "404 Not Found: De gevraagde URI is ongeldig of de opgevraagde bron bestaat niet."
|
363 |
|
364 |
-
#: wp-to-twitter.php:
|
365 |
msgid "406 Not Acceptable: Invalid Format Specified."
|
366 |
msgstr "406 Not Acceptable: Ongeldig Format Gespecificeerd."
|
367 |
|
368 |
-
#: wp-to-twitter.php:
|
369 |
msgid "429 Too Many Requests: You have exceeded your rate limits."
|
370 |
msgstr "429 Too Many Requests: U heeft uw limiet overschreden."
|
371 |
|
372 |
-
#: wp-to-twitter.php:
|
373 |
msgid "504 Gateway Timeout: The Twitter servers are up, but the request couldn't be serviced due to some failure within our stack. Try again later."
|
374 |
msgstr "504 Gateway Timeout: De Twitter-servers werken, maar het verzoek kon niet worden gehonoreerd vanwege een fout in onze stack. Probeer het later opnieuw."
|
375 |
|
376 |
-
#: wp-to-twitter.php:
|
377 |
msgid "Your prepended Tweet text; not part of your template."
|
378 |
msgstr "Uw voorgevoegde Tweet tekst; geen onderdeel van uw template."
|
379 |
|
380 |
-
#: wp-to-twitter.php:
|
381 |
msgid "Your appended Tweet text; not part of your template."
|
382 |
msgstr "Uw toegevoegde Tweet tekst; geen onderdeel van uw template."
|
383 |
|
384 |
-
#: wp-to-twitter.php:
|
385 |
msgid "Your role does not have the ability to Post Tweets from this site."
|
386 |
msgstr "Uw rol heeft niet de mogelijkheid om Tweets te plaatsen vanaf deze site."
|
387 |
|
388 |
-
#: wp-to-twitter.php:
|
389 |
msgid "Hide account name in Tweets"
|
390 |
msgstr "Verberg accountnaam in Tweets"
|
391 |
|
392 |
-
#: wp-to-twitter.php:
|
393 |
msgid "Do not display my account in the #account# template tag."
|
394 |
msgstr "Geef mijn account niet weer in de #account# template tag."
|
395 |
|
396 |
-
#: wpt-functions.php:
|
397 |
msgid "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</span>"
|
398 |
msgstr "I heb de <a href=\"%1$s\">FAQ voor deze plugin (Engels)</a> gelezen<span>(vereist)</span>"
|
399 |
|
400 |
-
#: wpt-functions.php:
|
401 |
msgid "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
|
402 |
msgstr "I heb <a href=\"%1$s\">een donatie gemaakt om deze plugin te ondersteunen</a>"
|
403 |
|
404 |
-
#: wpt-functions.php:
|
405 |
msgid "Support Request:"
|
406 |
msgstr "Support Aanvraag:"
|
407 |
|
408 |
-
#: wp-to-twitter-manager.php:
|
409 |
-
msgid "Settings for type \"%1$s\""
|
410 |
-
msgstr "Instellingen voor type \"%1$s\""
|
411 |
-
|
412 |
-
#: wp-to-twitter-manager.php:488
|
413 |
msgid "Update when %1$s %2$s is published"
|
414 |
msgstr "Update wanneer %1$s %2$s is geplaatst"
|
415 |
|
416 |
-
#: wp-to-twitter-manager.php:
|
417 |
-
msgid "Text for new %1$s updates"
|
418 |
-
msgstr "Tekst voor nieuwe %1$s updates"
|
419 |
-
|
420 |
-
#: wp-to-twitter-manager.php:492
|
421 |
msgid "Update when %1$s %2$s is edited"
|
422 |
msgstr "Update wanneer %1$s %2$s is bewerkt"
|
423 |
|
424 |
-
#: wp-to-twitter-
|
425 |
-
msgid "Text for %1$s editing updates"
|
426 |
-
msgstr "Tekst voor %1$s bewerkingsupdates"
|
427 |
-
|
428 |
-
#: wp-to-twitter-oauth.php:217
|
429 |
msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
|
430 |
msgstr "Uw server tijdzone (moet UTC, GMT, Europa/Londen of gelijkwaardig zijn):"
|
431 |
|
432 |
-
#: wp-to-twitter-shorteners.php:
|
433 |
msgid "Use Twitter Friendly Links."
|
434 |
msgstr "Gebruik Twitter-Vriendelijke Links."
|
435 |
|
436 |
-
#: wp-to-twitter-shorteners.php:
|
437 |
msgid "View your Bit.ly username and API key"
|
438 |
msgstr "Bekijk uw Bit.ly gebruikersnaam en API sleutel"
|
439 |
|
440 |
-
#: wp-to-twitter-shorteners.php:
|
441 |
msgid "Your shortener does not require any account settings."
|
442 |
msgstr "Uw verkorter vereist geen enkele account instelling."
|
443 |
|
444 |
-
#: wp-to-twitter.php:
|
445 |
msgid "Your Twitter application does not have read and write permissions. Go to <a href=\"%s\">your Twitter apps</a> to modify these settings."
|
446 |
msgstr "Uw Twitter applicatie heeft geen lees- en schrijfrechten. Ga naar <a href=\"%s\">uw Twitter applicaties</a> om deze instellingen aan te passen."
|
447 |
|
448 |
-
#: wp-to-twitter.php:
|
449 |
msgid "Failed Tweets"
|
450 |
msgstr "Mislukte Tweets"
|
451 |
|
452 |
-
#: wp-to-twitter.php:
|
453 |
msgid "No failed tweets on this post."
|
454 |
msgstr "Geen mislukte tweets voor dit bericht."
|
455 |
|
456 |
-
#: wp-to-twitter-manager.php:
|
457 |
-
msgid "Upgrade to <strong>WP Tweets PRO</strong> for more options!"
|
458 |
-
msgstr "Upgrade naar <strong>WP Tweets PRO</strong> voor meer opties!"
|
459 |
-
|
460 |
-
#: wp-to-twitter-manager.php:822
|
461 |
msgid "<code>#reference#</code>: Used only in co-tweeting. @reference to main account when posted to author account, @reference to author account in post to main account."
|
462 |
msgstr "<code>#reference#</code>: Alleen gebruikt in co-tweeten. @verwijzing naar het standaardaccount wanneer geplaatst is naar het auteursaccount, @verwijzing naar het auteursaccount in het bericht naar het standaardaccount."
|
463 |
|
464 |
-
#: wp-to-twitter-oauth.php:
|
465 |
msgid "WP to Twitter could not contact Twitter's remote server. Here is the error triggered: "
|
466 |
msgstr "WP to Twitter kon geen contact maken met de externe server van Twitter. Deze fout wordt getriggerd:"
|
467 |
|
468 |
-
#: wp-to-twitter.php:
|
469 |
msgid "This account is not authorized to post to Twitter."
|
470 |
msgstr "Dit account is niet bevoegd om te posten op Twitter."
|
471 |
|
472 |
-
#: wp-to-twitter.php:
|
473 |
msgid "This tweet is identical to another Tweet recently sent to this account."
|
474 |
msgstr "Deze tweet is identiek aan een andere Tweet welke onlangs is verzonden naar dit account."
|
475 |
|
476 |
-
#: wp-to-twitter-shorteners.php:
|
477 |
msgid "(optional)"
|
478 |
msgstr "(optioneel)"
|
479 |
|
480 |
-
#: wp-to-twitter-manager.php:
|
481 |
msgid "Do not post Tweets by default (editing only)"
|
482 |
msgstr "Plaats tweets niet standaard (alleen bij bijwerking)"
|
483 |
|
484 |
-
#: wp-to-twitter-manager.php:
|
485 |
msgid "<code>#modified#</code>: the post modified date"
|
486 |
msgstr "<code>#modified#</code>: tijdstip waarop bericht is aangepast"
|
487 |
|
488 |
-
#: wp-to-twitter-oauth.php:
|
489 |
msgid "Your time stamps are more than 5 minutes apart. Your server could lose its connection with Twitter."
|
490 |
msgstr "Er zit meer dan 5 minuten verschil tussen uw server en Twitter. Uw server connectie met Twitter kan hierdoor verbroken worden."
|
491 |
|
492 |
-
#: wp-to-twitter-manager.php:
|
493 |
msgid "Authors have individual Twitter accounts"
|
494 |
msgstr "Auteurs hebben individuele Twitter accounts"
|
495 |
|
496 |
-
#: wp-to-twitter-manager.php:
|
497 |
-
msgid "Disable global URL shortener error messages."
|
498 |
-
msgstr "Uitschakelen globale URL verkorter foutmeldingen."
|
499 |
-
|
500 |
-
#: wp-to-twitter-manager.php:694
|
501 |
-
msgid "Disable global Twitter API error messages."
|
502 |
-
msgstr "Uitschakelen globale Twitter API foutmeldingen."
|
503 |
-
|
504 |
-
#: wp-to-twitter-manager.php:696
|
505 |
msgid "Get Debugging Data for OAuth Connection"
|
506 |
msgstr "Verkrijg debugging data voor OAuth connectie"
|
507 |
|
508 |
-
#: wp-to-twitter-manager.php:
|
509 |
-
msgid "Switch to <code>http</code> connection. (Default is https)"
|
510 |
-
msgstr "kies voor <code>http</code> connectie. (Standaard is https) "
|
511 |
-
|
512 |
-
#: wp-to-twitter-manager.php:700
|
513 |
msgid "I made a donation, so stop whinging at me, please."
|
514 |
msgstr "Ik heb al gedoneerd, dus stop a.u.b. met zeuren."
|
515 |
|
516 |
-
#: wp-to-twitter-manager.php:
|
517 |
-
msgid "Limit Updating Categories"
|
518 |
-
msgstr "Beperk Updaten Categorieën"
|
519 |
-
|
520 |
-
#: wp-to-twitter-manager.php:717
|
521 |
-
msgid "If no categories are checked, limiting by category will be ignored, and all categories will be Tweeted."
|
522 |
-
msgstr "Als er geen categorieën worden gekozen, werkt beperken per categorie niet en zullen alle categorieën getweet worden."
|
523 |
-
|
524 |
-
#: wp-to-twitter-manager.php:718
|
525 |
-
msgid "<em>Category limits are disabled.</em>"
|
526 |
-
msgstr "<em>Categorie beperkingen zijn uitgeschakeld.</em>"
|
527 |
-
|
528 |
-
#: wp-to-twitter-manager.php:727
|
529 |
msgid "Get Plug-in Support"
|
530 |
msgstr "Vraag Plugin Support "
|
531 |
|
532 |
-
#: wp-to-twitter-manager.php:
|
533 |
msgid "Check Support"
|
534 |
msgstr "Support Raadplegen"
|
535 |
|
536 |
-
#: wp-to-twitter-manager.php:
|
537 |
msgid "Check whether your server supports <a href=\"http://www.joedolson.com/articles/wp-to-twitter/\">WP to Twitter's</a> queries to the Twitter and URL shortening APIs. This test will send a status update to Twitter and shorten a URL using your selected methods."
|
538 |
msgstr "Selecteer of uw server <a href=\"http://www.joedolson.com/articles/wp-to-twitter/\">WP to Twitter's</a> queries ondersteund naar de Twitter en URL verkorter API's. Deze test zal een status update sturen naar Twitter en een URL verkorten met gebruik van uw geselecteerde methodes."
|
539 |
|
540 |
-
#: wp-to-twitter-manager.php:
|
541 |
msgid "Support WP to Twitter"
|
542 |
msgstr "Support WP to Twitter "
|
543 |
|
544 |
-
#: wp-to-twitter-manager.php:
|
545 |
msgid "WP to Twitter Support"
|
546 |
msgstr "WP to Twitter Support "
|
547 |
|
548 |
-
#: wp-to-twitter-manager.php:
|
549 |
msgid "Get Support"
|
550 |
msgstr "Verkrijg Support"
|
551 |
|
552 |
-
#: wp-to-twitter-manager.php:
|
553 |
-
msgid "<a href=\"http://www.joedolson.com/donate.php\">Make a donation today!</a> Every donation counts - donate $2, $10, or $100 and help me keep this plug-in running!"
|
554 |
-
msgstr "<a href=\"http://www.joedolson.com/donate.php\">Maak vandaag nog een donatie!!</a> Elke donatie telt - geef $2, $10, of $100 en help me deze plugin te onderhouden!"
|
555 |
-
|
556 |
-
#: wp-to-twitter-manager.php:787
|
557 |
msgid "Upgrade Now!"
|
558 |
msgstr "Upgrade nu!"
|
559 |
|
560 |
-
#: wp-to-twitter-manager.php:
|
561 |
-
msgid "Extra features with the PRO upgrade:"
|
562 |
-
msgstr "Extra functies van de PRO upgrade:"
|
563 |
-
|
564 |
-
#: wp-to-twitter-manager.php:804
|
565 |
msgid "Shortcodes"
|
566 |
msgstr "Shortcodes"
|
567 |
|
568 |
-
#: wp-to-twitter-manager.php:
|
569 |
msgid "Available in post update templates:"
|
570 |
msgstr "Beschikbaar in bericht bijwerkingstemplates"
|
571 |
|
572 |
-
#: wp-to-twitter-manager.php:
|
573 |
msgid "<code>#title#</code>: the title of your blog post"
|
574 |
msgstr "<code>#title#</code>: de titel van uw blog bericht"
|
575 |
|
576 |
-
#: wp-to-twitter-manager.php:
|
577 |
msgid "<code>#blog#</code>: the title of your blog"
|
578 |
msgstr "<code>#blog#</code>: de titel van uw blog"
|
579 |
|
580 |
-
#: wp-to-twitter-manager.php:
|
581 |
msgid "<code>#post#</code>: a short excerpt of the post content"
|
582 |
msgstr "<code>#post#</code>: een korte samenvatting van het bericht"
|
583 |
|
584 |
-
#: wp-to-twitter-manager.php:
|
585 |
msgid "<code>#category#</code>: the first selected category for the post"
|
586 |
msgstr "<code>#category#</code>: de eerste geselecteerde categorie voor het bericht"
|
587 |
|
588 |
-
#: wp-to-twitter-manager.php:
|
589 |
msgid "<code>#date#</code>: the post date"
|
590 |
msgstr "<code>#date#</code>: de bericht datum"
|
591 |
|
592 |
-
#: wp-to-twitter-manager.php:
|
593 |
msgid "<code>#url#</code>: the post URL"
|
594 |
msgstr "<code>#url#</code>: de bericht URL"
|
595 |
|
596 |
-
#: wp-to-twitter-manager.php:
|
597 |
msgid "<code>#account#</code>: the twitter @reference for the account (or the author, if author settings are enabled and set.)"
|
598 |
msgstr "<code>#account#</code>: de twitter @referentie voor het account (of auteur, als auteur instellingen geactiveerd en ingesteld zijn)."
|
599 |
|
600 |
-
#: wp-to-twitter-manager.php:
|
601 |
msgid "<code>#tags#</code>: your tags modified into hashtags. See options in the Advanced Settings section, below."
|
602 |
msgstr "<code>#tags#</code>: uw tags zijn veranderd in hashtags. Zie de opties onder bij Geavanceerde Instellingen."
|
603 |
|
604 |
-
#: wp-to-twitter-manager.php:
|
605 |
msgid "You can also create custom shortcodes to access WordPress custom fields. Use doubled square brackets surrounding the name of your custom field to add the value of that custom field to your status update. Example: <code>[[custom_field]]</code></p>"
|
606 |
msgstr "U kan ook aangepaste shortcodes creëeren voor toegang tot aangepaste WordPress velden. Gebruik dubbele [ ] om de naam van uw aangepast veld om de waarde hiervan toe te voegen aan uw status update. Voorbeeld: <code>[[custom_field]]</code></p>"
|
607 |
|
608 |
-
#: wp-to-twitter-oauth.php:
|
609 |
msgid "WP to Twitter was unable to establish a connection to Twitter."
|
610 |
msgstr "WP to Twitter kon geen verbinding maken met Twitter. "
|
611 |
|
@@ -613,244 +685,204 @@ msgstr "WP to Twitter kon geen verbinding maken met Twitter. "
|
|
613 |
msgid "There was an error querying Twitter's servers"
|
614 |
msgstr "Er trad een fout op tijdens het informeren van de Twitter servers"
|
615 |
|
616 |
-
#: wp-to-twitter-oauth.php:209 wp-to-twitter-oauth.php:
|
617 |
msgid "Connect to Twitter"
|
618 |
msgstr "Verbinding maken met Twitter"
|
619 |
|
620 |
-
#: wp-to-twitter-oauth.php:
|
621 |
msgid "WP to Twitter Set-up"
|
622 |
msgstr "WP to Twitter Instellen"
|
623 |
|
624 |
-
#: wp-to-twitter-oauth.php:
|
625 |
-
#: wp-to-twitter-oauth.php:
|
626 |
msgid "Your server time:"
|
627 |
msgstr "Uw server tijd:"
|
628 |
|
629 |
-
#: wp-to-twitter-oauth.php:
|
630 |
msgid "Twitter's time:"
|
631 |
msgstr "Twitter's tijd: "
|
632 |
|
633 |
-
#: wp-to-twitter-oauth.php:
|
634 |
msgid "If these timestamps are not within 5 minutes of each other, your server will not connect to Twitter."
|
635 |
msgstr "Als deze timestamps niet binnen 5 minuten op elkaar volgen, zal uw server geen connectie maken met Twitter."
|
636 |
|
637 |
-
#: wp-to-twitter-oauth.php:
|
638 |
msgid "1. Register this site as an application on "
|
639 |
msgstr "1. Registreer deze site als een applicatie op "
|
640 |
|
641 |
-
#: wp-to-twitter-oauth.php:
|
642 |
msgid "Twitter's application registration page"
|
643 |
msgstr "Twitter's applicatie registratie pagina"
|
644 |
|
645 |
-
#: wp-to-twitter-oauth.php:
|
646 |
msgid "If you're not currently logged in to Twitter, log-in to the account you want associated with this site"
|
647 |
msgstr "Als u nog niet aangemeld bent bij Twitter log dan in met het account dat u voor deze site wilt gebruiken"
|
648 |
|
649 |
-
#: wp-to-twitter-oauth.php:
|
650 |
msgid "Your Application Description can be anything."
|
651 |
msgstr "Uw applicatiebeschrijving kan van alles zijn."
|
652 |
|
653 |
-
#: wp-to-twitter-oauth.php:
|
654 |
msgid "The WebSite and Callback URL should be "
|
655 |
msgstr "De website en callback URL moeten zijn "
|
656 |
|
657 |
-
#: wp-to-twitter-oauth.php:
|
658 |
msgid "Agree to the Developer Rules of the Road and continue."
|
659 |
msgstr "Ga akkoord met de regels van de developer en ga door."
|
660 |
|
661 |
-
#: wp-to-twitter-oauth.php:
|
662 |
-
msgid "2. Switch to the \"Settings\" tab in Twitter apps"
|
663 |
-
msgstr "2. Kies \"Settings\" tabblad in Twitter apps"
|
664 |
-
|
665 |
-
#: wp-to-twitter-oauth.php:231
|
666 |
msgid "Select \"Read and Write\" for the Application Type"
|
667 |
msgstr "Kies \"Read and Write\" als Applicatie Type"
|
668 |
|
669 |
-
#: wp-to-twitter-oauth.php:
|
670 |
msgid "Update the application settings"
|
671 |
msgstr "Werk de applicatie instellingen bij"
|
672 |
|
673 |
-
#: wp-to-twitter-oauth.php:
|
674 |
-
msgid "Once you have registered your site as an application, you will be provided with four keys."
|
675 |
-
msgstr "Wanneer u de website heeft geregistreerd als een applicatie zullen er 4 sleutels worden verstrekt."
|
676 |
-
|
677 |
-
#: wp-to-twitter-oauth.php:236
|
678 |
-
msgid "3. Copy and paste your consumer key and consumer secret into the fields below"
|
679 |
-
msgstr "3. Kopiër en plak uw sleutel (\"consumer key\") en geheim (\"consumer secret\") in de onderstaande velden"
|
680 |
-
|
681 |
-
#: wp-to-twitter-oauth.php:239
|
682 |
-
msgid "Twitter Consumer Key"
|
683 |
-
msgstr "Twitter Gebruikerssleutel (Consumer Key)"
|
684 |
-
|
685 |
-
#: wp-to-twitter-oauth.php:243
|
686 |
-
msgid "Twitter Consumer Secret"
|
687 |
-
msgstr "Twitter Gebruikersgeheim (Consumer Secret)"
|
688 |
-
|
689 |
-
#: wp-to-twitter-oauth.php:247
|
690 |
msgid "4. Copy and paste your Access Token and Access Token Secret into the fields below"
|
691 |
msgstr "4. Kopiër en plak het Access Token en Access Token Secret in onderstaande velden"
|
692 |
|
693 |
-
#: wp-to-twitter-oauth.php:
|
694 |
msgid "If the Access level for your Access Token is not \"<em>Read and write</em>\", you must return to step 2 and generate a new Access Token."
|
695 |
msgstr "Als het Access level (\"Access niveau\") voor uw Access Token niet \"<em>Read and Write </em>\" (\"Lezen en Schrijven\") is moet u terug naar stap 2 en een nieuwe Access Token genereren."
|
696 |
|
697 |
-
#: wp-to-twitter-oauth.php:
|
698 |
msgid "Access Token"
|
699 |
msgstr "Toegangstoken (Access Token)"
|
700 |
|
701 |
-
#: wp-to-twitter-oauth.php:
|
702 |
msgid "Access Token Secret"
|
703 |
msgstr "Toegangstoken Geheim (Access Token Secret)"
|
704 |
|
705 |
-
#: wp-to-twitter-oauth.php:
|
706 |
msgid "Disconnect Your WordPress and Twitter Account"
|
707 |
msgstr "Verbreek de verbinding met WordPress en Twitter"
|
708 |
|
709 |
-
#: wp-to-twitter-oauth.php:
|
710 |
msgid "Disconnect your WordPress and Twitter Account"
|
711 |
msgstr "Log uit bij uw WordPress en Twitter Accounts"
|
712 |
|
713 |
-
#: wp-to-twitter-oauth.php:
|
714 |
msgid "Disconnect from Twitter"
|
715 |
msgstr "Twitter verbinding verbreken"
|
716 |
|
717 |
-
#: wp-to-twitter-oauth.php:
|
718 |
msgid "Twitter Username "
|
719 |
msgstr "Twitter Gebruikersnaam"
|
720 |
|
721 |
-
#: wp-to-twitter-oauth.php:
|
722 |
msgid "Consumer Key "
|
723 |
msgstr "Gebruikerssleutel (Consumer Secret) "
|
724 |
|
725 |
-
#: wp-to-twitter-oauth.php:
|
726 |
msgid "Consumer Secret "
|
727 |
msgstr "Gebruikersgeheim (Consumer Secret) "
|
728 |
|
729 |
-
#: wp-to-twitter-oauth.php:
|
730 |
msgid "Access Token "
|
731 |
msgstr "Toegangstoken (Access Token) "
|
732 |
|
733 |
-
#: wp-to-twitter-oauth.php:
|
734 |
msgid "Access Token Secret "
|
735 |
msgstr "Toegangstoken Geheim (Access Token Secret) "
|
736 |
|
737 |
-
#: wp-to-twitter.php:43
|
738 |
-
msgid "WP to Twitter requires PHP version 5 or above. Please upgrade PHP to run WP to Twitter."
|
739 |
-
msgstr "WP to Twitter vereist PHP versie 5 of hoger. Upgrade a.u.b. PHP om WP to Twitter te kunnen gebruiken"
|
740 |
-
|
741 |
#: wp-to-twitter-oauth.php:200
|
742 |
msgid "Twitter requires authentication by OAuth. You will need to <a href='%s'>update your settings</a> to complete installation of WP to Twitter."
|
743 |
msgstr "Twitter vereist OAuth authenticatie. U dient uw <a href='%s'> instellingen bij te werken</a> om de installatie van WP to Twitter te kunnen voltooien."
|
744 |
|
745 |
-
#: wp-to-twitter.php:
|
746 |
msgid "200 OK: Success!"
|
747 |
msgstr "200 OK: Success!"
|
748 |
|
749 |
-
#: wp-to-twitter.php:
|
750 |
msgid "400 Bad Request: The request was invalid. This is the status code returned during rate limiting."
|
751 |
msgstr "400 Bad Request: De aanvraag was onjuist. Dit is de status code welke wordt teruggegeven tijdens rato beperking."
|
752 |
|
753 |
-
#: wp-to-twitter.php:
|
754 |
msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
|
755 |
msgstr "401 Unauthorized: Authenticatie logingegevens zijn onvolledig of onjuist."
|
756 |
|
757 |
-
#: wp-to-twitter.php:
|
758 |
msgid "500 Internal Server Error: Something is broken at Twitter."
|
759 |
msgstr "500 Internal Server Error: Er is iets kapot bij Twitter."
|
760 |
|
761 |
-
#: wp-to-twitter.php:
|
762 |
msgid "503 Service Unavailable: The Twitter servers are up, but overloaded with requests - Please try again later."
|
763 |
msgstr "503 Service Unavailable: De Twitter servers zijn beschikbaar, maar overbelast met verzoeken - probeer het later nog eens"
|
764 |
|
765 |
-
#: wp-to-twitter.php:
|
766 |
msgid "502 Bad Gateway: Twitter is down or being upgraded."
|
767 |
msgstr "502 Bad Gateway: Twitter is buiten werking of wordt bijgewerkt."
|
768 |
|
769 |
-
#: wp-to-twitter.php:
|
770 |
msgid "No Twitter OAuth connection found."
|
771 |
msgstr "Geen Twitter OAuth verbinding of connectie gevonden."
|
772 |
|
773 |
-
#: wp-to-twitter.php:
|
774 |
msgid "Previous Tweets"
|
775 |
msgstr "Vorige Tweets"
|
776 |
|
777 |
-
#: wp-to-twitter.php:
|
778 |
msgid "Custom Twitter Post"
|
779 |
msgstr "Aangepast Twitter Bericht"
|
780 |
|
781 |
-
#: wp-to-twitter.php:
|
782 |
msgid "Your template:"
|
783 |
msgstr "Uw template: "
|
784 |
|
785 |
-
#: wp-to-twitter.php:
|
786 |
msgid "YOURLS Custom Keyword"
|
787 |
msgstr "YOURLS Aangepast Trefwoord"
|
788 |
|
789 |
-
#: wp-to-twitter.php:
|
790 |
msgid "Upgrade to WP Tweets Pro"
|
791 |
msgstr "Upgrade naar WP Tweets Pro "
|
792 |
|
793 |
-
#: wp-to-twitter.php:
|
794 |
msgid "Don't Tweet this post."
|
795 |
msgstr "Dit bericht niet twitteren."
|
796 |
|
797 |
-
#: wp-to-twitter.php:
|
798 |
msgid "Tweet this post."
|
799 |
msgstr "Tweet dit bericht."
|
800 |
|
801 |
-
#: wp-to-twitter.php:
|
802 |
msgid "Access to customizing WP to Twitter values is not allowed for your user role."
|
803 |
msgstr "Aanpassen van WP naar Twitter instellingen is niet toegestaan voor uw gebruikersrol."
|
804 |
|
805 |
-
#: wp-to-twitter.php:
|
806 |
msgid "Characters left: "
|
807 |
msgstr "Aantal karakters over:"
|
808 |
|
809 |
-
#: wp-to-twitter.php:
|
810 |
msgid "WP Tweets User Settings"
|
811 |
msgstr "WP Tweets Gebruikers Instellingen "
|
812 |
|
813 |
-
#: wp-to-twitter.php:
|
814 |
msgid "Use My Twitter Username"
|
815 |
msgstr "Gebruik Mijn Twitter gebruikersnaam"
|
816 |
|
817 |
-
#: wp-to-twitter.php:
|
818 |
msgid "Tweet my posts with an @ reference to my username."
|
819 |
msgstr "Tweet mijn berichten met een @ verwijzing naar mijn gebruikersnaam."
|
820 |
|
821 |
-
#: wp-to-twitter.php:
|
822 |
msgid "Tweet my posts with an @ reference to both my username and to the main site username."
|
823 |
msgstr "Tweet mijn berichten met een @ verwijzing naar mijn gebruikersnaam en de algemene site gebruikersnaam."
|
824 |
|
825 |
-
#: wp-to-twitter.php:
|
826 |
msgid "Your Twitter Username"
|
827 |
msgstr "Uw Twitter Gebruikersnaam"
|
828 |
|
829 |
-
#: wp-to-twitter.php:
|
830 |
msgid "Enter your own Twitter username."
|
831 |
msgstr "Geef uw eigen Twitter gebruikersnaam in."
|
832 |
|
833 |
-
#: wp-to-twitter.php:
|
834 |
-
msgid "Check off categories to tweet"
|
835 |
-
msgstr "Vink de te tweeten categoriën UIT"
|
836 |
-
|
837 |
-
#: wp-to-twitter.php:1333
|
838 |
-
msgid "Do not tweet posts in checked categories (Reverses default behavior)"
|
839 |
-
msgstr "Tweet geen berichten uit de aangegeven categoriën (keert standaard gedrag om) "
|
840 |
-
|
841 |
-
#: wp-to-twitter.php:1350
|
842 |
-
msgid "Limits are exclusive. If a post is in one category which should be posted and one category that should not, it will not be posted."
|
843 |
-
msgstr "De limiteringen zijn exclusief. Dus als een bericht behoort tot een categorie die geplaatst wordt en tot een categorie die niet geplaatst wordt, dan wordt dit bericht niet geplaatst. "
|
844 |
-
|
845 |
-
#: wp-to-twitter.php:1353
|
846 |
-
msgid "Set Categories"
|
847 |
-
msgstr "Categorieën Instellen"
|
848 |
-
|
849 |
-
#: wp-to-twitter.php:1376
|
850 |
msgid "Settings"
|
851 |
msgstr "Instellingen"
|
852 |
|
853 |
-
#: wp-to-twitter.php:
|
854 |
msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
|
855 |
msgstr "<br /><strong>Opmerking:</strong>Controleer svp het <a class=\"thickbox\" href=\"%1$s\">veranderingslogboek</a> voor het upgraden."
|
856 |
|
@@ -866,438 +898,394 @@ msgstr "Joseph Dolson"
|
|
866 |
msgid "http://www.joedolson.com/"
|
867 |
msgstr "http://www.joedolson.com/"
|
868 |
|
869 |
-
#: wpt-functions.php:
|
870 |
msgid "Please read the FAQ and other Help documents before making a support request."
|
871 |
msgstr "Lees svp de FAQ en andere help documenten door voordat u een support vraag stelt."
|
872 |
|
873 |
-
#: wpt-functions.php:
|
874 |
msgid "Please describe your problem. I'm not psychic."
|
875 |
msgstr "Beschrijf svp uw probleem, ik ben geen helderziende. "
|
876 |
|
877 |
-
#: wpt-functions.php:
|
878 |
msgid "<strong>Please note</strong>: I do keep records of those who have donated, but if your donation came from somebody other than your account at this web site, you must note this in your message."
|
879 |
msgstr "<strong>Opmerking</strong>: Ik hou bij wie allemaal een donatie hebben gemaakt, maar als de donatie afkomstig is van iemand anders dan het account op deze website, vermeld dit dan svp in uw bericht."
|
880 |
|
881 |
-
#: wpt-functions.php:
|
882 |
msgid "Send Support Request"
|
883 |
msgstr "Verstuur verzoek om support"
|
884 |
|
885 |
-
#: wpt-functions.php:
|
886 |
msgid "The following additional information will be sent with your support request:"
|
887 |
msgstr "De volgende additionele informatie wordt meegestuurd met uw support aanvraag: "
|
888 |
|
889 |
-
#: wp-to-twitter-manager.php:
|
890 |
-
msgid "No error information is available for your shortener."
|
891 |
-
msgstr "Er is geen informatie beschikbaar over uw URL verkorter."
|
892 |
-
|
893 |
-
#: wp-to-twitter-manager.php:43
|
894 |
msgid "<li class=\"error\"><strong>WP to Twitter was unable to contact your selected URL shortening service.</strong></li>"
|
895 |
msgstr "<li class=\"error\"><strong>WP to Twitter kon geen contact maken met uw geselecteerde URL verkorter.</strong></li>"
|
896 |
|
897 |
-
#: wp-to-twitter-manager.php:
|
898 |
msgid "<li><strong>WP to Twitter successfully contacted your selected URL shortening service.</strong> The following link should point to your blog homepage:"
|
899 |
msgstr "<li><strong>WP to Twitter heeft succesvol contact gemaakt met uw geselecteerde URL verkorter.</strong> De volgende link moet naar uw blog homepage wijzen:"
|
900 |
|
901 |
-
#: wp-to-twitter-manager.php:
|
902 |
msgid "<li><strong>WP to Twitter successfully submitted a status update to Twitter.</strong></li>"
|
903 |
msgstr "<li><strong>WP to Twitter heeft succesvol een status update geplaatst op Twitter.</strong></li>"
|
904 |
|
905 |
-
#: wp-to-twitter-manager.php:
|
906 |
msgid "<li class=\"error\"><strong>WP to Twitter failed to submit an update to Twitter.</strong></li>"
|
907 |
msgstr "<li class=\"error\"><strong>Het is WP to Twitter niet gelukt om een update naar Twitter te sturen.</strong></li>"
|
908 |
|
909 |
-
#: wp-to-twitter-manager.php:
|
910 |
msgid "You have not connected WordPress to Twitter."
|
911 |
msgstr "U heeft geen connectie met WordPress to Twitter."
|
912 |
|
913 |
-
#: wp-to-twitter-manager.php:
|
914 |
msgid "<li class=\"error\"><strong>Your server does not appear to support the required methods for WP to Twitter to function.</strong> You can try it anyway - these tests aren't perfect.</li>"
|
915 |
msgstr "<li class=\"error\"><strong>Uw server lijkt niet de benodigde methodes te ondersteunen om WP to Twitter te laten functioneren.</strong> U kunt het altijd proberen - deze tests zijn niet perfect</li>"
|
916 |
|
917 |
-
#: wp-to-twitter-manager.php:
|
918 |
msgid "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
|
919 |
msgstr "<li><strong>WP to Twitter zou probleemloos op uw server moeten werken.</strong></li>"
|
920 |
|
921 |
-
#: wp-to-twitter-manager.php:
|
922 |
-
msgid "WP to Twitter Errors Cleared"
|
923 |
-
msgstr "WP to Twitter Foutmeldingen Verwijderd"
|
924 |
-
|
925 |
-
#: wp-to-twitter-manager.php:170
|
926 |
msgid "WP to Twitter is now connected with Twitter."
|
927 |
msgstr "WP to Twitter is nu verbonden met Twitter."
|
928 |
|
929 |
-
#: wp-to-twitter-manager.php:
|
930 |
msgid "OAuth Authentication Data Cleared."
|
931 |
msgstr "OAuth Authenticatie Data Verwijderd."
|
932 |
|
933 |
-
#: wp-to-twitter-manager.php:
|
934 |
msgid "OAuth Authentication Failed. Your server time is not in sync with the Twitter servers. Talk to your hosting service to see what can be done."
|
935 |
msgstr "OAuth Authenticatie mislukt. Uw servertijd loopt niet gelijk aan die van de Twitterservers. Neem contact op met uw hoster en vraag wat zij hier aan kunnen doen."
|
936 |
|
937 |
-
#: wp-to-twitter-manager.php:
|
938 |
msgid "OAuth Authentication response not understood."
|
939 |
msgstr "OAuth Authenticatie respons is niet begrepen."
|
940 |
|
941 |
-
#: wp-to-twitter-manager.php:
|
942 |
msgid "WP to Twitter Advanced Options Updated"
|
943 |
msgstr "WP to Twitter Geavanceerde Opties Bijgewerkt"
|
944 |
|
945 |
-
#: wp-to-twitter-shorteners.php:
|
946 |
msgid "You must add your Bit.ly login and API key in order to shorten URLs with Bit.ly."
|
947 |
msgstr "U moet uw Bit.ly login en API sleutel ingeven om URL's te verkorten met Bit.ly."
|
948 |
|
949 |
-
#: wp-to-twitter-shorteners.php:
|
950 |
msgid "You must add your YOURLS remote URL, login, and password in order to shorten URLs with a remote installation of YOURLS."
|
951 |
msgstr "U moet uw YOURLS remote URL, login en wachtwoord toevoegen om URL's te verkorten met een installatie op afstand van YOURLS."
|
952 |
|
953 |
-
#: wp-to-twitter-shorteners.php:
|
954 |
msgid "You must add your YOURLS server path in order to shorten URLs with a remote installation of YOURLS."
|
955 |
msgstr "U moet uw YOURLS server pad ingeven om URL's te verkorten met een installatie op afstand van YOURLS."
|
956 |
|
957 |
-
#: wp-to-twitter-manager.php:
|
958 |
msgid "WP to Twitter Options Updated"
|
959 |
msgstr "WP to Twitter Opties Bijgewerkt"
|
960 |
|
961 |
-
#: wp-to-twitter-
|
962 |
-
msgid "Category limits updated."
|
963 |
-
msgstr "Categorie limieten bijgewerkt."
|
964 |
-
|
965 |
-
#: wp-to-twitter-manager.php:407
|
966 |
-
msgid "Category limits unset."
|
967 |
-
msgstr "Categorie limieten uitgezet"
|
968 |
-
|
969 |
-
#: wp-to-twitter-shorteners.php:406
|
970 |
msgid "YOURLS password updated. "
|
971 |
msgstr "YOURLS wachtwoord bijgewerkt. "
|
972 |
|
973 |
-
#: wp-to-twitter-shorteners.php:
|
974 |
msgid "YOURLS password deleted. You will be unable to use your remote YOURLS account to create short URLS."
|
975 |
msgstr "YOURLS wachtwoord verwijderd. U kunt uw remote YOURLS account niet gebruiken om verkorte URL's te creëeren."
|
976 |
|
977 |
-
#: wp-to-twitter-shorteners.php:
|
978 |
msgid "Failed to save your YOURLS password! "
|
979 |
msgstr "YOURLS wachtwoord opslaan is mislukt! "
|
980 |
|
981 |
-
#: wp-to-twitter-shorteners.php:
|
982 |
msgid "YOURLS username added. "
|
983 |
msgstr "YOURLS gebruikersnaam toegevoegd. "
|
984 |
|
985 |
-
#: wp-to-twitter-shorteners.php:
|
986 |
msgid "YOURLS API url added. "
|
987 |
msgstr "YOURLS API url toegevoegd. "
|
988 |
|
989 |
-
#: wp-to-twitter-shorteners.php:
|
990 |
msgid "YOURLS API url removed. "
|
991 |
msgstr "YOURLS API url verwijderd. "
|
992 |
|
993 |
-
#: wp-to-twitter-shorteners.php:
|
994 |
msgid "YOURLS local server path added. "
|
995 |
msgstr "YOURLS lokaal server pad toegevoegd. "
|
996 |
|
997 |
-
#: wp-to-twitter-shorteners.php:
|
998 |
msgid "The path to your YOURLS installation is not correct. "
|
999 |
msgstr "Het pad naar uw YOURLS installatie is niet correct."
|
1000 |
|
1001 |
-
#: wp-to-twitter-shorteners.php:
|
1002 |
msgid "YOURLS local server path removed. "
|
1003 |
msgstr "YOURLS lokaal server pad verwijderd. "
|
1004 |
|
1005 |
-
#: wp-to-twitter-shorteners.php:
|
1006 |
msgid "YOURLS will use Post ID for short URL slug."
|
1007 |
msgstr "YOURLS zal een bericht ID gebruiken voor een korte URL slug."
|
1008 |
|
1009 |
-
#: wp-to-twitter-shorteners.php:
|
1010 |
msgid "YOURLS will use your custom keyword for short URL slug."
|
1011 |
msgstr "YOURLS gebruikt uw aangepaste trefwoord voor de korte URL slug. "
|
1012 |
|
1013 |
-
#: wp-to-twitter-shorteners.php:
|
1014 |
msgid "YOURLS will not use Post ID for the short URL slug."
|
1015 |
msgstr "YOURLS zal geen bericht ID gebruiken voor een korte URL slug."
|
1016 |
|
1017 |
-
#: wp-to-twitter-shorteners.php:
|
1018 |
msgid "Su.pr API Key and Username Updated"
|
1019 |
msgstr "Su.pr API sleutel en gebruikersnaam (\"Username\") zijn geupdate "
|
1020 |
|
1021 |
-
#: wp-to-twitter-shorteners.php:
|
1022 |
msgid "Su.pr API Key and username deleted. Su.pr URLs created by WP to Twitter will no longer be associated with your account. "
|
1023 |
msgstr "Su.pr API sleutel en gebruikersnaam (\"username\") zijn verwijderd. Su.pr URLs aangemaakt door WP to Twitter zullen niet langer geassocieerd worden met uw account."
|
1024 |
|
1025 |
-
#: wp-to-twitter-shorteners.php:
|
1026 |
msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
|
1027 |
msgstr "Su.pr API Key niet toegevoegd - <a href='http://su.pr/'>hier verkrijgbaar</a>! "
|
1028 |
|
1029 |
-
#: wp-to-twitter-shorteners.php:
|
1030 |
msgid "Bit.ly API Key Updated."
|
1031 |
msgstr "Bit.ly API sleutel bijgewerkt."
|
1032 |
|
1033 |
-
#: wp-to-twitter-shorteners.php:
|
1034 |
msgid "Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
|
1035 |
msgstr "Bit.ly API sleutel verwijderd. U kunt de Bit.ly API niet gebruiken zonder API sleutel. "
|
1036 |
|
1037 |
-
#: wp-to-twitter-shorteners.php:
|
1038 |
msgid "Bit.ly API Key not added - <a href='http://bit.ly/account/'>get one here</a>! An API key is required to use the Bit.ly URL shortening service."
|
1039 |
msgstr "Bit.ly API sleutel niet toegevoegd - <a href='http://bit.ly/account/'>HIER aanvragen</a>! Een API sleutel is nodig om de Bit.ly URL verkorter te gebruiken."
|
1040 |
|
1041 |
-
#: wp-to-twitter-shorteners.php:
|
1042 |
msgid " Bit.ly User Login Updated."
|
1043 |
msgstr " Bit.ly gebruikerslogin bijgewerkt."
|
1044 |
|
1045 |
-
#: wp-to-twitter-shorteners.php:
|
1046 |
msgid "Bit.ly User Login deleted. You cannot use the Bit.ly API without providing your username. "
|
1047 |
msgstr "Bit.ly gebruikerslogin verwijderd. U kunt niet de Bit.ly API gebruiken zonder uw gebruikersnaam in te voeren. "
|
1048 |
|
1049 |
-
#: wp-to-twitter-shorteners.php:
|
1050 |
msgid "Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
|
1051 |
msgstr "Bit.ly Login niet toegevoegd - maak <a href='http://bit.ly/account/'>HIER</a> een account aan!"
|
1052 |
|
1053 |
-
#: wp-to-twitter-manager.php:
|
1054 |
msgid "<p>One or more of your last posts has failed to send a status update to Twitter. The Tweet has been saved, and you can re-Tweet it at your leisure.</p>"
|
1055 |
msgstr "<p>Een of meer van uw laatste postings konden geen status update naar Twitter sturen. De Tweet is opgeslagen en u kunt deze desgewenst re-Tweeten.</p>"
|
1056 |
|
1057 |
-
#: wp-to-twitter-manager.php:
|
1058 |
-
msgid "Sorry! I couldn't get in touch with the Twitter servers to post your <strong>new link</strong>! You'll have to post it manually, I'm afraid. "
|
1059 |
-
msgstr "Sorry! Ik kon de Twitter servers niet bereiken om uw <strong>nieuwe link</strong> te plaatsen! Ik ben bang dat u het zelf manueel moet plaatsen. "
|
1060 |
-
|
1061 |
-
#: wp-to-twitter-manager.php:436
|
1062 |
msgid "<p>The query to the URL shortener API failed, and your URL was not shrunk. The full post URL was attached to your Tweet. Check with your URL shortening provider to see if there are any known issues.</p>"
|
1063 |
msgstr "<p>De query van de URL verkorter API is mislukt, en uw URL is niet ingekort. De volledige URL van de post was toegevoegd aan uw Tweet. Controleer bij aanbieder van uw URL verkorter of er storingen zijn.</p> "
|
1064 |
|
1065 |
-
#: wp-to-twitter-manager.php:
|
1066 |
msgid "Clear 'WP to Twitter' Error Messages"
|
1067 |
msgstr "Verwijderden 'WP to Twitter' Foutmeldingen"
|
1068 |
|
1069 |
-
#: wp-to-twitter-manager.php:
|
1070 |
msgid "WP to Twitter Options"
|
1071 |
msgstr "WP to Twitter Opties"
|
1072 |
|
1073 |
-
#: wp-to-twitter-manager.php:
|
1074 |
-
msgid "Basic Settings"
|
1075 |
-
msgstr "Basis Instellingen"
|
1076 |
-
|
1077 |
-
#: wp-to-twitter-manager.php:467 wp-to-twitter-manager.php:511
|
1078 |
-
msgid "Save WP->Twitter Options"
|
1079 |
-
msgstr "WP->Twitter Instellingen opslaan"
|
1080 |
-
|
1081 |
-
#: wp-to-twitter-manager.php:500
|
1082 |
-
msgid "Settings for Links"
|
1083 |
-
msgstr "Instellingen voor Links "
|
1084 |
-
|
1085 |
-
#: wp-to-twitter-manager.php:503
|
1086 |
msgid "Update Twitter when you post a Blogroll link"
|
1087 |
msgstr "Bijwerken Twitter wanneer u een blogrol link plaatst"
|
1088 |
|
1089 |
-
#: wp-to-twitter-manager.php:
|
1090 |
msgid "Text for new link updates:"
|
1091 |
msgstr "Tekst voor nieuwe link updates:"
|
1092 |
|
1093 |
-
#: wp-to-twitter-manager.php:
|
1094 |
msgid "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
|
1095 |
msgstr "Beschikbare shortcodes: <code>#url#</code>, <code>#title#</code> en <code>#description#</code>."
|
1096 |
|
1097 |
-
#: wp-to-twitter-shorteners.php:
|
1098 |
msgid "Don't shorten URLs."
|
1099 |
msgstr "URL's niet verkorten."
|
1100 |
|
1101 |
-
#: wp-to-twitter-shorteners.php:
|
1102 |
msgid "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account Settings"
|
1103 |
msgstr "<abbr title=\"Uniform Resource Locator\">URL</abbr> Verkorter Account Instellingen"
|
1104 |
|
1105 |
-
#: wp-to-twitter-shorteners.php:
|
1106 |
msgid "Your Su.pr account details"
|
1107 |
msgstr "Uw Su.pr account details "
|
1108 |
|
1109 |
-
#: wp-to-twitter-shorteners.php:
|
1110 |
msgid "Your Su.pr Username:"
|
1111 |
msgstr "Uw Su.pr gebruikersnaam: "
|
1112 |
|
1113 |
-
#: wp-to-twitter-shorteners.php:
|
1114 |
msgid "Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
|
1115 |
msgstr "Uw Su.pr <abbr title='application programming interface'>API</abbr> sleutel: "
|
1116 |
|
1117 |
-
#: wp-to-twitter-shorteners.php:
|
1118 |
msgid "Don't have a Su.pr account or API key? <a href='http://su.pr/'>Get one here</a>!<br />You'll need an API key in order to associate the URLs you create with your Su.pr account."
|
1119 |
msgstr "Geen Su.pr account of API sleutel? <a href='http://su.pr/'>Die zijn hier verkrijgbaar</a>!<br />U heeft ook een API sleutel nodig om de URLs die U maakt te kunnen koppelen aan het Su.pr account. "
|
1120 |
|
1121 |
-
#: wp-to-twitter-shorteners.php:
|
1122 |
msgid "Your Bit.ly account details"
|
1123 |
msgstr "Uw Biy.ly account informatie"
|
1124 |
|
1125 |
-
#: wp-to-twitter-shorteners.php:
|
1126 |
msgid "Your Bit.ly username:"
|
1127 |
msgstr "Uw Bit.ly gebruikersnaam:"
|
1128 |
|
1129 |
-
#: wp-to-twitter-shorteners.php:
|
1130 |
msgid "Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
|
1131 |
msgstr "Uw Bit.ly <abbr title='application programming interface'>API</abbr> sleutel:"
|
1132 |
|
1133 |
-
#: wp-to-twitter-shorteners.php:
|
1134 |
msgid "Save Bit.ly API Key"
|
1135 |
msgstr "Opslaan Bit.ly API sleutel"
|
1136 |
|
1137 |
-
#: wp-to-twitter-shorteners.php:
|
1138 |
msgid "Clear Bit.ly API Key"
|
1139 |
msgstr "Verwijderen Bit.ly API sleutel"
|
1140 |
|
1141 |
-
#: wp-to-twitter-shorteners.php:
|
1142 |
msgid "A Bit.ly API key and username is required to shorten URLs via the Bit.ly API and WP to Twitter."
|
1143 |
msgstr "Een Bit.ly API en gebruikersnaam is nodig om URL's te verkorten met de Bit.ly API en WP to Twitter."
|
1144 |
|
1145 |
-
#: wp-to-twitter-shorteners.php:
|
1146 |
msgid "Your YOURLS account details"
|
1147 |
msgstr "Uw YOURLS account informatie"
|
1148 |
|
1149 |
-
#: wp-to-twitter-shorteners.php:
|
1150 |
msgid "Path to your YOURLS config file (Local installations)"
|
1151 |
msgstr "Pad van uw YOURLS config file (Local installations) "
|
1152 |
|
1153 |
-
#: wp-to-twitter-shorteners.php:
|
1154 |
msgid "Example:"
|
1155 |
msgstr "Voorbeeld:"
|
1156 |
|
1157 |
-
#: wp-to-twitter-shorteners.php:
|
1158 |
msgid "URI to the YOURLS API (Remote installations)"
|
1159 |
msgstr "URI naar de YOURLS API (Remote installaties)"
|
1160 |
|
1161 |
-
#: wp-to-twitter-shorteners.php:
|
1162 |
msgid "Your YOURLS username:"
|
1163 |
msgstr "Uw YOURLS gebruikersnaam:"
|
1164 |
|
1165 |
-
#: wp-to-twitter-shorteners.php:
|
1166 |
msgid "Your YOURLS password:"
|
1167 |
msgstr "Uw YOURLS wachtwoord:"
|
1168 |
|
1169 |
-
#: wp-to-twitter-shorteners.php:
|
1170 |
msgid "<em>Saved</em>"
|
1171 |
msgstr "<em>Opgeslagen</em>"
|
1172 |
|
1173 |
-
#: wp-to-twitter-shorteners.php:
|
1174 |
msgid "Post ID for YOURLS url slug."
|
1175 |
msgstr "Post ID voor YOURLS url slug. "
|
1176 |
|
1177 |
-
#: wp-to-twitter-shorteners.php:
|
1178 |
msgid "Custom keyword for YOURLS url slug."
|
1179 |
msgstr "Aangepast trefwoord voor YOURLS url slug. "
|
1180 |
|
1181 |
-
#: wp-to-twitter-shorteners.php:
|
1182 |
msgid "Default: sequential URL numbering."
|
1183 |
msgstr "Standaard: sequentiële URL nummering. "
|
1184 |
|
1185 |
-
#: wp-to-twitter-shorteners.php:
|
1186 |
msgid "Save YOURLS Account Info"
|
1187 |
msgstr "Opslaan YOURLS Account Info"
|
1188 |
|
1189 |
-
#: wp-to-twitter-shorteners.php:
|
1190 |
msgid "Clear YOURLS password"
|
1191 |
msgstr "Wissen YOURLS wachtwoord"
|
1192 |
|
1193 |
-
#: wp-to-twitter-shorteners.php:
|
1194 |
msgid "A YOURLS password and username is required to shorten URLs via the remote YOURLS API and WP to Twitter."
|
1195 |
msgstr "Een YOURLS wachtwoord en gebruikersnaam is nodig om URL's te verkorten met de YOURLS API en WP to Twitter."
|
1196 |
|
1197 |
-
#: wp-to-twitter-manager.php:
|
1198 |
msgid "Advanced Settings"
|
1199 |
msgstr "Geavanceerde Instellingen"
|
1200 |
|
1201 |
-
#: wp-to-twitter-manager.php:
|
1202 |
-
msgid "Save Advanced WP->Twitter Options"
|
1203 |
-
msgstr "Opslaan Geavanceerde Instellingen WP->Twitter"
|
1204 |
-
|
1205 |
-
#: wp-to-twitter-manager.php:532
|
1206 |
msgid "Strip nonalphanumeric characters from tags"
|
1207 |
msgstr "Verwijder non-alphanumerieke karakters uit tags "
|
1208 |
|
1209 |
-
#: wp-to-twitter-manager.php:
|
1210 |
msgid "Spaces in tags replaced with:"
|
1211 |
msgstr "Vervang spaties in tags voor: "
|
1212 |
|
1213 |
-
#: wp-to-twitter-manager.php:
|
1214 |
msgid "Maximum number of tags to include:"
|
1215 |
msgstr "Maximaal aantal tags om in te voegen:"
|
1216 |
|
1217 |
-
#: wp-to-twitter-manager.php:
|
1218 |
msgid "Maximum length in characters for included tags:"
|
1219 |
msgstr "Maximale lengte in karakters voor ingevoegde tags:"
|
1220 |
|
1221 |
-
#: wp-to-twitter-manager.php:
|
1222 |
msgid "Length of post excerpt (in characters):"
|
1223 |
msgstr "Lengte van de bericht samenvatting (in karakters):"
|
1224 |
|
1225 |
-
#: wp-to-twitter-manager.php:
|
1226 |
msgid "WP to Twitter Date Formatting:"
|
1227 |
msgstr "WP to Twitter Datum Opmaak:"
|
1228 |
|
1229 |
-
#: wp-to-twitter-manager.php:
|
1230 |
msgid "Default is from your general settings. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
|
1231 |
msgstr "Standaard is van uw algemene instellingen. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Documentatie Datum Opmaak (Eng)</a>."
|
1232 |
|
1233 |
-
#: wp-to-twitter-manager.php:
|
1234 |
msgid "Custom text before all Tweets:"
|
1235 |
msgstr "Aangepaste tekst vóór alle Tweets:"
|
1236 |
|
1237 |
-
#: wp-to-twitter-manager.php:
|
1238 |
msgid "Custom text after all Tweets:"
|
1239 |
msgstr "Aangepaste tekst ná alle Tweets:"
|
1240 |
|
1241 |
-
#: wp-to-twitter-manager.php:
|
1242 |
msgid "Custom field for an alternate URL to be shortened and Tweeted:"
|
1243 |
msgstr "Aangepast veld voor een alternatieve URL om te verkorten en Tweeten:"
|
1244 |
|
1245 |
-
#: wp-to-twitter-manager.php:
|
1246 |
msgid "Special Cases when WordPress should send a Tweet"
|
1247 |
msgstr "Speciale gevallen wanneer WordPress een Tweet moet versturen"
|
1248 |
|
1249 |
-
#: wp-to-twitter-manager.php:
|
1250 |
msgid "Do not post Tweets by default"
|
1251 |
msgstr "Post geen Tweets als standaard instelling"
|
1252 |
|
1253 |
-
#: wp-to-twitter-manager.php:
|
1254 |
msgid "Allow status updates from Quick Edit"
|
1255 |
msgstr "Sta status updates toe via Quick Edit "
|
1256 |
|
1257 |
-
#: wp-to-twitter-manager.php:
|
1258 |
-
msgid "Delaying tweets with WP Tweets PRO moves Tweeting to an publishing-independent action."
|
1259 |
-
msgstr "Vertraagd Tweeten met WP Tweets PRO maakt van Tweeting een publicatie-onafhanklijke activiteit."
|
1260 |
-
|
1261 |
-
#: wp-to-twitter-manager.php:619
|
1262 |
-
msgid "Send Twitter Updates on remote publication (Post by Email or XMLRPC Client)"
|
1263 |
-
msgstr "Twitter updates verzenden met publicatie op afstand (per email of XMLRPC Client)"
|
1264 |
-
|
1265 |
-
#: wp-to-twitter-manager.php:624
|
1266 |
msgid "Google Analytics Settings"
|
1267 |
msgstr "Google Analytics Instellingen"
|
1268 |
|
1269 |
-
#: wp-to-twitter-manager.php:
|
1270 |
msgid "You can track the response from Twitter using Google Analytics by defining a campaign identifier here. You can either define a static identifier or a dynamic identifier. Static identifiers don't change from post to post; dynamic identifiers are derived from information relevant to the specific post. Dynamic identifiers will allow you to break down your statistics by an additional variable."
|
1271 |
msgstr "U kunt de respons van Twitter bijhouden met gebruik van Google Analytics door een campagne ID te definiëren. U kunt zowel een statische als een dynamische ID definiëren. Statische ID's wijzigen niet van bericht tot bericht; dynamische ID's worden afgeleid van informatie relevant aan het specifieke bericht. Dynamische ID's stellen u in staat om statistieken onder te verdelen met een extra variabele."
|
1272 |
|
1273 |
-
#: wp-to-twitter-manager.php:
|
1274 |
msgid "Use a Static Identifier with WP-to-Twitter"
|
1275 |
msgstr "Gebruik statische identifier met WP-to-Twitter"
|
1276 |
|
1277 |
-
#: wp-to-twitter-manager.php:
|
1278 |
msgid "Static Campaign identifier for Google Analytics:"
|
1279 |
msgstr "Statische Campagne Identifier voor Google Analytics:"
|
1280 |
|
1281 |
-
#: wp-to-twitter-manager.php:
|
1282 |
msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
|
1283 |
msgstr "Gebruik een dynamische identifier met Google Analytics en WP-to-Twitter"
|
1284 |
|
1285 |
-
#: wp-to-twitter-manager.php:
|
1286 |
msgid "What dynamic identifier would you like to use?"
|
1287 |
msgstr "Welke dynamische ID wilt u gebruiken?"
|
1288 |
|
1289 |
-
#: wp-to-twitter-manager.php:
|
1290 |
msgid "Category"
|
1291 |
msgstr "Categorie"
|
1292 |
|
1293 |
-
#: wp-to-twitter-manager.php:
|
1294 |
msgid "Post ID"
|
1295 |
msgstr "Bericht ID"
|
1296 |
|
1297 |
-
#: wp-to-twitter-manager.php:
|
1298 |
msgid "Post Title"
|
1299 |
msgstr "Bericht Titel"
|
1300 |
|
1301 |
-
#: wp-to-twitter-manager.php:
|
1302 |
msgid "Author"
|
1303 |
msgstr "Auteur"
|
2 |
# This file is distributed under the same license as the WP to Twitter package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"PO-Revision-Date: 2014-04-25 16:02:02+0000\n"
|
6 |
"MIME-Version: 1.0\n"
|
7 |
"Content-Type: text/plain; charset=UTF-8\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
"X-Generator: GlotPress/0.1\n"
|
11 |
"Project-Id-Version: WP to Twitter\n"
|
12 |
|
13 |
+
#: wp-to-twitter-manager.php:61
|
14 |
+
msgid "No error message was returned."
|
15 |
+
msgstr "Geen foutmelding ontvangen."
|
16 |
+
|
17 |
+
#: wp-to-twitter-manager.php:186
|
18 |
+
msgid "WP to Twitter failed to connect with Twitter."
|
19 |
+
msgstr "Wp to Twitter heeft geen verbinding met Twitter kunnen maken."
|
20 |
+
|
21 |
+
#: wp-to-twitter-manager.php:420
|
22 |
+
msgid "Last Tweet"
|
23 |
+
msgstr "Laatste Tweet"
|
24 |
|
25 |
+
#: wp-to-twitter-manager.php:428
|
26 |
+
msgid "Sorry! I couldn't get in touch with the Twitter servers to post your <strong>new link</strong>! You'll have to post it manually."
|
27 |
+
msgstr "Ik kon geen verbinding maken met de Twitter servers om uw <strong>nieuwe link</strong> te posten! U zult dit handmatig moeten posten."
|
28 |
+
|
29 |
+
#: wp-to-twitter-manager.php:721
|
30 |
+
msgid "Disable Twitter Feed Stylesheet"
|
31 |
+
msgstr "Schakel Twitter Feed Stylesheet uit"
|
32 |
+
|
33 |
+
#: wp-to-twitter-oauth.php:184
|
34 |
+
msgid "Connection Problems? If you're getting an SSL related error, you'll need to contact your host."
|
35 |
+
msgstr "Verbindingsproblemen? Als u een SSL-gerelateerde foutmelding krijgt, zult u contact op moeten nemen met uw hostingprovider."
|
36 |
+
|
37 |
+
#: wp-to-twitter-oauth.php:228
|
38 |
+
msgid "2. Switch to the \"Permissions\" tab in Twitter apps"
|
39 |
+
msgstr "Ga naar de \"Permissions\" tab in Twitter apps"
|
40 |
|
41 |
#: wp-to-twitter-oauth.php:233
|
42 |
+
msgid "3. Switch to the API Keys tab and regenerate your API keys, then create your access token."
|
43 |
+
msgstr "Ga naar de \"API Keys\" tab en maak uw API keys opnieuw, daarna maakt u uw access token."
|
44 |
+
|
45 |
+
#: wp-to-twitter-oauth.php:235
|
46 |
+
msgid "Copy your API key and API secret from the top section."
|
47 |
+
msgstr "Kopieer uw API Key en API secret uit de bovenste sectie."
|
48 |
+
|
49 |
+
#: wp-to-twitter-oauth.php:236
|
50 |
+
msgid "Copy your Access token and Access token secret from the bottom section."
|
51 |
+
msgstr "Kopieer uw \"Access token\" en \"Access token\" secret uit de onderste sectie"
|
52 |
+
|
53 |
+
#: wp-to-twitter-oauth.php:242
|
54 |
+
msgid "API Key"
|
55 |
+
msgstr "API key"
|
56 |
+
|
57 |
+
#: wp-to-twitter-oauth.php:246
|
58 |
+
msgid "API Secret"
|
59 |
+
msgstr "API Secret"
|
60 |
+
|
61 |
+
#: wp-to-twitter.php:254
|
62 |
+
msgid "Twitter requires all Tweets to be unique."
|
63 |
+
msgstr "Twitter verlangt dat alle Tweets uniek zijn."
|
64 |
+
|
65 |
+
#: wp-to-twitter.php:318
|
66 |
+
msgid "403 Forbidden: The request is understood, but has been refused by Twitter. Possible reasons: too many Tweets, same Tweet submitted twice, Tweet longer than 140 characters."
|
67 |
+
msgstr "403 Verboden: het verzoek is begrepen, echter is het geweigerd door Twitter. Mogelijke redenen: te veel Tweets, dezelfde Tweet meermaals verzonden, Tweet langer dan 140 karakters."
|
68 |
+
|
69 |
+
#: wp-to-twitter.php:374
|
70 |
+
msgid "Tweet sent successfully."
|
71 |
+
msgstr "Tweet succesvol verzonden."
|
72 |
+
|
73 |
+
#: wpt-functions.php:360
|
74 |
+
msgid "Sorry! I couldn't send that message. Here's the text of your message:"
|
75 |
+
msgstr "Sorry! Ik heb dat bericht niet kunnen verzenden. Hier is de tekst van uw bericht:"
|
76 |
+
|
77 |
+
#: wp-to-twitter-manager.php:505
|
78 |
+
msgid "These categories are currently <strong>excluded</strong> by the deprecated WP to Twitter category filters."
|
79 |
+
msgstr "Deze categorieën zijn tegenwoordig <strong>uitgesloten</strong> van de afgeschafte WP to Twitter categoriefilters"
|
80 |
+
|
81 |
+
#: wp-to-twitter-manager.php:507
|
82 |
+
msgid "These categories are currently <strong>allowed</strong> by the deprecated WP to Twitter category filters."
|
83 |
+
msgstr "Deze categorieën zijn tegenwoordig <strong>toegestane</strong> van de afgeschafte WP to Twitter categoriefilters"
|
84 |
+
|
85 |
+
#: wp-to-twitter-manager.php:516
|
86 |
+
msgid "<a href=\"%s\">Upgrade to WP Tweets PRO</a> to filter posts in all custom post types on any taxonomy."
|
87 |
+
msgstr "<a href=\"%s\">Upgrade naar WP Tweets Pro</a> om berichten in alle aangepaste post types op elke taxonomie te filteren."
|
88 |
+
|
89 |
+
#: wp-to-twitter-manager.php:518
|
90 |
+
msgid "Updating the WP Tweets PRO taxonomy filters will overwrite your old category filters."
|
91 |
+
msgstr "Het updaten van de WP Tweets PRO taxonomiefilters zal uw oude categoriefilters overschrijven."
|
92 |
+
|
93 |
+
#: wp-to-twitter-manager.php:465
|
94 |
+
msgid "Status Update Templates"
|
95 |
+
msgstr "Status Update Templates"
|
96 |
+
|
97 |
+
#: wp-to-twitter-manager.php:780
|
98 |
+
msgid "<a href=\"http://www.joedolson.com/donate.php\">Make a donation today!</a><br />Every donation matters - donate $5, $20, or $100 today!"
|
99 |
+
msgstr "<a href=\"http://www.joedolson.com/donate.php\">Doneer vandaag nog!</a><br />Elke donatie telt mee - doneer vandaag nog $5, $20 of $100."
|
100 |
+
|
101 |
+
#: wp-to-twitter-manager.php:805
|
102 |
+
msgid "Authors can post to their own Twitter accounts"
|
103 |
+
msgstr "Auteurs kunnen naar hun eigen Twitter accounts posten."
|
104 |
+
|
105 |
+
#: wp-to-twitter-manager.php:806
|
106 |
+
msgid "Delay Tweets minutes or hours after you publish"
|
107 |
+
msgstr "Stel Tweets minuten of uren uit nadat je hebt gepubliceerd."
|
108 |
+
|
109 |
+
#: wp-to-twitter-manager.php:809
|
110 |
+
msgid "Filter Tweets by category, tag, or custom taxonomy"
|
111 |
+
msgstr "Filter Tweets op categorie, tag, of willekeurige ordening"
|
112 |
+
|
113 |
+
#: wpt-widget.php:50
|
114 |
+
msgid "Error: "
|
115 |
+
msgstr "Foutmelding:"
|
116 |
+
|
117 |
+
#: wp-to-twitter-manager.php:470 wp-to-twitter-manager.php:553
|
118 |
+
msgid "Save WP to Twitter Options"
|
119 |
+
msgstr "Sla WP to Twitter instellingen op"
|
120 |
+
|
121 |
+
#: wp-to-twitter-manager.php:526
|
122 |
+
msgid "Template for new %1$s updates"
|
123 |
+
msgstr "Template voor nieuwe %1$s updates"
|
124 |
+
|
125 |
+
#: wp-to-twitter-manager.php:530
|
126 |
+
msgid "Template for %1$s editing updates"
|
127 |
+
msgstr "Template voor %1$s editing updates"
|
128 |
+
|
129 |
+
#: wp-to-twitter-manager.php:485 wp-to-twitter-manager.php:541
|
130 |
+
msgid "Links"
|
131 |
+
msgstr "Links"
|
132 |
+
|
133 |
+
#: wp-to-twitter-manager.php:570 wp-to-twitter-manager.php:729
|
134 |
+
msgid "Save Advanced WP to Twitter Options"
|
135 |
+
msgstr "Sla Geavanceerde WP to Twitter Opties op"
|
136 |
+
|
137 |
+
#: wp-to-twitter-manager.php:802
|
138 |
+
msgid "Upgrade to <strong>WP Tweets PRO</strong>!"
|
139 |
+
msgstr "Upgrade naar <strong>WP Tweets PRO</strong>!"
|
140 |
+
|
141 |
+
#: wp-to-twitter-manager.php:803
|
142 |
+
msgid "Bonuses in the PRO upgrade:"
|
143 |
+
msgstr "Extra's in de PRO upgrade:"
|
144 |
+
|
145 |
+
#: wp-to-twitter-manager.php:807
|
146 |
+
msgid "Automatically schedule Tweets to post again later"
|
147 |
+
msgstr "Post Tweets automatisch later weer"
|
148 |
+
|
149 |
+
#: wp-to-twitter.php:1087
|
150 |
+
msgid "WP Tweets PRO 1.5.2+ allows you to select Twitter accounts. <a href=\"%s\">Log in and download now!</a>"
|
151 |
+
msgstr "WP Tweets PRO 1.5.2+ biedt u de mogelijkheid Twitter accounts te kiezen. <a href=\"%s\">Log in en download nu!</a>"
|
152 |
+
|
153 |
+
#: wp-to-twitter.php:1185
|
154 |
+
msgid "Delete Tweet History"
|
155 |
+
msgstr "Verwijder Tweet geschiedenis"
|
156 |
|
157 |
+
#: wpt-functions.php:378
|
158 |
+
msgid "If you're having trouble with WP to Twitter, please try to answer these questions in your message:"
|
159 |
+
msgstr "Als u problemen heeft met WP to Twitter, probeer in uw bericht alstublieft de volgende vragen te beantwoorden:"
|
160 |
+
|
161 |
+
#: wpt-functions.php:381
|
162 |
+
msgid "Did this error happen only once, or repeatedly?"
|
163 |
+
msgstr "Kreeg u deze foutmelding slechts één keer of herhaaldelijk?"
|
164 |
+
|
165 |
+
#: wpt-functions.php:382
|
166 |
+
msgid "What was the Tweet, or an example Tweet, that produced this error?"
|
167 |
+
msgstr "Bij welke Tweet, of een voorbeeld van een Tweet, werd deze foutmelding gegenereerd?"
|
168 |
+
|
169 |
+
#: wpt-functions.php:383
|
170 |
+
msgid "If there was an error message from WP to Twitter, what was it?"
|
171 |
+
msgstr "Kreeg u een foutmelding vanuit WP to Twitter, welke melding was dit?"
|
172 |
+
|
173 |
+
#: wpt-functions.php:384
|
174 |
+
msgid "What is the template you're using for your Tweets?"
|
175 |
+
msgstr "Welke template gebruikt u voor uw Tweets?"
|
176 |
+
|
177 |
+
#: wp-to-twitter-oauth.php:223
|
178 |
+
msgid "Your application name cannot include the word \"Twitter.\""
|
179 |
+
msgstr "Uw applicatie naam kan niet het woord \"Twitter\" bevatten."
|
180 |
+
|
181 |
+
#: wp-to-twitter.php:308
|
182 |
msgid "304 Not Modified: There was no new data to return"
|
183 |
msgstr "304 Not Modified: Er was geen nieuwe data om terug te verzenden"
|
184 |
|
185 |
+
#: wp-to-twitter.php:327
|
186 |
msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
|
187 |
msgstr "422 Unprocessable Entity: De geuploade afbeelding kon niet worden verwerkt.."
|
188 |
|
189 |
+
#: wp-to-twitter.php:1089
|
|
|
|
|
|
|
|
|
190 |
msgid "Upgrade to WP Tweets PRO to select Twitter accounts! <a href=\"%s\">Upgrade now!</a>"
|
191 |
msgstr "Upgrade naar WP Tweets PRO om Twitter accounts te selecteren! <a href=\"%s\">Upgrade nu!</a>"
|
192 |
|
193 |
+
#: wp-to-twitter.php:1121
|
194 |
msgid "Tweets must be less than 140 characters; Twitter counts URLs as 22 or 23 characters. Template Tags: <code>#url#</code>, <code>#title#</code>, <code>#post#</code>, <code>#category#</code>, <code>#date#</code>, <code>#modified#</code>, <code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, or <code>#blog#</code>."
|
195 |
msgstr "Tweets moeten minder zijn 140 karakters; Twitter telt URLs als 22 of 23 karakters. Template Tags: <code>#url#</code>, <code>#title#</code>, <code>#post#</code>, <code>#category#</code>, <code>#date#</code>, <code>#modified#</code>, <code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, of <code>#blog#</code>."
|
196 |
|
197 |
+
#: wpt-feed.php:163
|
|
|
|
|
|
|
|
|
198 |
msgid "Twitter returned an invalid response. It is probably down."
|
199 |
msgstr "Twitter geeft een ongeldig antwoord. Waarschijnlijk zijn er problemen."
|
200 |
|
201 |
+
#: wpt-widget.php:140
|
202 |
msgid "Display a list of your latest tweets."
|
203 |
msgstr "Geef een lijst weer van uw laatste tweets."
|
204 |
|
205 |
+
#: wpt-widget.php:148
|
206 |
msgid "WP to Twitter - Latest Tweets"
|
207 |
msgstr "WP to Twitter - Laatste Tweets"
|
208 |
|
209 |
+
#: wpt-widget.php:87
|
210 |
msgid "<a href=\"%3$s\">about %1$s ago</a> via %2$s"
|
211 |
msgstr "<a href=\"%3$s\">ongeveer %1$s geleden</a> via %2$s"
|
212 |
|
213 |
+
#: wpt-widget.php:89
|
214 |
msgid "<a href=\"%2$s\">about %1$s ago</a>"
|
215 |
msgstr "<a href=\"%2$s\">ongeveer %1$s geleden</a>"
|
216 |
|
217 |
+
#: wpt-widget.php:203
|
218 |
msgid "Title"
|
219 |
msgstr "Titel"
|
220 |
|
221 |
+
#: wpt-widget.php:208
|
222 |
msgid "Twitter Username"
|
223 |
msgstr "Twitter Gebruikersnaam"
|
224 |
|
225 |
+
#: wpt-widget.php:213
|
226 |
msgid "Number of Tweets to Show"
|
227 |
msgstr "Aantal weer te geven Tweets"
|
228 |
|
229 |
+
#: wpt-widget.php:219
|
230 |
msgid "Hide @ Replies"
|
231 |
msgstr "Verberg @ Antwoorden"
|
232 |
|
233 |
+
#: wpt-widget.php:224
|
234 |
msgid "Include Retweets"
|
235 |
msgstr "Bijsluiten Retweets"
|
236 |
|
237 |
+
#: wpt-widget.php:229
|
238 |
msgid "Parse links"
|
239 |
msgstr "Ontleed Links"
|
240 |
|
241 |
+
#: wpt-widget.php:234
|
242 |
msgid "Parse @mentions"
|
243 |
msgstr "Ontleed @vermeldingen"
|
244 |
|
245 |
+
#: wpt-widget.php:239
|
246 |
msgid "Parse #hashtags"
|
247 |
msgstr "Ontleed #hashtags"
|
248 |
|
249 |
+
#: wpt-widget.php:244
|
250 |
msgid "Include Reply/Retweet/Favorite Links"
|
251 |
msgstr "Bijsluiten Antwoord/Retweet/Favorieten Links"
|
252 |
|
253 |
+
#: wpt-widget.php:249
|
254 |
msgid "Include Tweet source"
|
255 |
msgstr "Bijsluiten Tweet bron"
|
256 |
|
257 |
+
#: wp-to-twitter-manager.php:187
|
258 |
msgid "Error:"
|
259 |
msgstr "Fout:"
|
260 |
|
261 |
+
#: wp-to-twitter-manager.php:671
|
262 |
msgid "No Analytics"
|
263 |
msgstr "Geen Analytics"
|
264 |
|
265 |
+
#: wp-to-twitter-manager.php:808
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
msgid "Send Tweets for approved comments"
|
267 |
msgstr "Verzend Tweets voor goedgekeurde reacties"
|
268 |
|
269 |
+
#: wp-to-twitter.php:59
|
270 |
msgid "The current version of WP Tweets PRO is <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\">Upgrade for best compatibility!</a>"
|
271 |
msgstr "De huidige versie van WP Tweets PRO is <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\">Upgrade voor de beste compatibiliteit!</a>"
|
272 |
|
273 |
+
#: wp-to-twitter.php:70
|
274 |
msgid "Tweeting of comments has been moved to <a href=\"%1$s\">WP Tweets PRO</a>. You will need to upgrade in order to Tweet comments. <a href=\"%2$s\">Dismiss</a>"
|
275 |
msgstr "Tweeten van reacties is verplaatst naar <a href=\"%1$s\">WP Tweets PRO</a>. U moet upgraden om reacties te kunnen tweeten. <a href=\"%2$s\">Verberg</a>"
|
276 |
|
277 |
+
#: wp-to-twitter.php:1023
|
278 |
msgid "Tweeting %s edits is disabled."
|
279 |
msgstr "Tweet bewerking van %s is uitgeschakeld."
|
280 |
|
281 |
+
#: wp-to-twitter.php:1489
|
282 |
msgid "I hope you've enjoyed <strong>WP to Twitter</strong>! Take a look at <a href='%s'>upgrading to WP Tweets PRO</a> for advanced Tweeting with WordPress! <a href='%s'>Dismiss</a>"
|
283 |
msgstr "Ik hoop dat u plezier heeft van <strong>WP to Twitter</strong>! Kijk ook naar een <a href='%s'>upgrade naar WP Tweets PRO</a> voor geavanceerd tweeten met WordPress! <a href='%s'>Verberg</a>"
|
284 |
|
285 |
msgid "Posts a Tweet when you update your WordPress blog or post to your blogroll, using your URL shortening service. Rich in features for customizing and promoting your Tweets."
|
286 |
msgstr "Plaats een tweet wanneer u uw WordPress blog update of iets op uw blogroll plaatst met gebruik van uw URL verkortingsservice. Rijk aan functies voor het aanpassen en het promoten van uw tweets."
|
287 |
|
288 |
+
#: wp-to-twitter-shorteners.php:380
|
289 |
msgid "Your jotURL account details"
|
290 |
msgstr "Uw jotURL account gegevens"
|
291 |
|
292 |
+
#: wp-to-twitter-shorteners.php:384
|
293 |
msgid "Your jotURL public <abbr title='application programming interface'>API</abbr> key:"
|
294 |
msgstr "Uw jotURL public <abbr title='application programming interface'>API</abbr> sleutel:"
|
295 |
|
296 |
+
#: wp-to-twitter-shorteners.php:385
|
297 |
msgid "Your jotURL private <abbr title='application programming interface'>API</abbr> key:"
|
298 |
msgstr "Uw jotURL private <abbr title='application programming interface'>API</abbr> sleutel:"
|
299 |
|
300 |
+
#: wp-to-twitter-shorteners.php:386
|
301 |
msgid "Parameters to add to the long URL (before shortening):"
|
302 |
msgstr "Parameters om toe te voegen aan de lange URL (voor verkorting):"
|
303 |
|
304 |
+
#: wp-to-twitter-shorteners.php:386
|
305 |
msgid "Parameters to add to the short URL (after shortening):"
|
306 |
msgstr "Parameters om toe te voegen aan de korte URL (na verkorting):"
|
307 |
|
308 |
+
#: wp-to-twitter-shorteners.php:387
|
309 |
msgid "View your jotURL public and private API key"
|
310 |
msgstr "Bekijk uw jotURL public and private API sleutels"
|
311 |
|
312 |
+
#: wp-to-twitter-shorteners.php:390
|
313 |
msgid "Save jotURL settings"
|
314 |
msgstr "Bewaar jotURL instellingen"
|
315 |
|
316 |
+
#: wp-to-twitter-shorteners.php:390
|
317 |
msgid "Clear jotURL settings"
|
318 |
msgstr "Verwijder jotURL instellingen"
|
319 |
|
320 |
+
#: wp-to-twitter-shorteners.php:391
|
321 |
msgid "A jotURL public and private API key is required to shorten URLs via the jotURL API and WP to Twitter."
|
322 |
msgstr "Een jotURL public en private API sleutel zijn benodigd om URLs te verkorten via de jotURL API en WP to Twitter."
|
323 |
|
324 |
+
#: wp-to-twitter-shorteners.php:486
|
325 |
msgid "jotURL private API Key Updated. "
|
326 |
msgstr "jotURL private API sleutel bijgewerkt. "
|
327 |
|
328 |
+
#: wp-to-twitter-shorteners.php:489
|
329 |
msgid "jotURL private API Key deleted. You cannot use the jotURL API without a private API key. "
|
330 |
msgstr "jotURL private API sleutel verwijderd. U kan niet de jotURL API gebruiken zonder een private API sleutel. "
|
331 |
|
332 |
+
#: wp-to-twitter-shorteners.php:491
|
333 |
msgid "jotURL private API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! A private API key is required to use the jotURL URL shortening service. "
|
334 |
msgstr "jotURL private API sleutel niet toegevoegd - <a href='https://www.joturl.com/reserved/api.html'>verkrijg er een hier</a>! Een private API sleutel is benodigd om gebruik te kunnen maken van de jotURL URL verkorter. "
|
335 |
|
336 |
+
#: wp-to-twitter-shorteners.php:495
|
337 |
msgid "jotURL public API Key Updated. "
|
338 |
msgstr "jotURL public API sleutel bijgewerkt. "
|
339 |
|
340 |
+
#: wp-to-twitter-shorteners.php:498
|
341 |
msgid "jotURL public API Key deleted. You cannot use the jotURL API without providing your public API Key. "
|
342 |
msgstr "jotURL public API sleutel verwijderd. U kan niet de jotURL API gebruiken zonder uw public API sleutel in te geven. "
|
343 |
|
344 |
+
#: wp-to-twitter-shorteners.php:500
|
345 |
msgid "jotURL public API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! "
|
346 |
msgstr "jotURL public API sleutel niet ingevuld - <a href='https://www.joturl.com/reserved/api.html'>verkrijg er een hier</a>! "
|
347 |
|
348 |
+
#: wp-to-twitter-shorteners.php:506
|
349 |
msgid "Long URL parameters added. "
|
350 |
msgstr "Lange URL parameters toegevoegd. "
|
351 |
|
352 |
+
#: wp-to-twitter-shorteners.php:509
|
353 |
msgid "Long URL parameters deleted. "
|
354 |
msgstr "Lange URL parameters verwijderd. "
|
355 |
|
356 |
+
#: wp-to-twitter-shorteners.php:515
|
357 |
msgid "Short URL parameters added. "
|
358 |
msgstr "Korte URL parameters toegevoegd. "
|
359 |
|
360 |
+
#: wp-to-twitter-shorteners.php:518
|
361 |
msgid "Short URL parameters deleted. "
|
362 |
msgstr "Korte URL parameters verwijderd. "
|
363 |
|
364 |
+
#: wp-to-twitter-shorteners.php:532
|
365 |
msgid "You must add your jotURL public and private API key in order to shorten URLs with jotURL."
|
366 |
msgstr "U moet uw jotURL public en private API sleutels toevoegen om URLs te verkorten met jotURL."
|
367 |
|
368 |
+
#: wp-to-twitter-manager.php:573
|
369 |
msgid "Tags"
|
370 |
msgstr "Tags"
|
371 |
|
372 |
+
#: wp-to-twitter-manager.php:589
|
373 |
msgid "Template Tag Settings"
|
374 |
msgstr "Template Tag Instellingen"
|
375 |
|
376 |
+
#: wp-to-twitter-manager.php:591
|
377 |
msgid "Extracted from the post. If you use the 'Excerpt' field, it will be used instead."
|
378 |
msgstr "Uittreksel van het bericht. Als u het 'Excerpt' veld gebruikt zal het in plaats daarvan worden gebruikt."
|
379 |
|
380 |
+
#: wp-to-twitter-manager.php:634
|
381 |
msgid "Template tag priority order"
|
382 |
msgstr "Prioriteitsvolgorde template tag"
|
383 |
|
384 |
+
#: wp-to-twitter-manager.php:635
|
385 |
msgid "The order in which items will be abbreviated or removed from your Tweet if the Tweet is too long to send to Twitter."
|
386 |
msgstr "De volgorde waarin onderdelen worden afgekort of verwijderd van uw Tweet als uw Tweet te lang is om naar Twitter te sturen."
|
387 |
|
388 |
+
#: wp-to-twitter-manager.php:675
|
389 |
msgid "Author Settings"
|
390 |
msgstr "Auteur Instellingen"
|
391 |
|
392 |
+
#: wp-to-twitter-manager.php:680
|
393 |
msgid "Authors can add their username in their user profile. With the free edition of WP to Twitter, it adds an @reference to the author. The @reference is placed using the <code>#account#</code> shortcode, which will pick up the main account if the user account isn't configured."
|
394 |
msgstr "Auteurs kunnen hun gebruikersnaam toevoegen in hun gebruikersprofiel. Met de gratis versie van WP to Twitter wordt een @verwijzing toegevoegd naar de auteur. De @ verwijzing wordt geplaatst met gebruikmaking van de <code>#account#</code> shortcode, welke het standaardaccount zal selecteren wanneer de gebruikersaccount niet is geconfigureerd."
|
395 |
|
396 |
+
#: wp-to-twitter-manager.php:684
|
397 |
msgid "Permissions"
|
398 |
msgstr "Rechten"
|
399 |
|
400 |
+
#: wp-to-twitter-manager.php:719
|
401 |
msgid "Error Messages and Debugging"
|
402 |
msgstr "Foutmeldingen en Debuggen"
|
403 |
|
404 |
+
#: wp-to-twitter-manager.php:832
|
405 |
msgid "<code>#cat_desc#</code>: custom value from the category description field"
|
406 |
msgstr "<code>#cat_desc#</code>: aangepaste waarde van het categorie omschrijvingsveld"
|
407 |
|
408 |
+
#: wp-to-twitter-manager.php:839
|
409 |
msgid "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
|
410 |
msgstr "<code>#@#</code>: de twitter @verwijzing voor de auteur of leeg, indien niet ingesteld"
|
411 |
|
412 |
+
#: wp-to-twitter-oauth.php:283
|
|
|
|
|
|
|
|
|
413 |
msgid "<strong>Troubleshooting tip:</strong> Connected, but getting a error that your Authentication credentials are missing or incorrect? Check that your Access token has read and write permission. If not, you'll need to create a new token. <a href=\"http://www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">Read the FAQ</a>"
|
414 |
msgstr "<strong>Probleemoplossing tip:</strong> Connectie gemaakt, maar een foutmelding dat uw authenticatie gegevens niet ingevuld of onjuist zijn? Controleer dat uw Access token lees- en schrijfrechten heeft. Zo niet, dan moet u een nieuw token genereren. <a href=\"http://www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">lees de FAQ (Engels)</a>"
|
415 |
|
416 |
+
#: wp-to-twitter-oauth.php:310 wp-to-twitter-oauth.php:316
|
417 |
msgid "Twitter's server time: "
|
418 |
msgstr "Twitter's servertijd:"
|
419 |
|
420 |
+
#: wp-to-twitter.php:1375
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
421 |
msgid "Upgrade"
|
422 |
msgstr "Upgrade"
|
423 |
|
424 |
+
#: wp-to-twitter-manager.php:578
|
425 |
msgid "Use tag slug as hashtag value"
|
426 |
msgstr "Gebruik tag slug als hashtag waarde"
|
427 |
|
428 |
+
#: wp-to-twitter-shorteners.php:550
|
|
|
|
|
|
|
|
|
429 |
msgid "Choose a short URL service (account settings below)"
|
430 |
msgstr "Kies een URL verkorter (account instellingen onder)"
|
431 |
|
432 |
+
#: wp-to-twitter-shorteners.php:556
|
433 |
msgid "YOURLS (on this server)"
|
434 |
msgstr "YOURLS (op deze server)"
|
435 |
|
436 |
+
#: wp-to-twitter-shorteners.php:557
|
437 |
msgid "YOURLS (on a remote server)"
|
438 |
msgstr "YOURLS (op een remote server)"
|
439 |
|
440 |
+
#: wpt-functions.php:355
|
441 |
msgid "Thank you for supporting the continuing development of this plug-in! I'll get back to you as soon as I can. Please ensure that you can receive email at <code>%s</code>."
|
442 |
msgstr "Dank u voor de ondersteuning t.b.v. de verdere ontwikkeling van deze plugin! Ik neem zo snel mogelijk contact met u op. Wees er zeker van dat u email kunt ontvangen via <code>%s</code>."
|
443 |
|
444 |
+
#: wpt-functions.php:357
|
445 |
msgid "Thanks for using WP to Twitter. Please ensure that you can receive email at <code>%s</code>."
|
446 |
msgstr "Bedankt voor het gebruiken van WP to Twitter. Wees er zeker van dat u email kunt ontvangen via <code>%s</code>."
|
447 |
|
448 |
+
#: wpt-functions.php:389
|
449 |
msgid "Reply to:"
|
450 |
msgstr "Antwoord naar:"
|
451 |
|
452 |
+
#: wp-to-twitter-manager.php:700
|
453 |
msgid "The lowest user group that can add their Twitter information"
|
454 |
msgstr "De laagste gebruikersgroep die hun Twitter informatie kunnen toevoegen"
|
455 |
|
456 |
+
#: wp-to-twitter-manager.php:705
|
457 |
msgid "The lowest user group that can see the Custom Tweet options when posting"
|
458 |
msgstr "De laagste gebruikersgroep die de Aangepaste Tweet opties kunnen zien bij het plaatsen"
|
459 |
|
460 |
+
#: wp-to-twitter-manager.php:710
|
461 |
msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
|
462 |
msgstr "De laagste user groep dat Tweet / Geen Tweet opties aan en uit kan zetten"
|
463 |
|
464 |
+
#: wp-to-twitter-manager.php:715
|
465 |
msgid "The lowest user group that can send Twitter updates"
|
466 |
msgstr "De laagste user groep dat Twitter updates kan sturen"
|
467 |
|
468 |
+
#: wp-to-twitter-manager.php:836
|
469 |
msgid "<code>#author#</code>: the post author (@reference if available, otherwise display name)"
|
470 |
msgstr "<code>#author#</code>: auteur van het bericht (@verwijzing indien beschikbaar, anders weergave naam)"
|
471 |
|
472 |
+
#: wp-to-twitter-manager.php:837
|
473 |
msgid "<code>#displayname#</code>: post author's display name"
|
474 |
msgstr "<code>#displayname#</code>: plaats weergave naam auteur"
|
475 |
|
476 |
+
#: wp-to-twitter.php:262
|
477 |
msgid "This tweet was blank and could not be sent to Twitter."
|
478 |
msgstr "Deze Tweet was leeg en kon niet naar Twitter verzonden worden"
|
479 |
|
480 |
+
#: wp-to-twitter.php:321
|
481 |
msgid "404 Not Found: The URI requested is invalid or the resource requested does not exist."
|
482 |
msgstr "404 Not Found: De gevraagde URI is ongeldig of de opgevraagde bron bestaat niet."
|
483 |
|
484 |
+
#: wp-to-twitter.php:324
|
485 |
msgid "406 Not Acceptable: Invalid Format Specified."
|
486 |
msgstr "406 Not Acceptable: Ongeldig Format Gespecificeerd."
|
487 |
|
488 |
+
#: wp-to-twitter.php:330
|
489 |
msgid "429 Too Many Requests: You have exceeded your rate limits."
|
490 |
msgstr "429 Too Many Requests: U heeft uw limiet overschreden."
|
491 |
|
492 |
+
#: wp-to-twitter.php:342
|
493 |
msgid "504 Gateway Timeout: The Twitter servers are up, but the request couldn't be serviced due to some failure within our stack. Try again later."
|
494 |
msgstr "504 Gateway Timeout: De Twitter-servers werken, maar het verzoek kon niet worden gehonoreerd vanwege een fout in onze stack. Probeer het later opnieuw."
|
495 |
|
496 |
+
#: wp-to-twitter.php:1037
|
497 |
msgid "Your prepended Tweet text; not part of your template."
|
498 |
msgstr "Uw voorgevoegde Tweet tekst; geen onderdeel van uw template."
|
499 |
|
500 |
+
#: wp-to-twitter.php:1040
|
501 |
msgid "Your appended Tweet text; not part of your template."
|
502 |
msgstr "Uw toegevoegde Tweet tekst; geen onderdeel van uw template."
|
503 |
|
504 |
+
#: wp-to-twitter.php:1140
|
505 |
msgid "Your role does not have the ability to Post Tweets from this site."
|
506 |
msgstr "Uw rol heeft niet de mogelijkheid om Tweets te plaatsen vanaf deze site."
|
507 |
|
508 |
+
#: wp-to-twitter.php:1309
|
509 |
msgid "Hide account name in Tweets"
|
510 |
msgstr "Verberg accountnaam in Tweets"
|
511 |
|
512 |
+
#: wp-to-twitter.php:1310
|
513 |
msgid "Do not display my account in the #account# template tag."
|
514 |
msgstr "Geef mijn account niet weer in de #account# template tag."
|
515 |
|
516 |
+
#: wpt-functions.php:392
|
517 |
msgid "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</span>"
|
518 |
msgstr "I heb de <a href=\"%1$s\">FAQ voor deze plugin (Engels)</a> gelezen<span>(vereist)</span>"
|
519 |
|
520 |
+
#: wpt-functions.php:395
|
521 |
msgid "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
|
522 |
msgstr "I heb <a href=\"%1$s\">een donatie gemaakt om deze plugin te ondersteunen</a>"
|
523 |
|
524 |
+
#: wpt-functions.php:398
|
525 |
msgid "Support Request:"
|
526 |
msgstr "Support Aanvraag:"
|
527 |
|
528 |
+
#: wp-to-twitter-manager.php:526
|
|
|
|
|
|
|
|
|
529 |
msgid "Update when %1$s %2$s is published"
|
530 |
msgstr "Update wanneer %1$s %2$s is geplaatst"
|
531 |
|
532 |
+
#: wp-to-twitter-manager.php:530
|
|
|
|
|
|
|
|
|
533 |
msgid "Update when %1$s %2$s is edited"
|
534 |
msgstr "Update wanneer %1$s %2$s is bewerkt"
|
535 |
|
536 |
+
#: wp-to-twitter-oauth.php:218
|
|
|
|
|
|
|
|
|
537 |
msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
|
538 |
msgstr "Uw server tijdzone (moet UTC, GMT, Europa/Londen of gelijkwaardig zijn):"
|
539 |
|
540 |
+
#: wp-to-twitter-shorteners.php:560
|
541 |
msgid "Use Twitter Friendly Links."
|
542 |
msgstr "Gebruik Twitter-Vriendelijke Links."
|
543 |
|
544 |
+
#: wp-to-twitter-shorteners.php:334
|
545 |
msgid "View your Bit.ly username and API key"
|
546 |
msgstr "Bekijk uw Bit.ly gebruikersnaam en API sleutel"
|
547 |
|
548 |
+
#: wp-to-twitter-shorteners.php:396
|
549 |
msgid "Your shortener does not require any account settings."
|
550 |
msgstr "Uw verkorter vereist geen enkele account instelling."
|
551 |
|
552 |
+
#: wp-to-twitter.php:299
|
553 |
msgid "Your Twitter application does not have read and write permissions. Go to <a href=\"%s\">your Twitter apps</a> to modify these settings."
|
554 |
msgstr "Uw Twitter applicatie heeft geen lees- en schrijfrechten. Ga naar <a href=\"%s\">uw Twitter applicaties</a> om deze instellingen aan te passen."
|
555 |
|
556 |
+
#: wp-to-twitter.php:1164
|
557 |
msgid "Failed Tweets"
|
558 |
msgstr "Mislukte Tweets"
|
559 |
|
560 |
+
#: wp-to-twitter.php:1179
|
561 |
msgid "No failed tweets on this post."
|
562 |
msgstr "Geen mislukte tweets voor dit bericht."
|
563 |
|
564 |
+
#: wp-to-twitter-manager.php:842
|
|
|
|
|
|
|
|
|
565 |
msgid "<code>#reference#</code>: Used only in co-tweeting. @reference to main account when posted to author account, @reference to author account in post to main account."
|
566 |
msgstr "<code>#reference#</code>: Alleen gebruikt in co-tweeten. @verwijzing naar het standaardaccount wanneer geplaatst is naar het auteursaccount, @verwijzing naar het auteursaccount in het bericht naar het standaardaccount."
|
567 |
|
568 |
+
#: wp-to-twitter-oauth.php:287
|
569 |
msgid "WP to Twitter could not contact Twitter's remote server. Here is the error triggered: "
|
570 |
msgstr "WP to Twitter kon geen contact maken met de externe server van Twitter. Deze fout wordt getriggerd:"
|
571 |
|
572 |
+
#: wp-to-twitter.php:243
|
573 |
msgid "This account is not authorized to post to Twitter."
|
574 |
msgstr "Dit account is niet bevoegd om te posten op Twitter."
|
575 |
|
576 |
+
#: wp-to-twitter.php:254
|
577 |
msgid "This tweet is identical to another Tweet recently sent to this account."
|
578 |
msgstr "Deze tweet is identiek aan een andere Tweet welke onlangs is verzonden naar dit account."
|
579 |
|
580 |
+
#: wp-to-twitter-shorteners.php:300
|
581 |
msgid "(optional)"
|
582 |
msgstr "(optioneel)"
|
583 |
|
584 |
+
#: wp-to-twitter-manager.php:646
|
585 |
msgid "Do not post Tweets by default (editing only)"
|
586 |
msgstr "Plaats tweets niet standaard (alleen bij bijwerking)"
|
587 |
|
588 |
+
#: wp-to-twitter-manager.php:834
|
589 |
msgid "<code>#modified#</code>: the post modified date"
|
590 |
msgstr "<code>#modified#</code>: tijdstip waarop bericht is aangepast"
|
591 |
|
592 |
+
#: wp-to-twitter-oauth.php:285
|
593 |
msgid "Your time stamps are more than 5 minutes apart. Your server could lose its connection with Twitter."
|
594 |
msgstr "Er zit meer dan 5 minuten verschil tussen uw server en Twitter. Uw server connectie met Twitter kan hierdoor verbroken worden."
|
595 |
|
596 |
+
#: wp-to-twitter-manager.php:678
|
597 |
msgid "Authors have individual Twitter accounts"
|
598 |
msgstr "Auteurs hebben individuele Twitter accounts"
|
599 |
|
600 |
+
#: wp-to-twitter-manager.php:722
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
601 |
msgid "Get Debugging Data for OAuth Connection"
|
602 |
msgstr "Verkrijg debugging data voor OAuth connectie"
|
603 |
|
604 |
+
#: wp-to-twitter-manager.php:723
|
|
|
|
|
|
|
|
|
605 |
msgid "I made a donation, so stop whinging at me, please."
|
606 |
msgstr "Ik heb al gedoneerd, dus stop a.u.b. met zeuren."
|
607 |
|
608 |
+
#: wp-to-twitter-manager.php:738
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
609 |
msgid "Get Plug-in Support"
|
610 |
msgstr "Vraag Plugin Support "
|
611 |
|
612 |
+
#: wp-to-twitter-manager.php:749
|
613 |
msgid "Check Support"
|
614 |
msgstr "Support Raadplegen"
|
615 |
|
616 |
+
#: wp-to-twitter-manager.php:749
|
617 |
msgid "Check whether your server supports <a href=\"http://www.joedolson.com/articles/wp-to-twitter/\">WP to Twitter's</a> queries to the Twitter and URL shortening APIs. This test will send a status update to Twitter and shorten a URL using your selected methods."
|
618 |
msgstr "Selecteer of uw server <a href=\"http://www.joedolson.com/articles/wp-to-twitter/\">WP to Twitter's</a> queries ondersteund naar de Twitter en URL verkorter API's. Deze test zal een status update sturen naar Twitter en een URL verkorten met gebruik van uw geselecteerde methodes."
|
619 |
|
620 |
+
#: wp-to-twitter-manager.php:768
|
621 |
msgid "Support WP to Twitter"
|
622 |
msgstr "Support WP to Twitter "
|
623 |
|
624 |
+
#: wp-to-twitter-manager.php:770
|
625 |
msgid "WP to Twitter Support"
|
626 |
msgstr "WP to Twitter Support "
|
627 |
|
628 |
+
#: wp-to-twitter-manager.php:778 wp-to-twitter.php:1131 wp-to-twitter.php:1133
|
629 |
msgid "Get Support"
|
630 |
msgstr "Verkrijg Support"
|
631 |
|
632 |
+
#: wp-to-twitter-manager.php:800
|
|
|
|
|
|
|
|
|
633 |
msgid "Upgrade Now!"
|
634 |
msgstr "Upgrade nu!"
|
635 |
|
636 |
+
#: wp-to-twitter-manager.php:824
|
|
|
|
|
|
|
|
|
637 |
msgid "Shortcodes"
|
638 |
msgstr "Shortcodes"
|
639 |
|
640 |
+
#: wp-to-twitter-manager.php:826
|
641 |
msgid "Available in post update templates:"
|
642 |
msgstr "Beschikbaar in bericht bijwerkingstemplates"
|
643 |
|
644 |
+
#: wp-to-twitter-manager.php:828
|
645 |
msgid "<code>#title#</code>: the title of your blog post"
|
646 |
msgstr "<code>#title#</code>: de titel van uw blog bericht"
|
647 |
|
648 |
+
#: wp-to-twitter-manager.php:829
|
649 |
msgid "<code>#blog#</code>: the title of your blog"
|
650 |
msgstr "<code>#blog#</code>: de titel van uw blog"
|
651 |
|
652 |
+
#: wp-to-twitter-manager.php:830
|
653 |
msgid "<code>#post#</code>: a short excerpt of the post content"
|
654 |
msgstr "<code>#post#</code>: een korte samenvatting van het bericht"
|
655 |
|
656 |
+
#: wp-to-twitter-manager.php:831
|
657 |
msgid "<code>#category#</code>: the first selected category for the post"
|
658 |
msgstr "<code>#category#</code>: de eerste geselecteerde categorie voor het bericht"
|
659 |
|
660 |
+
#: wp-to-twitter-manager.php:833
|
661 |
msgid "<code>#date#</code>: the post date"
|
662 |
msgstr "<code>#date#</code>: de bericht datum"
|
663 |
|
664 |
+
#: wp-to-twitter-manager.php:835
|
665 |
msgid "<code>#url#</code>: the post URL"
|
666 |
msgstr "<code>#url#</code>: de bericht URL"
|
667 |
|
668 |
+
#: wp-to-twitter-manager.php:838
|
669 |
msgid "<code>#account#</code>: the twitter @reference for the account (or the author, if author settings are enabled and set.)"
|
670 |
msgstr "<code>#account#</code>: de twitter @referentie voor het account (of auteur, als auteur instellingen geactiveerd en ingesteld zijn)."
|
671 |
|
672 |
+
#: wp-to-twitter-manager.php:840
|
673 |
msgid "<code>#tags#</code>: your tags modified into hashtags. See options in the Advanced Settings section, below."
|
674 |
msgstr "<code>#tags#</code>: uw tags zijn veranderd in hashtags. Zie de opties onder bij Geavanceerde Instellingen."
|
675 |
|
676 |
+
#: wp-to-twitter-manager.php:845
|
677 |
msgid "You can also create custom shortcodes to access WordPress custom fields. Use doubled square brackets surrounding the name of your custom field to add the value of that custom field to your status update. Example: <code>[[custom_field]]</code></p>"
|
678 |
msgstr "U kan ook aangepaste shortcodes creëeren voor toegang tot aangepaste WordPress velden. Gebruik dubbele [ ] om de naam van uw aangepast veld om de waarde hiervan toe te voegen aan uw status update. Voorbeeld: <code>[[custom_field]]</code></p>"
|
679 |
|
680 |
+
#: wp-to-twitter-oauth.php:114
|
681 |
msgid "WP to Twitter was unable to establish a connection to Twitter."
|
682 |
msgstr "WP to Twitter kon geen verbinding maken met Twitter. "
|
683 |
|
685 |
msgid "There was an error querying Twitter's servers"
|
686 |
msgstr "Er trad een fout op tijdens het informeren van de Twitter servers"
|
687 |
|
688 |
+
#: wp-to-twitter-oauth.php:209 wp-to-twitter-oauth.php:212
|
689 |
msgid "Connect to Twitter"
|
690 |
msgstr "Verbinding maken met Twitter"
|
691 |
|
692 |
+
#: wp-to-twitter-oauth.php:215
|
693 |
msgid "WP to Twitter Set-up"
|
694 |
msgstr "WP to Twitter Instellen"
|
695 |
|
696 |
+
#: wp-to-twitter-oauth.php:216 wp-to-twitter-oauth.php:310
|
697 |
+
#: wp-to-twitter-oauth.php:315
|
698 |
msgid "Your server time:"
|
699 |
msgstr "Uw server tijd:"
|
700 |
|
701 |
+
#: wp-to-twitter-oauth.php:216
|
702 |
msgid "Twitter's time:"
|
703 |
msgstr "Twitter's tijd: "
|
704 |
|
705 |
+
#: wp-to-twitter-oauth.php:216
|
706 |
msgid "If these timestamps are not within 5 minutes of each other, your server will not connect to Twitter."
|
707 |
msgstr "Als deze timestamps niet binnen 5 minuten op elkaar volgen, zal uw server geen connectie maken met Twitter."
|
708 |
|
709 |
+
#: wp-to-twitter-oauth.php:220
|
710 |
msgid "1. Register this site as an application on "
|
711 |
msgstr "1. Registreer deze site als een applicatie op "
|
712 |
|
713 |
+
#: wp-to-twitter-oauth.php:220
|
714 |
msgid "Twitter's application registration page"
|
715 |
msgstr "Twitter's applicatie registratie pagina"
|
716 |
|
717 |
+
#: wp-to-twitter-oauth.php:222
|
718 |
msgid "If you're not currently logged in to Twitter, log-in to the account you want associated with this site"
|
719 |
msgstr "Als u nog niet aangemeld bent bij Twitter log dan in met het account dat u voor deze site wilt gebruiken"
|
720 |
|
721 |
+
#: wp-to-twitter-oauth.php:224
|
722 |
msgid "Your Application Description can be anything."
|
723 |
msgstr "Uw applicatiebeschrijving kan van alles zijn."
|
724 |
|
725 |
+
#: wp-to-twitter-oauth.php:225
|
726 |
msgid "The WebSite and Callback URL should be "
|
727 |
msgstr "De website en callback URL moeten zijn "
|
728 |
|
729 |
+
#: wp-to-twitter-oauth.php:227
|
730 |
msgid "Agree to the Developer Rules of the Road and continue."
|
731 |
msgstr "Ga akkoord met de regels van de developer en ga door."
|
732 |
|
733 |
+
#: wp-to-twitter-oauth.php:230
|
|
|
|
|
|
|
|
|
734 |
msgid "Select \"Read and Write\" for the Application Type"
|
735 |
msgstr "Kies \"Read and Write\" als Applicatie Type"
|
736 |
|
737 |
+
#: wp-to-twitter-oauth.php:231
|
738 |
msgid "Update the application settings"
|
739 |
msgstr "Werk de applicatie instellingen bij"
|
740 |
|
741 |
+
#: wp-to-twitter-oauth.php:250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
742 |
msgid "4. Copy and paste your Access Token and Access Token Secret into the fields below"
|
743 |
msgstr "4. Kopiër en plak het Access Token en Access Token Secret in onderstaande velden"
|
744 |
|
745 |
+
#: wp-to-twitter-oauth.php:251
|
746 |
msgid "If the Access level for your Access Token is not \"<em>Read and write</em>\", you must return to step 2 and generate a new Access Token."
|
747 |
msgstr "Als het Access level (\"Access niveau\") voor uw Access Token niet \"<em>Read and Write </em>\" (\"Lezen en Schrijven\") is moet u terug naar stap 2 en een nieuwe Access Token genereren."
|
748 |
|
749 |
+
#: wp-to-twitter-oauth.php:254
|
750 |
msgid "Access Token"
|
751 |
msgstr "Toegangstoken (Access Token)"
|
752 |
|
753 |
+
#: wp-to-twitter-oauth.php:258
|
754 |
msgid "Access Token Secret"
|
755 |
msgstr "Toegangstoken Geheim (Access Token Secret)"
|
756 |
|
757 |
+
#: wp-to-twitter-oauth.php:277
|
758 |
msgid "Disconnect Your WordPress and Twitter Account"
|
759 |
msgstr "Verbreek de verbinding met WordPress en Twitter"
|
760 |
|
761 |
+
#: wp-to-twitter-oauth.php:281
|
762 |
msgid "Disconnect your WordPress and Twitter Account"
|
763 |
msgstr "Log uit bij uw WordPress en Twitter Accounts"
|
764 |
|
765 |
+
#: wp-to-twitter-oauth.php:292
|
766 |
msgid "Disconnect from Twitter"
|
767 |
msgstr "Twitter verbinding verbreken"
|
768 |
|
769 |
+
#: wp-to-twitter-oauth.php:298
|
770 |
msgid "Twitter Username "
|
771 |
msgstr "Twitter Gebruikersnaam"
|
772 |
|
773 |
+
#: wp-to-twitter-oauth.php:299
|
774 |
msgid "Consumer Key "
|
775 |
msgstr "Gebruikerssleutel (Consumer Secret) "
|
776 |
|
777 |
+
#: wp-to-twitter-oauth.php:300
|
778 |
msgid "Consumer Secret "
|
779 |
msgstr "Gebruikersgeheim (Consumer Secret) "
|
780 |
|
781 |
+
#: wp-to-twitter-oauth.php:301
|
782 |
msgid "Access Token "
|
783 |
msgstr "Toegangstoken (Access Token) "
|
784 |
|
785 |
+
#: wp-to-twitter-oauth.php:302
|
786 |
msgid "Access Token Secret "
|
787 |
msgstr "Toegangstoken Geheim (Access Token Secret) "
|
788 |
|
|
|
|
|
|
|
|
|
789 |
#: wp-to-twitter-oauth.php:200
|
790 |
msgid "Twitter requires authentication by OAuth. You will need to <a href='%s'>update your settings</a> to complete installation of WP to Twitter."
|
791 |
msgstr "Twitter vereist OAuth authenticatie. U dient uw <a href='%s'> instellingen bij te werken</a> om de installatie van WP to Twitter te kunnen voltooien."
|
792 |
|
793 |
+
#: wp-to-twitter.php:304
|
794 |
msgid "200 OK: Success!"
|
795 |
msgstr "200 OK: Success!"
|
796 |
|
797 |
+
#: wp-to-twitter.php:311
|
798 |
msgid "400 Bad Request: The request was invalid. This is the status code returned during rate limiting."
|
799 |
msgstr "400 Bad Request: De aanvraag was onjuist. Dit is de status code welke wordt teruggegeven tijdens rato beperking."
|
800 |
|
801 |
+
#: wp-to-twitter.php:314
|
802 |
msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
|
803 |
msgstr "401 Unauthorized: Authenticatie logingegevens zijn onvolledig of onjuist."
|
804 |
|
805 |
+
#: wp-to-twitter.php:333
|
806 |
msgid "500 Internal Server Error: Something is broken at Twitter."
|
807 |
msgstr "500 Internal Server Error: Er is iets kapot bij Twitter."
|
808 |
|
809 |
+
#: wp-to-twitter.php:339
|
810 |
msgid "503 Service Unavailable: The Twitter servers are up, but overloaded with requests - Please try again later."
|
811 |
msgstr "503 Service Unavailable: De Twitter servers zijn beschikbaar, maar overbelast met verzoeken - probeer het later nog eens"
|
812 |
|
813 |
+
#: wp-to-twitter.php:336
|
814 |
msgid "502 Bad Gateway: Twitter is down or being upgraded."
|
815 |
msgstr "502 Bad Gateway: Twitter is buiten werking of wordt bijgewerkt."
|
816 |
|
817 |
+
#: wp-to-twitter.php:378
|
818 |
msgid "No Twitter OAuth connection found."
|
819 |
msgstr "Geen Twitter OAuth verbinding of connectie gevonden."
|
820 |
|
821 |
+
#: wp-to-twitter.php:1148
|
822 |
msgid "Previous Tweets"
|
823 |
msgstr "Vorige Tweets"
|
824 |
|
825 |
+
#: wp-to-twitter.php:1032
|
826 |
msgid "Custom Twitter Post"
|
827 |
msgstr "Aangepast Twitter Bericht"
|
828 |
|
829 |
+
#: wp-to-twitter.php:1043
|
830 |
msgid "Your template:"
|
831 |
msgstr "Uw template: "
|
832 |
|
833 |
+
#: wp-to-twitter.php:1047
|
834 |
msgid "YOURLS Custom Keyword"
|
835 |
msgstr "YOURLS Aangepast Trefwoord"
|
836 |
|
837 |
+
#: wp-to-twitter.php:1131
|
838 |
msgid "Upgrade to WP Tweets Pro"
|
839 |
msgstr "Upgrade naar WP Tweets Pro "
|
840 |
|
841 |
+
#: wp-to-twitter.php:1058
|
842 |
msgid "Don't Tweet this post."
|
843 |
msgstr "Dit bericht niet twitteren."
|
844 |
|
845 |
+
#: wp-to-twitter.php:1058
|
846 |
msgid "Tweet this post."
|
847 |
msgstr "Tweet dit bericht."
|
848 |
|
849 |
+
#: wp-to-twitter.php:1109
|
850 |
msgid "Access to customizing WP to Twitter values is not allowed for your user role."
|
851 |
msgstr "Aanpassen van WP naar Twitter instellingen is niet toegestaan voor uw gebruikersrol."
|
852 |
|
853 |
+
#: wp-to-twitter.php:1226
|
854 |
msgid "Characters left: "
|
855 |
msgstr "Aantal karakters over:"
|
856 |
|
857 |
+
#: wp-to-twitter.php:1295
|
858 |
msgid "WP Tweets User Settings"
|
859 |
msgstr "WP Tweets Gebruikers Instellingen "
|
860 |
|
861 |
+
#: wp-to-twitter.php:1299
|
862 |
msgid "Use My Twitter Username"
|
863 |
msgstr "Gebruik Mijn Twitter gebruikersnaam"
|
864 |
|
865 |
+
#: wp-to-twitter.php:1300
|
866 |
msgid "Tweet my posts with an @ reference to my username."
|
867 |
msgstr "Tweet mijn berichten met een @ verwijzing naar mijn gebruikersnaam."
|
868 |
|
869 |
+
#: wp-to-twitter.php:1301
|
870 |
msgid "Tweet my posts with an @ reference to both my username and to the main site username."
|
871 |
msgstr "Tweet mijn berichten met een @ verwijzing naar mijn gebruikersnaam en de algemene site gebruikersnaam."
|
872 |
|
873 |
+
#: wp-to-twitter.php:1305
|
874 |
msgid "Your Twitter Username"
|
875 |
msgstr "Uw Twitter Gebruikersnaam"
|
876 |
|
877 |
+
#: wp-to-twitter.php:1306
|
878 |
msgid "Enter your own Twitter username."
|
879 |
msgstr "Geef uw eigen Twitter gebruikersnaam in."
|
880 |
|
881 |
+
#: wp-to-twitter.php:1374
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
882 |
msgid "Settings"
|
883 |
msgstr "Instellingen"
|
884 |
|
885 |
+
#: wp-to-twitter.php:1401
|
886 |
msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
|
887 |
msgstr "<br /><strong>Opmerking:</strong>Controleer svp het <a class=\"thickbox\" href=\"%1$s\">veranderingslogboek</a> voor het upgraden."
|
888 |
|
898 |
msgid "http://www.joedolson.com/"
|
899 |
msgstr "http://www.joedolson.com/"
|
900 |
|
901 |
+
#: wpt-functions.php:348
|
902 |
msgid "Please read the FAQ and other Help documents before making a support request."
|
903 |
msgstr "Lees svp de FAQ en andere help documenten door voordat u een support vraag stelt."
|
904 |
|
905 |
+
#: wpt-functions.php:350
|
906 |
msgid "Please describe your problem. I'm not psychic."
|
907 |
msgstr "Beschrijf svp uw probleem, ik ben geen helderziende. "
|
908 |
|
909 |
+
#: wpt-functions.php:374
|
910 |
msgid "<strong>Please note</strong>: I do keep records of those who have donated, but if your donation came from somebody other than your account at this web site, you must note this in your message."
|
911 |
msgstr "<strong>Opmerking</strong>: Ik hou bij wie allemaal een donatie hebben gemaakt, maar als de donatie afkomstig is van iemand anders dan het account op deze website, vermeld dit dan svp in uw bericht."
|
912 |
|
913 |
+
#: wpt-functions.php:401
|
914 |
msgid "Send Support Request"
|
915 |
msgstr "Verstuur verzoek om support"
|
916 |
|
917 |
+
#: wpt-functions.php:404
|
918 |
msgid "The following additional information will be sent with your support request:"
|
919 |
msgstr "De volgende additionele informatie wordt meegestuurd met uw support aanvraag: "
|
920 |
|
921 |
+
#: wp-to-twitter-manager.php:57
|
|
|
|
|
|
|
|
|
922 |
msgid "<li class=\"error\"><strong>WP to Twitter was unable to contact your selected URL shortening service.</strong></li>"
|
923 |
msgstr "<li class=\"error\"><strong>WP to Twitter kon geen contact maken met uw geselecteerde URL verkorter.</strong></li>"
|
924 |
|
925 |
+
#: wp-to-twitter-manager.php:64
|
926 |
msgid "<li><strong>WP to Twitter successfully contacted your selected URL shortening service.</strong> The following link should point to your blog homepage:"
|
927 |
msgstr "<li><strong>WP to Twitter heeft succesvol contact gemaakt met uw geselecteerde URL verkorter.</strong> De volgende link moet naar uw blog homepage wijzen:"
|
928 |
|
929 |
+
#: wp-to-twitter-manager.php:72
|
930 |
msgid "<li><strong>WP to Twitter successfully submitted a status update to Twitter.</strong></li>"
|
931 |
msgstr "<li><strong>WP to Twitter heeft succesvol een status update geplaatst op Twitter.</strong></li>"
|
932 |
|
933 |
+
#: wp-to-twitter-manager.php:75
|
934 |
msgid "<li class=\"error\"><strong>WP to Twitter failed to submit an update to Twitter.</strong></li>"
|
935 |
msgstr "<li class=\"error\"><strong>Het is WP to Twitter niet gelukt om een update naar Twitter te sturen.</strong></li>"
|
936 |
|
937 |
+
#: wp-to-twitter-manager.php:79
|
938 |
msgid "You have not connected WordPress to Twitter."
|
939 |
msgstr "U heeft geen connectie met WordPress to Twitter."
|
940 |
|
941 |
+
#: wp-to-twitter-manager.php:83
|
942 |
msgid "<li class=\"error\"><strong>Your server does not appear to support the required methods for WP to Twitter to function.</strong> You can try it anyway - these tests aren't perfect.</li>"
|
943 |
msgstr "<li class=\"error\"><strong>Uw server lijkt niet de benodigde methodes te ondersteunen om WP to Twitter te laten functioneren.</strong> U kunt het altijd proberen - deze tests zijn niet perfect</li>"
|
944 |
|
945 |
+
#: wp-to-twitter-manager.php:87
|
946 |
msgid "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
|
947 |
msgstr "<li><strong>WP to Twitter zou probleemloos op uw server moeten werken.</strong></li>"
|
948 |
|
949 |
+
#: wp-to-twitter-manager.php:180
|
|
|
|
|
|
|
|
|
950 |
msgid "WP to Twitter is now connected with Twitter."
|
951 |
msgstr "WP to Twitter is nu verbonden met Twitter."
|
952 |
|
953 |
+
#: wp-to-twitter-manager.php:193
|
954 |
msgid "OAuth Authentication Data Cleared."
|
955 |
msgstr "OAuth Authenticatie Data Verwijderd."
|
956 |
|
957 |
+
#: wp-to-twitter-manager.php:199
|
958 |
msgid "OAuth Authentication Failed. Your server time is not in sync with the Twitter servers. Talk to your hosting service to see what can be done."
|
959 |
msgstr "OAuth Authenticatie mislukt. Uw servertijd loopt niet gelijk aan die van de Twitterservers. Neem contact op met uw hoster en vraag wat zij hier aan kunnen doen."
|
960 |
|
961 |
+
#: wp-to-twitter-manager.php:205
|
962 |
msgid "OAuth Authentication response not understood."
|
963 |
msgstr "OAuth Authenticatie respons is niet begrepen."
|
964 |
|
965 |
+
#: wp-to-twitter-manager.php:377
|
966 |
msgid "WP to Twitter Advanced Options Updated"
|
967 |
msgstr "WP to Twitter Geavanceerde Opties Bijgewerkt"
|
968 |
|
969 |
+
#: wp-to-twitter-shorteners.php:528
|
970 |
msgid "You must add your Bit.ly login and API key in order to shorten URLs with Bit.ly."
|
971 |
msgstr "U moet uw Bit.ly login en API sleutel ingeven om URL's te verkorten met Bit.ly."
|
972 |
|
973 |
+
#: wp-to-twitter-shorteners.php:536
|
974 |
msgid "You must add your YOURLS remote URL, login, and password in order to shorten URLs with a remote installation of YOURLS."
|
975 |
msgstr "U moet uw YOURLS remote URL, login en wachtwoord toevoegen om URL's te verkorten met een installatie op afstand van YOURLS."
|
976 |
|
977 |
+
#: wp-to-twitter-shorteners.php:540
|
978 |
msgid "You must add your YOURLS server path in order to shorten URLs with a remote installation of YOURLS."
|
979 |
msgstr "U moet uw YOURLS server pad ingeven om URL's te verkorten met een installatie op afstand van YOURLS."
|
980 |
|
981 |
+
#: wp-to-twitter-manager.php:396
|
982 |
msgid "WP to Twitter Options Updated"
|
983 |
msgstr "WP to Twitter Opties Bijgewerkt"
|
984 |
|
985 |
+
#: wp-to-twitter-shorteners.php:408
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
986 |
msgid "YOURLS password updated. "
|
987 |
msgstr "YOURLS wachtwoord bijgewerkt. "
|
988 |
|
989 |
+
#: wp-to-twitter-shorteners.php:411
|
990 |
msgid "YOURLS password deleted. You will be unable to use your remote YOURLS account to create short URLS."
|
991 |
msgstr "YOURLS wachtwoord verwijderd. U kunt uw remote YOURLS account niet gebruiken om verkorte URL's te creëeren."
|
992 |
|
993 |
+
#: wp-to-twitter-shorteners.php:413
|
994 |
msgid "Failed to save your YOURLS password! "
|
995 |
msgstr "YOURLS wachtwoord opslaan is mislukt! "
|
996 |
|
997 |
+
#: wp-to-twitter-shorteners.php:417
|
998 |
msgid "YOURLS username added. "
|
999 |
msgstr "YOURLS gebruikersnaam toegevoegd. "
|
1000 |
|
1001 |
+
#: wp-to-twitter-shorteners.php:421
|
1002 |
msgid "YOURLS API url added. "
|
1003 |
msgstr "YOURLS API url toegevoegd. "
|
1004 |
|
1005 |
+
#: wp-to-twitter-shorteners.php:424
|
1006 |
msgid "YOURLS API url removed. "
|
1007 |
msgstr "YOURLS API url verwijderd. "
|
1008 |
|
1009 |
+
#: wp-to-twitter-shorteners.php:429
|
1010 |
msgid "YOURLS local server path added. "
|
1011 |
msgstr "YOURLS lokaal server pad toegevoegd. "
|
1012 |
|
1013 |
+
#: wp-to-twitter-shorteners.php:431
|
1014 |
msgid "The path to your YOURLS installation is not correct. "
|
1015 |
msgstr "Het pad naar uw YOURLS installatie is niet correct."
|
1016 |
|
1017 |
+
#: wp-to-twitter-shorteners.php:435
|
1018 |
msgid "YOURLS local server path removed. "
|
1019 |
msgstr "YOURLS lokaal server pad verwijderd. "
|
1020 |
|
1021 |
+
#: wp-to-twitter-shorteners.php:440
|
1022 |
msgid "YOURLS will use Post ID for short URL slug."
|
1023 |
msgstr "YOURLS zal een bericht ID gebruiken voor een korte URL slug."
|
1024 |
|
1025 |
+
#: wp-to-twitter-shorteners.php:442
|
1026 |
msgid "YOURLS will use your custom keyword for short URL slug."
|
1027 |
msgstr "YOURLS gebruikt uw aangepaste trefwoord voor de korte URL slug. "
|
1028 |
|
1029 |
+
#: wp-to-twitter-shorteners.php:446
|
1030 |
msgid "YOURLS will not use Post ID for the short URL slug."
|
1031 |
msgstr "YOURLS zal geen bericht ID gebruiken voor een korte URL slug."
|
1032 |
|
1033 |
+
#: wp-to-twitter-shorteners.php:454
|
1034 |
msgid "Su.pr API Key and Username Updated"
|
1035 |
msgstr "Su.pr API sleutel en gebruikersnaam (\"Username\") zijn geupdate "
|
1036 |
|
1037 |
+
#: wp-to-twitter-shorteners.php:458
|
1038 |
msgid "Su.pr API Key and username deleted. Su.pr URLs created by WP to Twitter will no longer be associated with your account. "
|
1039 |
msgstr "Su.pr API sleutel en gebruikersnaam (\"username\") zijn verwijderd. Su.pr URLs aangemaakt door WP to Twitter zullen niet langer geassocieerd worden met uw account."
|
1040 |
|
1041 |
+
#: wp-to-twitter-shorteners.php:460
|
1042 |
msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
|
1043 |
msgstr "Su.pr API Key niet toegevoegd - <a href='http://su.pr/'>hier verkrijgbaar</a>! "
|
1044 |
|
1045 |
+
#: wp-to-twitter-shorteners.php:466
|
1046 |
msgid "Bit.ly API Key Updated."
|
1047 |
msgstr "Bit.ly API sleutel bijgewerkt."
|
1048 |
|
1049 |
+
#: wp-to-twitter-shorteners.php:469
|
1050 |
msgid "Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
|
1051 |
msgstr "Bit.ly API sleutel verwijderd. U kunt de Bit.ly API niet gebruiken zonder API sleutel. "
|
1052 |
|
1053 |
+
#: wp-to-twitter-shorteners.php:471
|
1054 |
msgid "Bit.ly API Key not added - <a href='http://bit.ly/account/'>get one here</a>! An API key is required to use the Bit.ly URL shortening service."
|
1055 |
msgstr "Bit.ly API sleutel niet toegevoegd - <a href='http://bit.ly/account/'>HIER aanvragen</a>! Een API sleutel is nodig om de Bit.ly URL verkorter te gebruiken."
|
1056 |
|
1057 |
+
#: wp-to-twitter-shorteners.php:475
|
1058 |
msgid " Bit.ly User Login Updated."
|
1059 |
msgstr " Bit.ly gebruikerslogin bijgewerkt."
|
1060 |
|
1061 |
+
#: wp-to-twitter-shorteners.php:478
|
1062 |
msgid "Bit.ly User Login deleted. You cannot use the Bit.ly API without providing your username. "
|
1063 |
msgstr "Bit.ly gebruikerslogin verwijderd. U kunt niet de Bit.ly API gebruiken zonder uw gebruikersnaam in te voeren. "
|
1064 |
|
1065 |
+
#: wp-to-twitter-shorteners.php:480
|
1066 |
msgid "Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
|
1067 |
msgstr "Bit.ly Login niet toegevoegd - maak <a href='http://bit.ly/account/'>HIER</a> een account aan!"
|
1068 |
|
1069 |
+
#: wp-to-twitter-manager.php:425
|
1070 |
msgid "<p>One or more of your last posts has failed to send a status update to Twitter. The Tweet has been saved, and you can re-Tweet it at your leisure.</p>"
|
1071 |
msgstr "<p>Een of meer van uw laatste postings konden geen status update naar Twitter sturen. De Tweet is opgeslagen en u kunt deze desgewenst re-Tweeten.</p>"
|
1072 |
|
1073 |
+
#: wp-to-twitter-manager.php:431
|
|
|
|
|
|
|
|
|
1074 |
msgid "<p>The query to the URL shortener API failed, and your URL was not shrunk. The full post URL was attached to your Tweet. Check with your URL shortening provider to see if there are any known issues.</p>"
|
1075 |
msgstr "<p>De query van de URL verkorter API is mislukt, en uw URL is niet ingekort. De volledige URL van de post was toegevoegd aan uw Tweet. Controleer bij aanbieder van uw URL verkorter of er storingen zijn.</p> "
|
1076 |
|
1077 |
+
#: wp-to-twitter-manager.php:437
|
1078 |
msgid "Clear 'WP to Twitter' Error Messages"
|
1079 |
msgstr "Verwijderden 'WP to Twitter' Foutmeldingen"
|
1080 |
|
1081 |
+
#: wp-to-twitter-manager.php:443
|
1082 |
msgid "WP to Twitter Options"
|
1083 |
msgstr "WP to Twitter Opties"
|
1084 |
|
1085 |
+
#: wp-to-twitter-manager.php:544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1086 |
msgid "Update Twitter when you post a Blogroll link"
|
1087 |
msgstr "Bijwerken Twitter wanneer u een blogrol link plaatst"
|
1088 |
|
1089 |
+
#: wp-to-twitter-manager.php:545
|
1090 |
msgid "Text for new link updates:"
|
1091 |
msgstr "Tekst voor nieuwe link updates:"
|
1092 |
|
1093 |
+
#: wp-to-twitter-manager.php:545
|
1094 |
msgid "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
|
1095 |
msgstr "Beschikbare shortcodes: <code>#url#</code>, <code>#title#</code> en <code>#description#</code>."
|
1096 |
|
1097 |
+
#: wp-to-twitter-shorteners.php:552
|
1098 |
msgid "Don't shorten URLs."
|
1099 |
msgstr "URL's niet verkorten."
|
1100 |
|
1101 |
+
#: wp-to-twitter-shorteners.php:296
|
1102 |
msgid "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account Settings"
|
1103 |
msgstr "<abbr title=\"Uniform Resource Locator\">URL</abbr> Verkorter Account Instellingen"
|
1104 |
|
1105 |
+
#: wp-to-twitter-shorteners.php:300
|
1106 |
msgid "Your Su.pr account details"
|
1107 |
msgstr "Uw Su.pr account details "
|
1108 |
|
1109 |
+
#: wp-to-twitter-shorteners.php:305
|
1110 |
msgid "Your Su.pr Username:"
|
1111 |
msgstr "Uw Su.pr gebruikersnaam: "
|
1112 |
|
1113 |
+
#: wp-to-twitter-shorteners.php:309
|
1114 |
msgid "Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
|
1115 |
msgstr "Uw Su.pr <abbr title='application programming interface'>API</abbr> sleutel: "
|
1116 |
|
1117 |
+
#: wp-to-twitter-shorteners.php:316
|
1118 |
msgid "Don't have a Su.pr account or API key? <a href='http://su.pr/'>Get one here</a>!<br />You'll need an API key in order to associate the URLs you create with your Su.pr account."
|
1119 |
msgstr "Geen Su.pr account of API sleutel? <a href='http://su.pr/'>Die zijn hier verkrijgbaar</a>!<br />U heeft ook een API sleutel nodig om de URLs die U maakt te kunnen koppelen aan het Su.pr account. "
|
1120 |
|
1121 |
+
#: wp-to-twitter-shorteners.php:322
|
1122 |
msgid "Your Bit.ly account details"
|
1123 |
msgstr "Uw Biy.ly account informatie"
|
1124 |
|
1125 |
+
#: wp-to-twitter-shorteners.php:327
|
1126 |
msgid "Your Bit.ly username:"
|
1127 |
msgstr "Uw Bit.ly gebruikersnaam:"
|
1128 |
|
1129 |
+
#: wp-to-twitter-shorteners.php:331
|
1130 |
msgid "Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
|
1131 |
msgstr "Uw Bit.ly <abbr title='application programming interface'>API</abbr> sleutel:"
|
1132 |
|
1133 |
+
#: wp-to-twitter-shorteners.php:339
|
1134 |
msgid "Save Bit.ly API Key"
|
1135 |
msgstr "Opslaan Bit.ly API sleutel"
|
1136 |
|
1137 |
+
#: wp-to-twitter-shorteners.php:339
|
1138 |
msgid "Clear Bit.ly API Key"
|
1139 |
msgstr "Verwijderen Bit.ly API sleutel"
|
1140 |
|
1141 |
+
#: wp-to-twitter-shorteners.php:339
|
1142 |
msgid "A Bit.ly API key and username is required to shorten URLs via the Bit.ly API and WP to Twitter."
|
1143 |
msgstr "Een Bit.ly API en gebruikersnaam is nodig om URL's te verkorten met de Bit.ly API en WP to Twitter."
|
1144 |
|
1145 |
+
#: wp-to-twitter-shorteners.php:345
|
1146 |
msgid "Your YOURLS account details"
|
1147 |
msgstr "Uw YOURLS account informatie"
|
1148 |
|
1149 |
+
#: wp-to-twitter-shorteners.php:350
|
1150 |
msgid "Path to your YOURLS config file (Local installations)"
|
1151 |
msgstr "Pad van uw YOURLS config file (Local installations) "
|
1152 |
|
1153 |
+
#: wp-to-twitter-shorteners.php:351 wp-to-twitter-shorteners.php:355
|
1154 |
msgid "Example:"
|
1155 |
msgstr "Voorbeeld:"
|
1156 |
|
1157 |
+
#: wp-to-twitter-shorteners.php:354
|
1158 |
msgid "URI to the YOURLS API (Remote installations)"
|
1159 |
msgstr "URI naar de YOURLS API (Remote installaties)"
|
1160 |
|
1161 |
+
#: wp-to-twitter-shorteners.php:358
|
1162 |
msgid "Your YOURLS username:"
|
1163 |
msgstr "Uw YOURLS gebruikersnaam:"
|
1164 |
|
1165 |
+
#: wp-to-twitter-shorteners.php:362
|
1166 |
msgid "Your YOURLS password:"
|
1167 |
msgstr "Uw YOURLS wachtwoord:"
|
1168 |
|
1169 |
+
#: wp-to-twitter-shorteners.php:362
|
1170 |
msgid "<em>Saved</em>"
|
1171 |
msgstr "<em>Opgeslagen</em>"
|
1172 |
|
1173 |
+
#: wp-to-twitter-shorteners.php:366
|
1174 |
msgid "Post ID for YOURLS url slug."
|
1175 |
msgstr "Post ID voor YOURLS url slug. "
|
1176 |
|
1177 |
+
#: wp-to-twitter-shorteners.php:367
|
1178 |
msgid "Custom keyword for YOURLS url slug."
|
1179 |
msgstr "Aangepast trefwoord voor YOURLS url slug. "
|
1180 |
|
1181 |
+
#: wp-to-twitter-shorteners.php:368
|
1182 |
msgid "Default: sequential URL numbering."
|
1183 |
msgstr "Standaard: sequentiële URL nummering. "
|
1184 |
|
1185 |
+
#: wp-to-twitter-shorteners.php:374
|
1186 |
msgid "Save YOURLS Account Info"
|
1187 |
msgstr "Opslaan YOURLS Account Info"
|
1188 |
|
1189 |
+
#: wp-to-twitter-shorteners.php:374
|
1190 |
msgid "Clear YOURLS password"
|
1191 |
msgstr "Wissen YOURLS wachtwoord"
|
1192 |
|
1193 |
+
#: wp-to-twitter-shorteners.php:374
|
1194 |
msgid "A YOURLS password and username is required to shorten URLs via the remote YOURLS API and WP to Twitter."
|
1195 |
msgstr "Een YOURLS wachtwoord en gebruikersnaam is nodig om URL's te verkorten met de YOURLS API en WP to Twitter."
|
1196 |
|
1197 |
+
#: wp-to-twitter-manager.php:565
|
1198 |
msgid "Advanced Settings"
|
1199 |
msgstr "Geavanceerde Instellingen"
|
1200 |
|
1201 |
+
#: wp-to-twitter-manager.php:575
|
|
|
|
|
|
|
|
|
1202 |
msgid "Strip nonalphanumeric characters from tags"
|
1203 |
msgstr "Verwijder non-alphanumerieke karakters uit tags "
|
1204 |
|
1205 |
+
#: wp-to-twitter-manager.php:581
|
1206 |
msgid "Spaces in tags replaced with:"
|
1207 |
msgstr "Vervang spaties in tags voor: "
|
1208 |
|
1209 |
+
#: wp-to-twitter-manager.php:584
|
1210 |
msgid "Maximum number of tags to include:"
|
1211 |
msgstr "Maximaal aantal tags om in te voegen:"
|
1212 |
|
1213 |
+
#: wp-to-twitter-manager.php:585
|
1214 |
msgid "Maximum length in characters for included tags:"
|
1215 |
msgstr "Maximale lengte in karakters voor ingevoegde tags:"
|
1216 |
|
1217 |
+
#: wp-to-twitter-manager.php:591
|
1218 |
msgid "Length of post excerpt (in characters):"
|
1219 |
msgstr "Lengte van de bericht samenvatting (in karakters):"
|
1220 |
|
1221 |
+
#: wp-to-twitter-manager.php:594
|
1222 |
msgid "WP to Twitter Date Formatting:"
|
1223 |
msgstr "WP to Twitter Datum Opmaak:"
|
1224 |
|
1225 |
+
#: wp-to-twitter-manager.php:594
|
1226 |
msgid "Default is from your general settings. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
|
1227 |
msgstr "Standaard is van uw algemene instellingen. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Documentatie Datum Opmaak (Eng)</a>."
|
1228 |
|
1229 |
+
#: wp-to-twitter-manager.php:598
|
1230 |
msgid "Custom text before all Tweets:"
|
1231 |
msgstr "Aangepaste tekst vóór alle Tweets:"
|
1232 |
|
1233 |
+
#: wp-to-twitter-manager.php:601
|
1234 |
msgid "Custom text after all Tweets:"
|
1235 |
msgstr "Aangepaste tekst ná alle Tweets:"
|
1236 |
|
1237 |
+
#: wp-to-twitter-manager.php:604
|
1238 |
msgid "Custom field for an alternate URL to be shortened and Tweeted:"
|
1239 |
msgstr "Aangepast veld voor een alternatieve URL om te verkorten en Tweeten:"
|
1240 |
|
1241 |
+
#: wp-to-twitter-manager.php:641
|
1242 |
msgid "Special Cases when WordPress should send a Tweet"
|
1243 |
msgstr "Speciale gevallen wanneer WordPress een Tweet moet versturen"
|
1244 |
|
1245 |
+
#: wp-to-twitter-manager.php:644
|
1246 |
msgid "Do not post Tweets by default"
|
1247 |
msgstr "Post geen Tweets als standaard instelling"
|
1248 |
|
1249 |
+
#: wp-to-twitter-manager.php:648
|
1250 |
msgid "Allow status updates from Quick Edit"
|
1251 |
msgstr "Sta status updates toe via Quick Edit "
|
1252 |
|
1253 |
+
#: wp-to-twitter-manager.php:652
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1254 |
msgid "Google Analytics Settings"
|
1255 |
msgstr "Google Analytics Instellingen"
|
1256 |
|
1257 |
+
#: wp-to-twitter-manager.php:653
|
1258 |
msgid "You can track the response from Twitter using Google Analytics by defining a campaign identifier here. You can either define a static identifier or a dynamic identifier. Static identifiers don't change from post to post; dynamic identifiers are derived from information relevant to the specific post. Dynamic identifiers will allow you to break down your statistics by an additional variable."
|
1259 |
msgstr "U kunt de respons van Twitter bijhouden met gebruik van Google Analytics door een campagne ID te definiëren. U kunt zowel een statische als een dynamische ID definiëren. Statische ID's wijzigen niet van bericht tot bericht; dynamische ID's worden afgeleid van informatie relevant aan het specifieke bericht. Dynamische ID's stellen u in staat om statistieken onder te verdelen met een extra variabele."
|
1260 |
|
1261 |
+
#: wp-to-twitter-manager.php:656
|
1262 |
msgid "Use a Static Identifier with WP-to-Twitter"
|
1263 |
msgstr "Gebruik statische identifier met WP-to-Twitter"
|
1264 |
|
1265 |
+
#: wp-to-twitter-manager.php:657
|
1266 |
msgid "Static Campaign identifier for Google Analytics:"
|
1267 |
msgstr "Statische Campagne Identifier voor Google Analytics:"
|
1268 |
|
1269 |
+
#: wp-to-twitter-manager.php:661
|
1270 |
msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
|
1271 |
msgstr "Gebruik een dynamische identifier met Google Analytics en WP-to-Twitter"
|
1272 |
|
1273 |
+
#: wp-to-twitter-manager.php:662
|
1274 |
msgid "What dynamic identifier would you like to use?"
|
1275 |
msgstr "Welke dynamische ID wilt u gebruiken?"
|
1276 |
|
1277 |
+
#: wp-to-twitter-manager.php:664
|
1278 |
msgid "Category"
|
1279 |
msgstr "Categorie"
|
1280 |
|
1281 |
+
#: wp-to-twitter-manager.php:665
|
1282 |
msgid "Post ID"
|
1283 |
msgstr "Bericht ID"
|
1284 |
|
1285 |
+
#: wp-to-twitter-manager.php:666
|
1286 |
msgid "Post Title"
|
1287 |
msgstr "Bericht Titel"
|
1288 |
|
1289 |
+
#: wp-to-twitter-manager.php:667
|
1290 |
msgid "Author"
|
1291 |
msgstr "Auteur"
|
lang/wp-to-twitter-ru_RU.mo
CHANGED
Binary file
|
lang/wp-to-twitter-ru_RU.po
CHANGED
@@ -4,17 +4,17 @@ msgid ""
|
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP to Twitter\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-to-twitter\n"
|
7 |
-
"POT-Creation-Date:
|
8 |
-
"PO-Revision-Date:
|
9 |
"Last-Translator: Elvis TEAM <elviswebteam@gmail.com>\n"
|
10 |
"Language-Team: Elvis WT <elviswebteam@gmail.com>\n"
|
11 |
-
"Language:
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
16 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
17 |
-
"X-Generator: Poedit 1.
|
18 |
|
19 |
#: wp-to-twitter-manager.php:41
|
20 |
msgid "No error information is available for your shortener."
|
@@ -74,7 +74,7 @@ msgstr ""
|
|
74 |
"<li><strong>Плагин WP to Twitter совместим с Вашим сервером/хостингом.</"
|
75 |
"strong></li>"
|
76 |
|
77 |
-
#: wp-to-twitter-manager.php:
|
78 |
msgid "WP to Twitter Errors Cleared"
|
79 |
msgstr "Ошибки WP to Twitter удалены"
|
80 |
|
@@ -110,23 +110,15 @@ msgstr ""
|
|
110 |
msgid "OAuth Authentication response not understood."
|
111 |
msgstr "Непонятный ответ авторизации OAuth."
|
112 |
|
113 |
-
#: wp-to-twitter-manager.php:
|
114 |
msgid "WP to Twitter Advanced Options Updated"
|
115 |
msgstr "Дополнительные настройки плагина обновлены"
|
116 |
|
117 |
-
#: wp-to-twitter-manager.php:
|
118 |
msgid "WP to Twitter Options Updated"
|
119 |
msgstr "Параметры WP to Twitter обновлены"
|
120 |
|
121 |
-
#: wp-to-twitter-manager.php:
|
122 |
-
msgid "Category limits updated."
|
123 |
-
msgstr "Лимит рубрик обновлен."
|
124 |
-
|
125 |
-
#: wp-to-twitter-manager.php:407
|
126 |
-
msgid "Category limits unset."
|
127 |
-
msgstr "Лимит рубрик не задан."
|
128 |
-
|
129 |
-
#: wp-to-twitter-manager.php:427
|
130 |
msgid ""
|
131 |
"<p>One or more of your last posts has failed to send a status update to "
|
132 |
"Twitter. The Tweet has been saved, and you can re-Tweet it at your leisure.</"
|
@@ -135,7 +127,7 @@ msgstr ""
|
|
135 |
"<p>Несколько последних записей не было отправлено в Twitter. Эти твиты "
|
136 |
"сохранен, так что Вы можете вручную попробовать отправить их снова.</p>"
|
137 |
|
138 |
-
#: wp-to-twitter-manager.php:
|
139 |
msgid ""
|
140 |
"Sorry! I couldn't get in touch with the Twitter servers to post your "
|
141 |
"<strong>new link</strong>! You'll have to post it manually, I'm afraid. "
|
@@ -143,7 +135,7 @@ msgstr ""
|
|
143 |
"Извините! Я не могу соединиться с серверами Twitter для отправки Вашей "
|
144 |
"<strong>новой ссылки</strong>! Я боюсь, Вам придется разместить ее вручную."
|
145 |
|
146 |
-
#: wp-to-twitter-manager.php:
|
147 |
msgid ""
|
148 |
"<p>The query to the URL shortener API failed, and your URL was not shrunk. "
|
149 |
"The full post URL was attached to your Tweet. Check with your URL shortening "
|
@@ -153,55 +145,82 @@ msgstr ""
|
|
153 |
"обработана. К твиту прикреплена полная ссылка. Проверьте настройки сервиса "
|
154 |
"сокращения ссылок.</p>"
|
155 |
|
156 |
-
#: wp-to-twitter-manager.php:
|
157 |
msgid "Clear 'WP to Twitter' Error Messages"
|
158 |
msgstr "Удалить сообщения об ошибках 'WP to Twitter' "
|
159 |
|
160 |
-
#: wp-to-twitter-manager.php:
|
161 |
msgid "WP to Twitter Options"
|
162 |
msgstr "Параметры WP to Twitter"
|
163 |
|
164 |
-
#: wp-to-twitter-manager.php:
|
165 |
-
msgid "
|
166 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
|
168 |
-
#: wp-to-twitter-manager.php:
|
169 |
-
msgid "
|
170 |
-
|
|
|
|
|
|
|
|
|
171 |
|
172 |
-
#: wp-to-twitter-manager.php:
|
173 |
-
msgid "
|
174 |
-
|
|
|
|
|
|
|
175 |
|
176 |
-
#: wp-to-twitter-manager.php:
|
177 |
msgid "Update when %1$s %2$s is published"
|
178 |
msgstr "Твитнуть, когда %1$s %2$s опубликована"
|
179 |
|
180 |
-
#: wp-to-twitter-manager.php:
|
181 |
-
msgid "
|
182 |
-
msgstr "
|
183 |
|
184 |
-
#: wp-to-twitter-manager.php:
|
185 |
msgid "Update when %1$s %2$s is edited"
|
186 |
msgstr "Твитнуть, когда %1$s %2$s отредактирована"
|
187 |
|
188 |
-
#: wp-to-twitter-manager.php:
|
189 |
-
msgid "
|
190 |
-
msgstr "
|
191 |
-
|
192 |
-
#: wp-to-twitter-manager.php:510
|
193 |
-
msgid "Settings for Links"
|
194 |
-
msgstr "Настройки для ссылок"
|
195 |
|
196 |
-
#: wp-to-twitter-manager.php:
|
197 |
msgid "Update Twitter when you post a Blogroll link"
|
198 |
msgstr "Обновить Twitter при добавлении ссылки в блогролл"
|
199 |
|
200 |
-
#: wp-to-twitter-manager.php:
|
201 |
msgid "Text for new link updates:"
|
202 |
msgstr "Шаблон твита при новой ссылке:"
|
203 |
|
204 |
-
#: wp-to-twitter-manager.php:
|
205 |
msgid ""
|
206 |
"Available shortcodes: <code>#url#</code>, <code>#title#</code>, and "
|
207 |
"<code>#description#</code>."
|
@@ -209,47 +228,47 @@ msgstr ""
|
|
209 |
"Доступные шоткоды: <code>#url#</code>, <code>#title#</code>, и "
|
210 |
"<code>#description#</code>."
|
211 |
|
212 |
-
#: wp-to-twitter-manager.php:
|
213 |
msgid "Advanced Settings"
|
214 |
msgstr "Дополнительные настройки"
|
215 |
|
216 |
-
#: wp-to-twitter-manager.php:
|
217 |
-
msgid "Save Advanced WP
|
218 |
-
msgstr "Сохранить доп. настройки
|
219 |
|
220 |
-
#: wp-to-twitter-manager.php:
|
221 |
msgid "Tags"
|
222 |
msgstr "Настройки меток"
|
223 |
|
224 |
-
#: wp-to-twitter-manager.php:
|
225 |
msgid "Strip nonalphanumeric characters from tags"
|
226 |
msgstr "Вычищать не буквенно-цифровые символы из меток"
|
227 |
|
228 |
-
#: wp-to-twitter-manager.php:
|
229 |
msgid "Use tag slug as hashtag value"
|
230 |
msgstr "Использовать ярлык меток как хештег"
|
231 |
|
232 |
-
#: wp-to-twitter-manager.php:
|
233 |
msgid "Spaces in tags replaced with:"
|
234 |
msgstr "Заменять пробелы в метках на:"
|
235 |
|
236 |
-
#: wp-to-twitter-manager.php:
|
237 |
msgid "Maximum number of tags to include:"
|
238 |
msgstr "Максимальное количество тэгов:"
|
239 |
|
240 |
-
#: wp-to-twitter-manager.php:
|
241 |
msgid "Maximum length in characters for included tags:"
|
242 |
msgstr "Максимальная длина тегов (в символах):"
|
243 |
|
244 |
-
#: wp-to-twitter-manager.php:
|
245 |
msgid "Template Tag Settings"
|
246 |
msgstr "Настройки внешнего вида"
|
247 |
|
248 |
-
#: wp-to-twitter-manager.php:
|
249 |
msgid "Length of post excerpt (in characters):"
|
250 |
msgstr "Длина выдержки записи (в символах):"
|
251 |
|
252 |
-
#: wp-to-twitter-manager.php:
|
253 |
msgid ""
|
254 |
"Extracted from the post. If you use the 'Excerpt' field, it will be used "
|
255 |
"instead."
|
@@ -257,11 +276,11 @@ msgstr ""
|
|
257 |
"Выдержка. Если Вы используете поле 'Цитата', то будет использоваться текст "
|
258 |
"оттуда."
|
259 |
|
260 |
-
#: wp-to-twitter-manager.php:
|
261 |
msgid "WP to Twitter Date Formatting:"
|
262 |
msgstr "Формат даты WP to Twitter:"
|
263 |
|
264 |
-
#: wp-to-twitter-manager.php:
|
265 |
msgid ""
|
266 |
"Default is from your general settings. <a href='http://codex.wordpress.org/"
|
267 |
"Formatting_Date_and_Time'>Date Formatting Documentation</a>."
|
@@ -269,24 +288,24 @@ msgstr ""
|
|
269 |
"По умолчанию, значение будет взято из общих настроек. <a href='http://codex."
|
270 |
"wordpress.org/Formatting_Date_and_Time'>Форматирование даты и времени</a>."
|
271 |
|
272 |
-
#: wp-to-twitter-manager.php:
|
273 |
msgid "Custom text before all Tweets:"
|
274 |
msgstr "Произвольный текст перед всеми твитами:"
|
275 |
|
276 |
-
#: wp-to-twitter-manager.php:
|
277 |
msgid "Custom text after all Tweets:"
|
278 |
msgstr "Произвольный текст после всех твитов:"
|
279 |
|
280 |
-
#: wp-to-twitter-manager.php:
|
281 |
msgid "Custom field for an alternate URL to be shortened and Tweeted:"
|
282 |
msgstr ""
|
283 |
"Произвольное поле альтернативной сокращенной и отправленной в Twitter ссылки:"
|
284 |
|
285 |
-
#: wp-to-twitter-manager.php:
|
286 |
msgid "Template tag priority order"
|
287 |
msgstr "Настройки приоритета вывода тегов"
|
288 |
|
289 |
-
#: wp-to-twitter-manager.php:
|
290 |
msgid ""
|
291 |
"The order in which items will be abbreviated or removed from your Tweet if "
|
292 |
"the Tweet is too long to send to Twitter."
|
@@ -294,27 +313,27 @@ msgstr ""
|
|
294 |
"Порядок, в котором будут сокращены или удалены из твитов те или иные "
|
295 |
"объекты, если длина твита превышает допустимую."
|
296 |
|
297 |
-
#: wp-to-twitter-manager.php:
|
298 |
msgid "Special Cases when WordPress should send a Tweet"
|
299 |
msgstr "Особые случаи, когда WordPress нужно отправить твит"
|
300 |
|
301 |
-
#: wp-to-twitter-manager.php:
|
302 |
msgid "Do not post Tweets by default"
|
303 |
msgstr "Не размещать твиты по умолчанию"
|
304 |
|
305 |
-
#: wp-to-twitter-manager.php:
|
306 |
msgid "Do not post Tweets by default (editing only)"
|
307 |
msgstr "Не размещать твиты по умолчанию (только редактирование)"
|
308 |
|
309 |
-
#: wp-to-twitter-manager.php:
|
310 |
msgid "Allow status updates from Quick Edit"
|
311 |
msgstr "Разрешить обновления через быстрое редактирование"
|
312 |
|
313 |
-
#: wp-to-twitter-manager.php:
|
314 |
msgid "Google Analytics Settings"
|
315 |
msgstr "Настройки Google Analytics "
|
316 |
|
317 |
-
#: wp-to-twitter-manager.php:
|
318 |
msgid ""
|
319 |
"You can track the response from Twitter using Google Analytics by defining a "
|
320 |
"campaign identifier here. You can either define a static identifier or a "
|
@@ -330,141 +349,125 @@ msgstr ""
|
|
330 |
"зависимости от информации в текущей записи. Динамические идентификаторы "
|
331 |
"позволят разбить статистику на дополнительные переменные."
|
332 |
|
333 |
-
#: wp-to-twitter-manager.php:
|
334 |
msgid "Use a Static Identifier with WP-to-Twitter"
|
335 |
msgstr "Использовать статический идентификатор WP-to-Twitter"
|
336 |
|
337 |
-
#: wp-to-twitter-manager.php:
|
338 |
msgid "Static Campaign identifier for Google Analytics:"
|
339 |
msgstr "Статический идентификатор компании для Google Analytics:"
|
340 |
|
341 |
-
#: wp-to-twitter-manager.php:
|
342 |
msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
|
343 |
msgstr ""
|
344 |
"Использовать динамический идентификатор с Google Analytics и WP-to-Twitter"
|
345 |
|
346 |
-
#: wp-to-twitter-manager.php:
|
347 |
msgid "What dynamic identifier would you like to use?"
|
348 |
msgstr "Какой динамический идентификатор использовать?"
|
349 |
|
350 |
-
#: wp-to-twitter-manager.php:
|
351 |
msgid "Category"
|
352 |
msgstr "Рубрика"
|
353 |
|
354 |
-
#: wp-to-twitter-manager.php:
|
355 |
msgid "Post ID"
|
356 |
msgstr "ID записи"
|
357 |
|
358 |
-
#: wp-to-twitter-manager.php:
|
359 |
msgid "Post Title"
|
360 |
msgstr "Заголовок"
|
361 |
|
362 |
-
#: wp-to-twitter-manager.php:
|
363 |
msgid "Author"
|
364 |
msgstr "Автор"
|
365 |
|
366 |
-
#: wp-to-twitter-manager.php:
|
367 |
msgid "No Analytics"
|
368 |
msgstr "Не вести отслаживание"
|
369 |
|
370 |
-
#: wp-to-twitter-manager.php:
|
371 |
msgid "Author Settings"
|
372 |
msgstr "Настройки для авторов"
|
373 |
|
374 |
-
#: wp-to-twitter-manager.php:
|
375 |
msgid "Authors have individual Twitter accounts"
|
376 |
msgstr "Расширенный режим аккаунтов Twitter для авторов"
|
377 |
|
378 |
-
#: wp-to-twitter-manager.php:
|
379 |
msgid ""
|
380 |
"Authors can add their username in their user profile. With the free edition "
|
381 |
"of WP to Twitter, it adds an @reference to the author. The @reference is "
|
382 |
"placed using the <code>#account#</code> shortcode, which will pick up the "
|
383 |
"main account if the user account isn't configured."
|
384 |
msgstr ""
|
385 |
-
"Авторы могут добавлять свои
|
386 |
-
"включение опции добавит @ссылку на автора. @ссылка размещается с
|
387 |
-
"шоткода <code>#account#</code>. Если пользователь не укажет логин,
|
388 |
-
"показано имя основного аккаунта (из настроек плагина)."
|
389 |
|
390 |
-
#: wp-to-twitter-manager.php:
|
391 |
msgid "Permissions"
|
392 |
msgstr "Права доступа"
|
393 |
|
394 |
-
#: wp-to-twitter-manager.php:
|
395 |
msgid "The lowest user group that can add their Twitter information"
|
396 |
msgstr ""
|
397 |
"Группа пользователей (и все группы выше по уровню доступа), которые могут "
|
398 |
"добавлять информацию Twitter"
|
399 |
|
400 |
-
#: wp-to-twitter-manager.php:
|
401 |
msgid ""
|
402 |
"The lowest user group that can see the Custom Tweet options when posting"
|
403 |
msgstr ""
|
404 |
"Группа пользователей (и все группы выше по уровню доступа), которые могут "
|
405 |
"использовать произвольные настройки твитов"
|
406 |
|
407 |
-
#: wp-to-twitter-manager.php:
|
408 |
msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
|
409 |
msgstr ""
|
410 |
"Группа пользователей (и все группы выше по уровню доступа), которые могут "
|
411 |
"менять настройки отправки твитов (отправлять/не отправлять запись в Twitter)"
|
412 |
|
413 |
-
#: wp-to-twitter-manager.php:
|
414 |
msgid "The lowest user group that can send Twitter updates"
|
415 |
msgstr ""
|
416 |
"Группа пользователей (и все группы выше по уровню доступа), которые могут "
|
417 |
"отправлять обновления Twitter"
|
418 |
|
419 |
-
#: wp-to-twitter-manager.php:
|
420 |
msgid "Error Messages and Debugging"
|
421 |
msgstr "Сообщения об ошибках и отладка"
|
422 |
|
423 |
-
#: wp-to-twitter-manager.php:
|
424 |
msgid "Disable global URL shortener error messages."
|
425 |
msgstr "Отключить отображение ошибок сервисов сокращения ссылок."
|
426 |
|
427 |
-
#: wp-to-twitter-manager.php:
|
428 |
msgid "Disable global Twitter API error messages."
|
429 |
msgstr "Отключить отображение ошибок API Twitter."
|
430 |
|
431 |
-
#: wp-to-twitter-manager.php:
|
432 |
msgid "Get Debugging Data for OAuth Connection"
|
433 |
msgstr "Собирать отладочную информацию для соединения OAuth"
|
434 |
|
435 |
-
#: wp-to-twitter-manager.php:
|
436 |
msgid "Switch to <code>http</code> connection. (Default is https)"
|
437 |
msgstr "Переключитесь на <code>http</code> соединение. (по умолчанию https)"
|
438 |
|
439 |
-
#: wp-to-twitter-manager.php:
|
440 |
msgid "I made a donation, so stop whinging at me, please."
|
441 |
msgstr "Я сделал пожертвование, не показывать больше уведомления."
|
442 |
|
443 |
-
#: wp-to-twitter-manager.php:
|
444 |
-
msgid "Limit Updating Categories"
|
445 |
-
msgstr "Настройки допустимых рубрик"
|
446 |
-
|
447 |
-
#: wp-to-twitter-manager.php:712
|
448 |
-
msgid ""
|
449 |
-
"If no categories are checked, limiting by category will be ignored, and all "
|
450 |
-
"categories will be Tweeted."
|
451 |
-
msgstr ""
|
452 |
-
"Если не выбрана ни одна рубрика, эти настройки будут проигнорированы и "
|
453 |
-
"записи из ВСЕХ рубрик будут отправлены в Twitter."
|
454 |
-
|
455 |
-
#: wp-to-twitter-manager.php:713
|
456 |
-
msgid "<em>Category limits are disabled.</em>"
|
457 |
-
msgstr "<em>Лимит рубрик отключен.</em>"
|
458 |
-
|
459 |
-
#: wp-to-twitter-manager.php:722
|
460 |
msgid "Get Plug-in Support"
|
461 |
msgstr "Получить тех. поддержку"
|
462 |
|
463 |
-
#: wp-to-twitter-manager.php:
|
464 |
msgid "Check Support"
|
465 |
msgstr "Тест на совместимость"
|
466 |
|
467 |
-
#: wp-to-twitter-manager.php:
|
468 |
msgid ""
|
469 |
"Check whether your server supports <a href=\"http://www.joedolson.com/"
|
470 |
"articles/wp-to-twitter/\">WP to Twitter's</a> queries to the Twitter and URL "
|
@@ -477,103 +480,101 @@ msgstr ""
|
|
477 |
"теста будет отправлено обновление на Twitter и получена сокращенная ссылка "
|
478 |
"(используя выбранный метод)."
|
479 |
|
480 |
-
#: wp-to-twitter-manager.php:
|
481 |
msgid "Support WP to Twitter"
|
482 |
msgstr "Поддержите плагин"
|
483 |
|
484 |
-
#: wp-to-twitter-manager.php:
|
485 |
msgid "WP to Twitter Support"
|
486 |
msgstr "Поддержка плагина"
|
487 |
|
488 |
-
#: wp-to-twitter-manager.php:
|
489 |
msgid "Get Support"
|
490 |
msgstr "Поддержка"
|
491 |
|
492 |
-
#: wp-to-twitter-manager.php:
|
493 |
msgid ""
|
494 |
-
"<a href=\"http://www.joedolson.com/donate.php\">Make a donation today!</
|
495 |
-
"Every donation
|
496 |
-
"in running!"
|
497 |
msgstr ""
|
498 |
-
"<a href=\"http://www.joedolson.com/donate.php\">Поддержите
|
499 |
-
"a
|
500 |
-
"на разработку плагина!"
|
501 |
|
502 |
-
#: wp-to-twitter-manager.php:
|
503 |
msgid "Upgrade Now!"
|
504 |
msgstr "Обновить!"
|
505 |
|
506 |
-
#: wp-to-twitter-manager.php:
|
507 |
-
msgid "Upgrade to <strong>WP Tweets PRO</strong
|
508 |
-
msgstr ""
|
509 |
-
"Чтобы получить больше возможностей, обновитесь до <strong>WP Tweets ПРО</"
|
510 |
-
"strong>!"
|
511 |
|
512 |
-
#: wp-to-twitter-manager.php:
|
513 |
-
msgid "
|
514 |
-
msgstr "
|
515 |
|
516 |
-
#: wp-to-twitter-manager.php:
|
517 |
-
msgid "
|
518 |
-
msgstr "
|
519 |
|
520 |
-
#: wp-to-twitter-manager.php:
|
521 |
-
msgid "
|
522 |
-
msgstr ""
|
523 |
-
"Задайте таймер (в часах и/или минутах) для отправки твитов после публикации "
|
524 |
-
"записи"
|
525 |
|
526 |
-
#: wp-to-twitter-manager.php:
|
527 |
-
msgid "Automatically
|
528 |
-
msgstr "
|
529 |
|
530 |
-
#: wp-to-twitter-manager.php:
|
531 |
msgid "Send Tweets for approved comments"
|
532 |
msgstr "Шаблон твита при одобренных ответах"
|
533 |
|
534 |
-
#: wp-to-twitter-manager.php:
|
|
|
|
|
|
|
|
|
535 |
msgid "Shortcodes"
|
536 |
msgstr "Шоткоды"
|
537 |
|
538 |
-
#: wp-to-twitter-manager.php:
|
539 |
msgid "Available in post update templates:"
|
540 |
msgstr "Поддерживаемые коды в шаблоне:"
|
541 |
|
542 |
-
#: wp-to-twitter-manager.php:
|
543 |
msgid "<code>#title#</code>: the title of your blog post"
|
544 |
msgstr "<code>#title#</code>: заголовок записи"
|
545 |
|
546 |
-
#: wp-to-twitter-manager.php:
|
547 |
msgid "<code>#blog#</code>: the title of your blog"
|
548 |
msgstr "<code>#blog#</code>: заголовок блога"
|
549 |
|
550 |
-
#: wp-to-twitter-manager.php:
|
551 |
msgid "<code>#post#</code>: a short excerpt of the post content"
|
552 |
msgstr "<code>#post#</code>: краткая выдержка из текста записи"
|
553 |
|
554 |
-
#: wp-to-twitter-manager.php:
|
555 |
msgid "<code>#category#</code>: the first selected category for the post"
|
556 |
msgstr "<code>#category#</code>: первая выбранная рубрика записи"
|
557 |
|
558 |
-
#: wp-to-twitter-manager.php:
|
559 |
msgid ""
|
560 |
"<code>#cat_desc#</code>: custom value from the category description field"
|
561 |
msgstr ""
|
562 |
"<code>#cat_desc#</code>: произвольное значение из поля описания рубрики"
|
563 |
|
564 |
-
#: wp-to-twitter-manager.php:
|
565 |
msgid "<code>#date#</code>: the post date"
|
566 |
msgstr "<code>#date#</code>: дата записи"
|
567 |
|
568 |
-
#: wp-to-twitter-manager.php:
|
569 |
msgid "<code>#modified#</code>: the post modified date"
|
570 |
msgstr "<code>#modified#</code>: дата изменения записи"
|
571 |
|
572 |
-
#: wp-to-twitter-manager.php:
|
573 |
msgid "<code>#url#</code>: the post URL"
|
574 |
msgstr "<code>#url#</code>: ссылка на запись"
|
575 |
|
576 |
-
#: wp-to-twitter-manager.php:
|
577 |
msgid ""
|
578 |
"<code>#author#</code>: the post author (@reference if available, otherwise "
|
579 |
"display name)"
|
@@ -581,11 +582,11 @@ msgstr ""
|
|
581 |
"<code>#author#</code>: автор записи (возможна @ссылка, если нет - выводится "
|
582 |
"имя автора)"
|
583 |
|
584 |
-
#: wp-to-twitter-manager.php:
|
585 |
msgid "<code>#displayname#</code>: post author's display name"
|
586 |
msgstr "<code>#displayname#</code>: имя автора записи"
|
587 |
|
588 |
-
#: wp-to-twitter-manager.php:
|
589 |
msgid ""
|
590 |
"<code>#account#</code>: the twitter @reference for the account (or the "
|
591 |
"author, if author settings are enabled and set.)"
|
@@ -593,14 +594,14 @@ msgstr ""
|
|
593 |
"<code>#account#</code>: @ссылка на аккаунт (или автора, если расширенный "
|
594 |
"режим включен и настроен)"
|
595 |
|
596 |
-
#: wp-to-twitter-manager.php:
|
597 |
msgid ""
|
598 |
"<code>#@#</code>: the twitter @reference for the author or blank, if not set"
|
599 |
msgstr ""
|
600 |
"<code>#@#</code>: @ссылка на аккаунт автора или пустое поле, если не "
|
601 |
"настроено"
|
602 |
|
603 |
-
#: wp-to-twitter-manager.php:
|
604 |
msgid ""
|
605 |
"<code>#tags#</code>: your tags modified into hashtags. See options in the "
|
606 |
"Advanced Settings section, below."
|
@@ -608,7 +609,7 @@ msgstr ""
|
|
608 |
"<code>#tags#</code>: метки записи будут переведены в хештеги (другие "
|
609 |
"настройки ищите в ниже)"
|
610 |
|
611 |
-
#: wp-to-twitter-manager.php:
|
612 |
msgid ""
|
613 |
"<code>#reference#</code>: Used only in co-tweeting. @reference to main "
|
614 |
"account when posted to author account, @reference to author account in post "
|
@@ -618,12 +619,12 @@ msgstr ""
|
|
618 |
"аккаунт, когда размещается запись на аккаунт автора, @ссылка на аккаунт "
|
619 |
"автора в записи на главный аккаунт."
|
620 |
|
621 |
-
#: wp-to-twitter-manager.php:
|
622 |
msgid ""
|
623 |
"You can also create custom shortcodes to access WordPress custom fields. Use "
|
624 |
"doubled square brackets surrounding the name of your custom field to add the "
|
625 |
-
"value of that custom field to your status update. Example:
|
626 |
-
"[[custom_field]]</code></p>"
|
627 |
msgstr ""
|
628 |
"Вы также можете создать произвольные шоткоды, чтобы работать с произвольными "
|
629 |
"полями WordPress. Используйте двойные квадратные скобки вокруг имени тега "
|
@@ -654,24 +655,24 @@ msgstr ""
|
|
654 |
"Для соединения с Twitter требуется авторизация OAuth. Чтобы продолжить, <a "
|
655 |
"href='%s'>обновите настройки</a> и завершите установку WP to Twitter."
|
656 |
|
657 |
-
#: wp-to-twitter-oauth.php:211 wp-to-twitter-oauth.php:
|
658 |
msgid "Connect to Twitter"
|
659 |
msgstr "Подключиться к Twitter"
|
660 |
|
661 |
-
#: wp-to-twitter-oauth.php:
|
662 |
msgid "WP to Twitter Set-up"
|
663 |
msgstr "Настройка плагина"
|
664 |
|
665 |
-
#: wp-to-twitter-oauth.php:
|
666 |
-
#: wp-to-twitter-oauth.php:
|
667 |
msgid "Your server time:"
|
668 |
msgstr "Время сервера:"
|
669 |
|
670 |
-
#: wp-to-twitter-oauth.php:
|
671 |
msgid "Twitter's time:"
|
672 |
msgstr "Время Twitter:"
|
673 |
|
674 |
-
#: wp-to-twitter-oauth.php:
|
675 |
msgid ""
|
676 |
"If these timestamps are not within 5 minutes of each other, your server will "
|
677 |
"not connect to Twitter."
|
@@ -679,20 +680,20 @@ msgstr ""
|
|
679 |
"Если эти временные отметки не совпадают (разница более 5 минут), соединения "
|
680 |
"с Twitter не будет."
|
681 |
|
682 |
-
#: wp-to-twitter-oauth.php:
|
683 |
msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
|
684 |
msgstr ""
|
685 |
"Временная зона сервера (должна быть UTC, GMT, Europe/London или аналогичная):"
|
686 |
|
687 |
-
#: wp-to-twitter-oauth.php:
|
688 |
msgid "1. Register this site as an application on "
|
689 |
msgstr "1. Зарегистрируйте свой сайт как приложение на "
|
690 |
|
691 |
-
#: wp-to-twitter-oauth.php:
|
692 |
msgid "Twitter's application registration page"
|
693 |
msgstr "странице регистрации приложений Twitter"
|
694 |
|
695 |
-
#: wp-to-twitter-oauth.php:
|
696 |
msgid ""
|
697 |
"If you're not currently logged in to Twitter, log-in to the account you want "
|
698 |
"associated with this site"
|
@@ -700,43 +701,43 @@ msgstr ""
|
|
700 |
"Если Вы еще не вошли в Twitter и войдите в тот аккаунт, с которым хотите "
|
701 |
"связать этот сайт"
|
702 |
|
703 |
-
#: wp-to-twitter-oauth.php:
|
704 |
msgid "Your application name cannot include the word \"Twitter.\""
|
705 |
msgstr "В названии приложения не должно употребляться слово \"Twitter.\""
|
706 |
|
707 |
-
#: wp-to-twitter-oauth.php:
|
708 |
msgid "Your Application Description can be anything."
|
709 |
msgstr "Описание приложения может быть любым."
|
710 |
|
711 |
-
#: wp-to-twitter-oauth.php:
|
712 |
msgid "The WebSite and Callback URL should be "
|
713 |
msgstr "В поле веб-сайт и Callback URL должна быть ссылка "
|
714 |
|
715 |
-
#: wp-to-twitter-oauth.php:
|
716 |
msgid "Agree to the Developer Rules of the Road and continue."
|
717 |
msgstr "Примите все соглашения на странице и нажмите продолжить."
|
718 |
|
719 |
-
#: wp-to-twitter-oauth.php:
|
720 |
msgid "2. Switch to the \"Settings\" tab in Twitter apps"
|
721 |
msgstr "2. Перейдите на вкладку \"Settings\" (\"Настройки\") в Twitter apps"
|
722 |
|
723 |
-
#: wp-to-twitter-oauth.php:
|
724 |
msgid "<em>Do NOT create your access token yet.</em>"
|
725 |
msgstr "<em>НЕ создавайте пока что access token.</em>"
|
726 |
|
727 |
-
#: wp-to-twitter-oauth.php:
|
728 |
msgid "Select \"Read and Write\" for the Application Type"
|
729 |
msgstr "Укажите тип приложения \"Read and Write\" "
|
730 |
|
731 |
-
#: wp-to-twitter-oauth.php:
|
732 |
msgid "Update the application settings"
|
733 |
msgstr "Обновить настройки приложения"
|
734 |
|
735 |
-
#: wp-to-twitter-oauth.php:
|
736 |
msgid "Return to the Details tab and create your access token."
|
737 |
msgstr "Вернитесь обратно на вкладку \"Детали\" и создайте access token."
|
738 |
|
739 |
-
#: wp-to-twitter-oauth.php:
|
740 |
msgid ""
|
741 |
"Once you have registered your site as an application, you will be provided "
|
742 |
"with four keys."
|
@@ -744,28 +745,28 @@ msgstr ""
|
|
744 |
"Создав приложение для своего сайта, Вы получите четыре ключа, необходимые "
|
745 |
"для настройки плагина."
|
746 |
|
747 |
-
#: wp-to-twitter-oauth.php:
|
748 |
msgid ""
|
749 |
"3. Copy and paste your consumer key and consumer secret into the fields below"
|
750 |
msgstr ""
|
751 |
"3. Скопируйте и вставьте ключ consumer key и consumer secret в поля ниже"
|
752 |
|
753 |
-
#: wp-to-twitter-oauth.php:
|
754 |
msgid "Twitter Consumer Key"
|
755 |
msgstr "Twitter Consumer Key"
|
756 |
|
757 |
-
#: wp-to-twitter-oauth.php:
|
758 |
msgid "Twitter Consumer Secret"
|
759 |
msgstr "Twitter Consumer Secret"
|
760 |
|
761 |
-
#: wp-to-twitter-oauth.php:
|
762 |
msgid ""
|
763 |
"4. Copy and paste your Access Token and Access Token Secret into the fields "
|
764 |
"below"
|
765 |
msgstr ""
|
766 |
"4. Скопируйте и вставьте ключ Access Token и Access Token Secret в поля ниже"
|
767 |
|
768 |
-
#: wp-to-twitter-oauth.php:
|
769 |
msgid ""
|
770 |
"If the Access level for your Access Token is not \"<em>Read and write</em>"
|
771 |
"\", you must return to step 2 and generate a new Access Token."
|
@@ -774,23 +775,23 @@ msgstr ""
|
|
774 |
"\" (\"<em>Чтение и запись</em>\"), вернитесь ко второму пункту и создайте "
|
775 |
"новый Access Token."
|
776 |
|
777 |
-
#: wp-to-twitter-oauth.php:
|
778 |
msgid "Access Token"
|
779 |
msgstr "Access Token"
|
780 |
|
781 |
-
#: wp-to-twitter-oauth.php:
|
782 |
msgid "Access Token Secret"
|
783 |
msgstr "Access Token Secret"
|
784 |
|
785 |
-
#: wp-to-twitter-oauth.php:
|
786 |
msgid "Disconnect Your WordPress and Twitter Account"
|
787 |
msgstr "Отключить блог WordPress от аккаунта Twitter"
|
788 |
|
789 |
-
#: wp-to-twitter-oauth.php:
|
790 |
msgid "Disconnect your WordPress and Twitter Account"
|
791 |
msgstr "Отключить блог WordPress от аккаунта Twitter"
|
792 |
|
793 |
-
#: wp-to-twitter-oauth.php:
|
794 |
msgid ""
|
795 |
"<strong>Troubleshooting tip:</strong> Connected, but getting a error that "
|
796 |
"your Authentication credentials are missing or incorrect? Check that your "
|
@@ -804,7 +805,7 @@ msgstr ""
|
|
804 |
"Если нет, то нужно создать новый Token. Подробнее читайте <a href=\"http://"
|
805 |
"www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">ЧАВО</a>"
|
806 |
|
807 |
-
#: wp-to-twitter-oauth.php:
|
808 |
msgid ""
|
809 |
"Your time stamps are more than 5 minutes apart. Your server could lose its "
|
810 |
"connection with Twitter."
|
@@ -812,42 +813,42 @@ msgstr ""
|
|
812 |
"Временные отметки не совпадают (разница более 5 минут), сервер может "
|
813 |
"потерять соединение с Twitter."
|
814 |
|
815 |
-
#: wp-to-twitter-oauth.php:
|
816 |
msgid ""
|
817 |
"WP to Twitter could not contact Twitter's remote server. Here is the error "
|
818 |
"triggered: "
|
819 |
msgstr ""
|
820 |
"WP to Twitter не смог соединиться с удаленным серевром Twitter. Ошибка:"
|
821 |
|
822 |
-
#: wp-to-twitter-oauth.php:
|
823 |
msgid "Disconnect from Twitter"
|
824 |
msgstr "Отключиться от Twitter"
|
825 |
|
826 |
-
#: wp-to-twitter-oauth.php:
|
827 |
msgid "Twitter Username "
|
828 |
msgstr "Логин Twitter"
|
829 |
|
830 |
-
#: wp-to-twitter-oauth.php:
|
831 |
msgid "Consumer Key "
|
832 |
msgstr "Consumer Key "
|
833 |
|
834 |
-
#: wp-to-twitter-oauth.php:
|
835 |
msgid "Consumer Secret "
|
836 |
msgstr "Consumer Secret "
|
837 |
|
838 |
-
#: wp-to-twitter-oauth.php:
|
839 |
msgid "Access Token "
|
840 |
msgstr "Access Token "
|
841 |
|
842 |
-
#: wp-to-twitter-oauth.php:
|
843 |
msgid "Access Token Secret "
|
844 |
msgstr "Access Token Secret "
|
845 |
|
846 |
-
#: wp-to-twitter-oauth.php:
|
847 |
msgid "Twitter's server time: "
|
848 |
msgstr "Время сервера Twitter:"
|
849 |
|
850 |
-
#: wp-to-twitter-shorteners.php:
|
851 |
msgid ""
|
852 |
"<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account "
|
853 |
"Settings"
|
@@ -855,24 +856,24 @@ msgstr ""
|
|
855 |
"Настройки сервиса сокращения <abbr title=\"Uniform Resource Locator"
|
856 |
"\">ссылок</abbr>"
|
857 |
|
858 |
-
#: wp-to-twitter-shorteners.php:
|
859 |
msgid "Your Su.pr account details"
|
860 |
msgstr "Настройки сервиса Su.pr"
|
861 |
|
862 |
-
#: wp-to-twitter-shorteners.php:
|
863 |
msgid "(optional)"
|
864 |
msgstr "(опционально)"
|
865 |
|
866 |
-
#: wp-to-twitter-shorteners.php:
|
867 |
msgid "Your Su.pr Username:"
|
868 |
msgstr "Логин Su.pr:"
|
869 |
|
870 |
-
#: wp-to-twitter-shorteners.php:
|
871 |
msgid ""
|
872 |
"Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
|
873 |
msgstr "Ключ <abbr title='application programming interface'>API</abbr> Su.pr:"
|
874 |
|
875 |
-
#: wp-to-twitter-shorteners.php:
|
876 |
msgid ""
|
877 |
"Don't have a Su.pr account or API key? <a href='http://su.pr/'>Get one here</"
|
878 |
"a>!<br />You'll need an API key in order to associate the URLs you create "
|
@@ -882,33 +883,33 @@ msgstr ""
|
|
882 |
"здесь</a>!<br />Чтобы создавать сокращенные ссылки через Su.pr, Вам "
|
883 |
"потребуется ключ API сервиса."
|
884 |
|
885 |
-
#: wp-to-twitter-shorteners.php:
|
886 |
msgid "Your Bit.ly account details"
|
887 |
msgstr "Настройки сервиса Bit.ly"
|
888 |
|
889 |
-
#: wp-to-twitter-shorteners.php:
|
890 |
msgid "Your Bit.ly username:"
|
891 |
msgstr "Логин Bit.ly:"
|
892 |
|
893 |
-
#: wp-to-twitter-shorteners.php:
|
894 |
msgid ""
|
895 |
"Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
|
896 |
msgstr ""
|
897 |
"Ключ <abbr title='application programming interface'>API</abbr> Bit.ly:"
|
898 |
|
899 |
-
#: wp-to-twitter-shorteners.php:
|
900 |
msgid "View your Bit.ly username and API key"
|
901 |
msgstr "Посмотреть ключ API и логин Bit.ly"
|
902 |
|
903 |
-
#: wp-to-twitter-shorteners.php:
|
904 |
msgid "Save Bit.ly API Key"
|
905 |
msgstr "Сохранить ключ API Bit.ly"
|
906 |
|
907 |
-
#: wp-to-twitter-shorteners.php:
|
908 |
msgid "Clear Bit.ly API Key"
|
909 |
msgstr "Удалить ключ API Bit.ly"
|
910 |
|
911 |
-
#: wp-to-twitter-shorteners.php:
|
912 |
msgid ""
|
913 |
"A Bit.ly API key and username is required to shorten URLs via the Bit.ly API "
|
914 |
"and WP to Twitter."
|
@@ -916,55 +917,55 @@ msgstr ""
|
|
916 |
"Логин Bit.ly и ключ API небходимы для сокращения URL через Bit.ly API и WP "
|
917 |
"to Twitter."
|
918 |
|
919 |
-
#: wp-to-twitter-shorteners.php:
|
920 |
msgid "Your YOURLS account details"
|
921 |
msgstr "Детали аккаунта YOURLS"
|
922 |
|
923 |
-
#: wp-to-twitter-shorteners.php:
|
924 |
msgid "Path to your YOURLS config file (Local installations)"
|
925 |
msgstr "Путь до конфигурационного файла YOURLS (локальная установка)"
|
926 |
|
927 |
-
#: wp-to-twitter-shorteners.php:
|
928 |
msgid "Example:"
|
929 |
msgstr "Пример:"
|
930 |
|
931 |
-
#: wp-to-twitter-shorteners.php:
|
932 |
msgid "URI to the YOURLS API (Remote installations)"
|
933 |
msgstr "URI на API YOURLS (удаленная установка)"
|
934 |
|
935 |
-
#: wp-to-twitter-shorteners.php:
|
936 |
msgid "Your YOURLS username:"
|
937 |
msgstr "Логин YOURLS:"
|
938 |
|
939 |
-
#: wp-to-twitter-shorteners.php:
|
940 |
msgid "Your YOURLS password:"
|
941 |
msgstr "Пароль YOURLS:"
|
942 |
|
943 |
-
#: wp-to-twitter-shorteners.php:
|
944 |
msgid "<em>Saved</em>"
|
945 |
msgstr "<em>Сохранено</em>"
|
946 |
|
947 |
-
#: wp-to-twitter-shorteners.php:
|
948 |
msgid "Post ID for YOURLS url slug."
|
949 |
msgstr "ID записи в сокращенной ссылке YOURLS "
|
950 |
|
951 |
-
#: wp-to-twitter-shorteners.php:
|
952 |
msgid "Custom keyword for YOURLS url slug."
|
953 |
msgstr "Произвольное ключевое слово в сслыке YOURLS."
|
954 |
|
955 |
-
#: wp-to-twitter-shorteners.php:
|
956 |
msgid "Default: sequential URL numbering."
|
957 |
msgstr "По умолчанию: последовательная нумерация URL."
|
958 |
|
959 |
-
#: wp-to-twitter-shorteners.php:
|
960 |
msgid "Save YOURLS Account Info"
|
961 |
msgstr "Сохранить настройки для YOURLS"
|
962 |
|
963 |
-
#: wp-to-twitter-shorteners.php:
|
964 |
msgid "Clear YOURLS password"
|
965 |
msgstr "Удалить пароль YOURLS"
|
966 |
|
967 |
-
#: wp-to-twitter-shorteners.php:
|
968 |
msgid ""
|
969 |
"A YOURLS password and username is required to shorten URLs via the remote "
|
970 |
"YOURLS API and WP to Twitter."
|
@@ -972,45 +973,45 @@ msgstr ""
|
|
972 |
"Чтобы создавать сокращенные ссылки через удаленную YOURLS API и WP to "
|
973 |
"Twitter требуется логин и пароль YOURLS."
|
974 |
|
975 |
-
#: wp-to-twitter-shorteners.php:
|
976 |
msgid "Your jotURL account details"
|
977 |
msgstr "Детали аккаунта jotURL"
|
978 |
|
979 |
-
#: wp-to-twitter-shorteners.php:
|
980 |
msgid ""
|
981 |
"Your jotURL public <abbr title='application programming interface'>API</"
|
982 |
"abbr> key:"
|
983 |
msgstr ""
|
984 |
"Ключ <abbr title='application programming interface'>API</abbr> jotURL:"
|
985 |
|
986 |
-
#: wp-to-twitter-shorteners.php:
|
987 |
msgid ""
|
988 |
"Your jotURL private <abbr title='application programming interface'>API</"
|
989 |
"abbr> key:"
|
990 |
msgstr ""
|
991 |
"Приватное <abbr title='application programming interface'>API</abbr> jotURL:"
|
992 |
|
993 |
-
#: wp-to-twitter-shorteners.php:
|
994 |
msgid "Parameters to add to the long URL (before shortening):"
|
995 |
msgstr "Параметры, добавляемые к длинным ссылкам (до сокращения):"
|
996 |
|
997 |
-
#: wp-to-twitter-shorteners.php:
|
998 |
msgid "Parameters to add to the short URL (after shortening):"
|
999 |
msgstr "Параметры, добавляемые к коротким ссылкам (после сокращения):"
|
1000 |
|
1001 |
-
#: wp-to-twitter-shorteners.php:
|
1002 |
msgid "View your jotURL public and private API key"
|
1003 |
msgstr "Посмотреть публичный и приватный ключ API jotURL"
|
1004 |
|
1005 |
-
#: wp-to-twitter-shorteners.php:
|
1006 |
msgid "Save jotURL settings"
|
1007 |
msgstr "Сохранить настройки jotURL"
|
1008 |
|
1009 |
-
#: wp-to-twitter-shorteners.php:
|
1010 |
msgid "Clear jotURL settings"
|
1011 |
msgstr "Удалить настройки jotURL"
|
1012 |
|
1013 |
-
#: wp-to-twitter-shorteners.php:
|
1014 |
msgid ""
|
1015 |
"A jotURL public and private API key is required to shorten URLs via the "
|
1016 |
"jotURL API and WP to Twitter."
|
@@ -1018,15 +1019,15 @@ msgstr ""
|
|
1018 |
"Чтобы создавать сокращенные ссылки через удаленную jotURL API и WP to "
|
1019 |
"Twitter требуется логин и пароль jotURL."
|
1020 |
|
1021 |
-
#: wp-to-twitter-shorteners.php:
|
1022 |
msgid "Your shortener does not require any account settings."
|
1023 |
msgstr "Выбранный сервис сокращения ссылок не требует дополнительных настроек."
|
1024 |
|
1025 |
-
#: wp-to-twitter-shorteners.php:
|
1026 |
msgid "YOURLS password updated. "
|
1027 |
msgstr "Пароль YOURLS обновлен."
|
1028 |
|
1029 |
-
#: wp-to-twitter-shorteners.php:
|
1030 |
msgid ""
|
1031 |
"YOURLS password deleted. You will be unable to use your remote YOURLS "
|
1032 |
"account to create short URLS."
|
@@ -1034,51 +1035,51 @@ msgstr ""
|
|
1034 |
"Пароль YOURLS удален. Вы не сможете пользоваться сервисом YOURLS, пока не "
|
1035 |
"настроите аккаунт."
|
1036 |
|
1037 |
-
#: wp-to-twitter-shorteners.php:
|
1038 |
msgid "Failed to save your YOURLS password! "
|
1039 |
msgstr "Ошибка при сохранении пароля YOURLS!"
|
1040 |
|
1041 |
-
#: wp-to-twitter-shorteners.php:
|
1042 |
msgid "YOURLS username added. "
|
1043 |
msgstr "Логин YOURLS добавлен."
|
1044 |
|
1045 |
-
#: wp-to-twitter-shorteners.php:
|
1046 |
msgid "YOURLS API url added. "
|
1047 |
msgstr "Ключ API YOURLS добавлен."
|
1048 |
|
1049 |
-
#: wp-to-twitter-shorteners.php:
|
1050 |
msgid "YOURLS API url removed. "
|
1051 |
msgstr "Ключ API YOURLS удален."
|
1052 |
|
1053 |
-
#: wp-to-twitter-shorteners.php:
|
1054 |
msgid "YOURLS local server path added. "
|
1055 |
msgstr "Локальный путь YOURLS добавлен."
|
1056 |
|
1057 |
-
#: wp-to-twitter-shorteners.php:
|
1058 |
msgid "The path to your YOURLS installation is not correct. "
|
1059 |
msgstr "Неверный путь до YOURLS."
|
1060 |
|
1061 |
-
#: wp-to-twitter-shorteners.php:
|
1062 |
msgid "YOURLS local server path removed. "
|
1063 |
msgstr "Локальный путь YOURLS удален."
|
1064 |
|
1065 |
-
#: wp-to-twitter-shorteners.php:
|
1066 |
msgid "YOURLS will use Post ID for short URL slug."
|
1067 |
msgstr "YOURLS будет использовать ID записей в сокращенных ссылках."
|
1068 |
|
1069 |
-
#: wp-to-twitter-shorteners.php:
|
1070 |
msgid "YOURLS will use your custom keyword for short URL slug."
|
1071 |
msgstr "YOURLS не будет использовать произвольный ключ в сокращенных ссылках."
|
1072 |
|
1073 |
-
#: wp-to-twitter-shorteners.php:
|
1074 |
msgid "YOURLS will not use Post ID for the short URL slug."
|
1075 |
msgstr "YOURLS не будет использовать ID записей в сокращенных ссылках."
|
1076 |
|
1077 |
-
#: wp-to-twitter-shorteners.php:
|
1078 |
msgid "Su.pr API Key and Username Updated"
|
1079 |
msgstr "Ключ API и логин Su.pr обновлены"
|
1080 |
|
1081 |
-
#: wp-to-twitter-shorteners.php:
|
1082 |
msgid ""
|
1083 |
"Su.pr API Key and username deleted. Su.pr URLs created by WP to Twitter will "
|
1084 |
"no longer be associated with your account. "
|
@@ -1086,23 +1087,23 @@ msgstr ""
|
|
1086 |
"Ключ API и логин Su.pr удалены. Созданные плагином сокращенные ссылки больше "
|
1087 |
"не связаны с Вашим аккаунтом."
|
1088 |
|
1089 |
-
#: wp-to-twitter-shorteners.php:
|
1090 |
msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
|
1091 |
msgstr ""
|
1092 |
"Ключ API сервиса Su.pr не задан - <a href='http://su.pr/'>получите его "
|
1093 |
"здесь</a>! "
|
1094 |
|
1095 |
-
#: wp-to-twitter-shorteners.php:
|
1096 |
msgid "Bit.ly API Key Updated."
|
1097 |
msgstr "Ключ API Bit.ly обновлен."
|
1098 |
|
1099 |
-
#: wp-to-twitter-shorteners.php:
|
1100 |
msgid ""
|
1101 |
"Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
|
1102 |
msgstr ""
|
1103 |
"Ключ API Bit.ly удален. Вы не сможете использовать Bit.ly API без ключа. "
|
1104 |
|
1105 |
-
#: wp-to-twitter-shorteners.php:
|
1106 |
msgid ""
|
1107 |
"Bit.ly API Key not added - <a href='http://bit.ly/account/'>get one here</"
|
1108 |
"a>! An API key is required to use the Bit.ly URL shortening service."
|
@@ -1110,29 +1111,29 @@ msgstr ""
|
|
1110 |
"Ключ API Bit.ly не введен - <a href='http://bit.ly/account/'>получите его "
|
1111 |
"здесь</a>! Ключ API требуется для работы сервиса сокращения ссылок."
|
1112 |
|
1113 |
-
#: wp-to-twitter-shorteners.php:
|
1114 |
msgid " Bit.ly User Login Updated."
|
1115 |
msgstr " Логин пользователя Bit.ly обновлен."
|
1116 |
|
1117 |
-
#: wp-to-twitter-shorteners.php:
|
1118 |
msgid ""
|
1119 |
"Bit.ly User Login deleted. You cannot use the Bit.ly API without providing "
|
1120 |
"your username. "
|
1121 |
msgstr ""
|
1122 |
"Логин Bit.ly удален. Вы не сможете использовать Bit.ly API без логина. "
|
1123 |
|
1124 |
-
#: wp-to-twitter-shorteners.php:
|
1125 |
msgid ""
|
1126 |
"Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
|
1127 |
msgstr ""
|
1128 |
"Логин Bit.ly не введен - <a href='http://bit.ly/account/'>получите его "
|
1129 |
"здесь</a>! "
|
1130 |
|
1131 |
-
#: wp-to-twitter-shorteners.php:
|
1132 |
msgid "jotURL private API Key Updated. "
|
1133 |
msgstr "Приватный ключ API jotURL обновлен."
|
1134 |
|
1135 |
-
#: wp-to-twitter-shorteners.php:
|
1136 |
msgid ""
|
1137 |
"jotURL private API Key deleted. You cannot use the jotURL API without a "
|
1138 |
"private API key. "
|
@@ -1140,7 +1141,7 @@ msgstr ""
|
|
1140 |
"Приватный ключ API jotURL удален. Вы не сможете использовать jotURL без "
|
1141 |
"него. "
|
1142 |
|
1143 |
-
#: wp-to-twitter-shorteners.php:
|
1144 |
msgid ""
|
1145 |
"jotURL private API Key not added - <a href='https://www.joturl.com/reserved/"
|
1146 |
"api.html'>get one here</a>! A private API key is required to use the jotURL "
|
@@ -1150,11 +1151,11 @@ msgstr ""
|
|
1150 |
"reserved/api.html'>получите его здесь</a>! Приватный ключ API требуется для "
|
1151 |
"работы сервиса сокращения ссылок."
|
1152 |
|
1153 |
-
#: wp-to-twitter-shorteners.php:
|
1154 |
msgid "jotURL public API Key Updated. "
|
1155 |
msgstr "Публичный ключ API jotURL обновлен."
|
1156 |
|
1157 |
-
#: wp-to-twitter-shorteners.php:
|
1158 |
msgid ""
|
1159 |
"jotURL public API Key deleted. You cannot use the jotURL API without "
|
1160 |
"providing your public API Key. "
|
@@ -1162,7 +1163,7 @@ msgstr ""
|
|
1162 |
"Публичный ключ API jotURL удален. Вы не сможете использовать jotURL API без "
|
1163 |
"него. "
|
1164 |
|
1165 |
-
#: wp-to-twitter-shorteners.php:
|
1166 |
msgid ""
|
1167 |
"jotURL public API Key not added - <a href='https://www.joturl.com/reserved/"
|
1168 |
"api.html'>get one here</a>! "
|
@@ -1170,30 +1171,30 @@ msgstr ""
|
|
1170 |
"Публичный ключ API jotURL не задан - <a href='https://www.joturl.com/"
|
1171 |
"reserved/api.html'>получите его здесь</a>! "
|
1172 |
|
1173 |
-
#: wp-to-twitter-shorteners.php:
|
1174 |
msgid "Long URL parameters added. "
|
1175 |
msgstr "Добавлены параметры длинных ссылок."
|
1176 |
|
1177 |
-
#: wp-to-twitter-shorteners.php:
|
1178 |
msgid "Long URL parameters deleted. "
|
1179 |
msgstr "Параметры длинных ссылок удалены."
|
1180 |
|
1181 |
-
#: wp-to-twitter-shorteners.php:
|
1182 |
msgid "Short URL parameters added. "
|
1183 |
msgstr "Добавлены параметры коротких ссылок."
|
1184 |
|
1185 |
-
#: wp-to-twitter-shorteners.php:
|
1186 |
msgid "Short URL parameters deleted. "
|
1187 |
msgstr "Параметры коротких ссылок удалены."
|
1188 |
|
1189 |
-
#: wp-to-twitter-shorteners.php:
|
1190 |
msgid ""
|
1191 |
"You must add your Bit.ly login and API key in order to shorten URLs with Bit."
|
1192 |
"ly."
|
1193 |
msgstr ""
|
1194 |
"Вы должны добавить логин и ключ API сервиса Bit.ly для сокращения ссылок."
|
1195 |
|
1196 |
-
#: wp-to-twitter-shorteners.php:
|
1197 |
msgid ""
|
1198 |
"You must add your jotURL public and private API key in order to shorten URLs "
|
1199 |
"with jotURL."
|
@@ -1201,7 +1202,7 @@ msgstr ""
|
|
1201 |
"Вы должны добавить публичный и приватный ключ API сервиса jotURL для "
|
1202 |
"сокращения ссылок."
|
1203 |
|
1204 |
-
#: wp-to-twitter-shorteners.php:
|
1205 |
msgid ""
|
1206 |
"You must add your YOURLS remote URL, login, and password in order to shorten "
|
1207 |
"URLs with a remote installation of YOURLS."
|
@@ -1209,7 +1210,7 @@ msgstr ""
|
|
1209 |
"Чтобы использовать удаленный сервис сокращения ссылок YOURLS, нужно ввести "
|
1210 |
"пароль, логин и удаленный путь YOURLS."
|
1211 |
|
1212 |
-
#: wp-to-twitter-shorteners.php:
|
1213 |
msgid ""
|
1214 |
"You must add your YOURLS server path in order to shorten URLs with a remote "
|
1215 |
"installation of YOURLS."
|
@@ -1217,27 +1218,27 @@ msgstr ""
|
|
1217 |
"Чтобы использовать сервис YOURLS удаленно, нужно ввести путь удаленного "
|
1218 |
"сервера YOURLS."
|
1219 |
|
1220 |
-
#: wp-to-twitter-shorteners.php:
|
1221 |
msgid "Choose a short URL service (account settings below)"
|
1222 |
msgstr "Выберите сервис сокращения ссылок (настройки ниже)"
|
1223 |
|
1224 |
-
#: wp-to-twitter-shorteners.php:
|
1225 |
msgid "Don't shorten URLs."
|
1226 |
msgstr "Не сокращать ссылки"
|
1227 |
|
1228 |
-
#: wp-to-twitter-shorteners.php:
|
1229 |
msgid "YOURLS (on this server)"
|
1230 |
msgstr "YOURLS (на этом сервере)"
|
1231 |
|
1232 |
-
#: wp-to-twitter-shorteners.php:
|
1233 |
msgid "YOURLS (on a remote server)"
|
1234 |
msgstr "YOURLS (на удаленном сервере)"
|
1235 |
|
1236 |
-
#: wp-to-twitter-shorteners.php:
|
1237 |
msgid "Use Twitter Friendly Links."
|
1238 |
msgstr "Использовать дружелюбные ссылки Twitter."
|
1239 |
|
1240 |
-
#: wp-to-twitter.php:
|
1241 |
msgid ""
|
1242 |
"The current version of WP Tweets PRO is <strong>%s</strong>. <a href="
|
1243 |
"\"http://www.joedolson.com/articles/account/\">Upgrade for best "
|
@@ -1246,17 +1247,7 @@ msgstr ""
|
|
1246 |
"Текущая версия WP Tweets ПРО <strong>%s</strong>. <a href=\"http://www."
|
1247 |
"joedolson.com/articles/account/\">Для большей совместимости обновитесь!</a>"
|
1248 |
|
1249 |
-
#: wp-to-twitter.php:
|
1250 |
-
msgid ""
|
1251 |
-
"WP to Twitter requires WordPress 3.2.1 or a more recent version <a href="
|
1252 |
-
"\"http://codex.wordpress.org/Upgrading_WordPress\">Please update WordPress "
|
1253 |
-
"to continue using WP to Twitter with all features!</a>"
|
1254 |
-
msgstr ""
|
1255 |
-
"Требуется WordPress версии 3.2.1 или более поздняя. <a href=\"http://codex."
|
1256 |
-
"wordpress.org/Upgrading_WordPress\">Пожалуйста, обновите WordPress, чтобы "
|
1257 |
-
"продолжить пользоваться всеми функциями WP to Twitter!</a>"
|
1258 |
-
|
1259 |
-
#: wp-to-twitter.php:91
|
1260 |
msgid ""
|
1261 |
"Tweeting of comments has been moved to <a href=\"%1$s\">WP Tweets PRO</a>. "
|
1262 |
"You will need to upgrade in order to Tweet comments. <a href=\"%2$s"
|
@@ -1266,20 +1257,20 @@ msgstr ""
|
|
1266 |
"Чтобы пользоваться этими настройками, Вам нужно обновить плагин. <a href="
|
1267 |
"\"%2$s\">Закрыть</a>"
|
1268 |
|
1269 |
-
#: wp-to-twitter.php:
|
1270 |
msgid "This account is not authorized to post to Twitter."
|
1271 |
msgstr "У Вас нет прав отправлять записи в Twitter."
|
1272 |
|
1273 |
-
#: wp-to-twitter.php:
|
1274 |
msgid "This tweet is identical to another Tweet recently sent to this account."
|
1275 |
msgstr ""
|
1276 |
"Этот твит идентичен другому твиту, отправленному ранее через этот аккаунт."
|
1277 |
|
1278 |
-
#: wp-to-twitter.php:
|
1279 |
msgid "This tweet was blank and could not be sent to Twitter."
|
1280 |
msgstr "Пустой твит не может быть отправлен в Twitter."
|
1281 |
|
1282 |
-
#: wp-to-twitter.php:
|
1283 |
msgid ""
|
1284 |
"Your Twitter application does not have read and write permissions. Go to <a "
|
1285 |
"href=\"%s\">your Twitter apps</a> to modify these settings."
|
@@ -1288,26 +1279,26 @@ msgstr ""
|
|
1288 |
"Перейдите на <a href=\"%s\">вкладку приложений Twitter</a>, чтобы изменить "
|
1289 |
"настройки."
|
1290 |
|
1291 |
-
#: wp-to-twitter.php:
|
1292 |
msgid "200 OK: Success!"
|
1293 |
msgstr "200 OK: Успех!"
|
1294 |
|
1295 |
-
#: wp-to-twitter.php:
|
1296 |
msgid "304 Not Modified: There was no new data to return"
|
1297 |
msgstr "304 Не изменялось: Ничего нового нет"
|
1298 |
|
1299 |
-
#: wp-to-twitter.php:
|
1300 |
msgid ""
|
1301 |
"400 Bad Request: The request was invalid. This is the status code returned "
|
1302 |
"during rate limiting."
|
1303 |
msgstr "400 Неверный запрос: В запросе ошибка."
|
1304 |
|
1305 |
-
#: wp-to-twitter.php:
|
1306 |
msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
|
1307 |
msgstr ""
|
1308 |
"401 Авторизация отклонена: Данные авторизации отсутствуют или неверные."
|
1309 |
|
1310 |
-
#: wp-to-twitter.php:
|
1311 |
msgid ""
|
1312 |
"403 Forbidden: The request is understood, but has been refused by Twitter. "
|
1313 |
"Possible reasons: too many Tweets, same Tweet submitted twice, Tweet longer "
|
@@ -1317,35 +1308,35 @@ msgstr ""
|
|
1317 |
"много твитов за короткий промежуток времени или один твит был отправлен "
|
1318 |
"дважды, длина твита более 140 символов. Эта ошибка НЕ связана с плагином."
|
1319 |
|
1320 |
-
#: wp-to-twitter.php:
|
1321 |
msgid ""
|
1322 |
"404 Not Found: The URI requested is invalid or the resource requested does "
|
1323 |
"not exist."
|
1324 |
msgstr "404 Не найдено: Неверная ссылка или искомый адрес не существует."
|
1325 |
|
1326 |
-
#: wp-to-twitter.php:
|
1327 |
msgid "406 Not Acceptable: Invalid Format Specified."
|
1328 |
msgstr "406 Неприемлемый запрос. Ошибка формата запроса."
|
1329 |
|
1330 |
-
#: wp-to-twitter.php:
|
1331 |
msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
|
1332 |
msgstr ""
|
1333 |
"422 Необрабатываемая запись: Загруженное изображение не может быть "
|
1334 |
"обработано..."
|
1335 |
|
1336 |
-
#: wp-to-twitter.php:
|
1337 |
msgid "429 Too Many Requests: You have exceeded your rate limits."
|
1338 |
msgstr "429 Слишком много запросов: Превышен лимит запросов."
|
1339 |
|
1340 |
-
#: wp-to-twitter.php:
|
1341 |
msgid "500 Internal Server Error: Something is broken at Twitter."
|
1342 |
msgstr "500 Внутренняя ошибка сервера: Что-то не так с Twitter..."
|
1343 |
|
1344 |
-
#: wp-to-twitter.php:
|
1345 |
msgid "502 Bad Gateway: Twitter is down or being upgraded."
|
1346 |
msgstr "502 Временная ошибка: Twitter недоступен или обновляется."
|
1347 |
|
1348 |
-
#: wp-to-twitter.php:
|
1349 |
msgid ""
|
1350 |
"503 Service Unavailable: The Twitter servers are up, but overloaded with "
|
1351 |
"requests - Please try again later."
|
@@ -1353,7 +1344,7 @@ msgstr ""
|
|
1353 |
"503 Сервис недоступен: Сервера Twitter включены, но перегружены запросами - "
|
1354 |
"попробуйте позже."
|
1355 |
|
1356 |
-
#: wp-to-twitter.php:
|
1357 |
msgid ""
|
1358 |
"504 Gateway Timeout: The Twitter servers are up, but the request couldn't be "
|
1359 |
"serviced due to some failure within our stack. Try again later."
|
@@ -1361,43 +1352,43 @@ msgstr ""
|
|
1361 |
"504 Таймаут: Сервера Twitter включены, но запрос не может быть выполнен по "
|
1362 |
"каким-то причинам... Попробуйте позже."
|
1363 |
|
1364 |
-
#: wp-to-twitter.php:
|
1365 |
msgid "No Twitter OAuth connection found."
|
1366 |
msgstr "Соединения с Twitter OAuth не найдено."
|
1367 |
|
1368 |
-
#: wp-to-twitter.php:
|
1369 |
msgid "Tweeting %s edits is disabled."
|
1370 |
msgstr "Редактирование твита %s отключено."
|
1371 |
|
1372 |
-
#: wp-to-twitter.php:
|
1373 |
msgid "Custom Twitter Post"
|
1374 |
msgstr "Произвольный текст твита"
|
1375 |
|
1376 |
-
#: wp-to-twitter.php:
|
1377 |
msgid "Your prepended Tweet text; not part of your template."
|
1378 |
msgstr "Добавляемый в начале текст твита; не часть Вашего шаблона."
|
1379 |
|
1380 |
-
#: wp-to-twitter.php:
|
1381 |
msgid "Your appended Tweet text; not part of your template."
|
1382 |
msgstr "Добавляемый в конце текст твита; не часть Вашего шаблона."
|
1383 |
|
1384 |
-
#: wp-to-twitter.php:
|
1385 |
msgid "Your template:"
|
1386 |
msgstr "Вид твита:"
|
1387 |
|
1388 |
-
#: wp-to-twitter.php:
|
1389 |
msgid "YOURLS Custom Keyword"
|
1390 |
msgstr "Произвольный ключ YOURLS"
|
1391 |
|
1392 |
-
#: wp-to-twitter.php:
|
1393 |
msgid "Don't Tweet this post."
|
1394 |
msgstr "Не создавать твит"
|
1395 |
|
1396 |
-
#: wp-to-twitter.php:
|
1397 |
msgid "Tweet this post."
|
1398 |
msgstr "Создать твит"
|
1399 |
|
1400 |
-
#: wp-to-twitter.php:
|
1401 |
msgid ""
|
1402 |
"WP Tweets PRO 1.5.2+ allows you to select Twitter accounts. <a href=\"%s"
|
1403 |
"\">Log in and download now!</a>"
|
@@ -1405,7 +1396,7 @@ msgstr ""
|
|
1405 |
"Плагин WP Tweets ПРО 1.5.2+ позволяет выбирать аккаунты Twitter. <a href=\"%s"
|
1406 |
"\">Залогиньтесь и обновитесь!</a>"
|
1407 |
|
1408 |
-
#: wp-to-twitter.php:
|
1409 |
msgid ""
|
1410 |
"Upgrade to WP Tweets PRO to select Twitter accounts! <a href=\"%s\">Upgrade "
|
1411 |
"now!</a>"
|
@@ -1413,12 +1404,12 @@ msgstr ""
|
|
1413 |
"Обновитесь до WP Tweets ПРО, чтобы выбрать аккаунты Twitter! <a href=\"%s"
|
1414 |
"\">Обновить!</a>"
|
1415 |
|
1416 |
-
#: wp-to-twitter.php:
|
1417 |
msgid ""
|
1418 |
"Access to customizing WP to Twitter values is not allowed for your user role."
|
1419 |
msgstr "Доступ к настройкам плагина WP to Twitter запрещен для Вас."
|
1420 |
|
1421 |
-
#: wp-to-twitter.php:
|
1422 |
msgid ""
|
1423 |
"Tweets must be less than 140 characters; Twitter counts URLs as 22 or 23 "
|
1424 |
"characters. Template Tags: <code>#url#</code>, <code>#title#</code>, "
|
@@ -1432,100 +1423,79 @@ msgstr ""
|
|
1432 |
"<code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, или "
|
1433 |
"<code>#blog#</code>."
|
1434 |
|
1435 |
-
#: wp-to-twitter.php:
|
1436 |
msgid "Upgrade to WP Tweets Pro"
|
1437 |
msgstr "Обновить до WP Tweets ПРО"
|
1438 |
|
1439 |
-
#: wp-to-twitter.php:
|
1440 |
msgid "Your role does not have the ability to Post Tweets from this site."
|
1441 |
msgstr "У Вас нет прав на размещение твитов с этого сайта!"
|
1442 |
|
1443 |
-
#: wp-to-twitter.php:
|
1444 |
msgid "Previous Tweets"
|
1445 |
msgstr "Прошлый твит"
|
1446 |
|
1447 |
-
#: wp-to-twitter.php:
|
1448 |
msgid "Failed Tweets"
|
1449 |
msgstr "Неудачные твиты"
|
1450 |
|
1451 |
-
#: wp-to-twitter.php:
|
1452 |
msgid "No failed tweets on this post."
|
1453 |
msgstr "Нет неудачных твитов записи."
|
1454 |
|
1455 |
-
#: wp-to-twitter.php:
|
1456 |
msgid "Delete Tweet History"
|
1457 |
msgstr "Удалить историю твитов"
|
1458 |
|
1459 |
-
#: wp-to-twitter.php:
|
1460 |
msgid "Characters left: "
|
1461 |
msgstr "Символов осталось:"
|
1462 |
|
1463 |
-
#: wp-to-twitter.php:
|
1464 |
msgid "WP Tweets User Settings"
|
1465 |
msgstr "Настройки пользователей WP Tweets"
|
1466 |
|
1467 |
-
#: wp-to-twitter.php:
|
1468 |
msgid "Use My Twitter Username"
|
1469 |
msgstr "Использовать мой логин Twitter"
|
1470 |
|
1471 |
-
#: wp-to-twitter.php:
|
1472 |
msgid "Tweet my posts with an @ reference to my username."
|
1473 |
-
msgstr "Твитить мои записи с @ссылкой на мой
|
1474 |
|
1475 |
-
#: wp-to-twitter.php:
|
1476 |
msgid ""
|
1477 |
"Tweet my posts with an @ reference to both my username and to the main site "
|
1478 |
"username."
|
1479 |
msgstr ""
|
1480 |
-
"Твитить мои записи с @ссылкой на мой
|
1481 |
-
"сайта)."
|
1482 |
|
1483 |
-
#: wp-to-twitter.php:
|
1484 |
msgid "Your Twitter Username"
|
1485 |
msgstr "Логин Twitter "
|
1486 |
|
1487 |
-
#: wp-to-twitter.php:
|
1488 |
msgid "Enter your own Twitter username."
|
1489 |
-
msgstr "Введите логин
|
1490 |
|
1491 |
-
#: wp-to-twitter.php:
|
1492 |
msgid "Hide account name in Tweets"
|
1493 |
-
msgstr "Скрывать
|
1494 |
|
1495 |
-
#: wp-to-twitter.php:
|
1496 |
msgid "Do not display my account in the #account# template tag."
|
1497 |
msgstr "Не показывать мой аккаунт через шоткод #account# ."
|
1498 |
|
1499 |
-
#: wp-to-twitter.php:
|
1500 |
-
msgid "Check off categories to tweet"
|
1501 |
-
msgstr "Отметьте рубрики для исключения твитов"
|
1502 |
-
|
1503 |
-
#: wp-to-twitter.php:1353
|
1504 |
-
msgid "Do not tweet posts in checked categories (Reverses default behavior)"
|
1505 |
-
msgstr ""
|
1506 |
-
"Не твитить записи из отмеченных рубрик (меняет стандартное поведение плагина)"
|
1507 |
-
|
1508 |
-
#: wp-to-twitter.php:1370
|
1509 |
-
msgid ""
|
1510 |
-
"Limits are exclusive. If a post is in one category which should be posted "
|
1511 |
-
"and one category that should not, it will not be posted."
|
1512 |
-
msgstr ""
|
1513 |
-
"Лимиты довольно строгие. Если запись находится в исключенной и неисключенной "
|
1514 |
-
"рубрике одновременно, она все равно НЕ будет передана в Twitter."
|
1515 |
-
|
1516 |
-
#: wp-to-twitter.php:1373
|
1517 |
-
msgid "Set Categories"
|
1518 |
-
msgstr "Отметить рубрики и сохранить"
|
1519 |
-
|
1520 |
-
#: wp-to-twitter.php:1396
|
1521 |
msgid "Settings"
|
1522 |
msgstr "Настройки"
|
1523 |
|
1524 |
-
#: wp-to-twitter.php:
|
1525 |
msgid "Upgrade"
|
1526 |
msgstr "Обновить"
|
1527 |
|
1528 |
-
#: wp-to-twitter.php:
|
1529 |
msgid ""
|
1530 |
"<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href="
|
1531 |
"\"%1$s\">changelog</a> before upgrading."
|
@@ -1533,7 +1503,7 @@ msgstr ""
|
|
1533 |
"<br /><strong>Заметка:</strong> Перед обновлением, посмотрите <a class="
|
1534 |
"\"thickbox\" href=\"%1$s\">список изменений</a>."
|
1535 |
|
1536 |
-
#: wp-to-twitter.php:
|
1537 |
msgid ""
|
1538 |
"I hope you've enjoyed <strong>WP to Twitter</strong>! Take a look at <a "
|
1539 |
"href='%s'>upgrading to WP Tweets PRO</a> for advanced Tweeting with "
|
@@ -1547,18 +1517,18 @@ msgstr ""
|
|
1547 |
msgid "Twitter returned an invalid response. It is probably down."
|
1548 |
msgstr "Twitter вернул некорректный ответ. Возможно, сервер не работает."
|
1549 |
|
1550 |
-
#: wpt-functions.php:
|
1551 |
msgid ""
|
1552 |
"Please read the FAQ and other Help documents before making a support request."
|
1553 |
msgstr ""
|
1554 |
"Прежде чем написать в техническую поддержку, проверьте файлы справки и "
|
1555 |
"прочитайте ЧАВО."
|
1556 |
|
1557 |
-
#: wpt-functions.php:
|
1558 |
msgid "Please describe your problem. I'm not psychic."
|
1559 |
msgstr "Опишите Вашу проблему подробно. Я не ясновидящий..."
|
1560 |
|
1561 |
-
#: wpt-functions.php:
|
1562 |
msgid ""
|
1563 |
"Thank you for supporting the continuing development of this plug-in! I'll "
|
1564 |
"get back to you as soon as I can. Please ensure that you can receive email "
|
@@ -1567,7 +1537,7 @@ msgstr ""
|
|
1567 |
"Спасибо за Вашу поддержку в разработке плагина! Я свяжусь с Вами как только "
|
1568 |
"смогу. Пожалуйтса, убедитесь что Ваш эл. адрес <code>%s</code> активен."
|
1569 |
|
1570 |
-
#: wpt-functions.php:
|
1571 |
msgid ""
|
1572 |
"Thanks for using WP to Twitter. Please ensure that you can receive email at "
|
1573 |
"<code>%s</code>."
|
@@ -1575,17 +1545,17 @@ msgstr ""
|
|
1575 |
"Спасибо за использование плагина WP to Twitter. Пожалуйтса, убедитесь что "
|
1576 |
"Ваш эл. адрес <code>%s</code> активен."
|
1577 |
|
1578 |
-
#: wpt-functions.php:
|
1579 |
msgid ""
|
1580 |
"<strong>Please note</strong>: I do keep records of those who have donated, "
|
1581 |
"but if your donation came from somebody other than your account at this web "
|
1582 |
"site, you must note this in your message."
|
1583 |
msgstr ""
|
1584 |
-
"<strong>Стоит отметить</strong>: Я записываю все сделанные пожертвования
|
1585 |
-
"(от переводчика: ставьте галочку в это поле только честно, если же Вы
|
1586 |
-
"пожертвования с другого аккаунта - укажите это)</em>."
|
1587 |
|
1588 |
-
#: wpt-functions.php:
|
1589 |
msgid ""
|
1590 |
"If you're having trouble with WP to Twitter, please try to answer these "
|
1591 |
"questions in your message:"
|
@@ -1593,105 +1563,109 @@ msgstr ""
|
|
1593 |
"Если у Вас возникли проблемы при работе с плагином WP to Twitter, ответьте "
|
1594 |
"на эти вопросы в своем сообщении:"
|
1595 |
|
1596 |
-
#: wpt-functions.php:
|
1597 |
msgid "Did this error happen only once, or repeatedly?"
|
1598 |
msgstr "Эта ошибка возникает постоянно или нет?"
|
1599 |
|
1600 |
-
#: wpt-functions.php:
|
1601 |
msgid "What was the Tweet, or an example Tweet, that produced this error?"
|
1602 |
msgstr "Что было в твите, вызвавшем ошибку?"
|
1603 |
|
1604 |
-
#: wpt-functions.php:
|
1605 |
msgid "If there was an error message from WP to Twitter, what was it?"
|
1606 |
msgstr "Если плагин WP to Twitter сообщал об ошибке, какой был ее код/текст?"
|
1607 |
|
1608 |
-
#: wpt-functions.php:
|
1609 |
msgid "What is the template you're using for your Tweets?"
|
1610 |
msgstr "Какой шаблон Вы используете для твитов?"
|
1611 |
|
1612 |
-
#: wpt-functions.php:
|
1613 |
msgid "Reply to:"
|
1614 |
msgstr "Ответить:"
|
1615 |
|
1616 |
-
#: wpt-functions.php:
|
1617 |
msgid ""
|
1618 |
"I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</"
|
1619 |
"span>"
|
1620 |
msgstr ""
|
1621 |
"Я прочитал <a href=\"%1$s\">ЧАВО</a> плагина <span>(обязательно!)</span>"
|
1622 |
|
1623 |
-
#: wpt-functions.php:
|
1624 |
msgid ""
|
1625 |
"I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
|
1626 |
msgstr "Я сделал <a href=\"%1$s\">пожертвование</a> на развитие плагина"
|
1627 |
|
1628 |
-
#: wpt-functions.php:
|
1629 |
msgid "Support Request:"
|
1630 |
msgstr "Запрос в тех. поддержку:"
|
1631 |
|
1632 |
-
#: wpt-functions.php:
|
1633 |
msgid "Send Support Request"
|
1634 |
msgstr "Отправить запрос на тех. поддержку"
|
1635 |
|
1636 |
-
#: wpt-functions.php:
|
1637 |
msgid ""
|
1638 |
"The following additional information will be sent with your support request:"
|
1639 |
msgstr ""
|
1640 |
"Дополнительная информация, которая будет отправлена вместе с Вашим запросом."
|
1641 |
|
1642 |
-
#: wpt-widget.php:
|
|
|
|
|
|
|
|
|
1643 |
msgid "<a href=\"%3$s\">about %1$s ago</a> via %2$s"
|
1644 |
msgstr "<a href=\"%3$s\">около %1$s назад</a> через %2$s"
|
1645 |
|
1646 |
-
#: wpt-widget.php:
|
1647 |
msgid "<a href=\"%2$s\">about %1$s ago</a>"
|
1648 |
msgstr "<a href=\"%2$s\">около %1$s нахад</a>"
|
1649 |
|
1650 |
-
#: wpt-widget.php:
|
1651 |
msgid "Display a list of your latest tweets."
|
1652 |
msgstr "Показать список последних твитов."
|
1653 |
|
1654 |
-
#: wpt-widget.php:
|
1655 |
msgid "WP to Twitter - Latest Tweets"
|
1656 |
msgstr "WP to Twitter - Последние твиты"
|
1657 |
|
1658 |
-
#: wpt-widget.php:
|
1659 |
msgid "Title"
|
1660 |
msgstr "Заголовок"
|
1661 |
|
1662 |
-
#: wpt-widget.php:
|
1663 |
msgid "Twitter Username"
|
1664 |
msgstr "Логин Twitter"
|
1665 |
|
1666 |
-
#: wpt-widget.php:
|
1667 |
msgid "Number of Tweets to Show"
|
1668 |
msgstr "Кол-во твитов в списке"
|
1669 |
|
1670 |
-
#: wpt-widget.php:
|
1671 |
msgid "Hide @ Replies"
|
1672 |
msgstr "Скрыть @ Ответы"
|
1673 |
|
1674 |
-
#: wpt-widget.php:
|
1675 |
msgid "Include Retweets"
|
1676 |
msgstr "Включить ретвит"
|
1677 |
|
1678 |
-
#: wpt-widget.php:
|
1679 |
msgid "Parse links"
|
1680 |
msgstr "Парсить ссылки"
|
1681 |
|
1682 |
-
#: wpt-widget.php:
|
1683 |
msgid "Parse @mentions"
|
1684 |
msgstr "Парсить @упоминания"
|
1685 |
|
1686 |
-
#: wpt-widget.php:
|
1687 |
msgid "Parse #hashtags"
|
1688 |
msgstr "Парсить #hashtags"
|
1689 |
|
1690 |
-
#: wpt-widget.php:
|
1691 |
msgid "Include Reply/Retweet/Favorite Links"
|
1692 |
msgstr "Включить ответ/ретвит/понравившиеся ссылки"
|
1693 |
|
1694 |
-
#: wpt-widget.php:
|
1695 |
msgid "Include Tweet source"
|
1696 |
msgstr "Включить исходный твит"
|
1697 |
|
@@ -1721,6 +1695,65 @@ msgstr "Joseph Dolson"
|
|
1721 |
msgid "http://www.joedolson.com/"
|
1722 |
msgstr "http://www.joedolson.com/"
|
1723 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1724 |
#~ msgid ""
|
1725 |
#~ "In addition to standard template tags, comments can use "
|
1726 |
#~ "<code>#commenter#</code> to post the commenter's name in the Tweet. "
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: WP to Twitter\n"
|
6 |
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-to-twitter\n"
|
7 |
+
"POT-Creation-Date: 2014-01-06 23:23:26+00:00\n"
|
8 |
+
"PO-Revision-Date: 2014-01-07 06:11+0400\n"
|
9 |
"Last-Translator: Elvis TEAM <elviswebteam@gmail.com>\n"
|
10 |
"Language-Team: Elvis WT <elviswebteam@gmail.com>\n"
|
11 |
+
"Language: ru\n"
|
12 |
"MIME-Version: 1.0\n"
|
13 |
"Content-Type: text/plain; charset=UTF-8\n"
|
14 |
"Content-Transfer-Encoding: 8bit\n"
|
15 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
16 |
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
17 |
+
"X-Generator: Poedit 1.6.3\n"
|
18 |
|
19 |
#: wp-to-twitter-manager.php:41
|
20 |
msgid "No error information is available for your shortener."
|
74 |
"<li><strong>Плагин WP to Twitter совместим с Вашим сервером/хостингом.</"
|
75 |
"strong></li>"
|
76 |
|
77 |
+
#: wp-to-twitter-manager.php:88
|
78 |
msgid "WP to Twitter Errors Cleared"
|
79 |
msgstr "Ошибки WP to Twitter удалены"
|
80 |
|
110 |
msgid "OAuth Authentication response not understood."
|
111 |
msgstr "Непонятный ответ авторизации OAuth."
|
112 |
|
113 |
+
#: wp-to-twitter-manager.php:374
|
114 |
msgid "WP to Twitter Advanced Options Updated"
|
115 |
msgstr "Дополнительные настройки плагина обновлены"
|
116 |
|
117 |
+
#: wp-to-twitter-manager.php:393
|
118 |
msgid "WP to Twitter Options Updated"
|
119 |
msgstr "Параметры WP to Twitter обновлены"
|
120 |
|
121 |
+
#: wp-to-twitter-manager.php:414
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
msgid ""
|
123 |
"<p>One or more of your last posts has failed to send a status update to "
|
124 |
"Twitter. The Tweet has been saved, and you can re-Tweet it at your leisure.</"
|
127 |
"<p>Несколько последних записей не было отправлено в Twitter. Эти твиты "
|
128 |
"сохранен, так что Вы можете вручную попробовать отправить их снова.</p>"
|
129 |
|
130 |
+
#: wp-to-twitter-manager.php:420
|
131 |
msgid ""
|
132 |
"Sorry! I couldn't get in touch with the Twitter servers to post your "
|
133 |
"<strong>new link</strong>! You'll have to post it manually, I'm afraid. "
|
135 |
"Извините! Я не могу соединиться с серверами Twitter для отправки Вашей "
|
136 |
"<strong>новой ссылки</strong>! Я боюсь, Вам придется разместить ее вручную."
|
137 |
|
138 |
+
#: wp-to-twitter-manager.php:423
|
139 |
msgid ""
|
140 |
"<p>The query to the URL shortener API failed, and your URL was not shrunk. "
|
141 |
"The full post URL was attached to your Tweet. Check with your URL shortening "
|
145 |
"обработана. К твиту прикреплена полная ссылка. Проверьте настройки сервиса "
|
146 |
"сокращения ссылок.</p>"
|
147 |
|
148 |
+
#: wp-to-twitter-manager.php:429
|
149 |
msgid "Clear 'WP to Twitter' Error Messages"
|
150 |
msgstr "Удалить сообщения об ошибках 'WP to Twitter' "
|
151 |
|
152 |
+
#: wp-to-twitter-manager.php:435
|
153 |
msgid "WP to Twitter Options"
|
154 |
msgstr "Параметры WP to Twitter"
|
155 |
|
156 |
+
#: wp-to-twitter-manager.php:457
|
157 |
+
msgid "Status Update Templates"
|
158 |
+
msgstr "Внешний вид твитов"
|
159 |
+
|
160 |
+
#: wp-to-twitter-manager.php:462 wp-to-twitter-manager.php:545
|
161 |
+
msgid "Save WP to Twitter Options"
|
162 |
+
msgstr "Сохранить настройки плагина"
|
163 |
+
|
164 |
+
#: wp-to-twitter-manager.php:477 wp-to-twitter-manager.php:533
|
165 |
+
msgid "Links"
|
166 |
+
msgstr "Ссылки"
|
167 |
+
|
168 |
+
#: wp-to-twitter-manager.php:497
|
169 |
+
msgid ""
|
170 |
+
"These categories are currently <strong>excluded</strong> by the deprecated "
|
171 |
+
"WP to Twitter category filters."
|
172 |
+
msgstr ""
|
173 |
+
"В данный момент эти рубрики <strong>не допустимы</strong> списком фильтров "
|
174 |
+
"рубрик WP to Twitter."
|
175 |
+
|
176 |
+
#: wp-to-twitter-manager.php:499
|
177 |
+
msgid ""
|
178 |
+
"These categories are currently <strong>allowed</strong> by the deprecated WP "
|
179 |
+
"to Twitter category filters."
|
180 |
+
msgstr ""
|
181 |
+
"В данный момент эти рубрики <strong>допустимы</strong> списком фильтров "
|
182 |
+
"рубрик WP to Twitter."
|
183 |
|
184 |
+
#: wp-to-twitter-manager.php:508
|
185 |
+
msgid ""
|
186 |
+
"<a href=\"%s\">Upgrade to WP Tweets PRO</a> to filter posts in all custom "
|
187 |
+
"post types on any taxonomy."
|
188 |
+
msgstr ""
|
189 |
+
"<a href=\"%s\">Обновитесь до ПРО версии</a> чтобы отфильтровать записи по "
|
190 |
+
"произвольным типам или таксономиям."
|
191 |
|
192 |
+
#: wp-to-twitter-manager.php:510
|
193 |
+
msgid ""
|
194 |
+
"Updating the WP Tweets PRO taxonomy filters will overwrite your old category "
|
195 |
+
"filters."
|
196 |
+
msgstr ""
|
197 |
+
"Обновление фильтров таксономий (в ПРО версии) перезапишет старые фильтры."
|
198 |
|
199 |
+
#: wp-to-twitter-manager.php:518
|
200 |
msgid "Update when %1$s %2$s is published"
|
201 |
msgstr "Твитнуть, когда %1$s %2$s опубликована"
|
202 |
|
203 |
+
#: wp-to-twitter-manager.php:518
|
204 |
+
msgid "Template for new %1$s updates"
|
205 |
+
msgstr "Вид твита при публикации новой %1$s"
|
206 |
|
207 |
+
#: wp-to-twitter-manager.php:522
|
208 |
msgid "Update when %1$s %2$s is edited"
|
209 |
msgstr "Твитнуть, когда %1$s %2$s отредактирована"
|
210 |
|
211 |
+
#: wp-to-twitter-manager.php:522
|
212 |
+
msgid "Template for %1$s editing updates"
|
213 |
+
msgstr "Вид твита при изменении (редактировании) %1$s"
|
|
|
|
|
|
|
|
|
214 |
|
215 |
+
#: wp-to-twitter-manager.php:536
|
216 |
msgid "Update Twitter when you post a Blogroll link"
|
217 |
msgstr "Обновить Twitter при добавлении ссылки в блогролл"
|
218 |
|
219 |
+
#: wp-to-twitter-manager.php:537
|
220 |
msgid "Text for new link updates:"
|
221 |
msgstr "Шаблон твита при новой ссылке:"
|
222 |
|
223 |
+
#: wp-to-twitter-manager.php:537
|
224 |
msgid ""
|
225 |
"Available shortcodes: <code>#url#</code>, <code>#title#</code>, and "
|
226 |
"<code>#description#</code>."
|
228 |
"Доступные шоткоды: <code>#url#</code>, <code>#title#</code>, и "
|
229 |
"<code>#description#</code>."
|
230 |
|
231 |
+
#: wp-to-twitter-manager.php:557
|
232 |
msgid "Advanced Settings"
|
233 |
msgstr "Дополнительные настройки"
|
234 |
|
235 |
+
#: wp-to-twitter-manager.php:562 wp-to-twitter-manager.php:726
|
236 |
+
msgid "Save Advanced WP to Twitter Options"
|
237 |
+
msgstr "Сохранить доп. настройки плагина"
|
238 |
|
239 |
+
#: wp-to-twitter-manager.php:565
|
240 |
msgid "Tags"
|
241 |
msgstr "Настройки меток"
|
242 |
|
243 |
+
#: wp-to-twitter-manager.php:567
|
244 |
msgid "Strip nonalphanumeric characters from tags"
|
245 |
msgstr "Вычищать не буквенно-цифровые символы из меток"
|
246 |
|
247 |
+
#: wp-to-twitter-manager.php:570
|
248 |
msgid "Use tag slug as hashtag value"
|
249 |
msgstr "Использовать ярлык меток как хештег"
|
250 |
|
251 |
+
#: wp-to-twitter-manager.php:573
|
252 |
msgid "Spaces in tags replaced with:"
|
253 |
msgstr "Заменять пробелы в метках на:"
|
254 |
|
255 |
+
#: wp-to-twitter-manager.php:576
|
256 |
msgid "Maximum number of tags to include:"
|
257 |
msgstr "Максимальное количество тэгов:"
|
258 |
|
259 |
+
#: wp-to-twitter-manager.php:577
|
260 |
msgid "Maximum length in characters for included tags:"
|
261 |
msgstr "Максимальная длина тегов (в символах):"
|
262 |
|
263 |
+
#: wp-to-twitter-manager.php:581
|
264 |
msgid "Template Tag Settings"
|
265 |
msgstr "Настройки внешнего вида"
|
266 |
|
267 |
+
#: wp-to-twitter-manager.php:583
|
268 |
msgid "Length of post excerpt (in characters):"
|
269 |
msgstr "Длина выдержки записи (в символах):"
|
270 |
|
271 |
+
#: wp-to-twitter-manager.php:583
|
272 |
msgid ""
|
273 |
"Extracted from the post. If you use the 'Excerpt' field, it will be used "
|
274 |
"instead."
|
276 |
"Выдержка. Если Вы используете поле 'Цитата', то будет использоваться текст "
|
277 |
"оттуда."
|
278 |
|
279 |
+
#: wp-to-twitter-manager.php:586
|
280 |
msgid "WP to Twitter Date Formatting:"
|
281 |
msgstr "Формат даты WP to Twitter:"
|
282 |
|
283 |
+
#: wp-to-twitter-manager.php:586
|
284 |
msgid ""
|
285 |
"Default is from your general settings. <a href='http://codex.wordpress.org/"
|
286 |
"Formatting_Date_and_Time'>Date Formatting Documentation</a>."
|
288 |
"По умолчанию, значение будет взято из общих настроек. <a href='http://codex."
|
289 |
"wordpress.org/Formatting_Date_and_Time'>Форматирование даты и времени</a>."
|
290 |
|
291 |
+
#: wp-to-twitter-manager.php:590
|
292 |
msgid "Custom text before all Tweets:"
|
293 |
msgstr "Произвольный текст перед всеми твитами:"
|
294 |
|
295 |
+
#: wp-to-twitter-manager.php:593
|
296 |
msgid "Custom text after all Tweets:"
|
297 |
msgstr "Произвольный текст после всех твитов:"
|
298 |
|
299 |
+
#: wp-to-twitter-manager.php:596
|
300 |
msgid "Custom field for an alternate URL to be shortened and Tweeted:"
|
301 |
msgstr ""
|
302 |
"Произвольное поле альтернативной сокращенной и отправленной в Twitter ссылки:"
|
303 |
|
304 |
+
#: wp-to-twitter-manager.php:626
|
305 |
msgid "Template tag priority order"
|
306 |
msgstr "Настройки приоритета вывода тегов"
|
307 |
|
308 |
+
#: wp-to-twitter-manager.php:627
|
309 |
msgid ""
|
310 |
"The order in which items will be abbreviated or removed from your Tweet if "
|
311 |
"the Tweet is too long to send to Twitter."
|
313 |
"Порядок, в котором будут сокращены или удалены из твитов те или иные "
|
314 |
"объекты, если длина твита превышает допустимую."
|
315 |
|
316 |
+
#: wp-to-twitter-manager.php:633
|
317 |
msgid "Special Cases when WordPress should send a Tweet"
|
318 |
msgstr "Особые случаи, когда WordPress нужно отправить твит"
|
319 |
|
320 |
+
#: wp-to-twitter-manager.php:636
|
321 |
msgid "Do not post Tweets by default"
|
322 |
msgstr "Не размещать твиты по умолчанию"
|
323 |
|
324 |
+
#: wp-to-twitter-manager.php:638
|
325 |
msgid "Do not post Tweets by default (editing only)"
|
326 |
msgstr "Не размещать твиты по умолчанию (только редактирование)"
|
327 |
|
328 |
+
#: wp-to-twitter-manager.php:640
|
329 |
msgid "Allow status updates from Quick Edit"
|
330 |
msgstr "Разрешить обновления через быстрое редактирование"
|
331 |
|
332 |
+
#: wp-to-twitter-manager.php:644
|
333 |
msgid "Google Analytics Settings"
|
334 |
msgstr "Настройки Google Analytics "
|
335 |
|
336 |
+
#: wp-to-twitter-manager.php:645
|
337 |
msgid ""
|
338 |
"You can track the response from Twitter using Google Analytics by defining a "
|
339 |
"campaign identifier here. You can either define a static identifier or a "
|
349 |
"зависимости от информации в текущей записи. Динамические идентификаторы "
|
350 |
"позволят разбить статистику на дополнительные переменные."
|
351 |
|
352 |
+
#: wp-to-twitter-manager.php:648
|
353 |
msgid "Use a Static Identifier with WP-to-Twitter"
|
354 |
msgstr "Использовать статический идентификатор WP-to-Twitter"
|
355 |
|
356 |
+
#: wp-to-twitter-manager.php:649
|
357 |
msgid "Static Campaign identifier for Google Analytics:"
|
358 |
msgstr "Статический идентификатор компании для Google Analytics:"
|
359 |
|
360 |
+
#: wp-to-twitter-manager.php:653
|
361 |
msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
|
362 |
msgstr ""
|
363 |
"Использовать динамический идентификатор с Google Analytics и WP-to-Twitter"
|
364 |
|
365 |
+
#: wp-to-twitter-manager.php:654
|
366 |
msgid "What dynamic identifier would you like to use?"
|
367 |
msgstr "Какой динамический идентификатор использовать?"
|
368 |
|
369 |
+
#: wp-to-twitter-manager.php:656
|
370 |
msgid "Category"
|
371 |
msgstr "Рубрика"
|
372 |
|
373 |
+
#: wp-to-twitter-manager.php:657
|
374 |
msgid "Post ID"
|
375 |
msgstr "ID записи"
|
376 |
|
377 |
+
#: wp-to-twitter-manager.php:658
|
378 |
msgid "Post Title"
|
379 |
msgstr "Заголовок"
|
380 |
|
381 |
+
#: wp-to-twitter-manager.php:659
|
382 |
msgid "Author"
|
383 |
msgstr "Автор"
|
384 |
|
385 |
+
#: wp-to-twitter-manager.php:663
|
386 |
msgid "No Analytics"
|
387 |
msgstr "Не вести отслаживание"
|
388 |
|
389 |
+
#: wp-to-twitter-manager.php:667
|
390 |
msgid "Author Settings"
|
391 |
msgstr "Настройки для авторов"
|
392 |
|
393 |
+
#: wp-to-twitter-manager.php:670
|
394 |
msgid "Authors have individual Twitter accounts"
|
395 |
msgstr "Расширенный режим аккаунтов Twitter для авторов"
|
396 |
|
397 |
+
#: wp-to-twitter-manager.php:672
|
398 |
msgid ""
|
399 |
"Authors can add their username in their user profile. With the free edition "
|
400 |
"of WP to Twitter, it adds an @reference to the author. The @reference is "
|
401 |
"placed using the <code>#account#</code> shortcode, which will pick up the "
|
402 |
"main account if the user account isn't configured."
|
403 |
msgstr ""
|
404 |
+
"Авторы могут добавлять свои профили Twitter в профиль WP. В бесплатной "
|
405 |
+
"версии включение опции добавит @ссылку на автора. @ссылка размещается с "
|
406 |
+
"помощью шоткода <code>#account#</code>. Если пользователь не укажет логин, "
|
407 |
+
"будет показано имя основного аккаунта (из настроек плагина)."
|
408 |
|
409 |
+
#: wp-to-twitter-manager.php:676
|
410 |
msgid "Permissions"
|
411 |
msgstr "Права доступа"
|
412 |
|
413 |
+
#: wp-to-twitter-manager.php:692
|
414 |
msgid "The lowest user group that can add their Twitter information"
|
415 |
msgstr ""
|
416 |
"Группа пользователей (и все группы выше по уровню доступа), которые могут "
|
417 |
"добавлять информацию Twitter"
|
418 |
|
419 |
+
#: wp-to-twitter-manager.php:697
|
420 |
msgid ""
|
421 |
"The lowest user group that can see the Custom Tweet options when posting"
|
422 |
msgstr ""
|
423 |
"Группа пользователей (и все группы выше по уровню доступа), которые могут "
|
424 |
"использовать произвольные настройки твитов"
|
425 |
|
426 |
+
#: wp-to-twitter-manager.php:702
|
427 |
msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
|
428 |
msgstr ""
|
429 |
"Группа пользователей (и все группы выше по уровню доступа), которые могут "
|
430 |
"менять настройки отправки твитов (отправлять/не отправлять запись в Twitter)"
|
431 |
|
432 |
+
#: wp-to-twitter-manager.php:707
|
433 |
msgid "The lowest user group that can send Twitter updates"
|
434 |
msgstr ""
|
435 |
"Группа пользователей (и все группы выше по уровню доступа), которые могут "
|
436 |
"отправлять обновления Twitter"
|
437 |
|
438 |
+
#: wp-to-twitter-manager.php:711
|
439 |
msgid "Error Messages and Debugging"
|
440 |
msgstr "Сообщения об ошибках и отладка"
|
441 |
|
442 |
+
#: wp-to-twitter-manager.php:713
|
443 |
msgid "Disable global URL shortener error messages."
|
444 |
msgstr "Отключить отображение ошибок сервисов сокращения ссылок."
|
445 |
|
446 |
+
#: wp-to-twitter-manager.php:714
|
447 |
msgid "Disable global Twitter API error messages."
|
448 |
msgstr "Отключить отображение ошибок API Twitter."
|
449 |
|
450 |
+
#: wp-to-twitter-manager.php:716
|
451 |
msgid "Get Debugging Data for OAuth Connection"
|
452 |
msgstr "Собирать отладочную информацию для соединения OAuth"
|
453 |
|
454 |
+
#: wp-to-twitter-manager.php:718
|
455 |
msgid "Switch to <code>http</code> connection. (Default is https)"
|
456 |
msgstr "Переключитесь на <code>http</code> соединение. (по умолчанию https)"
|
457 |
|
458 |
+
#: wp-to-twitter-manager.php:720
|
459 |
msgid "I made a donation, so stop whinging at me, please."
|
460 |
msgstr "Я сделал пожертвование, не показывать больше уведомления."
|
461 |
|
462 |
+
#: wp-to-twitter-manager.php:735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
463 |
msgid "Get Plug-in Support"
|
464 |
msgstr "Получить тех. поддержку"
|
465 |
|
466 |
+
#: wp-to-twitter-manager.php:746
|
467 |
msgid "Check Support"
|
468 |
msgstr "Тест на совместимость"
|
469 |
|
470 |
+
#: wp-to-twitter-manager.php:746
|
471 |
msgid ""
|
472 |
"Check whether your server supports <a href=\"http://www.joedolson.com/"
|
473 |
"articles/wp-to-twitter/\">WP to Twitter's</a> queries to the Twitter and URL "
|
480 |
"теста будет отправлено обновление на Twitter и получена сокращенная ссылка "
|
481 |
"(используя выбранный метод)."
|
482 |
|
483 |
+
#: wp-to-twitter-manager.php:765
|
484 |
msgid "Support WP to Twitter"
|
485 |
msgstr "Поддержите плагин"
|
486 |
|
487 |
+
#: wp-to-twitter-manager.php:767
|
488 |
msgid "WP to Twitter Support"
|
489 |
msgstr "Поддержка плагина"
|
490 |
|
491 |
+
#: wp-to-twitter-manager.php:775 wp-to-twitter.php:1143 wp-to-twitter.php:1145
|
492 |
msgid "Get Support"
|
493 |
msgstr "Поддержка"
|
494 |
|
495 |
+
#: wp-to-twitter-manager.php:777
|
496 |
msgid ""
|
497 |
+
"<a href=\"http://www.joedolson.com/donate.php\">Make a donation today!</"
|
498 |
+
"a><br />Every donation matters - donate $5, $20, or $100 today!"
|
|
|
499 |
msgstr ""
|
500 |
+
"<a href=\"http://www.joedolson.com/donate.php\">Поддержите разработчика!</"
|
501 |
+
"a><br />Каждая \"копейка\" поможет развивать плагин и дальше!"
|
|
|
502 |
|
503 |
+
#: wp-to-twitter-manager.php:797
|
504 |
msgid "Upgrade Now!"
|
505 |
msgstr "Обновить!"
|
506 |
|
507 |
+
#: wp-to-twitter-manager.php:799
|
508 |
+
msgid "Upgrade to <strong>WP Tweets PRO</strong>!"
|
509 |
+
msgstr "Обновитесь до <strong>ПРО версии плагина</strong>!"
|
|
|
|
|
510 |
|
511 |
+
#: wp-to-twitter-manager.php:800
|
512 |
+
msgid "Bonuses in the PRO upgrade:"
|
513 |
+
msgstr "Преимущества ПРО версии:"
|
514 |
|
515 |
+
#: wp-to-twitter-manager.php:802
|
516 |
+
msgid "Authors can post to their own Twitter accounts"
|
517 |
+
msgstr "Авторы могут размещать твиты в своих аккаунтах"
|
518 |
|
519 |
+
#: wp-to-twitter-manager.php:803
|
520 |
+
msgid "Delay Tweets minutes or hours after you publish"
|
521 |
+
msgstr "Отложить отправку твита на минуты или часы (после публикации)"
|
|
|
|
|
522 |
|
523 |
+
#: wp-to-twitter-manager.php:804
|
524 |
+
msgid "Automatically schedule Tweets to post again later"
|
525 |
+
msgstr "Автоматическое расписание передачи твитов в записи"
|
526 |
|
527 |
+
#: wp-to-twitter-manager.php:805
|
528 |
msgid "Send Tweets for approved comments"
|
529 |
msgstr "Шаблон твита при одобренных ответах"
|
530 |
|
531 |
+
#: wp-to-twitter-manager.php:806
|
532 |
+
msgid "Filter Tweets by category, tag, or custom taxonomy"
|
533 |
+
msgstr "Фильтровать твиты по рубрике, метки или произвольной таксономии"
|
534 |
+
|
535 |
+
#: wp-to-twitter-manager.php:821
|
536 |
msgid "Shortcodes"
|
537 |
msgstr "Шоткоды"
|
538 |
|
539 |
+
#: wp-to-twitter-manager.php:823
|
540 |
msgid "Available in post update templates:"
|
541 |
msgstr "Поддерживаемые коды в шаблоне:"
|
542 |
|
543 |
+
#: wp-to-twitter-manager.php:825
|
544 |
msgid "<code>#title#</code>: the title of your blog post"
|
545 |
msgstr "<code>#title#</code>: заголовок записи"
|
546 |
|
547 |
+
#: wp-to-twitter-manager.php:826
|
548 |
msgid "<code>#blog#</code>: the title of your blog"
|
549 |
msgstr "<code>#blog#</code>: заголовок блога"
|
550 |
|
551 |
+
#: wp-to-twitter-manager.php:827
|
552 |
msgid "<code>#post#</code>: a short excerpt of the post content"
|
553 |
msgstr "<code>#post#</code>: краткая выдержка из текста записи"
|
554 |
|
555 |
+
#: wp-to-twitter-manager.php:828
|
556 |
msgid "<code>#category#</code>: the first selected category for the post"
|
557 |
msgstr "<code>#category#</code>: первая выбранная рубрика записи"
|
558 |
|
559 |
+
#: wp-to-twitter-manager.php:829
|
560 |
msgid ""
|
561 |
"<code>#cat_desc#</code>: custom value from the category description field"
|
562 |
msgstr ""
|
563 |
"<code>#cat_desc#</code>: произвольное значение из поля описания рубрики"
|
564 |
|
565 |
+
#: wp-to-twitter-manager.php:830
|
566 |
msgid "<code>#date#</code>: the post date"
|
567 |
msgstr "<code>#date#</code>: дата записи"
|
568 |
|
569 |
+
#: wp-to-twitter-manager.php:831
|
570 |
msgid "<code>#modified#</code>: the post modified date"
|
571 |
msgstr "<code>#modified#</code>: дата изменения записи"
|
572 |
|
573 |
+
#: wp-to-twitter-manager.php:832
|
574 |
msgid "<code>#url#</code>: the post URL"
|
575 |
msgstr "<code>#url#</code>: ссылка на запись"
|
576 |
|
577 |
+
#: wp-to-twitter-manager.php:833
|
578 |
msgid ""
|
579 |
"<code>#author#</code>: the post author (@reference if available, otherwise "
|
580 |
"display name)"
|
582 |
"<code>#author#</code>: автор записи (возможна @ссылка, если нет - выводится "
|
583 |
"имя автора)"
|
584 |
|
585 |
+
#: wp-to-twitter-manager.php:834
|
586 |
msgid "<code>#displayname#</code>: post author's display name"
|
587 |
msgstr "<code>#displayname#</code>: имя автора записи"
|
588 |
|
589 |
+
#: wp-to-twitter-manager.php:835
|
590 |
msgid ""
|
591 |
"<code>#account#</code>: the twitter @reference for the account (or the "
|
592 |
"author, if author settings are enabled and set.)"
|
594 |
"<code>#account#</code>: @ссылка на аккаунт (или автора, если расширенный "
|
595 |
"режим включен и настроен)"
|
596 |
|
597 |
+
#: wp-to-twitter-manager.php:836
|
598 |
msgid ""
|
599 |
"<code>#@#</code>: the twitter @reference for the author or blank, if not set"
|
600 |
msgstr ""
|
601 |
"<code>#@#</code>: @ссылка на аккаунт автора или пустое поле, если не "
|
602 |
"настроено"
|
603 |
|
604 |
+
#: wp-to-twitter-manager.php:837
|
605 |
msgid ""
|
606 |
"<code>#tags#</code>: your tags modified into hashtags. See options in the "
|
607 |
"Advanced Settings section, below."
|
609 |
"<code>#tags#</code>: метки записи будут переведены в хештеги (другие "
|
610 |
"настройки ищите в ниже)"
|
611 |
|
612 |
+
#: wp-to-twitter-manager.php:839
|
613 |
msgid ""
|
614 |
"<code>#reference#</code>: Used only in co-tweeting. @reference to main "
|
615 |
"account when posted to author account, @reference to author account in post "
|
619 |
"аккаунт, когда размещается запись на аккаунт автора, @ссылка на аккаунт "
|
620 |
"автора в записи на главный аккаунт."
|
621 |
|
622 |
+
#: wp-to-twitter-manager.php:842
|
623 |
msgid ""
|
624 |
"You can also create custom shortcodes to access WordPress custom fields. Use "
|
625 |
"doubled square brackets surrounding the name of your custom field to add the "
|
626 |
+
"value of that custom field to your status update. Example: "
|
627 |
+
"<code>[[custom_field]]</code></p>"
|
628 |
msgstr ""
|
629 |
"Вы также можете создать произвольные шоткоды, чтобы работать с произвольными "
|
630 |
"полями WordPress. Используйте двойные квадратные скобки вокруг имени тега "
|
655 |
"Для соединения с Twitter требуется авторизация OAuth. Чтобы продолжить, <a "
|
656 |
"href='%s'>обновите настройки</a> и завершите установку WP to Twitter."
|
657 |
|
658 |
+
#: wp-to-twitter-oauth.php:211 wp-to-twitter-oauth.php:214
|
659 |
msgid "Connect to Twitter"
|
660 |
msgstr "Подключиться к Twitter"
|
661 |
|
662 |
+
#: wp-to-twitter-oauth.php:217
|
663 |
msgid "WP to Twitter Set-up"
|
664 |
msgstr "Настройка плагина"
|
665 |
|
666 |
+
#: wp-to-twitter-oauth.php:218 wp-to-twitter-oauth.php:310
|
667 |
+
#: wp-to-twitter-oauth.php:315
|
668 |
msgid "Your server time:"
|
669 |
msgstr "Время сервера:"
|
670 |
|
671 |
+
#: wp-to-twitter-oauth.php:218
|
672 |
msgid "Twitter's time:"
|
673 |
msgstr "Время Twitter:"
|
674 |
|
675 |
+
#: wp-to-twitter-oauth.php:218
|
676 |
msgid ""
|
677 |
"If these timestamps are not within 5 minutes of each other, your server will "
|
678 |
"not connect to Twitter."
|
680 |
"Если эти временные отметки не совпадают (разница более 5 минут), соединения "
|
681 |
"с Twitter не будет."
|
682 |
|
683 |
+
#: wp-to-twitter-oauth.php:220
|
684 |
msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
|
685 |
msgstr ""
|
686 |
"Временная зона сервера (должна быть UTC, GMT, Europe/London или аналогичная):"
|
687 |
|
688 |
+
#: wp-to-twitter-oauth.php:224
|
689 |
msgid "1. Register this site as an application on "
|
690 |
msgstr "1. Зарегистрируйте свой сайт как приложение на "
|
691 |
|
692 |
+
#: wp-to-twitter-oauth.php:224
|
693 |
msgid "Twitter's application registration page"
|
694 |
msgstr "странице регистрации приложений Twitter"
|
695 |
|
696 |
+
#: wp-to-twitter-oauth.php:226
|
697 |
msgid ""
|
698 |
"If you're not currently logged in to Twitter, log-in to the account you want "
|
699 |
"associated with this site"
|
701 |
"Если Вы еще не вошли в Twitter и войдите в тот аккаунт, с которым хотите "
|
702 |
"связать этот сайт"
|
703 |
|
704 |
+
#: wp-to-twitter-oauth.php:227
|
705 |
msgid "Your application name cannot include the word \"Twitter.\""
|
706 |
msgstr "В названии приложения не должно употребляться слово \"Twitter.\""
|
707 |
|
708 |
+
#: wp-to-twitter-oauth.php:228
|
709 |
msgid "Your Application Description can be anything."
|
710 |
msgstr "Описание приложения может быть любым."
|
711 |
|
712 |
+
#: wp-to-twitter-oauth.php:229
|
713 |
msgid "The WebSite and Callback URL should be "
|
714 |
msgstr "В поле веб-сайт и Callback URL должна быть ссылка "
|
715 |
|
716 |
+
#: wp-to-twitter-oauth.php:231
|
717 |
msgid "Agree to the Developer Rules of the Road and continue."
|
718 |
msgstr "Примите все соглашения на странице и нажмите продолжить."
|
719 |
|
720 |
+
#: wp-to-twitter-oauth.php:232
|
721 |
msgid "2. Switch to the \"Settings\" tab in Twitter apps"
|
722 |
msgstr "2. Перейдите на вкладку \"Settings\" (\"Настройки\") в Twitter apps"
|
723 |
|
724 |
+
#: wp-to-twitter-oauth.php:232
|
725 |
msgid "<em>Do NOT create your access token yet.</em>"
|
726 |
msgstr "<em>НЕ создавайте пока что access token.</em>"
|
727 |
|
728 |
+
#: wp-to-twitter-oauth.php:234
|
729 |
msgid "Select \"Read and Write\" for the Application Type"
|
730 |
msgstr "Укажите тип приложения \"Read and Write\" "
|
731 |
|
732 |
+
#: wp-to-twitter-oauth.php:235
|
733 |
msgid "Update the application settings"
|
734 |
msgstr "Обновить настройки приложения"
|
735 |
|
736 |
+
#: wp-to-twitter-oauth.php:236
|
737 |
msgid "Return to the Details tab and create your access token."
|
738 |
msgstr "Вернитесь обратно на вкладку \"Детали\" и создайте access token."
|
739 |
|
740 |
+
#: wp-to-twitter-oauth.php:238
|
741 |
msgid ""
|
742 |
"Once you have registered your site as an application, you will be provided "
|
743 |
"with four keys."
|
745 |
"Создав приложение для своего сайта, Вы получите четыре ключа, необходимые "
|
746 |
"для настройки плагина."
|
747 |
|
748 |
+
#: wp-to-twitter-oauth.php:239
|
749 |
msgid ""
|
750 |
"3. Copy and paste your consumer key and consumer secret into the fields below"
|
751 |
msgstr ""
|
752 |
"3. Скопируйте и вставьте ключ consumer key и consumer secret в поля ниже"
|
753 |
|
754 |
+
#: wp-to-twitter-oauth.php:242
|
755 |
msgid "Twitter Consumer Key"
|
756 |
msgstr "Twitter Consumer Key"
|
757 |
|
758 |
+
#: wp-to-twitter-oauth.php:246
|
759 |
msgid "Twitter Consumer Secret"
|
760 |
msgstr "Twitter Consumer Secret"
|
761 |
|
762 |
+
#: wp-to-twitter-oauth.php:250
|
763 |
msgid ""
|
764 |
"4. Copy and paste your Access Token and Access Token Secret into the fields "
|
765 |
"below"
|
766 |
msgstr ""
|
767 |
"4. Скопируйте и вставьте ключ Access Token и Access Token Secret в поля ниже"
|
768 |
|
769 |
+
#: wp-to-twitter-oauth.php:251
|
770 |
msgid ""
|
771 |
"If the Access level for your Access Token is not \"<em>Read and write</em>"
|
772 |
"\", you must return to step 2 and generate a new Access Token."
|
775 |
"\" (\"<em>Чтение и запись</em>\"), вернитесь ко второму пункту и создайте "
|
776 |
"новый Access Token."
|
777 |
|
778 |
+
#: wp-to-twitter-oauth.php:254
|
779 |
msgid "Access Token"
|
780 |
msgstr "Access Token"
|
781 |
|
782 |
+
#: wp-to-twitter-oauth.php:258
|
783 |
msgid "Access Token Secret"
|
784 |
msgstr "Access Token Secret"
|
785 |
|
786 |
+
#: wp-to-twitter-oauth.php:277
|
787 |
msgid "Disconnect Your WordPress and Twitter Account"
|
788 |
msgstr "Отключить блог WordPress от аккаунта Twitter"
|
789 |
|
790 |
+
#: wp-to-twitter-oauth.php:281
|
791 |
msgid "Disconnect your WordPress and Twitter Account"
|
792 |
msgstr "Отключить блог WordPress от аккаунта Twitter"
|
793 |
|
794 |
+
#: wp-to-twitter-oauth.php:283
|
795 |
msgid ""
|
796 |
"<strong>Troubleshooting tip:</strong> Connected, but getting a error that "
|
797 |
"your Authentication credentials are missing or incorrect? Check that your "
|
805 |
"Если нет, то нужно создать новый Token. Подробнее читайте <a href=\"http://"
|
806 |
"www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">ЧАВО</a>"
|
807 |
|
808 |
+
#: wp-to-twitter-oauth.php:285
|
809 |
msgid ""
|
810 |
"Your time stamps are more than 5 minutes apart. Your server could lose its "
|
811 |
"connection with Twitter."
|
813 |
"Временные отметки не совпадают (разница более 5 минут), сервер может "
|
814 |
"потерять соединение с Twitter."
|
815 |
|
816 |
+
#: wp-to-twitter-oauth.php:287
|
817 |
msgid ""
|
818 |
"WP to Twitter could not contact Twitter's remote server. Here is the error "
|
819 |
"triggered: "
|
820 |
msgstr ""
|
821 |
"WP to Twitter не смог соединиться с удаленным серевром Twitter. Ошибка:"
|
822 |
|
823 |
+
#: wp-to-twitter-oauth.php:292
|
824 |
msgid "Disconnect from Twitter"
|
825 |
msgstr "Отключиться от Twitter"
|
826 |
|
827 |
+
#: wp-to-twitter-oauth.php:298
|
828 |
msgid "Twitter Username "
|
829 |
msgstr "Логин Twitter"
|
830 |
|
831 |
+
#: wp-to-twitter-oauth.php:299
|
832 |
msgid "Consumer Key "
|
833 |
msgstr "Consumer Key "
|
834 |
|
835 |
+
#: wp-to-twitter-oauth.php:300
|
836 |
msgid "Consumer Secret "
|
837 |
msgstr "Consumer Secret "
|
838 |
|
839 |
+
#: wp-to-twitter-oauth.php:301
|
840 |
msgid "Access Token "
|
841 |
msgstr "Access Token "
|
842 |
|
843 |
+
#: wp-to-twitter-oauth.php:302
|
844 |
msgid "Access Token Secret "
|
845 |
msgstr "Access Token Secret "
|
846 |
|
847 |
+
#: wp-to-twitter-oauth.php:310 wp-to-twitter-oauth.php:316
|
848 |
msgid "Twitter's server time: "
|
849 |
msgstr "Время сервера Twitter:"
|
850 |
|
851 |
+
#: wp-to-twitter-shorteners.php:295
|
852 |
msgid ""
|
853 |
"<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account "
|
854 |
"Settings"
|
856 |
"Настройки сервиса сокращения <abbr title=\"Uniform Resource Locator"
|
857 |
"\">ссылок</abbr>"
|
858 |
|
859 |
+
#: wp-to-twitter-shorteners.php:299
|
860 |
msgid "Your Su.pr account details"
|
861 |
msgstr "Настройки сервиса Su.pr"
|
862 |
|
863 |
+
#: wp-to-twitter-shorteners.php:299
|
864 |
msgid "(optional)"
|
865 |
msgstr "(опционально)"
|
866 |
|
867 |
+
#: wp-to-twitter-shorteners.php:304
|
868 |
msgid "Your Su.pr Username:"
|
869 |
msgstr "Логин Su.pr:"
|
870 |
|
871 |
+
#: wp-to-twitter-shorteners.php:308
|
872 |
msgid ""
|
873 |
"Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
|
874 |
msgstr "Ключ <abbr title='application programming interface'>API</abbr> Su.pr:"
|
875 |
|
876 |
+
#: wp-to-twitter-shorteners.php:315
|
877 |
msgid ""
|
878 |
"Don't have a Su.pr account or API key? <a href='http://su.pr/'>Get one here</"
|
879 |
"a>!<br />You'll need an API key in order to associate the URLs you create "
|
883 |
"здесь</a>!<br />Чтобы создавать сокращенные ссылки через Su.pr, Вам "
|
884 |
"потребуется ключ API сервиса."
|
885 |
|
886 |
+
#: wp-to-twitter-shorteners.php:321
|
887 |
msgid "Your Bit.ly account details"
|
888 |
msgstr "Настройки сервиса Bit.ly"
|
889 |
|
890 |
+
#: wp-to-twitter-shorteners.php:326
|
891 |
msgid "Your Bit.ly username:"
|
892 |
msgstr "Логин Bit.ly:"
|
893 |
|
894 |
+
#: wp-to-twitter-shorteners.php:330
|
895 |
msgid ""
|
896 |
"Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
|
897 |
msgstr ""
|
898 |
"Ключ <abbr title='application programming interface'>API</abbr> Bit.ly:"
|
899 |
|
900 |
+
#: wp-to-twitter-shorteners.php:333
|
901 |
msgid "View your Bit.ly username and API key"
|
902 |
msgstr "Посмотреть ключ API и логин Bit.ly"
|
903 |
|
904 |
+
#: wp-to-twitter-shorteners.php:338
|
905 |
msgid "Save Bit.ly API Key"
|
906 |
msgstr "Сохранить ключ API Bit.ly"
|
907 |
|
908 |
+
#: wp-to-twitter-shorteners.php:338
|
909 |
msgid "Clear Bit.ly API Key"
|
910 |
msgstr "Удалить ключ API Bit.ly"
|
911 |
|
912 |
+
#: wp-to-twitter-shorteners.php:338
|
913 |
msgid ""
|
914 |
"A Bit.ly API key and username is required to shorten URLs via the Bit.ly API "
|
915 |
"and WP to Twitter."
|
917 |
"Логин Bit.ly и ключ API небходимы для сокращения URL через Bit.ly API и WP "
|
918 |
"to Twitter."
|
919 |
|
920 |
+
#: wp-to-twitter-shorteners.php:344
|
921 |
msgid "Your YOURLS account details"
|
922 |
msgstr "Детали аккаунта YOURLS"
|
923 |
|
924 |
+
#: wp-to-twitter-shorteners.php:349
|
925 |
msgid "Path to your YOURLS config file (Local installations)"
|
926 |
msgstr "Путь до конфигурационного файла YOURLS (локальная установка)"
|
927 |
|
928 |
+
#: wp-to-twitter-shorteners.php:350 wp-to-twitter-shorteners.php:354
|
929 |
msgid "Example:"
|
930 |
msgstr "Пример:"
|
931 |
|
932 |
+
#: wp-to-twitter-shorteners.php:353
|
933 |
msgid "URI to the YOURLS API (Remote installations)"
|
934 |
msgstr "URI на API YOURLS (удаленная установка)"
|
935 |
|
936 |
+
#: wp-to-twitter-shorteners.php:357
|
937 |
msgid "Your YOURLS username:"
|
938 |
msgstr "Логин YOURLS:"
|
939 |
|
940 |
+
#: wp-to-twitter-shorteners.php:361
|
941 |
msgid "Your YOURLS password:"
|
942 |
msgstr "Пароль YOURLS:"
|
943 |
|
944 |
+
#: wp-to-twitter-shorteners.php:361
|
945 |
msgid "<em>Saved</em>"
|
946 |
msgstr "<em>Сохранено</em>"
|
947 |
|
948 |
+
#: wp-to-twitter-shorteners.php:365
|
949 |
msgid "Post ID for YOURLS url slug."
|
950 |
msgstr "ID записи в сокращенной ссылке YOURLS "
|
951 |
|
952 |
+
#: wp-to-twitter-shorteners.php:366
|
953 |
msgid "Custom keyword for YOURLS url slug."
|
954 |
msgstr "Произвольное ключевое слово в сслыке YOURLS."
|
955 |
|
956 |
+
#: wp-to-twitter-shorteners.php:367
|
957 |
msgid "Default: sequential URL numbering."
|
958 |
msgstr "По умолчанию: последовательная нумерация URL."
|
959 |
|
960 |
+
#: wp-to-twitter-shorteners.php:373
|
961 |
msgid "Save YOURLS Account Info"
|
962 |
msgstr "Сохранить настройки для YOURLS"
|
963 |
|
964 |
+
#: wp-to-twitter-shorteners.php:373
|
965 |
msgid "Clear YOURLS password"
|
966 |
msgstr "Удалить пароль YOURLS"
|
967 |
|
968 |
+
#: wp-to-twitter-shorteners.php:373
|
969 |
msgid ""
|
970 |
"A YOURLS password and username is required to shorten URLs via the remote "
|
971 |
"YOURLS API and WP to Twitter."
|
973 |
"Чтобы создавать сокращенные ссылки через удаленную YOURLS API и WP to "
|
974 |
"Twitter требуется логин и пароль YOURLS."
|
975 |
|
976 |
+
#: wp-to-twitter-shorteners.php:379
|
977 |
msgid "Your jotURL account details"
|
978 |
msgstr "Детали аккаунта jotURL"
|
979 |
|
980 |
+
#: wp-to-twitter-shorteners.php:383
|
981 |
msgid ""
|
982 |
"Your jotURL public <abbr title='application programming interface'>API</"
|
983 |
"abbr> key:"
|
984 |
msgstr ""
|
985 |
"Ключ <abbr title='application programming interface'>API</abbr> jotURL:"
|
986 |
|
987 |
+
#: wp-to-twitter-shorteners.php:384
|
988 |
msgid ""
|
989 |
"Your jotURL private <abbr title='application programming interface'>API</"
|
990 |
"abbr> key:"
|
991 |
msgstr ""
|
992 |
"Приватное <abbr title='application programming interface'>API</abbr> jotURL:"
|
993 |
|
994 |
+
#: wp-to-twitter-shorteners.php:385
|
995 |
msgid "Parameters to add to the long URL (before shortening):"
|
996 |
msgstr "Параметры, добавляемые к длинным ссылкам (до сокращения):"
|
997 |
|
998 |
+
#: wp-to-twitter-shorteners.php:385
|
999 |
msgid "Parameters to add to the short URL (after shortening):"
|
1000 |
msgstr "Параметры, добавляемые к коротким ссылкам (после сокращения):"
|
1001 |
|
1002 |
+
#: wp-to-twitter-shorteners.php:386
|
1003 |
msgid "View your jotURL public and private API key"
|
1004 |
msgstr "Посмотреть публичный и приватный ключ API jotURL"
|
1005 |
|
1006 |
+
#: wp-to-twitter-shorteners.php:389
|
1007 |
msgid "Save jotURL settings"
|
1008 |
msgstr "Сохранить настройки jotURL"
|
1009 |
|
1010 |
+
#: wp-to-twitter-shorteners.php:389
|
1011 |
msgid "Clear jotURL settings"
|
1012 |
msgstr "Удалить настройки jotURL"
|
1013 |
|
1014 |
+
#: wp-to-twitter-shorteners.php:390
|
1015 |
msgid ""
|
1016 |
"A jotURL public and private API key is required to shorten URLs via the "
|
1017 |
"jotURL API and WP to Twitter."
|
1019 |
"Чтобы создавать сокращенные ссылки через удаленную jotURL API и WP to "
|
1020 |
"Twitter требуется логин и пароль jotURL."
|
1021 |
|
1022 |
+
#: wp-to-twitter-shorteners.php:395
|
1023 |
msgid "Your shortener does not require any account settings."
|
1024 |
msgstr "Выбранный сервис сокращения ссылок не требует дополнительных настроек."
|
1025 |
|
1026 |
+
#: wp-to-twitter-shorteners.php:407
|
1027 |
msgid "YOURLS password updated. "
|
1028 |
msgstr "Пароль YOURLS обновлен."
|
1029 |
|
1030 |
+
#: wp-to-twitter-shorteners.php:410
|
1031 |
msgid ""
|
1032 |
"YOURLS password deleted. You will be unable to use your remote YOURLS "
|
1033 |
"account to create short URLS."
|
1035 |
"Пароль YOURLS удален. Вы не сможете пользоваться сервисом YOURLS, пока не "
|
1036 |
"настроите аккаунт."
|
1037 |
|
1038 |
+
#: wp-to-twitter-shorteners.php:412
|
1039 |
msgid "Failed to save your YOURLS password! "
|
1040 |
msgstr "Ошибка при сохранении пароля YOURLS!"
|
1041 |
|
1042 |
+
#: wp-to-twitter-shorteners.php:416
|
1043 |
msgid "YOURLS username added. "
|
1044 |
msgstr "Логин YOURLS добавлен."
|
1045 |
|
1046 |
+
#: wp-to-twitter-shorteners.php:420
|
1047 |
msgid "YOURLS API url added. "
|
1048 |
msgstr "Ключ API YOURLS добавлен."
|
1049 |
|
1050 |
+
#: wp-to-twitter-shorteners.php:423
|
1051 |
msgid "YOURLS API url removed. "
|
1052 |
msgstr "Ключ API YOURLS удален."
|
1053 |
|
1054 |
+
#: wp-to-twitter-shorteners.php:428
|
1055 |
msgid "YOURLS local server path added. "
|
1056 |
msgstr "Локальный путь YOURLS добавлен."
|
1057 |
|
1058 |
+
#: wp-to-twitter-shorteners.php:430
|
1059 |
msgid "The path to your YOURLS installation is not correct. "
|
1060 |
msgstr "Неверный путь до YOURLS."
|
1061 |
|
1062 |
+
#: wp-to-twitter-shorteners.php:434
|
1063 |
msgid "YOURLS local server path removed. "
|
1064 |
msgstr "Локальный путь YOURLS удален."
|
1065 |
|
1066 |
+
#: wp-to-twitter-shorteners.php:439
|
1067 |
msgid "YOURLS will use Post ID for short URL slug."
|
1068 |
msgstr "YOURLS будет использовать ID записей в сокращенных ссылках."
|
1069 |
|
1070 |
+
#: wp-to-twitter-shorteners.php:441
|
1071 |
msgid "YOURLS will use your custom keyword for short URL slug."
|
1072 |
msgstr "YOURLS не будет использовать произвольный ключ в сокращенных ссылках."
|
1073 |
|
1074 |
+
#: wp-to-twitter-shorteners.php:445
|
1075 |
msgid "YOURLS will not use Post ID for the short URL slug."
|
1076 |
msgstr "YOURLS не будет использовать ID записей в сокращенных ссылках."
|
1077 |
|
1078 |
+
#: wp-to-twitter-shorteners.php:453
|
1079 |
msgid "Su.pr API Key and Username Updated"
|
1080 |
msgstr "Ключ API и логин Su.pr обновлены"
|
1081 |
|
1082 |
+
#: wp-to-twitter-shorteners.php:457
|
1083 |
msgid ""
|
1084 |
"Su.pr API Key and username deleted. Su.pr URLs created by WP to Twitter will "
|
1085 |
"no longer be associated with your account. "
|
1087 |
"Ключ API и логин Su.pr удалены. Созданные плагином сокращенные ссылки больше "
|
1088 |
"не связаны с Вашим аккаунтом."
|
1089 |
|
1090 |
+
#: wp-to-twitter-shorteners.php:459
|
1091 |
msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
|
1092 |
msgstr ""
|
1093 |
"Ключ API сервиса Su.pr не задан - <a href='http://su.pr/'>получите его "
|
1094 |
"здесь</a>! "
|
1095 |
|
1096 |
+
#: wp-to-twitter-shorteners.php:465
|
1097 |
msgid "Bit.ly API Key Updated."
|
1098 |
msgstr "Ключ API Bit.ly обновлен."
|
1099 |
|
1100 |
+
#: wp-to-twitter-shorteners.php:468
|
1101 |
msgid ""
|
1102 |
"Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
|
1103 |
msgstr ""
|
1104 |
"Ключ API Bit.ly удален. Вы не сможете использовать Bit.ly API без ключа. "
|
1105 |
|
1106 |
+
#: wp-to-twitter-shorteners.php:470
|
1107 |
msgid ""
|
1108 |
"Bit.ly API Key not added - <a href='http://bit.ly/account/'>get one here</"
|
1109 |
"a>! An API key is required to use the Bit.ly URL shortening service."
|
1111 |
"Ключ API Bit.ly не введен - <a href='http://bit.ly/account/'>получите его "
|
1112 |
"здесь</a>! Ключ API требуется для работы сервиса сокращения ссылок."
|
1113 |
|
1114 |
+
#: wp-to-twitter-shorteners.php:474
|
1115 |
msgid " Bit.ly User Login Updated."
|
1116 |
msgstr " Логин пользователя Bit.ly обновлен."
|
1117 |
|
1118 |
+
#: wp-to-twitter-shorteners.php:477
|
1119 |
msgid ""
|
1120 |
"Bit.ly User Login deleted. You cannot use the Bit.ly API without providing "
|
1121 |
"your username. "
|
1122 |
msgstr ""
|
1123 |
"Логин Bit.ly удален. Вы не сможете использовать Bit.ly API без логина. "
|
1124 |
|
1125 |
+
#: wp-to-twitter-shorteners.php:479
|
1126 |
msgid ""
|
1127 |
"Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
|
1128 |
msgstr ""
|
1129 |
"Логин Bit.ly не введен - <a href='http://bit.ly/account/'>получите его "
|
1130 |
"здесь</a>! "
|
1131 |
|
1132 |
+
#: wp-to-twitter-shorteners.php:485
|
1133 |
msgid "jotURL private API Key Updated. "
|
1134 |
msgstr "Приватный ключ API jotURL обновлен."
|
1135 |
|
1136 |
+
#: wp-to-twitter-shorteners.php:488
|
1137 |
msgid ""
|
1138 |
"jotURL private API Key deleted. You cannot use the jotURL API without a "
|
1139 |
"private API key. "
|
1141 |
"Приватный ключ API jotURL удален. Вы не сможете использовать jotURL без "
|
1142 |
"него. "
|
1143 |
|
1144 |
+
#: wp-to-twitter-shorteners.php:490
|
1145 |
msgid ""
|
1146 |
"jotURL private API Key not added - <a href='https://www.joturl.com/reserved/"
|
1147 |
"api.html'>get one here</a>! A private API key is required to use the jotURL "
|
1151 |
"reserved/api.html'>получите его здесь</a>! Приватный ключ API требуется для "
|
1152 |
"работы сервиса сокращения ссылок."
|
1153 |
|
1154 |
+
#: wp-to-twitter-shorteners.php:494
|
1155 |
msgid "jotURL public API Key Updated. "
|
1156 |
msgstr "Публичный ключ API jotURL обновлен."
|
1157 |
|
1158 |
+
#: wp-to-twitter-shorteners.php:497
|
1159 |
msgid ""
|
1160 |
"jotURL public API Key deleted. You cannot use the jotURL API without "
|
1161 |
"providing your public API Key. "
|
1163 |
"Публичный ключ API jotURL удален. Вы не сможете использовать jotURL API без "
|
1164 |
"него. "
|
1165 |
|
1166 |
+
#: wp-to-twitter-shorteners.php:499
|
1167 |
msgid ""
|
1168 |
"jotURL public API Key not added - <a href='https://www.joturl.com/reserved/"
|
1169 |
"api.html'>get one here</a>! "
|
1171 |
"Публичный ключ API jotURL не задан - <a href='https://www.joturl.com/"
|
1172 |
"reserved/api.html'>получите его здесь</a>! "
|
1173 |
|
1174 |
+
#: wp-to-twitter-shorteners.php:505
|
1175 |
msgid "Long URL parameters added. "
|
1176 |
msgstr "Добавлены параметры длинных ссылок."
|
1177 |
|
1178 |
+
#: wp-to-twitter-shorteners.php:508
|
1179 |
msgid "Long URL parameters deleted. "
|
1180 |
msgstr "Параметры длинных ссылок удалены."
|
1181 |
|
1182 |
+
#: wp-to-twitter-shorteners.php:514
|
1183 |
msgid "Short URL parameters added. "
|
1184 |
msgstr "Добавлены параметры коротких ссылок."
|
1185 |
|
1186 |
+
#: wp-to-twitter-shorteners.php:517
|
1187 |
msgid "Short URL parameters deleted. "
|
1188 |
msgstr "Параметры коротких ссылок удалены."
|
1189 |
|
1190 |
+
#: wp-to-twitter-shorteners.php:527
|
1191 |
msgid ""
|
1192 |
"You must add your Bit.ly login and API key in order to shorten URLs with Bit."
|
1193 |
"ly."
|
1194 |
msgstr ""
|
1195 |
"Вы должны добавить логин и ключ API сервиса Bit.ly для сокращения ссылок."
|
1196 |
|
1197 |
+
#: wp-to-twitter-shorteners.php:531
|
1198 |
msgid ""
|
1199 |
"You must add your jotURL public and private API key in order to shorten URLs "
|
1200 |
"with jotURL."
|
1202 |
"Вы должны добавить публичный и приватный ключ API сервиса jotURL для "
|
1203 |
"сокращения ссылок."
|
1204 |
|
1205 |
+
#: wp-to-twitter-shorteners.php:535
|
1206 |
msgid ""
|
1207 |
"You must add your YOURLS remote URL, login, and password in order to shorten "
|
1208 |
"URLs with a remote installation of YOURLS."
|
1210 |
"Чтобы использовать удаленный сервис сокращения ссылок YOURLS, нужно ввести "
|
1211 |
"пароль, логин и удаленный путь YOURLS."
|
1212 |
|
1213 |
+
#: wp-to-twitter-shorteners.php:539
|
1214 |
msgid ""
|
1215 |
"You must add your YOURLS server path in order to shorten URLs with a remote "
|
1216 |
"installation of YOURLS."
|
1218 |
"Чтобы использовать сервис YOURLS удаленно, нужно ввести путь удаленного "
|
1219 |
"сервера YOURLS."
|
1220 |
|
1221 |
+
#: wp-to-twitter-shorteners.php:549
|
1222 |
msgid "Choose a short URL service (account settings below)"
|
1223 |
msgstr "Выберите сервис сокращения ссылок (настройки ниже)"
|
1224 |
|
1225 |
+
#: wp-to-twitter-shorteners.php:551
|
1226 |
msgid "Don't shorten URLs."
|
1227 |
msgstr "Не сокращать ссылки"
|
1228 |
|
1229 |
+
#: wp-to-twitter-shorteners.php:555
|
1230 |
msgid "YOURLS (on this server)"
|
1231 |
msgstr "YOURLS (на этом сервере)"
|
1232 |
|
1233 |
+
#: wp-to-twitter-shorteners.php:556
|
1234 |
msgid "YOURLS (on a remote server)"
|
1235 |
msgstr "YOURLS (на удаленном сервере)"
|
1236 |
|
1237 |
+
#: wp-to-twitter-shorteners.php:559
|
1238 |
msgid "Use Twitter Friendly Links."
|
1239 |
msgstr "Использовать дружелюбные ссылки Twitter."
|
1240 |
|
1241 |
+
#: wp-to-twitter.php:70
|
1242 |
msgid ""
|
1243 |
"The current version of WP Tweets PRO is <strong>%s</strong>. <a href="
|
1244 |
"\"http://www.joedolson.com/articles/account/\">Upgrade for best "
|
1247 |
"Текущая версия WP Tweets ПРО <strong>%s</strong>. <a href=\"http://www."
|
1248 |
"joedolson.com/articles/account/\">Для большей совместимости обновитесь!</a>"
|
1249 |
|
1250 |
+
#: wp-to-twitter.php:82
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1251 |
msgid ""
|
1252 |
"Tweeting of comments has been moved to <a href=\"%1$s\">WP Tweets PRO</a>. "
|
1253 |
"You will need to upgrade in order to Tweet comments. <a href=\"%2$s"
|
1257 |
"Чтобы пользоваться этими настройками, Вам нужно обновить плагин. <a href="
|
1258 |
"\"%2$s\">Закрыть</a>"
|
1259 |
|
1260 |
+
#: wp-to-twitter.php:255
|
1261 |
msgid "This account is not authorized to post to Twitter."
|
1262 |
msgstr "У Вас нет прав отправлять записи в Twitter."
|
1263 |
|
1264 |
+
#: wp-to-twitter.php:264
|
1265 |
msgid "This tweet is identical to another Tweet recently sent to this account."
|
1266 |
msgstr ""
|
1267 |
"Этот твит идентичен другому твиту, отправленному ранее через этот аккаунт."
|
1268 |
|
1269 |
+
#: wp-to-twitter.php:270
|
1270 |
msgid "This tweet was blank and could not be sent to Twitter."
|
1271 |
msgstr "Пустой твит не может быть отправлен в Twitter."
|
1272 |
|
1273 |
+
#: wp-to-twitter.php:305
|
1274 |
msgid ""
|
1275 |
"Your Twitter application does not have read and write permissions. Go to <a "
|
1276 |
"href=\"%s\">your Twitter apps</a> to modify these settings."
|
1279 |
"Перейдите на <a href=\"%s\">вкладку приложений Twitter</a>, чтобы изменить "
|
1280 |
"настройки."
|
1281 |
|
1282 |
+
#: wp-to-twitter.php:310
|
1283 |
msgid "200 OK: Success!"
|
1284 |
msgstr "200 OK: Успех!"
|
1285 |
|
1286 |
+
#: wp-to-twitter.php:314
|
1287 |
msgid "304 Not Modified: There was no new data to return"
|
1288 |
msgstr "304 Не изменялось: Ничего нового нет"
|
1289 |
|
1290 |
+
#: wp-to-twitter.php:317
|
1291 |
msgid ""
|
1292 |
"400 Bad Request: The request was invalid. This is the status code returned "
|
1293 |
"during rate limiting."
|
1294 |
msgstr "400 Неверный запрос: В запросе ошибка."
|
1295 |
|
1296 |
+
#: wp-to-twitter.php:320
|
1297 |
msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
|
1298 |
msgstr ""
|
1299 |
"401 Авторизация отклонена: Данные авторизации отсутствуют или неверные."
|
1300 |
|
1301 |
+
#: wp-to-twitter.php:324
|
1302 |
msgid ""
|
1303 |
"403 Forbidden: The request is understood, but has been refused by Twitter. "
|
1304 |
"Possible reasons: too many Tweets, same Tweet submitted twice, Tweet longer "
|
1308 |
"много твитов за короткий промежуток времени или один твит был отправлен "
|
1309 |
"дважды, длина твита более 140 символов. Эта ошибка НЕ связана с плагином."
|
1310 |
|
1311 |
+
#: wp-to-twitter.php:327
|
1312 |
msgid ""
|
1313 |
"404 Not Found: The URI requested is invalid or the resource requested does "
|
1314 |
"not exist."
|
1315 |
msgstr "404 Не найдено: Неверная ссылка или искомый адрес не существует."
|
1316 |
|
1317 |
+
#: wp-to-twitter.php:330
|
1318 |
msgid "406 Not Acceptable: Invalid Format Specified."
|
1319 |
msgstr "406 Неприемлемый запрос. Ошибка формата запроса."
|
1320 |
|
1321 |
+
#: wp-to-twitter.php:333
|
1322 |
msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
|
1323 |
msgstr ""
|
1324 |
"422 Необрабатываемая запись: Загруженное изображение не может быть "
|
1325 |
"обработано..."
|
1326 |
|
1327 |
+
#: wp-to-twitter.php:336
|
1328 |
msgid "429 Too Many Requests: You have exceeded your rate limits."
|
1329 |
msgstr "429 Слишком много запросов: Превышен лимит запросов."
|
1330 |
|
1331 |
+
#: wp-to-twitter.php:339
|
1332 |
msgid "500 Internal Server Error: Something is broken at Twitter."
|
1333 |
msgstr "500 Внутренняя ошибка сервера: Что-то не так с Twitter..."
|
1334 |
|
1335 |
+
#: wp-to-twitter.php:342
|
1336 |
msgid "502 Bad Gateway: Twitter is down or being upgraded."
|
1337 |
msgstr "502 Временная ошибка: Twitter недоступен или обновляется."
|
1338 |
|
1339 |
+
#: wp-to-twitter.php:345
|
1340 |
msgid ""
|
1341 |
"503 Service Unavailable: The Twitter servers are up, but overloaded with "
|
1342 |
"requests - Please try again later."
|
1344 |
"503 Сервис недоступен: Сервера Twitter включены, но перегружены запросами - "
|
1345 |
"попробуйте позже."
|
1346 |
|
1347 |
+
#: wp-to-twitter.php:348
|
1348 |
msgid ""
|
1349 |
"504 Gateway Timeout: The Twitter servers are up, but the request couldn't be "
|
1350 |
"serviced due to some failure within our stack. Try again later."
|
1352 |
"504 Таймаут: Сервера Twitter включены, но запрос не может быть выполнен по "
|
1353 |
"каким-то причинам... Попробуйте позже."
|
1354 |
|
1355 |
+
#: wp-to-twitter.php:385
|
1356 |
msgid "No Twitter OAuth connection found."
|
1357 |
msgstr "Соединения с Twitter OAuth не найдено."
|
1358 |
|
1359 |
+
#: wp-to-twitter.php:1031
|
1360 |
msgid "Tweeting %s edits is disabled."
|
1361 |
msgstr "Редактирование твита %s отключено."
|
1362 |
|
1363 |
+
#: wp-to-twitter.php:1044
|
1364 |
msgid "Custom Twitter Post"
|
1365 |
msgstr "Произвольный текст твита"
|
1366 |
|
1367 |
+
#: wp-to-twitter.php:1049
|
1368 |
msgid "Your prepended Tweet text; not part of your template."
|
1369 |
msgstr "Добавляемый в начале текст твита; не часть Вашего шаблона."
|
1370 |
|
1371 |
+
#: wp-to-twitter.php:1052
|
1372 |
msgid "Your appended Tweet text; not part of your template."
|
1373 |
msgstr "Добавляемый в конце текст твита; не часть Вашего шаблона."
|
1374 |
|
1375 |
+
#: wp-to-twitter.php:1055
|
1376 |
msgid "Your template:"
|
1377 |
msgstr "Вид твита:"
|
1378 |
|
1379 |
+
#: wp-to-twitter.php:1059
|
1380 |
msgid "YOURLS Custom Keyword"
|
1381 |
msgstr "Произвольный ключ YOURLS"
|
1382 |
|
1383 |
+
#: wp-to-twitter.php:1070
|
1384 |
msgid "Don't Tweet this post."
|
1385 |
msgstr "Не создавать твит"
|
1386 |
|
1387 |
+
#: wp-to-twitter.php:1070
|
1388 |
msgid "Tweet this post."
|
1389 |
msgstr "Создать твит"
|
1390 |
|
1391 |
+
#: wp-to-twitter.php:1099
|
1392 |
msgid ""
|
1393 |
"WP Tweets PRO 1.5.2+ allows you to select Twitter accounts. <a href=\"%s"
|
1394 |
"\">Log in and download now!</a>"
|
1396 |
"Плагин WP Tweets ПРО 1.5.2+ позволяет выбирать аккаунты Twitter. <a href=\"%s"
|
1397 |
"\">Залогиньтесь и обновитесь!</a>"
|
1398 |
|
1399 |
+
#: wp-to-twitter.php:1101
|
1400 |
msgid ""
|
1401 |
"Upgrade to WP Tweets PRO to select Twitter accounts! <a href=\"%s\">Upgrade "
|
1402 |
"now!</a>"
|
1404 |
"Обновитесь до WP Tweets ПРО, чтобы выбрать аккаунты Twitter! <a href=\"%s"
|
1405 |
"\">Обновить!</a>"
|
1406 |
|
1407 |
+
#: wp-to-twitter.php:1121
|
1408 |
msgid ""
|
1409 |
"Access to customizing WP to Twitter values is not allowed for your user role."
|
1410 |
msgstr "Доступ к настройкам плагина WP to Twitter запрещен для Вас."
|
1411 |
|
1412 |
+
#: wp-to-twitter.php:1133
|
1413 |
msgid ""
|
1414 |
"Tweets must be less than 140 characters; Twitter counts URLs as 22 or 23 "
|
1415 |
"characters. Template Tags: <code>#url#</code>, <code>#title#</code>, "
|
1423 |
"<code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, или "
|
1424 |
"<code>#blog#</code>."
|
1425 |
|
1426 |
+
#: wp-to-twitter.php:1143
|
1427 |
msgid "Upgrade to WP Tweets Pro"
|
1428 |
msgstr "Обновить до WP Tweets ПРО"
|
1429 |
|
1430 |
+
#: wp-to-twitter.php:1152
|
1431 |
msgid "Your role does not have the ability to Post Tweets from this site."
|
1432 |
msgstr "У Вас нет прав на размещение твитов с этого сайта!"
|
1433 |
|
1434 |
+
#: wp-to-twitter.php:1160
|
1435 |
msgid "Previous Tweets"
|
1436 |
msgstr "Прошлый твит"
|
1437 |
|
1438 |
+
#: wp-to-twitter.php:1176
|
1439 |
msgid "Failed Tweets"
|
1440 |
msgstr "Неудачные твиты"
|
1441 |
|
1442 |
+
#: wp-to-twitter.php:1191
|
1443 |
msgid "No failed tweets on this post."
|
1444 |
msgstr "Нет неудачных твитов записи."
|
1445 |
|
1446 |
+
#: wp-to-twitter.php:1197
|
1447 |
msgid "Delete Tweet History"
|
1448 |
msgstr "Удалить историю твитов"
|
1449 |
|
1450 |
+
#: wp-to-twitter.php:1232
|
1451 |
msgid "Characters left: "
|
1452 |
msgstr "Символов осталось:"
|
1453 |
|
1454 |
+
#: wp-to-twitter.php:1301
|
1455 |
msgid "WP Tweets User Settings"
|
1456 |
msgstr "Настройки пользователей WP Tweets"
|
1457 |
|
1458 |
+
#: wp-to-twitter.php:1305
|
1459 |
msgid "Use My Twitter Username"
|
1460 |
msgstr "Использовать мой логин Twitter"
|
1461 |
|
1462 |
+
#: wp-to-twitter.php:1306
|
1463 |
msgid "Tweet my posts with an @ reference to my username."
|
1464 |
+
msgstr "Твитить мои записи с @ссылкой на мой профиль."
|
1465 |
|
1466 |
+
#: wp-to-twitter.php:1307
|
1467 |
msgid ""
|
1468 |
"Tweet my posts with an @ reference to both my username and to the main site "
|
1469 |
"username."
|
1470 |
msgstr ""
|
1471 |
+
"Твитить мои записи с @ссылкой на мой профиль и на основной профиль (из "
|
1472 |
+
"настроек сайта)."
|
1473 |
|
1474 |
+
#: wp-to-twitter.php:1311
|
1475 |
msgid "Your Twitter Username"
|
1476 |
msgstr "Логин Twitter "
|
1477 |
|
1478 |
+
#: wp-to-twitter.php:1312
|
1479 |
msgid "Enter your own Twitter username."
|
1480 |
+
msgstr "Введите свой логин Twitter."
|
1481 |
|
1482 |
+
#: wp-to-twitter.php:1315
|
1483 |
msgid "Hide account name in Tweets"
|
1484 |
+
msgstr "Скрывать профили в твитах"
|
1485 |
|
1486 |
+
#: wp-to-twitter.php:1316
|
1487 |
msgid "Do not display my account in the #account# template tag."
|
1488 |
msgstr "Не показывать мой аккаунт через шоткод #account# ."
|
1489 |
|
1490 |
+
#: wp-to-twitter.php:1380
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1491 |
msgid "Settings"
|
1492 |
msgstr "Настройки"
|
1493 |
|
1494 |
+
#: wp-to-twitter.php:1381
|
1495 |
msgid "Upgrade"
|
1496 |
msgstr "Обновить"
|
1497 |
|
1498 |
+
#: wp-to-twitter.php:1418
|
1499 |
msgid ""
|
1500 |
"<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href="
|
1501 |
"\"%1$s\">changelog</a> before upgrading."
|
1503 |
"<br /><strong>Заметка:</strong> Перед обновлением, посмотрите <a class="
|
1504 |
"\"thickbox\" href=\"%1$s\">список изменений</a>."
|
1505 |
|
1506 |
+
#: wp-to-twitter.php:1501
|
1507 |
msgid ""
|
1508 |
"I hope you've enjoyed <strong>WP to Twitter</strong>! Take a look at <a "
|
1509 |
"href='%s'>upgrading to WP Tweets PRO</a> for advanced Tweeting with "
|
1517 |
msgid "Twitter returned an invalid response. It is probably down."
|
1518 |
msgstr "Twitter вернул некорректный ответ. Возможно, сервер не работает."
|
1519 |
|
1520 |
+
#: wpt-functions.php:342
|
1521 |
msgid ""
|
1522 |
"Please read the FAQ and other Help documents before making a support request."
|
1523 |
msgstr ""
|
1524 |
"Прежде чем написать в техническую поддержку, проверьте файлы справки и "
|
1525 |
"прочитайте ЧАВО."
|
1526 |
|
1527 |
+
#: wpt-functions.php:344
|
1528 |
msgid "Please describe your problem. I'm not psychic."
|
1529 |
msgstr "Опишите Вашу проблему подробно. Я не ясновидящий..."
|
1530 |
|
1531 |
+
#: wpt-functions.php:348
|
1532 |
msgid ""
|
1533 |
"Thank you for supporting the continuing development of this plug-in! I'll "
|
1534 |
"get back to you as soon as I can. Please ensure that you can receive email "
|
1537 |
"Спасибо за Вашу поддержку в разработке плагина! Я свяжусь с Вами как только "
|
1538 |
"смогу. Пожалуйтса, убедитесь что Ваш эл. адрес <code>%s</code> активен."
|
1539 |
|
1540 |
+
#: wpt-functions.php:350
|
1541 |
msgid ""
|
1542 |
"Thanks for using WP to Twitter. Please ensure that you can receive email at "
|
1543 |
"<code>%s</code>."
|
1545 |
"Спасибо за использование плагина WP to Twitter. Пожалуйтса, убедитесь что "
|
1546 |
"Ваш эл. адрес <code>%s</code> активен."
|
1547 |
|
1548 |
+
#: wpt-functions.php:364
|
1549 |
msgid ""
|
1550 |
"<strong>Please note</strong>: I do keep records of those who have donated, "
|
1551 |
"but if your donation came from somebody other than your account at this web "
|
1552 |
"site, you must note this in your message."
|
1553 |
msgstr ""
|
1554 |
+
"<strong>Стоит отметить</strong>: Я записываю все сделанные пожертвования "
|
1555 |
+
"<em>(от переводчика: ставьте галочку в это поле только честно, если же Вы "
|
1556 |
+
"делали пожертвования с другого аккаунта - укажите это)</em>."
|
1557 |
|
1558 |
+
#: wpt-functions.php:368
|
1559 |
msgid ""
|
1560 |
"If you're having trouble with WP to Twitter, please try to answer these "
|
1561 |
"questions in your message:"
|
1563 |
"Если у Вас возникли проблемы при работе с плагином WP to Twitter, ответьте "
|
1564 |
"на эти вопросы в своем сообщении:"
|
1565 |
|
1566 |
+
#: wpt-functions.php:371
|
1567 |
msgid "Did this error happen only once, or repeatedly?"
|
1568 |
msgstr "Эта ошибка возникает постоянно или нет?"
|
1569 |
|
1570 |
+
#: wpt-functions.php:372
|
1571 |
msgid "What was the Tweet, or an example Tweet, that produced this error?"
|
1572 |
msgstr "Что было в твите, вызвавшем ошибку?"
|
1573 |
|
1574 |
+
#: wpt-functions.php:373
|
1575 |
msgid "If there was an error message from WP to Twitter, what was it?"
|
1576 |
msgstr "Если плагин WP to Twitter сообщал об ошибке, какой был ее код/текст?"
|
1577 |
|
1578 |
+
#: wpt-functions.php:374
|
1579 |
msgid "What is the template you're using for your Tweets?"
|
1580 |
msgstr "Какой шаблон Вы используете для твитов?"
|
1581 |
|
1582 |
+
#: wpt-functions.php:379
|
1583 |
msgid "Reply to:"
|
1584 |
msgstr "Ответить:"
|
1585 |
|
1586 |
+
#: wpt-functions.php:382
|
1587 |
msgid ""
|
1588 |
"I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</"
|
1589 |
"span>"
|
1590 |
msgstr ""
|
1591 |
"Я прочитал <a href=\"%1$s\">ЧАВО</a> плагина <span>(обязательно!)</span>"
|
1592 |
|
1593 |
+
#: wpt-functions.php:385
|
1594 |
msgid ""
|
1595 |
"I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
|
1596 |
msgstr "Я сделал <a href=\"%1$s\">пожертвование</a> на развитие плагина"
|
1597 |
|
1598 |
+
#: wpt-functions.php:388
|
1599 |
msgid "Support Request:"
|
1600 |
msgstr "Запрос в тех. поддержку:"
|
1601 |
|
1602 |
+
#: wpt-functions.php:391
|
1603 |
msgid "Send Support Request"
|
1604 |
msgstr "Отправить запрос на тех. поддержку"
|
1605 |
|
1606 |
+
#: wpt-functions.php:394
|
1607 |
msgid ""
|
1608 |
"The following additional information will be sent with your support request:"
|
1609 |
msgstr ""
|
1610 |
"Дополнительная информация, которая будет отправлена вместе с Вашим запросом."
|
1611 |
|
1612 |
+
#: wpt-widget.php:52
|
1613 |
+
msgid "Error: "
|
1614 |
+
msgstr "Ошибка:"
|
1615 |
+
|
1616 |
+
#: wpt-widget.php:89
|
1617 |
msgid "<a href=\"%3$s\">about %1$s ago</a> via %2$s"
|
1618 |
msgstr "<a href=\"%3$s\">около %1$s назад</a> через %2$s"
|
1619 |
|
1620 |
+
#: wpt-widget.php:91
|
1621 |
msgid "<a href=\"%2$s\">about %1$s ago</a>"
|
1622 |
msgstr "<a href=\"%2$s\">около %1$s нахад</a>"
|
1623 |
|
1624 |
+
#: wpt-widget.php:142
|
1625 |
msgid "Display a list of your latest tweets."
|
1626 |
msgstr "Показать список последних твитов."
|
1627 |
|
1628 |
+
#: wpt-widget.php:150
|
1629 |
msgid "WP to Twitter - Latest Tweets"
|
1630 |
msgstr "WP to Twitter - Последние твиты"
|
1631 |
|
1632 |
+
#: wpt-widget.php:206
|
1633 |
msgid "Title"
|
1634 |
msgstr "Заголовок"
|
1635 |
|
1636 |
+
#: wpt-widget.php:211
|
1637 |
msgid "Twitter Username"
|
1638 |
msgstr "Логин Twitter"
|
1639 |
|
1640 |
+
#: wpt-widget.php:216
|
1641 |
msgid "Number of Tweets to Show"
|
1642 |
msgstr "Кол-во твитов в списке"
|
1643 |
|
1644 |
+
#: wpt-widget.php:222
|
1645 |
msgid "Hide @ Replies"
|
1646 |
msgstr "Скрыть @ Ответы"
|
1647 |
|
1648 |
+
#: wpt-widget.php:227
|
1649 |
msgid "Include Retweets"
|
1650 |
msgstr "Включить ретвит"
|
1651 |
|
1652 |
+
#: wpt-widget.php:232
|
1653 |
msgid "Parse links"
|
1654 |
msgstr "Парсить ссылки"
|
1655 |
|
1656 |
+
#: wpt-widget.php:237
|
1657 |
msgid "Parse @mentions"
|
1658 |
msgstr "Парсить @упоминания"
|
1659 |
|
1660 |
+
#: wpt-widget.php:242
|
1661 |
msgid "Parse #hashtags"
|
1662 |
msgstr "Парсить #hashtags"
|
1663 |
|
1664 |
+
#: wpt-widget.php:247
|
1665 |
msgid "Include Reply/Retweet/Favorite Links"
|
1666 |
msgstr "Включить ответ/ретвит/понравившиеся ссылки"
|
1667 |
|
1668 |
+
#: wpt-widget.php:252
|
1669 |
msgid "Include Tweet source"
|
1670 |
msgstr "Включить исходный твит"
|
1671 |
|
1695 |
msgid "http://www.joedolson.com/"
|
1696 |
msgstr "http://www.joedolson.com/"
|
1697 |
|
1698 |
+
#~ msgid "Category limits updated."
|
1699 |
+
#~ msgstr "Лимит рубрик обновлен."
|
1700 |
+
|
1701 |
+
#~ msgid "Category limits unset."
|
1702 |
+
#~ msgstr "Лимит рубрик не задан."
|
1703 |
+
|
1704 |
+
#~ msgid "Basic Settings"
|
1705 |
+
#~ msgstr "Основные настройки"
|
1706 |
+
|
1707 |
+
#~ msgid "Save WP->Twitter Options"
|
1708 |
+
#~ msgstr "Сохранить настройки WP->Twitter"
|
1709 |
+
|
1710 |
+
#~ msgid "Settings for type \"%1$s\""
|
1711 |
+
#~ msgstr "Настройки для \"%1$s\""
|
1712 |
+
|
1713 |
+
#~ msgid "Settings for Links"
|
1714 |
+
#~ msgstr "Настройки для ссылок"
|
1715 |
+
|
1716 |
+
#~ msgid "Limit Updating Categories"
|
1717 |
+
#~ msgstr "Настройки допустимых рубрик"
|
1718 |
+
|
1719 |
+
#~ msgid ""
|
1720 |
+
#~ "If no categories are checked, limiting by category will be ignored, and "
|
1721 |
+
#~ "all categories will be Tweeted."
|
1722 |
+
#~ msgstr ""
|
1723 |
+
#~ "Если не выбрана ни одна рубрика, эти настройки будут проигнорированы и "
|
1724 |
+
#~ "записи из ВСЕХ рубрик будут отправлены в Twitter."
|
1725 |
+
|
1726 |
+
#~ msgid "<em>Category limits are disabled.</em>"
|
1727 |
+
#~ msgstr "<em>Лимит рубрик отключен.</em>"
|
1728 |
+
|
1729 |
+
#~ msgid ""
|
1730 |
+
#~ "WP to Twitter requires WordPress 3.2.1 or a more recent version <a href="
|
1731 |
+
#~ "\"http://codex.wordpress.org/Upgrading_WordPress\">Please update "
|
1732 |
+
#~ "WordPress to continue using WP to Twitter with all features!</a>"
|
1733 |
+
#~ msgstr ""
|
1734 |
+
#~ "Требуется WordPress версии 3.2.1 или более поздняя. <a href=\"http://"
|
1735 |
+
#~ "codex.wordpress.org/Upgrading_WordPress\">Пожалуйста, обновите WordPress, "
|
1736 |
+
#~ "чтобы продолжить пользоваться всеми функциями WP to Twitter!</a>"
|
1737 |
+
|
1738 |
+
#~ msgid "Check off categories to tweet"
|
1739 |
+
#~ msgstr "Отметьте рубрики для исключения твитов"
|
1740 |
+
|
1741 |
+
#~ msgid "Do not tweet posts in checked categories (Reverses default behavior)"
|
1742 |
+
#~ msgstr ""
|
1743 |
+
#~ "Не твитить записи из отмеченных рубрик (меняет стандартное поведение "
|
1744 |
+
#~ "плагина)"
|
1745 |
+
|
1746 |
+
#~ msgid ""
|
1747 |
+
#~ "Limits are exclusive. If a post is in one category which should be posted "
|
1748 |
+
#~ "and one category that should not, it will not be posted."
|
1749 |
+
#~ msgstr ""
|
1750 |
+
#~ "Лимиты довольно строгие. Если запись находится в исключенной и "
|
1751 |
+
#~ "неисключенной рубрике одновременно, она все равно НЕ будет передана в "
|
1752 |
+
#~ "Twitter."
|
1753 |
+
|
1754 |
+
#~ msgid "Set Categories"
|
1755 |
+
#~ msgstr "Отметить рубрики и сохранить"
|
1756 |
+
|
1757 |
#~ msgid ""
|
1758 |
#~ "In addition to standard template tags, comments can use "
|
1759 |
#~ "<code>#commenter#</code> to post the commenter's name in the Tweet. "
|
readme.txt
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
Contributors: joedolson
|
3 |
Donate link: http://www.joedolson.com/donate.php
|
4 |
Tags: twitter, microblogging, su.pr, bitly, yourls, redirect, shortener, post, links
|
5 |
-
Requires at least: 3.
|
6 |
-
Tested up to: 3.
|
7 |
License: GPLv2 or later
|
8 |
-
Stable tag: 2.
|
9 |
|
10 |
Auto-posts a Twitter update when you update your WordPress blog or blogroll, with your chosen URL shortening service.
|
11 |
|
@@ -13,23 +13,21 @@ Auto-posts a Twitter update when you update your WordPress blog or blogroll, wit
|
|
13 |
|
14 |
WP to Twitter posts Tweets from WordPress to Twitter.
|
15 |
|
16 |
-
|
17 |
|
18 |
-
|
19 |
|
20 |
-
Upgrade to
|
21 |
|
22 |
-
|
23 |
|
24 |
-
|
25 |
|
26 |
* Use tags as Twitter hashtags
|
27 |
* Use alternate URLs in place of post permalinks
|
28 |
* Support for Google Analytics
|
29 |
* Support for XMLRPC remote clients
|
30 |
|
31 |
-
Status updates longer than 140 characters will be truncated.
|
32 |
-
|
33 |
Upgrade to [WP Tweets Pro](http://www.joedolson.com/articles/wp-tweets-pro/) for extra features, including:
|
34 |
|
35 |
* Each author can set up their own Twitter account
|
@@ -47,15 +45,86 @@ Translations:
|
|
47 |
Visit the [WP to Twitter translations page](http://translate.joedolson.com/projects/wp-to-twitter) to see how complete these are.
|
48 |
|
49 |
Languages available (in order of completeness):
|
50 |
-
|
51 |
|
52 |
Translating my plug-ins is always appreciated. Visit <a href="http://translate.joedolson.com">my translations site</a> to start getting your language into shape!
|
53 |
|
54 |
-
|
55 |
|
56 |
-
|
57 |
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
= 2.8.0 =
|
61 |
|
@@ -886,7 +955,7 @@ Contributions by [Thor Erik](http://www.thorerik.net), Bill Berry and [Andrea Ba
|
|
886 |
|
887 |
*Bugfix with XMLRPC publishing -- controls to disable XMLRPC publishing now work correctly.
|
888 |
*Bugfix with error reporting and clearing.
|
889 |
-
*Added the option to supply an alternate URL along with your post, to be Tweeted in place of the WP permalink.
|
890 |
|
891 |
= 1.2.5 =
|
892 |
|
@@ -931,4 +1000,4 @@ Writing and maintaining a plug-in is a lot of work. You can help me by providing
|
|
931 |
|
932 |
== Upgrade Notice ==
|
933 |
|
934 |
-
* 2.8.
|
2 |
Contributors: joedolson
|
3 |
Donate link: http://www.joedolson.com/donate.php
|
4 |
Tags: twitter, microblogging, su.pr, bitly, yourls, redirect, shortener, post, links
|
5 |
+
Requires at least: 3.6.1
|
6 |
+
Tested up to: 3.9.1
|
7 |
License: GPLv2 or later
|
8 |
+
Stable tag: 2.8.8
|
9 |
|
10 |
Auto-posts a Twitter update when you update your WordPress blog or blogroll, with your chosen URL shortening service.
|
11 |
|
13 |
|
14 |
WP to Twitter posts Tweets from WordPress to Twitter.
|
15 |
|
16 |
+
Shorten URLs using a variety of popular URL shorteners, or leave Twitter to do it for you using t.co.
|
17 |
|
18 |
+
Use WP to Twitter display a feed of recent Tweets. Display Tweets from any account by entering that account's Twitter ID!
|
19 |
|
20 |
+
[Upgrade to WP Tweets Pro](http://www.joedolson.com/articles/wp-tweets-pro/) for Tweet scheduling, automatic re-tweeting, and more!
|
21 |
|
22 |
+
WP to Twitter supports a customizable Tweet template for updating or editing posts and pages, supports custom post types, and allows you to write a custom Tweet for each post, using custom template tags to generate the Tweet copy.
|
23 |
|
24 |
+
More features:
|
25 |
|
26 |
* Use tags as Twitter hashtags
|
27 |
* Use alternate URLs in place of post permalinks
|
28 |
* Support for Google Analytics
|
29 |
* Support for XMLRPC remote clients
|
30 |
|
|
|
|
|
31 |
Upgrade to [WP Tweets Pro](http://www.joedolson.com/articles/wp-tweets-pro/) for extra features, including:
|
32 |
|
33 |
* Each author can set up their own Twitter account
|
45 |
Visit the [WP to Twitter translations page](http://translate.joedolson.com/projects/wp-to-twitter) to see how complete these are.
|
46 |
|
47 |
Languages available (in order of completeness):
|
48 |
+
Dutch, Russian, French, Italian, Danish, Catalan, Portuguese, Spanish, Chinese, Japanese, Romanian, Estonian, German, Swedish, Irish, Ukrainian, Lithuanian, Belarusian, Turkish, Persian
|
49 |
|
50 |
Translating my plug-ins is always appreciated. Visit <a href="http://translate.joedolson.com">my translations site</a> to start getting your language into shape!
|
51 |
|
52 |
+
== Changelog ==
|
53 |
|
54 |
+
= 2.9.0 [Forthcoming] =
|
55 |
|
56 |
+
* Will revamp roles & capabilities model for WP to Twitter
|
57 |
+
|
58 |
+
= 2.8.9 =
|
59 |
+
|
60 |
+
* Bug fix: Tweet this post toggle incorrectly set when editing an unpublished post with edits default set to not Tweet.
|
61 |
+
|
62 |
+
= 2.8.8 =
|
63 |
+
|
64 |
+
* Added missing debugging parameter
|
65 |
+
* Added alternative contact method for failed support email requests.
|
66 |
+
* Updated search target URL for hashtags in Twitter widget
|
67 |
+
* Automatic truncation of title/excerpt now trims off entire last word.
|
68 |
+
* Localized base tabs script.
|
69 |
+
* Bug fix: if post title was contained in custom Tweet & Tweet > 140 characters, title could be removed from Tweet if truncating not altered
|
70 |
+
* Bug fix: use reply-to header in support requests.
|
71 |
+
* Bug fix: error log not visible in Tweet history for post.
|
72 |
+
* UI: Tweet History now collapsed by default.
|
73 |
+
* Prep work for WP Tweets PRO 1.7.
|
74 |
+
* Added filter to insert HTML before and after Tweet list items in widget.
|
75 |
+
* Added link to download PDF user's guide.
|
76 |
+
* Deprecated support for WordPress versions 3.5.x
|
77 |
+
* French, Dutch translations updated.
|
78 |
+
|
79 |
+
= 2.8.7 =
|
80 |
+
|
81 |
+
* Updated: Changed URLs to Twitter app creation
|
82 |
+
* Bug fix: Error message clean up.
|
83 |
+
* Bug fix: if excerpt value was contained in custom Tweet & custom Tweet included line breaks & Tweet > 140 characters, excerpt custom Tweet would have characters missing from the middle of the Tweet.
|
84 |
+
* Updated: tested up to value
|
85 |
+
|
86 |
+
= 2.8.6 =
|
87 |
+
|
88 |
+
* Bug fix: wasn't possible to remove custom Twitter text.
|
89 |
+
* Bug fix: remove 403 error generated by duplicate posting with XMLRPC instant posts.
|
90 |
+
* Bug fix: Check data type returned by JSON query
|
91 |
+
* Bug fix: Tweet post status message should not show up except when Tweet has been published.
|
92 |
+
|
93 |
+
= 2.8.5 =
|
94 |
+
|
95 |
+
* Wrapped 5.3+ only function in function_exists
|
96 |
+
|
97 |
+
= 2.8.4 =
|
98 |
+
|
99 |
+
* Rewrite Twitter App setup instructions to match re-designed Application Management page at Twitter.
|
100 |
+
* Change time query address to main Twitter domain to avoid http_query errors.
|
101 |
+
* Re-vamped error message generation.
|
102 |
+
* Added notification messages post-publication.
|
103 |
+
* Added 'last Tweet' status notification in settings.
|
104 |
+
* Added option to disable feed stylesheet if not in use.
|
105 |
+
|
106 |
+
= 2.8.3 =
|
107 |
+
|
108 |
+
* Don't fetch subscribers in user lists.
|
109 |
+
* Disables debugging.
|
110 |
+
|
111 |
+
= 2.8.2 =
|
112 |
+
|
113 |
+
* Improve performance by checking against Tweetable post types earlier.
|
114 |
+
* Added filters for utm_medium and utm_source in Google Analytics; wpt_utm_medium and wpt_utm_source.
|
115 |
+
* Deprecated support for WP versions older than 3.4.2
|
116 |
+
* Bug fix: image references in twitter feed CSS.
|
117 |
+
* Update Spanish translation.
|
118 |
+
|
119 |
+
= 2.8.1 =
|
120 |
+
|
121 |
+
* Bug fix: Twitter feed styles enqueued via script hook instead of style hook do to enqueuing within shortcode.
|
122 |
+
* New filter: wpt_feed_stylesheet -- replace URL of feed stylesheet with custom URL.
|
123 |
+
* New filter: wpt_enqueue_feed_styles -- return false to disable stylesheet.
|
124 |
+
* Removed option to connect to Twitter on HTTP, due to https://dev.twitter.com/discussions/24239
|
125 |
+
* Russian translation updated.
|
126 |
+
* Dutch translation updated.
|
127 |
+
* Spanish translation updated.
|
128 |
|
129 |
= 2.8.0 =
|
130 |
|
955 |
|
956 |
*Bugfix with XMLRPC publishing -- controls to disable XMLRPC publishing now work correctly.
|
957 |
*Bugfix with error reporting and clearing.
|
958 |
+
*Added the option to supply an alternate URL along with your post, to be Tweeted in place of the WP permalink. (Courtesy Bill Berry)
|
959 |
|
960 |
= 1.2.5 =
|
961 |
|
1000 |
|
1001 |
== Upgrade Notice ==
|
1002 |
|
1003 |
+
* 2.8.6 - Miscellaneous bug fixes.
|
styles.css
CHANGED
@@ -35,4 +35,12 @@ label[for="wpt_license_key"] { font-size: 1.3em; }
|
|
35 |
.tweet { background: #070 url(images/Ok.png) right 50% no-repeat; color: #fff; }
|
36 |
.notweet { background: #9d1309 url(images/Error.png) right 50% no-repeat; color: #fff; }
|
37 |
|
38 |
-
.donations * { vertical-align: middle; display: inline-block; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
.tweet { background: #070 url(images/Ok.png) right 50% no-repeat; color: #fff; }
|
36 |
.notweet { background: #9d1309 url(images/Error.png) right 50% no-repeat; color: #fff; }
|
37 |
|
38 |
+
.donations * { vertical-align: middle; display: inline-block; }
|
39 |
+
|
40 |
+
.jcd-wide { width: 75%; }
|
41 |
+
.jcd-narrow { width: 20%; }
|
42 |
+
|
43 |
+
@media (max-width: 782px) {
|
44 |
+
.jcd-narrow { width: 100%; }
|
45 |
+
.jcd-wide { width: 100%; }
|
46 |
+
}
|
uninstall.php
CHANGED
@@ -86,4 +86,5 @@ delete_option( 'jd_keyword_format' );
|
|
86 |
//Version
|
87 |
delete_option( 'wp_to_twitter_version' );
|
88 |
delete_option( 'wpt_authentication_missing' );
|
|
|
89 |
}
|
86 |
//Version
|
87 |
delete_option( 'wp_to_twitter_version' );
|
88 |
delete_option( 'wpt_authentication_missing' );
|
89 |
+
delete_option( 'wpt_http' );
|
90 |
}
|
wp-to-twitter-manager.php
CHANGED
@@ -25,6 +25,26 @@ function jd_checkSelect( $field, $value, $type='select' ) {
|
|
25 |
}
|
26 |
}
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
function jd_check_functions() {
|
29 |
$message = "<div class='update'><ul>";
|
30 |
// grab or set necessary variables
|
@@ -32,28 +52,26 @@ function jd_check_functions() {
|
|
32 |
$shortener = get_option( 'jd_shortener' );
|
33 |
$title = urlencode( 'Your blog home' );
|
34 |
$shrink = apply_filters( 'wptt_shorten_link', $testurl, $title, false, true );
|
35 |
-
if ($shrink ==
|
36 |
-
|
37 |
-
$error = htmlentities( get_option('wp_supr_error') );
|
38 |
-
} else if ( $shortener == 2 ) {
|
39 |
-
$error = htmlentities( get_option('wp_bitly_error') );
|
40 |
-
} else {
|
41 |
-
$error = __('No error information is available for your shortener.','wp-to-twitter');
|
42 |
-
}
|
43 |
$message .= __("<li class=\"error\"><strong>WP to Twitter was unable to contact your selected URL shortening service.</strong></li>",'wp-to-twitter');
|
44 |
-
$
|
|
|
|
|
|
|
|
|
45 |
} else {
|
46 |
$message .= __("<li><strong>WP to Twitter successfully contacted your selected URL shortening service.</strong> The following link should point to your blog homepage:",'wp-to-twitter');
|
47 |
$message .= " <a href='$shrink'>$shrink</a></li>";
|
48 |
}
|
49 |
//check twitter credentials
|
50 |
if ( wtt_oauth_test() ) {
|
51 |
-
$rand = rand(1000000,9999999);
|
52 |
$testpost = jd_doTwitterAPIPost( "This is a test of WP to Twitter. $shrink ($rand)" );
|
53 |
-
if ($testpost) {
|
54 |
$message .= __("<li><strong>WP to Twitter successfully submitted a status update to Twitter.</strong></li>",'wp-to-twitter');
|
55 |
} else {
|
56 |
-
$error =
|
57 |
$message .= __("<li class=\"error\"><strong>WP to Twitter failed to submit an update to Twitter.</strong></li>",'wp-to-twitter');
|
58 |
$message .= "<li class=\"error\">$error</li>";
|
59 |
}
|
@@ -81,20 +99,10 @@ function wpt_update_settings() {
|
|
81 |
if (! wp_verify_nonce($nonce,'wp-to-twitter-nonce') ) die("Security check failed");
|
82 |
}
|
83 |
|
84 |
-
if ( isset($_POST['submit-type']) && $_POST['submit-type'] == 'clear-error' ) {
|
85 |
-
update_option( 'wp_twitter_failure','0' );
|
86 |
-
update_option( 'wp_url_failure','0' );
|
87 |
-
update_option( 'jd_status_message','');
|
88 |
-
$message = __("WP to Twitter Errors Cleared", 'wp-to-twitter');
|
89 |
-
}
|
90 |
-
|
91 |
if ( isset($_POST['oauth_settings'] ) ) {
|
92 |
$oauth_message = jd_update_oauth_settings( false, $_POST );
|
93 |
}
|
94 |
|
95 |
-
$wp_twitter_error = FALSE;
|
96 |
-
$wp_supr_error = FALSE;
|
97 |
-
$wp_bitly_error = FALSE;
|
98 |
$message = "";
|
99 |
|
100 |
// SET DEFAULT OPTIONS
|
@@ -147,7 +155,6 @@ function wpt_update_settings() {
|
|
147 |
// Use custom external URLs to point elsewhere.
|
148 |
update_option( 'jd_twit_custom_url', 'external_link' );
|
149 |
// Error checking
|
150 |
-
update_option( 'wp_twitter_failure','0' );
|
151 |
update_option( 'wp_url_failure','0' );
|
152 |
// Default publishing options.
|
153 |
update_option( 'jd_tweet_default', '0' );
|
@@ -163,35 +170,30 @@ function wpt_update_settings() {
|
|
163 |
}
|
164 |
|
165 |
// notifications from oauth connection
|
166 |
-
if ( isset($_POST['oauth_settings'] ) ) {
|
167 |
if ( $oauth_message == "success" ) {
|
168 |
print('
|
169 |
<div id="message" class="updated fade">
|
170 |
<p>'.__('WP to Twitter is now connected with Twitter.', 'wp-to-twitter').'</p>
|
171 |
</div>
|
172 |
-
|
173 |
');
|
174 |
} else if ( $oauth_message == "failed" ) {
|
175 |
print('
|
176 |
-
<div id="message" class="
|
177 |
-
<p>'.__('WP to Twitter failed to connect with Twitter.
|
178 |
-
<p>'.__('Error:','wp-to-twitter').' '.get_option('wpt_error').'</p>
|
179 |
</div>
|
180 |
-
|
181 |
');
|
182 |
} else if ( $oauth_message == "cleared" ) {
|
183 |
print('
|
184 |
<div id="message" class="updated fade">
|
185 |
<p>'.__('OAuth Authentication Data Cleared.', 'wp-to-twitter').'</p>
|
186 |
</div>
|
187 |
-
|
188 |
');
|
189 |
} else if ( $oauth_message == 'nosync' ) {
|
190 |
print('
|
191 |
<div id="message" class="error fade">
|
192 |
<p>'.__('OAuth Authentication Failed. Your server time is not in sync with the Twitter servers. Talk to your hosting service to see what can be done.', 'wp-to-twitter').'</p>
|
193 |
</div>
|
194 |
-
|
195 |
');
|
196 |
} else {
|
197 |
print('
|
@@ -363,12 +365,9 @@ function wpt_update_settings() {
|
|
363 |
}
|
364 |
}
|
365 |
update_option( 'wpt_can_tweet',$wpt_can_tweet);
|
366 |
-
update_option( '
|
367 |
-
update_option( '
|
368 |
-
update_option( '
|
369 |
-
update_option( 'wp_debug_oauth' , ( isset( $_POST['wp_debug_oauth'] ) )?$_POST['wp_debug_oauth']:0 );
|
370 |
-
update_option( 'wpt_http' , ( isset( $_POST['wpt_http'] ) )?$_POST['wpt_http']:0 );
|
371 |
-
update_option( 'jd_donations' , ( isset( $_POST['jd_donations'] ) )?$_POST['jd_donations']:0 );
|
372 |
$wpt_truncation_order = $_POST['wpt_truncation_order'];
|
373 |
update_option( 'wpt_truncation_order', $wpt_truncation_order );
|
374 |
$message .= __( 'WP to Twitter Advanced Options Updated' , 'wp-to-twitter');
|
@@ -406,23 +405,26 @@ function wpt_update_settings() {
|
|
406 |
<div class="wrap" id="wp-to-twitter">
|
407 |
<?php wpt_commments_removed(); ?>
|
408 |
<?php if ( $message ) { ?>
|
409 |
-
<div id="message" class="updated fade"><?php echo $message; ?></div>
|
410 |
-
<?php }
|
411 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
412 |
<div class="error">
|
413 |
-
<?php
|
414 |
-
_e("<p>One or more of your last posts has failed to send a status update to Twitter. The Tweet has been saved, and you can re-Tweet it at your leisure.</p>", 'wp-to-twitter');
|
415 |
-
}
|
416 |
-
if ( get_option( 'jd_status_message' ) != '' ) {
|
417 |
-
echo "<p><strong>".get_option( 'jd_status_message' )."</strong></p>";
|
418 |
-
}
|
419 |
-
if ( get_option( 'wp_twitter_failure' ) == '2') {
|
420 |
-
echo "<p>".__("Sorry! I couldn't get in touch with the Twitter servers to post your <strong>new link</strong>! You'll have to post it manually, I'm afraid. ", 'wp-to-twitter')."</p>";
|
421 |
-
}
|
422 |
if ( get_option( 'wp_url_failure' ) == '1' ) {
|
423 |
-
|
424 |
-
}
|
425 |
-
|
426 |
<form method="post" action="<?php echo $admin_url; ?>">
|
427 |
<div><input type="hidden" name="submit-type" value="clear-error" /></div>
|
428 |
<?php $nonce = wp_nonce_field('wp-to-twitter-nonce', '_wpnonce', true, false).wp_referer_field(false); echo "<div>$nonce</div>"; ?>
|
@@ -433,7 +435,7 @@ function wpt_update_settings() {
|
|
433 |
}
|
434 |
?>
|
435 |
<h2><?php _e("WP to Twitter Options", 'wp-to-twitter'); ?></h2>
|
436 |
-
<div id="wpt_settings_page" class="postbox-container
|
437 |
|
438 |
<?php
|
439 |
if ( isset($_GET['debug']) && $_GET['debug'] == 'true' ) {
|
@@ -710,14 +712,9 @@ function wpt_update_settings() {
|
|
710 |
<fieldset>
|
711 |
<legend><?php _e('Error Messages and Debugging','wp-to-twitter'); ?></legend>
|
712 |
<ul>
|
713 |
-
<li><input type="checkbox" name="
|
714 |
-
<li><input type="checkbox" name="
|
715 |
-
<li><input type="checkbox" name="
|
716 |
-
<label for="wp_debug_oauth"><?php _e("Get Debugging Data for OAuth Connection", 'wp-to-twitter'); ?></label></li>
|
717 |
-
<li><input type="checkbox" name="wpt_http" id="wpt_http" value="1" <?php echo jd_checkCheckbox('wpt_http')?> />
|
718 |
-
<label for="wpt_http"><?php _e("Switch to <code>http</code> connection. (Default is https)", 'wp-to-twitter'); ?></label></li>
|
719 |
-
<li><input type="checkbox" name="jd_donations" id="jd_donations" value="1" <?php echo jd_checkCheckbox('jd_donations')?> />
|
720 |
-
<label for="jd_donations"><strong><?php _e("I made a donation, so stop whinging at me, please.", 'wp-to-twitter'); ?></strong></label></li>
|
721 |
</ul>
|
722 |
</fieldset>
|
723 |
<div>
|
@@ -756,7 +753,7 @@ function wpt_update_settings() {
|
|
756 |
|
757 |
function wpt_sidebar() {
|
758 |
?>
|
759 |
-
<div class="postbox-container
|
760 |
<div class="metabox-holder">
|
761 |
<div class="ui-sortable meta-box-sortables">
|
762 |
<div class="postbox">
|
@@ -768,11 +765,11 @@ function wpt_sidebar() {
|
|
768 |
<?php } ?>
|
769 |
<div class="inside resources">
|
770 |
<p>
|
771 |
-
<a href="https://twitter.com/intent/
|
772 |
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
773 |
</p>
|
774 |
-
<?php if ( function_exists( 'wpt_pro_exists' ) ) { $
|
775 |
-
<a href="<?php echo $
|
776 |
<?php if ( get_option('jd_donations') != 1 && !function_exists( 'wpt_pro_exists' ) ) { ?>
|
777 |
<p><?php _e('<a href="http://www.joedolson.com/donate.php">Make a donation today!</a><br />Every donation matters - donate $5, $20, or $100 today!','wp-to-twitter'); ?></p>
|
778 |
<div class='donations'>
|
25 |
}
|
26 |
}
|
27 |
|
28 |
+
function wpt_set_log( $data, $id, $message ) {
|
29 |
+
if ( $id == 'test' ) {
|
30 |
+
$log = update_option( $data, $message );
|
31 |
+
} else {
|
32 |
+
$log = update_post_meta( $id,'_'.$data, $message );
|
33 |
+
}
|
34 |
+
$last = update_option( $data.'_last', array( $id, $message ) );
|
35 |
+
}
|
36 |
+
|
37 |
+
function wpt_log( $data, $id ) {
|
38 |
+
if ( $id == 'test' ) {
|
39 |
+
$log = get_option( $data );
|
40 |
+
} else if ( $id == 'last' ) {
|
41 |
+
$log = get_option( $data.'_last' );
|
42 |
+
} else {
|
43 |
+
$log = get_post_meta( $id, '_'.$data, true );
|
44 |
+
}
|
45 |
+
return $log;
|
46 |
+
}
|
47 |
+
|
48 |
function jd_check_functions() {
|
49 |
$message = "<div class='update'><ul>";
|
50 |
// grab or set necessary variables
|
52 |
$shortener = get_option( 'jd_shortener' );
|
53 |
$title = urlencode( 'Your blog home' );
|
54 |
$shrink = apply_filters( 'wptt_shorten_link', $testurl, $title, false, true );
|
55 |
+
if ( $shrink == false ) {
|
56 |
+
$error = htmlentities( get_option('wpt_shortener_status') );
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
$message .= __("<li class=\"error\"><strong>WP to Twitter was unable to contact your selected URL shortening service.</strong></li>",'wp-to-twitter');
|
58 |
+
if ( $error != '' ) {
|
59 |
+
$message .= "<li><code>$error</code></li>";
|
60 |
+
} else {
|
61 |
+
$message .= "<li><code>".__('No error message was returned.','wp-to-twitter' )."</code></li>";
|
62 |
+
}
|
63 |
} else {
|
64 |
$message .= __("<li><strong>WP to Twitter successfully contacted your selected URL shortening service.</strong> The following link should point to your blog homepage:",'wp-to-twitter');
|
65 |
$message .= " <a href='$shrink'>$shrink</a></li>";
|
66 |
}
|
67 |
//check twitter credentials
|
68 |
if ( wtt_oauth_test() ) {
|
69 |
+
$rand = rand( 1000000,9999999 );
|
70 |
$testpost = jd_doTwitterAPIPost( "This is a test of WP to Twitter. $shrink ($rand)" );
|
71 |
+
if ( $testpost ) {
|
72 |
$message .= __("<li><strong>WP to Twitter successfully submitted a status update to Twitter.</strong></li>",'wp-to-twitter');
|
73 |
} else {
|
74 |
+
$error = wpt_log( 'wpt_status_message', 'test' );
|
75 |
$message .= __("<li class=\"error\"><strong>WP to Twitter failed to submit an update to Twitter.</strong></li>",'wp-to-twitter');
|
76 |
$message .= "<li class=\"error\">$error</li>";
|
77 |
}
|
99 |
if (! wp_verify_nonce($nonce,'wp-to-twitter-nonce') ) die("Security check failed");
|
100 |
}
|
101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
if ( isset($_POST['oauth_settings'] ) ) {
|
103 |
$oauth_message = jd_update_oauth_settings( false, $_POST );
|
104 |
}
|
105 |
|
|
|
|
|
|
|
106 |
$message = "";
|
107 |
|
108 |
// SET DEFAULT OPTIONS
|
155 |
// Use custom external URLs to point elsewhere.
|
156 |
update_option( 'jd_twit_custom_url', 'external_link' );
|
157 |
// Error checking
|
|
|
158 |
update_option( 'wp_url_failure','0' );
|
159 |
// Default publishing options.
|
160 |
update_option( 'jd_tweet_default', '0' );
|
170 |
}
|
171 |
|
172 |
// notifications from oauth connection
|
173 |
+
if ( isset( $_POST['oauth_settings'] ) ) {
|
174 |
if ( $oauth_message == "success" ) {
|
175 |
print('
|
176 |
<div id="message" class="updated fade">
|
177 |
<p>'.__('WP to Twitter is now connected with Twitter.', 'wp-to-twitter').'</p>
|
178 |
</div>
|
|
|
179 |
');
|
180 |
} else if ( $oauth_message == "failed" ) {
|
181 |
print('
|
182 |
+
<div id="message" class="error fade">
|
183 |
+
<p>'.__( 'WP to Twitter failed to connect with Twitter.', 'wp-to-twitter' ).' <strong>'.__('Error:','wp-to-twitter').'</strong> '.get_option( 'wpt_error' ).'</p>
|
|
|
184 |
</div>
|
|
|
185 |
');
|
186 |
} else if ( $oauth_message == "cleared" ) {
|
187 |
print('
|
188 |
<div id="message" class="updated fade">
|
189 |
<p>'.__('OAuth Authentication Data Cleared.', 'wp-to-twitter').'</p>
|
190 |
</div>
|
|
|
191 |
');
|
192 |
} else if ( $oauth_message == 'nosync' ) {
|
193 |
print('
|
194 |
<div id="message" class="error fade">
|
195 |
<p>'.__('OAuth Authentication Failed. Your server time is not in sync with the Twitter servers. Talk to your hosting service to see what can be done.', 'wp-to-twitter').'</p>
|
196 |
</div>
|
|
|
197 |
');
|
198 |
} else {
|
199 |
print('
|
365 |
}
|
366 |
}
|
367 |
update_option( 'wpt_can_tweet',$wpt_can_tweet);
|
368 |
+
update_option( 'wpt_permit_feed_styles', ( isset( $_POST['wpt_permit_feed_styles'] ) ) ? 1 : 0 );
|
369 |
+
update_option( 'wp_debug_oauth' , ( isset( $_POST['wp_debug_oauth'] ) )? 1 : 0 );
|
370 |
+
update_option( 'jd_donations' , ( isset( $_POST['jd_donations'] ) )? 1 : 0 );
|
|
|
|
|
|
|
371 |
$wpt_truncation_order = $_POST['wpt_truncation_order'];
|
372 |
update_option( 'wpt_truncation_order', $wpt_truncation_order );
|
373 |
$message .= __( 'WP to Twitter Advanced Options Updated' , 'wp-to-twitter');
|
405 |
<div class="wrap" id="wp-to-twitter">
|
406 |
<?php wpt_commments_removed(); ?>
|
407 |
<?php if ( $message ) { ?>
|
408 |
+
<div id="message" class="updated fade"><p><?php echo $message; ?></p></div>
|
409 |
+
<?php }
|
410 |
+
$log = wpt_log( 'wpt_status_message', 'last' );
|
411 |
+
if ( !empty( $log ) && is_array( $log ) ) {
|
412 |
+
$post_ID = $log[0];
|
413 |
+
$post = get_post( $post_ID );
|
414 |
+
$title = $post->post_title;
|
415 |
+
$notice = $log[1];
|
416 |
+
echo "<div class='updated fade'><p><strong>".__('Last Tweet','wp-to-twitter')."</strong>: <a href='".get_edit_post_link( $post_ID )."'>$title</a> » $notice</p></div>";
|
417 |
+
}
|
418 |
+
if ( isset( $_POST['submit-type'] ) && $_POST['submit-type'] == 'clear-error' ) {
|
419 |
+
delete_option( 'wp_url_failure' );
|
420 |
+
}
|
421 |
+
if ( get_option( 'wp_url_failure' ) == '1' ) { ?>
|
422 |
<div class="error">
|
423 |
+
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
424 |
if ( get_option( 'wp_url_failure' ) == '1' ) {
|
425 |
+
_e("<p>The query to the URL shortener API failed, and your URL was not shrunk. The full post URL was attached to your Tweet. Check with your URL shortening provider to see if there are any known issues.</p>", 'wp-to-twitter');
|
426 |
+
}
|
427 |
+
$admin_url = ( is_plugin_active('wp-tweets-pro/wpt-pro-functions.php') )?admin_url('admin.php?page=wp-tweets-pro'):admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php'); ?>
|
428 |
<form method="post" action="<?php echo $admin_url; ?>">
|
429 |
<div><input type="hidden" name="submit-type" value="clear-error" /></div>
|
430 |
<?php $nonce = wp_nonce_field('wp-to-twitter-nonce', '_wpnonce', true, false).wp_referer_field(false); echo "<div>$nonce</div>"; ?>
|
435 |
}
|
436 |
?>
|
437 |
<h2><?php _e("WP to Twitter Options", 'wp-to-twitter'); ?></h2>
|
438 |
+
<div id="wpt_settings_page" class="postbox-container jcd-wide">
|
439 |
|
440 |
<?php
|
441 |
if ( isset($_GET['debug']) && $_GET['debug'] == 'true' ) {
|
712 |
<fieldset>
|
713 |
<legend><?php _e('Error Messages and Debugging','wp-to-twitter'); ?></legend>
|
714 |
<ul>
|
715 |
+
<li><input type="checkbox" name="wpt_permit_feed_styles" id="wpt_permit_feed_styles" value="1" <?php echo jd_checkCheckbox('wpt_permit_feed_styles')?> /> <label for="wpt_permit_feed_styles"><?php _e("Disable Twitter Feed Stylesheet", 'wp-to-twitter'); ?></label></li>
|
716 |
+
<li><input type="checkbox" name="wp_debug_oauth" id="wp_debug_oauth" value="1" <?php echo jd_checkCheckbox('wp_debug_oauth')?> /> <label for="wp_debug_oauth"><?php _e("Get Debugging Data for OAuth Connection", 'wp-to-twitter'); ?></label></li>
|
717 |
+
<li><input type="checkbox" name="jd_donations" id="jd_donations" value="1" <?php echo jd_checkCheckbox('jd_donations')?> /> <label for="jd_donations"><strong><?php _e("I made a donation, so stop whinging at me, please.", 'wp-to-twitter'); ?></strong></label></li>
|
|
|
|
|
|
|
|
|
|
|
718 |
</ul>
|
719 |
</fieldset>
|
720 |
<div>
|
753 |
|
754 |
function wpt_sidebar() {
|
755 |
?>
|
756 |
+
<div class="postbox-container jcd-narrow">
|
757 |
<div class="metabox-holder">
|
758 |
<div class="ui-sortable meta-box-sortables">
|
759 |
<div class="postbox">
|
765 |
<?php } ?>
|
766 |
<div class="inside resources">
|
767 |
<p>
|
768 |
+
<a href="https://twitter.com/intent/follow?screen_name=joedolson" class="twitter-follow-button" data-size="small" data-related="joedolson">Follow @joedolson</a>
|
769 |
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
770 |
</p>
|
771 |
+
<?php if ( function_exists( 'wpt_pro_exists' ) ) { $support_url = admin_url('admin.php?page=wp-tweets-pro'); } else { $support = admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php'); } ?>
|
772 |
+
<a href="<?php echo $support_url; ?>#get-support"><?php _e("Get Support",'wp-to-twitter'); ?></a> • <a href="https://www.joedolson.com/articles/wp-content/uploads/wp-tweets-pro-users-guide-1.6.0.pdf"><?php _e( 'Read the Manual', 'wp-to-twitter' ); ?></a>
|
773 |
<?php if ( get_option('jd_donations') != 1 && !function_exists( 'wpt_pro_exists' ) ) { ?>
|
774 |
<p><?php _e('<a href="http://www.joedolson.com/donate.php">Make a donation today!</a><br />Every donation matters - donate $5, $20, or $100 today!','wp-to-twitter'); ?></p>
|
775 |
<div class='donations'>
|
wp-to-twitter-oauth.php
CHANGED
@@ -87,11 +87,12 @@ switch ( $post['oauth_settings'] ) {
|
|
87 |
}
|
88 |
$message = 'failed';
|
89 |
if ( $connection = wtt_oauth_connection( $auth ) ) {
|
90 |
-
$
|
91 |
-
$data = $connection->get($protocol.'//api.twitter.com/1.1/account/verify_credentials.json');
|
92 |
if ( $connection->http_code != '200' ) {
|
93 |
$data = json_decode( $data );
|
94 |
-
|
|
|
|
|
95 |
} else {
|
96 |
delete_option( 'wpt_error' );
|
97 |
}
|
@@ -169,8 +170,7 @@ if ( !$auth ) {
|
|
169 |
echo '<div class="postbox">';
|
170 |
}
|
171 |
$server_time = date( DATE_COOKIE );
|
172 |
-
$
|
173 |
-
$response = wp_remote_get( "$protocol//api.twitter.com/1.1/" );
|
174 |
if ( is_wp_error( $response ) ) {
|
175 |
$warning = '';
|
176 |
$error = $response->errors;
|
@@ -183,7 +183,7 @@ if ( is_wp_error( $response ) ) {
|
|
183 |
}
|
184 |
$warning .= "</ul>";
|
185 |
}
|
186 |
-
$ssl = __("Connection Problems?
|
187 |
$date = __("There was an error querying Twitter's servers",'wp-to-twitter');
|
188 |
$errors = "<p>".$ssl."</p>".$warning;
|
189 |
} else {
|
@@ -219,9 +219,7 @@ $nonce = ( !$auth )?wp_nonce_field('wp-to-twitter-nonce', '_wpnonce', true, fals
|
|
219 |
'.$errors.'
|
220 |
<p>'.__('Your server timezone (should be UTC,GMT,Europe/London or equivalent):','wp-to-twitter').' '.date_default_timezone_get().'</p>
|
221 |
</div>
|
222 |
-
|
223 |
-
<fieldset class="options">
|
224 |
-
<h4>'.__('1. Register this site as an application on ', 'wp-to-twitter') . '<a href="http://dev.twitter.com/apps/new" target="_blank">'.__('Twitter\'s application registration page','wp-to-twitter').'</a></h4>
|
225 |
<ul>
|
226 |
<li>'.__('If you\'re not currently logged in to Twitter, log-in to the account you want associated with this site' , 'wp-to-twitter').'</li>
|
227 |
<li>'.__('Your application name cannot include the word "Twitter."' , 'wp-to-twitter').'</li>
|
@@ -229,21 +227,25 @@ $nonce = ( !$auth )?wp_nonce_field('wp-to-twitter-nonce', '_wpnonce', true, fals
|
|
229 |
<li>'.__('The WebSite and Callback URL should be ' , 'wp-to-twitter').'<strong>'. get_bloginfo( 'url' ) .'</strong></li>
|
230 |
</ul>
|
231 |
<p><em>'.__('Agree to the Developer Rules of the Road and continue.','wp-to-twitter').'</em></p>
|
232 |
-
<h4>'.__('2. Switch to the "
|
233 |
<ul>
|
234 |
<li>'.__('Select "Read and Write" for the Application Type' , 'wp-to-twitter').'</li>
|
235 |
<li>'.__('Update the application settings' , 'wp-to-twitter').'</li>
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
|
|
|
|
|
|
|
|
240 |
<div class="tokens">
|
241 |
<p>
|
242 |
-
<label for="wtt_app_consumer_key">'.__('
|
243 |
<input type="text" size="45" name="wtt_app_consumer_key" id="wtt_app_consumer_key" value="'.$ack.'" />
|
244 |
</p>
|
245 |
<p>
|
246 |
-
<label for="wtt_app_consumer_secret">'.__('
|
247 |
<input type="text" size="45" name="wtt_app_consumer_secret" id="wtt_app_consumer_secret" value="'.$acs.'" />
|
248 |
</p>
|
249 |
</div>
|
87 |
}
|
88 |
$message = 'failed';
|
89 |
if ( $connection = wtt_oauth_connection( $auth ) ) {
|
90 |
+
$data = $connection->get( 'https://api.twitter.com/1.1/account/verify_credentials.json' );
|
|
|
91 |
if ( $connection->http_code != '200' ) {
|
92 |
$data = json_decode( $data );
|
93 |
+
$code = "<a href='https://dev.twitter.com/docs/error-codes-responses'>".$data->errors[0]->code."</a>";
|
94 |
+
$error = $data->errors[0]->message;
|
95 |
+
update_option( 'wpt_error', "$code: $error" );
|
96 |
} else {
|
97 |
delete_option( 'wpt_error' );
|
98 |
}
|
170 |
echo '<div class="postbox">';
|
171 |
}
|
172 |
$server_time = date( DATE_COOKIE );
|
173 |
+
$response = wp_remote_get( "https://twitter.com/", array( 'timeout'=>1, 'redirection'=>1 ) );
|
|
|
174 |
if ( is_wp_error( $response ) ) {
|
175 |
$warning = '';
|
176 |
$error = $response->errors;
|
183 |
}
|
184 |
$warning .= "</ul>";
|
185 |
}
|
186 |
+
$ssl = __("Connection Problems? If you're getting an SSL related error, you'll need to contact your host.",'wp-to-twitter');
|
187 |
$date = __("There was an error querying Twitter's servers",'wp-to-twitter');
|
188 |
$errors = "<p>".$ssl."</p>".$warning;
|
189 |
} else {
|
219 |
'.$errors.'
|
220 |
<p>'.__('Your server timezone (should be UTC,GMT,Europe/London or equivalent):','wp-to-twitter').' '.date_default_timezone_get().'</p>
|
221 |
</div>
|
222 |
+
<h4>'.__('1. Register this site as an application on ', 'wp-to-twitter') . '<a href="https://apps.twitter.com/app/new/" target="_blank">'.__('Twitter\'s application registration page','wp-to-twitter').'</a></h4>
|
|
|
|
|
223 |
<ul>
|
224 |
<li>'.__('If you\'re not currently logged in to Twitter, log-in to the account you want associated with this site' , 'wp-to-twitter').'</li>
|
225 |
<li>'.__('Your application name cannot include the word "Twitter."' , 'wp-to-twitter').'</li>
|
227 |
<li>'.__('The WebSite and Callback URL should be ' , 'wp-to-twitter').'<strong>'. get_bloginfo( 'url' ) .'</strong></li>
|
228 |
</ul>
|
229 |
<p><em>'.__('Agree to the Developer Rules of the Road and continue.','wp-to-twitter').'</em></p>
|
230 |
+
<h4>'.__( '2. Switch to the "Permissions" tab in Twitter apps', 'wp-to-twitter' ).'</h4>
|
231 |
<ul>
|
232 |
<li>'.__('Select "Read and Write" for the Application Type' , 'wp-to-twitter').'</li>
|
233 |
<li>'.__('Update the application settings' , 'wp-to-twitter').'</li>
|
234 |
+
</ul>
|
235 |
+
<h4>'.__('3. Switch to the API Keys tab and regenerate your API keys, then create your access token.','wp-to-twitter' ).'</h4>
|
236 |
+
<ul>
|
237 |
+
<li>'.__('Copy your API key and API secret from the top section.' , 'wp-to-twitter').'</li>
|
238 |
+
<li>'.__('Copy your Access token and Access token secret from the bottom section.' , 'wp-to-twitter').'</li>
|
239 |
+
</ul>
|
240 |
+
'.$form.'
|
241 |
+
<fieldset class="options">
|
242 |
<div class="tokens">
|
243 |
<p>
|
244 |
+
<label for="wtt_app_consumer_key">'.__('API Key', 'wp-to-twitter').'</label>
|
245 |
<input type="text" size="45" name="wtt_app_consumer_key" id="wtt_app_consumer_key" value="'.$ack.'" />
|
246 |
</p>
|
247 |
<p>
|
248 |
+
<label for="wtt_app_consumer_secret">'.__('API Secret', 'wp-to-twitter').'</label>
|
249 |
<input type="text" size="45" name="wtt_app_consumer_secret" id="wtt_app_consumer_secret" value="'.$acs.'" />
|
250 |
</p>
|
251 |
</div>
|
wp-to-twitter-shorteners.php
CHANGED
@@ -43,7 +43,9 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
43 |
} else {
|
44 |
$ct = "&";
|
45 |
}
|
46 |
-
$
|
|
|
|
|
47 |
$url .= $ct .= $ga;
|
48 |
}
|
49 |
$url = urldecode(trim($url)); // prevent double-encoding
|
@@ -56,6 +58,7 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
56 |
// custom word setting
|
57 |
$keyword_format = ( get_option( 'jd_keyword_format' ) == '1' )?$post_ID:false;
|
58 |
$keyword_format = ( get_option( 'jd_keyword_format' ) == '2' )?get_post_meta( $post_ID,'_yourls_keyword',true ):$keyword_format;
|
|
|
59 |
// Generate and grab the short url
|
60 |
switch ( get_option( 'jd_shortener' ) ) {
|
61 |
case 0:
|
@@ -66,7 +69,7 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
66 |
case 4:
|
67 |
if ( function_exists('wp_get_shortlink') ) {
|
68 |
// wp_get_shortlink doesn't natively support custom post types; but don't return an error in that case.
|
69 |
-
$shrink = ( $post_ID != false )?wp_get_shortlink( $post_ID, 'post' )
|
70 |
}
|
71 |
if ( !$shrink ) { $shrink = $url; }
|
72 |
break;
|
@@ -74,7 +77,6 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
74 |
$bitlyapi = trim ( get_option( 'bitlyapi' ) );
|
75 |
$bitlylogin = trim ( strtolower( get_option( 'bitlylogin' ) ) );
|
76 |
$decoded = jd_remote_json( "https://api-ssl.bitly.com/v3/shorten?longUrl=".$encoded."&login=".$bitlylogin."&apiKey=".$bitlyapi."&format=json" );
|
77 |
-
$error = '';
|
78 |
if ($decoded) {
|
79 |
if ($decoded['status_code'] != 200) {
|
80 |
$shrink = $decoded;
|
@@ -83,10 +85,9 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
83 |
$shrink = $decoded['data']['url'];
|
84 |
}
|
85 |
} else {
|
86 |
-
|
87 |
-
update_option( 'wp_bitly_error',"JSON result could not be decoded");
|
88 |
}
|
89 |
-
if ( !is_valid_url($shrink) ) { $shrink = false;
|
90 |
break;
|
91 |
case 5:
|
92 |
// local YOURLS installation
|
@@ -137,7 +138,6 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
137 |
} else {
|
138 |
$decoded = jd_remote_json( "http://su.pr/api/shorten?longUrl=".$encoded );
|
139 |
}
|
140 |
-
update_option( 'wp_supr_error',"Su.pr API result: $decoded" );
|
141 |
if ($decoded['statusCode'] == 'OK') {
|
142 |
$page = str_replace("&","&", urldecode($url));
|
143 |
$shrink = $decoded['results'][$page]['shortUrl'];
|
@@ -145,9 +145,8 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
145 |
} else {
|
146 |
$shrink = false;
|
147 |
$error = $decoded['errorMessage'];
|
148 |
-
update_option( 'wp_supr_error',"JSON result could not be decoded");
|
149 |
}
|
150 |
-
if ( !is_valid_url($shrink) ) { $shrink = false;
|
151 |
break;
|
152 |
case 8:
|
153 |
// Goo.gl
|
@@ -183,7 +182,6 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
183 |
}
|
184 |
//\jotURL
|
185 |
$decoded = jd_fetch_url("https://api.joturl.com/a/v1/shorten?url=" . $encoded . "&login=" . $joturllogin . "&key=" . $joturlapi . "&format=plain");
|
186 |
-
$error = '';
|
187 |
if ($decoded !== false) {
|
188 |
$shrink = $decoded;
|
189 |
//jotURL, added: 2013-04-10
|
@@ -200,13 +198,12 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
200 |
} else {
|
201 |
$error = $decoded;
|
202 |
$shrink = false;
|
203 |
-
update_option('wp_joturl_error', "JSON result could not be decoded");
|
204 |
}
|
205 |
if (!is_valid_url($shrink)) {
|
206 |
$shrink = false;
|
207 |
-
update_option('wp_joturl_error', $error);
|
208 |
}
|
209 |
-
break;
|
|
|
210 |
}
|
211 |
if ( !$testmode ) {
|
212 |
if ( $shrink === false || ( filter_var($shrink, FILTER_VALIDATE_URL) === false ) ) {
|
@@ -252,7 +249,11 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
|
|
252 |
function jd_expand_url( $short_url ) {
|
253 |
$short_url = urlencode( $short_url );
|
254 |
$decoded = jd_remote_json("http://api.longurl.org/v2/expand?format=json&url=" . $short_url );
|
255 |
-
|
|
|
|
|
|
|
|
|
256 |
return $url;
|
257 |
//return $short_url;
|
258 |
}
|
43 |
} else {
|
44 |
$ct = "&";
|
45 |
}
|
46 |
+
$medium = apply_filters( 'wpt_utm_medium', 'twitter' );
|
47 |
+
$source = apply_filters( 'wpt_utm_source', 'twitter' );
|
48 |
+
$ga = "utm_campaign=$campaign&utm_medium=$medium&utm_source=$source";
|
49 |
$url .= $ct .= $ga;
|
50 |
}
|
51 |
$url = urldecode(trim($url)); // prevent double-encoding
|
58 |
// custom word setting
|
59 |
$keyword_format = ( get_option( 'jd_keyword_format' ) == '1' )?$post_ID:false;
|
60 |
$keyword_format = ( get_option( 'jd_keyword_format' ) == '2' )?get_post_meta( $post_ID,'_yourls_keyword',true ):$keyword_format;
|
61 |
+
$error = '';
|
62 |
// Generate and grab the short url
|
63 |
switch ( get_option( 'jd_shortener' ) ) {
|
64 |
case 0:
|
69 |
case 4:
|
70 |
if ( function_exists('wp_get_shortlink') ) {
|
71 |
// wp_get_shortlink doesn't natively support custom post types; but don't return an error in that case.
|
72 |
+
$shrink = ( $post_ID != false ) ? wp_get_shortlink( $post_ID, 'post' ) : $url;
|
73 |
}
|
74 |
if ( !$shrink ) { $shrink = $url; }
|
75 |
break;
|
77 |
$bitlyapi = trim ( get_option( 'bitlyapi' ) );
|
78 |
$bitlylogin = trim ( strtolower( get_option( 'bitlylogin' ) ) );
|
79 |
$decoded = jd_remote_json( "https://api-ssl.bitly.com/v3/shorten?longUrl=".$encoded."&login=".$bitlylogin."&apiKey=".$bitlyapi."&format=json" );
|
|
|
80 |
if ($decoded) {
|
81 |
if ($decoded['status_code'] != 200) {
|
82 |
$shrink = $decoded;
|
85 |
$shrink = $decoded['data']['url'];
|
86 |
}
|
87 |
} else {
|
88 |
+
$shrink = false;
|
|
|
89 |
}
|
90 |
+
if ( !is_valid_url($shrink) ) { $shrink = false; }
|
91 |
break;
|
92 |
case 5:
|
93 |
// local YOURLS installation
|
138 |
} else {
|
139 |
$decoded = jd_remote_json( "http://su.pr/api/shorten?longUrl=".$encoded );
|
140 |
}
|
|
|
141 |
if ($decoded['statusCode'] == 'OK') {
|
142 |
$page = str_replace("&","&", urldecode($url));
|
143 |
$shrink = $decoded['results'][$page]['shortUrl'];
|
145 |
} else {
|
146 |
$shrink = false;
|
147 |
$error = $decoded['errorMessage'];
|
|
|
148 |
}
|
149 |
+
if ( !is_valid_url($shrink) ) { $shrink = false; }
|
150 |
break;
|
151 |
case 8:
|
152 |
// Goo.gl
|
182 |
}
|
183 |
//\jotURL
|
184 |
$decoded = jd_fetch_url("https://api.joturl.com/a/v1/shorten?url=" . $encoded . "&login=" . $joturllogin . "&key=" . $joturlapi . "&format=plain");
|
|
|
185 |
if ($decoded !== false) {
|
186 |
$shrink = $decoded;
|
187 |
//jotURL, added: 2013-04-10
|
198 |
} else {
|
199 |
$error = $decoded;
|
200 |
$shrink = false;
|
|
|
201 |
}
|
202 |
if (!is_valid_url($shrink)) {
|
203 |
$shrink = false;
|
|
|
204 |
}
|
205 |
+
break;
|
206 |
+
update_option( 'wpt_shortener_status', "$shrink : $error" );
|
207 |
}
|
208 |
if ( !$testmode ) {
|
209 |
if ( $shrink === false || ( filter_var($shrink, FILTER_VALIDATE_URL) === false ) ) {
|
249 |
function jd_expand_url( $short_url ) {
|
250 |
$short_url = urlencode( $short_url );
|
251 |
$decoded = jd_remote_json("http://api.longurl.org/v2/expand?format=json&url=" . $short_url );
|
252 |
+
if ( isset( $decoded['long-url'] ) ) {
|
253 |
+
$url = $decoded['long-url'];
|
254 |
+
} else {
|
255 |
+
$url = $short_url;
|
256 |
+
}
|
257 |
return $url;
|
258 |
//return $short_url;
|
259 |
}
|
wp-to-twitter.jpg
DELETED
Binary file
|
wp-to-twitter.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
Plugin Name: WP to Twitter
|
4 |
Plugin URI: http://www.joedolson.com/articles/wp-to-twitter/
|
5 |
Description: Posts a Tweet when you update your WordPress blog or post to your blogroll, using your URL shortening service. Rich in features for customizing and promoting your Tweets.
|
6 |
-
Version: 2.8.
|
7 |
Author: Joseph Dolson
|
8 |
Author URI: http://www.joedolson.com/
|
9 |
*/
|
10 |
-
/* Copyright 2008-
|
11 |
|
12 |
This program is free software; you can redistribute it and/or modify
|
13 |
it under the terms of the GNU General Public License as published by
|
@@ -47,32 +47,20 @@ require_once( plugin_dir_path(__FILE__).'/wpt-functions.php' );
|
|
47 |
require_once( plugin_dir_path(__FILE__).'/wpt-feed.php' );
|
48 |
require_once( plugin_dir_path(__FILE__).'/wpt-widget.php' );
|
49 |
|
50 |
-
global $wpt_version
|
51 |
-
$wpt_version = "2.8.
|
52 |
$plugin_dir = basename(dirname(__FILE__));
|
53 |
load_plugin_textdomain( 'wp-to-twitter', false, dirname( plugin_basename( __FILE__ ) ) . '/lang' );
|
54 |
|
55 |
-
function wpt_mail( $subject, $body ) {
|
56 |
-
$use_email = true;
|
57 |
-
if ( $use_email ) {
|
58 |
-
wp_mail( WPT_DEBUG_ADDRESS, $subject, $body, WPT_FROM );
|
59 |
-
} else {
|
60 |
-
$debug = get_option( 'wpt_debug' );
|
61 |
-
$debug[date( 'Y-m-d H:i:s' )] = array( $subject, $body );
|
62 |
-
update_option( 'wpt_debug', $debug );
|
63 |
-
}
|
64 |
-
}
|
65 |
-
|
66 |
function wpt_pro_compatibility() {
|
67 |
global $wptp_version;
|
68 |
-
$current_wptp_version = '1.
|
69 |
if ( version_compare( $wptp_version, $current_wptp_version, '<' ) ) {
|
70 |
-
echo "<div class='error notice'><p class='upgrade'>".sprintf( __('The current version of WP Tweets PRO is <strong>%s</strong>. <a href="http://www.joedolson.com/articles/account/">
|
71 |
}
|
72 |
}
|
73 |
|
74 |
-
$
|
75 |
-
$jd_donate_url = "http://www.joedolson.com/articles/wp-tweets-pro/";
|
76 |
|
77 |
function wpt_commments_removed() {
|
78 |
if ( isset($_GET['dismiss']) ) {
|
@@ -251,23 +239,29 @@ function wpt_saves_error( $id, $auth, $twit, $error, $http_code, $ts ) {
|
|
251 |
|
252 |
// This function performs the API post to Twitter
|
253 |
function jd_doTwitterAPIPost( $twit, $auth=false, $id=false, $media=false ) {
|
254 |
-
if ( !wpt_check_oauth( $auth ) ) {
|
255 |
-
|
256 |
-
|
|
|
|
|
257 |
} // exit silently if not authorized
|
258 |
-
$check = ( !$auth )?get_option('jd_last_tweet'):get_user_meta( $auth, 'wpt_last_tweet', true ); // get user's last tweet
|
259 |
// prevent duplicate Tweets
|
260 |
if ( $check == $twit ) {
|
261 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
262 |
-
wpt_mail( "Matched: tweet identical: #$id","$twit
|
263 |
}
|
264 |
-
|
|
|
|
|
265 |
return true;
|
266 |
} else if ( $twit == '' || !$twit ) {
|
267 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
268 |
wpt_mail( "Tweet check: empty sentence: #$id","$twit, $auth, $id"); // DEBUG
|
269 |
}
|
270 |
-
|
|
|
|
|
271 |
return true;
|
272 |
} else {
|
273 |
// must be designated as media and have a valid attachment
|
@@ -281,28 +275,28 @@ function jd_doTwitterAPIPost( $twit, $auth=false, $id=false, $media=false ) {
|
|
281 |
$attachment = false;
|
282 |
}
|
283 |
}
|
284 |
-
|
285 |
-
$api
|
286 |
if ( wtt_oauth_test( $auth ) && ( $connection = wtt_oauth_connection( $auth ) ) ) {
|
287 |
if ( $media && $attachment ) {
|
288 |
$connection->media( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true', 'id'=>$id, 'auth'=>$auth ) );
|
289 |
} else {
|
290 |
$connection->post( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true' ) );
|
291 |
}
|
292 |
-
$http_code = ($connection)
|
293 |
} else if ( wtt_oauth_test( false ) && ( $connection = wtt_oauth_connection( false ) ) ) {
|
294 |
if ( $media ) {
|
295 |
$connection->media( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true', 'id'=>$id, 'auth'=>$auth ) );
|
296 |
} else {
|
297 |
$connection->post( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true' ) );
|
298 |
}
|
299 |
-
$http_code = ($connection)
|
300 |
}
|
301 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
302 |
wpt_mail( 'Twitter Connection', print_r( $connection, 1 ) );
|
303 |
}
|
304 |
if ( $connection ) {
|
305 |
-
if ( isset($connection->http_header['x-access-level']) && $connection->http_header['x-access-level'] == 'read' ) { $supplement = sprintf( __('Your Twitter application does not have read and write permissions. Go to <a href="%s">your Twitter apps</a> to modify these settings.','wp-to-twitter'), 'https://dev.twitter.com/apps/' ); } else { $supplement = ''; }
|
306 |
$return = false;
|
307 |
switch ($http_code) {
|
308 |
case '200':
|
@@ -321,7 +315,7 @@ function jd_doTwitterAPIPost( $twit, $auth=false, $id=false, $media=false ) {
|
|
321 |
update_option( 'wpt_authentication_missing',"$auth");
|
322 |
break;
|
323 |
case '403':
|
324 |
-
$error = __("403 Forbidden: The request is understood, but has been refused by Twitter. Possible reasons: too many Tweets, same Tweet submitted twice, Tweet longer than 140 characters.
|
325 |
break;
|
326 |
case '404':
|
327 |
$error = __("404 Not Found: The URI requested is invalid or the resource requested does not exist.",'wp-to-twitter');
|
@@ -365,24 +359,24 @@ function jd_doTwitterAPIPost( $twit, $auth=false, $id=false, $media=false ) {
|
|
365 |
$jwt[] = urldecode( $twit );
|
366 |
if ( empty($_POST) ) { $_POST = array(); }
|
367 |
$_POST['_jd_wp_twitter'] = $jwt;
|
368 |
-
update_post_meta( $id,'_jd_wp_twitter', $jwt );
|
369 |
if ( !function_exists( 'wpt_pro_exists' ) ) {
|
370 |
-
// schedule a one-time promotional box for 4 weeks after first successful Tweet.
|
371 |
if ( get_option( 'wpt_promotion_scheduled' ) == false ) {
|
372 |
-
wp_schedule_single_event( time()+(60*60*24*7*4), 'wpt_schedule_promotion_action' );
|
373 |
update_option( 'wpt_promotion_scheduled', 1 );
|
374 |
}
|
375 |
}
|
376 |
}
|
377 |
if ( !$return ) {
|
378 |
-
|
379 |
} else {
|
380 |
-
|
381 |
}
|
382 |
return $return;
|
383 |
} else {
|
|
|
384 |
return false;
|
385 |
-
update_option( 'jd_status_message',__('No Twitter OAuth connection found.','wp-to-twitter') );
|
386 |
}
|
387 |
}
|
388 |
}
|
@@ -400,10 +394,10 @@ function wpt_is_ssl( $url ) {
|
|
400 |
if ( stripos( $url, 'https' ) ) { return true; } else { return false; }
|
401 |
}
|
402 |
|
403 |
-
function jd_truncate_tweet( $
|
404 |
// media file occupies 22 characters, need to account for in shortening.
|
405 |
$tweet_length = ( wpt_post_with_media( $post_ID ) ) ? 117 : 139;
|
406 |
-
$
|
407 |
$shrink = ( $post['shortUrl'] != '' )?$post['shortUrl']:apply_filters( 'wptt_shorten_link', $post['postLink'], $post['postTitle'], $post_ID, false );
|
408 |
// generate all template variable values
|
409 |
$auth = $post['authId'];
|
@@ -440,84 +434,75 @@ function jd_truncate_tweet( $sentence, $post, $post_ID, $retweet=false, $ref=fal
|
|
440 |
$account = str_ireplace( '@@','@',$account );
|
441 |
$uaccount = str_ireplace( '@@', '@', $uaccount );
|
442 |
$author = str_ireplace( '@@', '@', $author );
|
|
|
443 |
if ( get_user_meta( $auth, 'wpt-remove', true ) == 'on' ) { $account = ''; }
|
444 |
-
if ( get_option( 'jd_twit_prepend' ) != "" && $
|
445 |
-
$
|
446 |
}
|
447 |
-
if ( get_option( 'jd_twit_append' ) != "" && $
|
448 |
-
$
|
449 |
}
|
450 |
$encoding = get_option('blog_charset');
|
451 |
if ( $encoding == '' ) { $encoding = 'UTF-8'; }
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
&& strpos( $
|
458 |
-
&& strpos( $
|
459 |
-
&& strpos( $
|
460 |
-
&& strpos( $
|
461 |
-
&& strpos( $
|
462 |
-
&& strpos( $
|
463 |
-
&& strpos( $
|
464 |
-
&& strpos( $
|
465 |
-
&& strpos( $
|
466 |
-
&& strpos( $
|
|
|
|
|
|
|
467 |
) {
|
468 |
// there are no tags in this Tweet. Truncate and return.
|
469 |
-
$
|
470 |
-
return $
|
471 |
}
|
472 |
-
|
473 |
if ( function_exists('wpt_pro_exists') && wpt_pro_exists() == true ) {
|
474 |
$reference = ( $ref ) ? $account : '@' . get_option( 'wtt_twitter_username' );
|
475 |
}
|
476 |
-
// create full unconditional post
|
477 |
-
$
|
478 |
-
$
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
$post_sentence = str_ireplace( '#reference#', '', $post_sentence );
|
483 |
-
}
|
484 |
-
$post_sentence = str_ireplace( '#url#', $thisposturl, $post_sentence );
|
485 |
-
$post_sentence = str_ireplace( '#title#', $title, $post_sentence );
|
486 |
-
$post_sentence = str_ireplace( '#blog#',$blogname, $post_sentence );
|
487 |
-
$post_sentence = str_ireplace( '#post#',$excerpt, $post_sentence );
|
488 |
-
$post_sentence = str_ireplace( '#category#',$category, $post_sentence );
|
489 |
-
$post_sentence = str_ireplace( '#cat_desc#',$cat_desc, $post_sentence );
|
490 |
-
$post_sentence = str_ireplace( '#date#', $date, $post_sentence );
|
491 |
-
$post_sentence = str_ireplace( '#author#', $author, $post_sentence );
|
492 |
-
$post_sentence = str_ireplace( '#displayname#', $display_name, $post_sentence );
|
493 |
-
$post_sentence = str_ireplace( '#tags#', $tags, $post_sentence );
|
494 |
-
$post_sentence = str_ireplace( '#modified#', $modified, $post_sentence );
|
495 |
-
|
496 |
$url_strlen = mb_strlen( urldecode( fake_normalize( $thisposturl ) ), $encoding );
|
497 |
// check total length
|
498 |
-
$str_length = mb_strlen( urldecode( fake_normalize( $
|
499 |
if ( $str_length < $tweet_length+1 ) {
|
500 |
-
if ( mb_strlen( fake_normalize ( $
|
501 |
-
|
|
|
|
|
502 |
} else {
|
503 |
// what is the excerpt supposed to be?
|
504 |
$length = get_option( 'jd_post_excerpt' );
|
505 |
// build an array of variable names and the number of characters in that variable.
|
506 |
$length_array = array();
|
507 |
-
$length_array['excerpt'] = mb_strlen(fake_normalize($excerpt),$encoding);
|
508 |
-
$length_array['title'] = mb_strlen(fake_normalize($title),$encoding);
|
509 |
-
$length_array['date'] = mb_strlen(fake_normalize($date),$encoding);
|
510 |
-
$length_array['category'] = mb_strlen(fake_normalize($category),$encoding);
|
511 |
-
$length_array['cat_desc'] = mb_strlen(fake_normalize($cat_desc),$encoding);
|
512 |
-
$length_array['@'] = mb_strlen(fake_normalize(
|
513 |
-
$length_array['blogname'] = mb_strlen(fake_normalize($blogname),$encoding);
|
514 |
-
$length_array['author'] = mb_strlen(fake_normalize($author),$encoding);
|
515 |
-
$length_array['account'] = mb_strlen(fake_normalize($account),$encoding);
|
516 |
if ( function_exists('wpt_pro_exists') && wpt_pro_exists() == true ) {
|
517 |
-
$length_array['reference'] = mb_strlen(fake_normalize($reference),$encoding);
|
518 |
}
|
519 |
-
$length_array['tags'] = mb_strlen(fake_normalize($tags),$encoding);
|
520 |
-
$length_array['modified'] = mb_strlen(fake_normalize($modified),$encoding);
|
521 |
// if the total length is too long, truncate items until the length is appropriate.
|
522 |
// Twitter's t.co shortener is mandatory. All URLS are max-character value set by Twitter.
|
523 |
$tco = ( wpt_is_ssl( $thisposturl ) )?23:22;
|
@@ -525,7 +510,7 @@ function jd_truncate_tweet( $sentence, $post, $post_ID, $retweet=false, $ref=fal
|
|
525 |
if ( is_array( $order ) ) {
|
526 |
asort($order);
|
527 |
$preferred = array();
|
528 |
-
foreach ( $order as $k
|
529 |
$preferred[$k] = $length_array[$k];
|
530 |
}
|
531 |
} else {
|
@@ -533,56 +518,60 @@ function jd_truncate_tweet( $sentence, $post, $post_ID, $retweet=false, $ref=fal
|
|
533 |
}
|
534 |
$diff = ( ($url_strlen - $tco) > 0 )?$url_strlen-$tco:0;
|
535 |
if ( $str_length > ( $tweet_length+ 1 + $diff ) ) {
|
536 |
-
foreach($preferred AS $key=>$value) {
|
537 |
-
|
538 |
-
if ( $
|
539 |
-
$
|
540 |
-
$
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
//
|
546 |
-
$
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
557 |
} else {
|
558 |
-
|
|
|
|
|
559 |
}
|
560 |
-
$post_sentence = str_ireplace( $old_value,$new_value,$post_sentence );
|
561 |
-
// put URL back before checking length
|
562 |
-
$post_sentence = str_ireplace( '#url#', $thisposturl, $post_sentence );
|
563 |
-
} else {
|
564 |
-
if ( mb_strlen( fake_normalize ( $post_sentence ),$encoding ) > ( $tweet_length + 1 + $diff ) ) { $post_sentence = mb_substr( $post_sentence,0,( $tweet_length + $diff ),$encoding ); }
|
565 |
}
|
566 |
}
|
567 |
}
|
568 |
// this is needed in case a tweet needs to be truncated outright and the truncation values aren't in the above.
|
569 |
// 1) removes URL 2) checks length of remainder 3) Replaces URL
|
570 |
-
if ( mb_strlen( fake_normalize( $
|
571 |
-
$
|
572 |
-
if ( mb_strlen( fake_normalize( $
|
573 |
-
$
|
574 |
// it's possible to trim off the #url# part in this process. If that happens, put it back.
|
575 |
-
$sub_sentence = (strpos($
|
576 |
-
$
|
577 |
-
}
|
578 |
-
return $post_sentence; // only longer if URL is included, therefore fine.
|
579 |
-
}
|
580 |
-
return $post_sentence; // has been shortened due to too much text.
|
581 |
-
} else {
|
582 |
-
return $post_sentence; // was never a problem, but got this far anyway.
|
583 |
}
|
584 |
}
|
585 |
-
return $
|
586 |
}
|
587 |
|
588 |
function wpt_in_allowed_category( $array ) {
|
@@ -659,6 +648,8 @@ function jd_post_info( $post_ID ) {
|
|
659 |
}
|
660 |
|
661 |
function wpt_short_url( $post_id ) {
|
|
|
|
|
662 |
$jd_short = get_post_meta( $post_id, '_wp_jd_bitly', true );
|
663 |
if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_goo', true );}
|
664 |
if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_supr', true ); }
|
@@ -707,27 +698,24 @@ function wpt_category_limit( $post_type, $post_info, $post_ID ) {
|
|
707 |
}
|
708 |
|
709 |
function jd_twit( $post_ID, $type='instant' ) {
|
710 |
-
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
711 |
-
wpt_mail( "0: jd_twit running #$post_ID","Post ID: $post_ID / $type"); // DEBUG
|
712 |
-
}
|
713 |
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision($post_ID) ) { return $post_ID; }
|
714 |
wpt_check_version();
|
715 |
$jd_tweet_this = get_post_meta( $post_ID, '_jd_tweet_this', true );
|
716 |
$newpost = $oldpost = $is_inline_edit = false;
|
717 |
$sentence = $template = '';
|
718 |
if ( get_option('wpt_inline_edits') != 1 ) {
|
719 |
-
if ( isset($_POST['_inline_edit']) || isset( $_REQUEST['bulk_edit'] ) ) { return; }
|
720 |
} else {
|
721 |
-
if ( isset($_POST['_inline_edit']) || isset( $_REQUEST['bulk_edit'] ) ) { $is_inline_edit = true; }
|
722 |
}
|
723 |
-
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
724 |
-
wpt_mail( "1: JD Tweet This Value: #$post_ID","Tweet this: $jd_tweet_this /". get_option('jd_tweet_default')." / $type"); // DEBUG
|
725 |
-
}
|
726 |
if ( get_option('jd_tweet_default') == 0 ) {
|
727 |
-
$test = ( $jd_tweet_this != 'no')?true:false;
|
728 |
} else {
|
729 |
-
$test = ( $jd_tweet_this == 'yes')?true:false;
|
730 |
}
|
|
|
|
|
|
|
731 |
if ( $test ) { // test switch: depend on default settings.
|
732 |
$post_info = jd_post_info( $post_ID );
|
733 |
$media = wpt_post_with_media( $post_ID, $post_info );
|
@@ -771,7 +759,7 @@ function jd_twit( $post_ID, $type='instant' ) {
|
|
771 |
if ( $new == 0 && ( isset( $_POST['edit_date'] ) && $_POST['edit_date'] == 1 && !isset( $_POST['save'] ) ) ) { $new = 1; }
|
772 |
// can't catch posts that were set to a past date as a draft, then published.
|
773 |
$post_type_settings = get_option('wpt_post_types');
|
774 |
-
$post_types = array_keys($post_type_settings);
|
775 |
if ( in_array( $post_type, $post_types ) ) {
|
776 |
// identify whether limited by category/taxonomy
|
777 |
$continue = wpt_category_limit( $post_type, $post_info, $post_ID );
|
@@ -785,13 +773,8 @@ function jd_twit( $post_ID, $type='instant' ) {
|
|
785 |
// if this is an old post and editing updates are enabled
|
786 |
if ( get_option( 'jd_tweet_default_edit' ) == 1 ) {
|
787 |
$jd_tweet_this = apply_filters( 'wpt_tweet_this_edit', $jd_tweet_this, $_POST );
|
788 |
-
if ( $jd_tweet_this != 'yes' ) {
|
789 |
-
|
790 |
-
wpt_mail( "3c: Tweet this: not equal to yes","Exit // Post ID: $post_ID"); // DEBUG
|
791 |
-
}
|
792 |
-
return;
|
793 |
-
}
|
794 |
-
}
|
795 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
796 |
wpt_mail( "4a: Edited post #$post_ID","Tweet this: ".print_r($post_info,1)." / $type"); // DEBUG
|
797 |
}
|
@@ -841,17 +824,17 @@ function jd_twit( $post_ID, $type='instant' ) {
|
|
841 |
} else {
|
842 |
foreach ( $wpt_selected_users as $acct ) {
|
843 |
if ( $auth != $acct ) {
|
844 |
-
$offset = rand(60,480); // offset by 1-8 minutes for additional users
|
845 |
} else {
|
846 |
$offset = 0;
|
847 |
}
|
848 |
if ( wtt_oauth_test( $acct,'verify' ) ) {
|
849 |
$time = apply_filters( 'wpt_schedule_delay',( (int) $post_info['wpt_delay_tweet'] )*60, $acct );
|
850 |
-
wp_schedule_single_event( time()+$time+$offset, 'wpt_schedule_tweet_action', array( 'id'=>$acct, 'sentence'=>$sentence, 'rt'=>0, 'post_id'=>$post_ID ) );
|
851 |
$tweet = true; // if scheduled, return true.
|
852 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
853 |
if ( $acct ) { $author_id = "#$acct"; } else { $author_id = 'Main'; }
|
854 |
-
wpt_mail( "
|
855 |
}
|
856 |
}
|
857 |
}
|
@@ -863,31 +846,18 @@ function jd_twit( $post_ID, $type='instant' ) {
|
|
863 |
foreach ( $wpt_selected_users as $acct ) {
|
864 |
if ( wtt_oauth_test( $acct,'verify' ) ) {
|
865 |
for ( $i=1;$i<=$repeat;$i++ ) {
|
866 |
-
|
867 |
-
|
868 |
-
$prepend = ( get_option('wpt_prepend') == 1 )?'':get_option('wpt_prepend_rt');
|
869 |
-
$append = ( get_option('wpt_prepend') != 1 )?'':get_option('wpt_prepend_rt');
|
870 |
-
break;
|
871 |
-
case 2:
|
872 |
-
$prepend = ( get_option('wpt_prepend') == 1 )?'':get_option('wpt_prepend_rt2');
|
873 |
-
$append = ( get_option('wpt_prepend') != 1 )?'':get_option('wpt_prepend_rt2');
|
874 |
-
break;
|
875 |
-
case 3:
|
876 |
-
$prepend = ( get_option('wpt_prepend') == 1 )?'':get_option('wpt_prepend_rt3');
|
877 |
-
$append = ( get_option('wpt_prepend') != 1 )?'':get_option('wpt_prepend_rt3');
|
878 |
-
break;
|
879 |
-
}
|
880 |
-
if ( get_option( 'wpt_custom_type' ) == 'template' ) {
|
881 |
-
$retweet = jd_truncate_tweet( trim( $prepend.$append ), $post_info, $post_ID, true, $acct );
|
882 |
-
} else {
|
883 |
-
$retweet = jd_truncate_tweet( trim( $prepend.$template.$append ), $post_info, $post_ID, true, $acct );
|
884 |
-
}
|
885 |
// add original delay to schedule
|
886 |
-
$delay = ( isset($post_info['wpt_delay_tweet'] ) )?( (int) $post_info['wpt_delay_tweet'] )*60:0;
|
887 |
/* Don't delay the first Tweet of the group */
|
888 |
$offset = ( $first == true )?0:rand(60,240); // delay each co-tweet by 1-4 minutes
|
889 |
-
$time = apply_filters( 'wpt_schedule_retweet',($post_info['wpt_retweet_after'])*(60*60)*$i, $acct, $i, $post_info );
|
890 |
-
wp_schedule_single_event( time()+$time+$offset+$delay, 'wpt_schedule_tweet_action', array( 'id'=>$acct, 'sentence'=>$retweet, 'rt'=>$i, 'post_id'=>$post_ID ) );
|
|
|
|
|
|
|
|
|
891 |
$tweet = true;
|
892 |
if ( $i == 4 ) { break; }
|
893 |
}
|
@@ -899,9 +869,6 @@ function jd_twit( $post_ID, $type='instant' ) {
|
|
899 |
$tweet = jd_doTwitterAPIPost( $sentence, false, $post_ID, $media );
|
900 |
}
|
901 |
// END WPT PRO //
|
902 |
-
if ( $tweet == false ) {
|
903 |
-
update_option( 'wp_twitter_failure','1' );
|
904 |
-
}
|
905 |
}
|
906 |
} else {
|
907 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
@@ -937,7 +904,6 @@ function jd_twit_link( $link_ID ) {
|
|
937 |
}
|
938 |
if ( $sentence != '' ) {
|
939 |
$tweet = jd_doTwitterAPIPost( $sentence, false, $link_ID );
|
940 |
-
if ( $tweet == false ) { update_option('wp_twitter_failure','2'); }
|
941 |
}
|
942 |
return $link_ID;
|
943 |
} else {
|
@@ -967,7 +933,7 @@ function wpt_generate_hash_tags( $post_ID ) {
|
|
967 |
}
|
968 |
$strip = get_option( 'jd_strip_nonan' );
|
969 |
$search = "/[^\p{L}\p{N}\s]/u";
|
970 |
-
$replace = get_option( 'jd_replace_character' );
|
971 |
$replace = ( $replace == "[ ]" || $replace == "" )?"":$replace;
|
972 |
$tag = str_ireplace( " ",$replace,trim( $tag ) );
|
973 |
$tag = preg_replace( '/[\/]/',$replace,$tag ); // remove forward slashes.
|
@@ -985,7 +951,7 @@ function wpt_generate_hash_tags( $post_ID ) {
|
|
985 |
}
|
986 |
}
|
987 |
$hashtags = trim( $hashtags );
|
988 |
-
if ( mb_strlen( $hashtags ) <= 1 ) { $hashtags = ""; }
|
989 |
return $hashtags;
|
990 |
}
|
991 |
|
@@ -1007,10 +973,10 @@ function jd_add_twitter_outer_box() {
|
|
1007 |
}
|
1008 |
|
1009 |
function jd_add_twitter_inner_box( $post ) {
|
1010 |
-
if ( current_user_can('wpt_can_tweet') ) {
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
$tweet_status = '';
|
1015 |
$options = get_option('wpt_post_types');
|
1016 |
if ( is_object( $post ) ) {
|
@@ -1018,27 +984,34 @@ function jd_add_twitter_inner_box( $post ) {
|
|
1018 |
$status = $post->post_status;
|
1019 |
$post_id = $post->ID;
|
1020 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1021 |
$previous_tweets = get_post_meta ( $post_id, '_jd_wp_twitter', true );
|
1022 |
$failed_tweets = get_post_meta( $post_id, '_wpt_failed' );
|
1023 |
-
$tweet = esc_attr( stripcslashes( get_post_meta($post_id, '_jd_twitter', true ) ) );
|
1024 |
$tweet = apply_filters( 'wpt_user_text', $tweet, $status );
|
1025 |
$jd_template = ( $status == 'publish' )?$options[$type]['post-edited-text']:$options[$type]['post-published-text'];
|
1026 |
-
|
1027 |
-
if ( !$jd_tweet_this ) {
|
1028 |
-
$jd_tweet_this = (get_option( 'jd_tweet_default' ) == '1' )?'no':'yes';
|
1029 |
-
}
|
1030 |
if ( $status == 'publish' && $options[$type]['post-edited-update'] != 1 ) {
|
1031 |
$tweet_status = sprintf(__('Tweeting %s edits is disabled.','wp-to-twitter'), $type );
|
1032 |
}
|
1033 |
-
// set tweet this to no if that is the default
|
1034 |
-
if ( isset( $_GET['action'] ) && $_GET['action'] == 'edit' && get_option( 'jd_tweet_default_edit' ) == '1' ) { $jd_tweet_this = 'no'; }
|
1035 |
|
1036 |
if ( current_user_can('update_core') && function_exists( 'wpt_pro_exists' ) ) {
|
1037 |
wpt_pro_compatibility();
|
1038 |
}
|
1039 |
-
if ( $tweet_status != '' ) {
|
1040 |
-
<p class='disabled'><?php echo $tweet_status; ?></p>
|
1041 |
-
<?php }
|
1042 |
if ( current_user_can( 'wpt_twitter_custom' ) || current_user_can('update_core') ) { ?>
|
1043 |
<p class='jtw'>
|
1044 |
<label for="jtw"><?php _e("Custom Twitter Post", 'wp-to-twitter', 'wp-to-twitter') ?></label><br /><textarea class="attachmentlinks" name="_jd_twitter" id="jtw" rows="2" cols="60"><?php echo esc_attr( $tweet ); ?></textarea>
|
@@ -1054,6 +1027,7 @@ function jd_add_twitter_inner_box( $post ) {
|
|
1054 |
?>
|
1055 |
<p class='template'><?php _e('Your template:','wp-to-twitter'); ?> <code><?php echo stripcslashes( $jd_expanded ); ?></code></p>
|
1056 |
<?php
|
|
|
1057 |
if ( get_option('jd_keyword_format') == 2 ) {
|
1058 |
$custom_keyword = get_post_meta( $post_id, '_yourls_keyword', true );
|
1059 |
echo "<label for='yourls_keyword'>".__('YOURLS Custom Keyword','wp-to-twitter')."</label> <input type='text' name='_yourls_keyword' id='yourls_keyword' value='$custom_keyword' />";
|
@@ -1140,7 +1114,7 @@ function jd_add_twitter_inner_box( $post ) {
|
|
1140 |
</div>
|
1141 |
<p class="wpt-support">
|
1142 |
<?php if ( !function_exists( 'wpt_pro_exists' ) ) { ?>
|
1143 |
-
<a target="_blank" href="<?php echo admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php'); ?>#get-support"><?php _e('Get Support', 'wp-to-twitter', 'wp-to-twitter') ?></a> • <strong><a target="__blank" href="<?php echo $
|
1144 |
<?php } else { ?>
|
1145 |
<a target="_blank" href="<?php echo admin_url('admin.php?page=wp-tweets-pro'); ?>#get-support"><?php _e('Get Support', 'wp-to-twitter', 'wp-to-twitter') ?></a> »
|
1146 |
<?php } ?>
|
@@ -1157,6 +1131,8 @@ function wpt_show_tweets( $previous_tweets, $failed_tweets ) {
|
|
1157 |
if ( !is_array( $previous_tweets ) && $previous_tweets != '' ) { $previous_tweets = array( 0=>$previous_tweets ); }
|
1158 |
if ( ! empty( $previous_tweets ) || ! empty( $failed_tweets ) ) { ?>
|
1159 |
<hr>
|
|
|
|
|
1160 |
<p class='error'><em><?php _e('Previous Tweets','wp-to-twitter'); ?>:</em></p>
|
1161 |
<ul>
|
1162 |
<?php
|
@@ -1173,29 +1149,28 @@ function wpt_show_tweets( $previous_tweets, $failed_tweets ) {
|
|
1173 |
}
|
1174 |
?>
|
1175 |
</ul>
|
1176 |
-
<p class='error'><em><?php _e('Failed Tweets','wp-to-twitter'); ?>:</em></p>
|
1177 |
-
<ul>
|
1178 |
<?php
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
-
|
1184 |
-
|
1185 |
-
|
1186 |
-
|
1187 |
-
|
1188 |
-
}
|
1189 |
}
|
1190 |
}
|
1191 |
-
if (
|
1192 |
-
|
1193 |
-
|
1194 |
-
|
|
|
1195 |
echo "<div>".$hidden_fields."</div>";
|
1196 |
if ( $has_history || $list ) {
|
1197 |
echo "<p><input type='checkbox' name='wpt_clear_history' id='wptch' value='clear' /> <label for='wptch'>".__('Delete Tweet History', 'wp-to-twitter' )."</label></p>";
|
1198 |
}
|
|
|
1199 |
}
|
1200 |
}
|
1201 |
|
@@ -1231,25 +1206,10 @@ if ( $current_screen->base == 'post' || $current_screen->id == 'wp-tweets-pro_pa
|
|
1231 |
} else {
|
1232 |
$first = '#notes';
|
1233 |
}
|
1234 |
-
|
|
|
|
|
1235 |
echo "
|
1236 |
-
<script type='text/javascript'>
|
1237 |
-
jQuery(document).ready(function(\$){
|
1238 |
-
\$('#jtw').charCount( { allowed: $allowed, counterText: '".__('Characters left: ','wp-to-twitter')."' } );
|
1239 |
-
});
|
1240 |
-
jQuery(document).ready(function(\$){
|
1241 |
-
\$('#side-sortables .tabs a[href=\"$first\"]').addClass('active');
|
1242 |
-
\$('#side-sortables .wptab').not('$first').hide();
|
1243 |
-
\$('#side-sortables .tabs a').on('click',function(e) {
|
1244 |
-
e.preventDefault();
|
1245 |
-
\$('#side-sortables .tabs a').removeClass('active');
|
1246 |
-
\$(this).addClass('active');
|
1247 |
-
var target = $(this).attr('href');
|
1248 |
-
\$('#side-sortables .wptab').not(target).hide();
|
1249 |
-
\$(target).show();
|
1250 |
-
});
|
1251 |
-
});
|
1252 |
-
</script>
|
1253 |
<style type='text/css'>
|
1254 |
#wp2t h3 span { padding-left: 30px; background: url(".plugins_url('wp-to-twitter/images/twitter-bird-light-bgs.png').") left 50% no-repeat; }
|
1255 |
</style>";
|
@@ -1259,12 +1219,12 @@ add_action( 'admin_head', 'wpt_admin_script' );
|
|
1259 |
|
1260 |
// Post the Custom Tweet into the post meta table
|
1261 |
function post_jd_twitter( $id ) {
|
1262 |
-
if ( empty($_POST) || ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE ) || wp_is_post_revision($id) || isset($_POST['_inline_edit']) || ( defined('DOING_AJAX') && DOING_AJAX ) ) { return; }
|
1263 |
if ( isset( $_POST['_yourls_keyword'] ) ) {
|
1264 |
$yourls = $_POST[ '_yourls_keyword' ];
|
1265 |
$update = update_post_meta( $id, '_yourls_keyword', $yourls );
|
1266 |
}
|
1267 |
-
if ( isset( $_POST[ '_jd_twitter' ] )
|
1268 |
$jd_twitter = $_POST[ '_jd_twitter' ];
|
1269 |
$update = update_post_meta( $id, '_jd_twitter', $jd_twitter );
|
1270 |
}
|
@@ -1282,8 +1242,20 @@ function post_jd_twitter( $id ) {
|
|
1282 |
}
|
1283 |
}
|
1284 |
if ( isset( $_POST['wpt_clear_history'] ) && $_POST['wpt_clear_history'] == 'clear' ) {
|
|
|
1285 |
delete_post_meta( $id, '_wpt_failed' );
|
1286 |
delete_post_meta( $id, '_jd_wp_twitter' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1287 |
}
|
1288 |
// WPT PRO //
|
1289 |
$update = apply_filters( 'wpt_insert_post', $_POST, $id );
|
@@ -1382,9 +1354,9 @@ function jd_addTwitterAdminStyles() {
|
|
1382 |
function jd_plugin_action($links, $file) {
|
1383 |
if ( $file == plugin_basename(dirname(__FILE__).'/wp-to-twitter.php') ) {
|
1384 |
$admin_url = ( is_plugin_active('wp-tweets-pro/wpt-pro-functions.php') )?admin_url('admin.php?page=wp-tweets-pro'):admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php');
|
1385 |
-
global $
|
1386 |
$links[] = "<a href='$admin_url'>" . __('Settings', 'wp-to-twitter', 'wp-to-twitter') . "</a>";
|
1387 |
-
if ( ! function_exists( 'wpt_pro_exists' ) ) { $links[] = "<a href='$
|
1388 |
}
|
1389 |
return $links;
|
1390 |
}
|
@@ -1399,17 +1371,6 @@ if ( get_option( 'jd_individual_twitter_users')=='1') {
|
|
1399 |
|
1400 |
$admin_url = ( is_plugin_active('wp-tweets-pro/wpt-pro-functions.php') )?admin_url('admin.php?page=wp-tweets-pro'):admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php');
|
1401 |
|
1402 |
-
if ( get_option( 'disable_url_failure' ) != '1' ) {
|
1403 |
-
if ( get_option( 'wp_url_failure' ) == '1' && !( isset($_POST['submit-type']) && $_POST['submit-type'] == 'clear-error' ) ) {
|
1404 |
-
add_action('admin_notices', create_function( '', "if ( ! current_user_can( 'manage_options' ) ) { return; } echo '<div class=\"error\"><p>';_e('There\'s been an error shortening your URL! <a href=\"".$admin_url."\">Visit your WP to Twitter settings page</a> to get more information and to clear this error message.','wp-to-twitter'); echo '</p></div>';" ) );
|
1405 |
-
}
|
1406 |
-
}
|
1407 |
-
if ( get_option( 'disable_twitter_failure' ) != '1' ) {
|
1408 |
-
if ( get_option( 'wp_twitter_failure' ) == '1' && !( isset($_POST['submit-type']) && $_POST['submit-type'] == 'clear-error' ) ) {
|
1409 |
-
add_action('admin_notices', create_function( '', "if ( ! current_user_can( 'manage_options' ) ) { return; } echo '<div class=\"error\"><p>';_e('There\'s been an error posting your Twitter status! <a href=\"".$admin_url."\">Visit your WP to Twitter settings page</a> to get more information and to clear this error message.','wp-to-twitter'); echo '</p></div>';" ) );
|
1410 |
-
}
|
1411 |
-
}
|
1412 |
-
|
1413 |
add_action( 'in_plugin_update_message-wp-to-twitter/wp-to-twitter.php', 'wpt_plugin_update_message' );
|
1414 |
function wpt_plugin_update_message() {
|
1415 |
global $wpt_version;
|
@@ -1429,32 +1390,31 @@ function wpt_plugin_update_message() {
|
|
1429 |
if ( get_option( 'jd_twit_blogroll' ) == '1' ) {
|
1430 |
add_action( 'add_link', 'jd_twit_link' );
|
1431 |
}
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
|
|
|
|
|
|
1435 |
$post_types = array_keys($post_type_settings);
|
1436 |
-
|
1437 |
-
|
1438 |
-
if (
|
1439 |
-
|
1440 |
}
|
1441 |
-
add_action( 'publish_'.$value, 'post_jd_twitter', 10 );
|
1442 |
-
add_action( 'publish_'.$value, 'wpt_twit_instant', 16 );
|
1443 |
}
|
|
|
1444 |
}
|
1445 |
-
*/
|
1446 |
-
add_action( 'save_post', 'wpt_twit', 16 );
|
1447 |
-
add_action( 'save_post', 'post_jd_twitter', 10 );
|
1448 |
|
1449 |
add_action( 'future_to_publish', 'wpt_future_to_publish', 16 );
|
1450 |
function wpt_future_to_publish( $post ) {
|
1451 |
$id = $post->ID;
|
1452 |
-
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision( $id ) ) { return; }
|
1453 |
wpt_twit_future( $id );
|
1454 |
}
|
1455 |
|
1456 |
function wpt_twit( $id ) {
|
1457 |
-
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision( $id ) ) return;
|
1458 |
$post = get_post( $id );
|
1459 |
if ( $post->post_status != 'publish' ) return; // is there any reason to accept any other status?
|
1460 |
wpt_twit_instant( $id );
|
@@ -1478,10 +1438,16 @@ function wpt_twit_instant( $id ) {
|
|
1478 |
delete_transient( '_wpt_twit_future' );
|
1479 |
return;
|
1480 |
}
|
|
|
|
|
|
|
|
|
|
|
1481 |
jd_twit( $id, 'instant' );
|
1482 |
}
|
1483 |
function wpt_twit_xmlrpc( $id ) {
|
1484 |
-
|
|
|
1485 |
jd_twit( $id, 'xmlrpc' );
|
1486 |
}
|
1487 |
|
@@ -1513,8 +1479,20 @@ add_action( 'admin_menu', 'jd_addTwitterAdminPages' );
|
|
1513 |
/* Enqueue styles for Twitter feed */
|
1514 |
add_action('wp_enqueue_scripts', 'wpt_stylesheet');
|
1515 |
function wpt_stylesheet() {
|
1516 |
-
$
|
1517 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1518 |
}
|
1519 |
/*
|
1520 |
// Add notes about Tweet status to posts admin
|
3 |
Plugin Name: WP to Twitter
|
4 |
Plugin URI: http://www.joedolson.com/articles/wp-to-twitter/
|
5 |
Description: Posts a Tweet when you update your WordPress blog or post to your blogroll, using your URL shortening service. Rich in features for customizing and promoting your Tweets.
|
6 |
+
Version: 2.8.9
|
7 |
Author: Joseph Dolson
|
8 |
Author URI: http://www.joedolson.com/
|
9 |
*/
|
10 |
+
/* Copyright 2008-2014 Joseph C Dolson (email : plugins@joedolson.com)
|
11 |
|
12 |
This program is free software; you can redistribute it and/or modify
|
13 |
it under the terms of the GNU General Public License as published by
|
47 |
require_once( plugin_dir_path(__FILE__).'/wpt-feed.php' );
|
48 |
require_once( plugin_dir_path(__FILE__).'/wpt-widget.php' );
|
49 |
|
50 |
+
global $wpt_version;
|
51 |
+
$wpt_version = "2.8.9";
|
52 |
$plugin_dir = basename(dirname(__FILE__));
|
53 |
load_plugin_textdomain( 'wp-to-twitter', false, dirname( plugin_basename( __FILE__ ) ) . '/lang' );
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
function wpt_pro_compatibility() {
|
56 |
global $wptp_version;
|
57 |
+
$current_wptp_version = '1.7.0';
|
58 |
if ( version_compare( $wptp_version, $current_wptp_version, '<' ) ) {
|
59 |
+
echo "<div class='error notice'><p class='upgrade'>".sprintf( __('The current version of WP Tweets PRO is <strong>%s</strong>. <a href="http://www.joedolson.com/articles/account/">Update for best compatibility!</a>','wp-to-twitter'), $current_wptp_version )."</p></div>";
|
60 |
}
|
61 |
}
|
62 |
|
63 |
+
$wpt_donate_url = "http://www.joedolson.com/articles/wp-tweets-pro/";
|
|
|
64 |
|
65 |
function wpt_commments_removed() {
|
66 |
if ( isset($_GET['dismiss']) ) {
|
239 |
|
240 |
// This function performs the API post to Twitter
|
241 |
function jd_doTwitterAPIPost( $twit, $auth=false, $id=false, $media=false ) {
|
242 |
+
if ( !wpt_check_oauth( $auth ) ) {
|
243 |
+
$error = __('This account is not authorized to post to Twitter.','wp-to-twitter' );
|
244 |
+
wpt_saves_error( $id, $auth, $twit, $error, '401', time() );
|
245 |
+
wpt_set_log( 'wpt_status_message', $id, $error );
|
246 |
+
return true;
|
247 |
} // exit silently if not authorized
|
248 |
+
$check = ( !$auth ) ? get_option('jd_last_tweet') : get_user_meta( $auth, 'wpt_last_tweet', true ); // get user's last tweet
|
249 |
// prevent duplicate Tweets
|
250 |
if ( $check == $twit ) {
|
251 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
252 |
+
wpt_mail( "Matched: tweet identical: #$id","This Tweet: $twit; Check Tweet: $check; $auth, $id" ); // DEBUG
|
253 |
}
|
254 |
+
$error = __( 'This tweet is identical to another Tweet recently sent to this account.','wp-to-twitter' ).' '.__( 'Twitter requires all Tweets to be unique.', 'wp-to-twitter' );
|
255 |
+
wpt_saves_error( $id, $auth, $twit, $error, '403', time() );
|
256 |
+
wpt_set_log( 'wpt_status_message', $id, $error );
|
257 |
return true;
|
258 |
} else if ( $twit == '' || !$twit ) {
|
259 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
260 |
wpt_mail( "Tweet check: empty sentence: #$id","$twit, $auth, $id"); // DEBUG
|
261 |
}
|
262 |
+
$error = __('This tweet was blank and could not be sent to Twitter.','wp-tweets-pro');
|
263 |
+
wpt_saves_error( $id, $auth, $twit, $error, '403', time() );
|
264 |
+
wpt_set_log( 'wpt_status_message', $id, $error );
|
265 |
return true;
|
266 |
} else {
|
267 |
// must be designated as media and have a valid attachment
|
275 |
$attachment = false;
|
276 |
}
|
277 |
}
|
278 |
+
// support for HTTP deprecated as of 1/14/2014 -- https://dev.twitter.com/discussions/24239
|
279 |
+
$api = ( $media && $attachment )?"https://api.twitter.com/1.1/statuses/update_with_media.json":"https://api.twitter.com/1.1/statuses/update.json";
|
280 |
if ( wtt_oauth_test( $auth ) && ( $connection = wtt_oauth_connection( $auth ) ) ) {
|
281 |
if ( $media && $attachment ) {
|
282 |
$connection->media( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true', 'id'=>$id, 'auth'=>$auth ) );
|
283 |
} else {
|
284 |
$connection->post( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true' ) );
|
285 |
}
|
286 |
+
$http_code = ( $connection ) ? $connection->http_code : 'failed';
|
287 |
} else if ( wtt_oauth_test( false ) && ( $connection = wtt_oauth_connection( false ) ) ) {
|
288 |
if ( $media ) {
|
289 |
$connection->media( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true', 'id'=>$id, 'auth'=>$auth ) );
|
290 |
} else {
|
291 |
$connection->post( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true' ) );
|
292 |
}
|
293 |
+
$http_code = ( $connection ) ? $connection->http_code : 'failed';
|
294 |
}
|
295 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
296 |
wpt_mail( 'Twitter Connection', print_r( $connection, 1 ) );
|
297 |
}
|
298 |
if ( $connection ) {
|
299 |
+
if ( isset( $connection->http_header['x-access-level'] ) && $connection->http_header['x-access-level'] == 'read' ) { $supplement = sprintf( __('Your Twitter application does not have read and write permissions. Go to <a href="%s">your Twitter apps</a> to modify these settings.','wp-to-twitter'), 'https://dev.twitter.com/apps/' ); } else { $supplement = ''; }
|
300 |
$return = false;
|
301 |
switch ($http_code) {
|
302 |
case '200':
|
315 |
update_option( 'wpt_authentication_missing',"$auth");
|
316 |
break;
|
317 |
case '403':
|
318 |
+
$error = __("403 Forbidden: The request is understood, but has been refused by Twitter. Possible reasons: too many Tweets, same Tweet submitted twice, Tweet longer than 140 characters.",'wp-to-twitter');
|
319 |
break;
|
320 |
case '404':
|
321 |
$error = __("404 Not Found: The URI requested is invalid or the resource requested does not exist.",'wp-to-twitter');
|
359 |
$jwt[] = urldecode( $twit );
|
360 |
if ( empty($_POST) ) { $_POST = array(); }
|
361 |
$_POST['_jd_wp_twitter'] = $jwt;
|
362 |
+
update_post_meta( $id, '_jd_wp_twitter', $jwt );
|
363 |
if ( !function_exists( 'wpt_pro_exists' ) ) {
|
364 |
+
// schedule a one-time promotional box for 4 weeks after first successful Tweet.
|
365 |
if ( get_option( 'wpt_promotion_scheduled' ) == false ) {
|
366 |
+
wp_schedule_single_event( time()+( 60*60*24*7*4 ), 'wpt_schedule_promotion_action' );
|
367 |
update_option( 'wpt_promotion_scheduled', 1 );
|
368 |
}
|
369 |
}
|
370 |
}
|
371 |
if ( !$return ) {
|
372 |
+
wpt_set_log( 'wpt_status_message', $id, $error );
|
373 |
} else {
|
374 |
+
wpt_set_log( 'wpt_status_message', $id, __( 'Tweet sent successfully.','wp-to-twitter' ) );
|
375 |
}
|
376 |
return $return;
|
377 |
} else {
|
378 |
+
wpt_set_log( 'wpt_status_message', $id, __( 'No Twitter OAuth connection found.','wp-to-twitter' ) );
|
379 |
return false;
|
|
|
380 |
}
|
381 |
}
|
382 |
}
|
394 |
if ( stripos( $url, 'https' ) ) { return true; } else { return false; }
|
395 |
}
|
396 |
|
397 |
+
function jd_truncate_tweet( $tweet, $post, $post_ID, $retweet=false, $ref=false ) {
|
398 |
// media file occupies 22 characters, need to account for in shortening.
|
399 |
$tweet_length = ( wpt_post_with_media( $post_ID ) ) ? 117 : 139;
|
400 |
+
$tweet = trim( custom_shortcodes( $tweet, $post_ID ) );
|
401 |
$shrink = ( $post['shortUrl'] != '' )?$post['shortUrl']:apply_filters( 'wptt_shorten_link', $post['postLink'], $post['postTitle'], $post_ID, false );
|
402 |
// generate all template variable values
|
403 |
$auth = $post['authId'];
|
434 |
$account = str_ireplace( '@@','@',$account );
|
435 |
$uaccount = str_ireplace( '@@', '@', $uaccount );
|
436 |
$author = str_ireplace( '@@', '@', $author );
|
437 |
+
|
438 |
if ( get_user_meta( $auth, 'wpt-remove', true ) == 'on' ) { $account = ''; }
|
439 |
+
if ( get_option( 'jd_twit_prepend' ) != "" && $tweet != '' ) {
|
440 |
+
$tweet = stripslashes(get_option( 'jd_twit_prepend' )) . " " . $tweet;
|
441 |
}
|
442 |
+
if ( get_option( 'jd_twit_append' ) != "" && $tweet != '' ) {
|
443 |
+
$tweet = $tweet . " " . stripslashes(get_option( 'jd_twit_append' ));
|
444 |
}
|
445 |
$encoding = get_option('blog_charset');
|
446 |
if ( $encoding == '' ) { $encoding = 'UTF-8'; }
|
447 |
+
|
448 |
+
$has_excerpt_tag = ( strpos( $tweet, '#post#' ) === false ) ? false : true;
|
449 |
+
$has_title_tag = ( strpos( $tweet, '#title#' ) === false ) ? false : true;
|
450 |
+
|
451 |
+
if ( strpos( $tweet, '#url#' ) === false
|
452 |
+
&& strpos( $tweet, '#title#' ) === false
|
453 |
+
&& strpos( $tweet, '#blog#' ) === false
|
454 |
+
&& strpos( $tweet, '#post#' ) === false
|
455 |
+
&& strpos( $tweet, '#category#' ) === false
|
456 |
+
&& strpos( $tweet, '#date#' ) === false
|
457 |
+
&& strpos( $tweet, '#author#' ) === false
|
458 |
+
&& strpos( $tweet, '#displayname#' ) === false
|
459 |
+
&& strpos( $tweet, '#tags#' ) === false
|
460 |
+
&& strpos( $tweet, '#modified#' ) === false
|
461 |
+
&& strpos( $tweet, '#reference#' ) === false
|
462 |
+
&& strpos( $tweet, '#account#' ) === false
|
463 |
+
&& strpos( $tweet, '#@#' ) === false
|
464 |
+
&& strpos( $tweet, '#cat_desc' ) === false
|
465 |
) {
|
466 |
// there are no tags in this Tweet. Truncate and return.
|
467 |
+
$post_tweet = mb_substr( $tweet, 0, $tweet_length, $encoding );
|
468 |
+
return $post_tweet;
|
469 |
}
|
|
|
470 |
if ( function_exists('wpt_pro_exists') && wpt_pro_exists() == true ) {
|
471 |
$reference = ( $ref ) ? $account : '@' . get_option( 'wtt_twitter_username' );
|
472 |
}
|
473 |
+
// create full unconditional post tweet - prior to truncation
|
474 |
+
$replace = ( function_exists('wpt_pro_exists') && wpt_pro_exists() == true ) ? $reference : '' ;
|
475 |
+
$search = array( '#account#', '#@#', '#reference#', '#url#', '#title#', '#blog#', '#post#', '#category#', '#cat_desc#', '#date#', '#author#', '#displayname#', '#tags#', '#modified#' );
|
476 |
+
$replace = array( $account, $uaccount, $replace, $thisposturl, $title, $blogname, $excerpt, $category, $cat_desc, $date, $author, $display_name, $tags, $modified );
|
477 |
+
$post_tweet = str_ireplace( $search, $replace, $tweet );
|
478 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
479 |
$url_strlen = mb_strlen( urldecode( fake_normalize( $thisposturl ) ), $encoding );
|
480 |
// check total length
|
481 |
+
$str_length = mb_strlen( urldecode( fake_normalize( $post_tweet ) ), $encoding );
|
482 |
if ( $str_length < $tweet_length+1 ) {
|
483 |
+
if ( mb_strlen( fake_normalize ( $post_tweet ) ) > $tweet_length+1 ) {
|
484 |
+
$post_tweet = mb_substr( $post_tweet,0,$tweet_length,$encoding );
|
485 |
+
}
|
486 |
+
return $post_tweet; // return early if all is well without replacements.
|
487 |
} else {
|
488 |
// what is the excerpt supposed to be?
|
489 |
$length = get_option( 'jd_post_excerpt' );
|
490 |
// build an array of variable names and the number of characters in that variable.
|
491 |
$length_array = array();
|
492 |
+
$length_array['excerpt'] = mb_strlen( fake_normalize( $excerpt ),$encoding );
|
493 |
+
$length_array['title'] = mb_strlen( fake_normalize( $title ),$encoding );
|
494 |
+
$length_array['date'] = mb_strlen( fake_normalize( $date ),$encoding );
|
495 |
+
$length_array['category'] = mb_strlen( fake_normalize( $category ),$encoding );
|
496 |
+
$length_array['cat_desc'] = mb_strlen( fake_normalize( $cat_desc ),$encoding );
|
497 |
+
$length_array['@'] = mb_strlen( fake_normalize( $uaccount ),$encoding );
|
498 |
+
$length_array['blogname'] = mb_strlen( fake_normalize( $blogname ),$encoding );
|
499 |
+
$length_array['author'] = mb_strlen( fake_normalize( $author ),$encoding );
|
500 |
+
$length_array['account'] = mb_strlen( fake_normalize( $account ),$encoding );
|
501 |
if ( function_exists('wpt_pro_exists') && wpt_pro_exists() == true ) {
|
502 |
+
$length_array['reference'] = mb_strlen( fake_normalize( $reference ),$encoding );
|
503 |
}
|
504 |
+
$length_array['tags'] = mb_strlen( fake_normalize( $tags ),$encoding );
|
505 |
+
$length_array['modified'] = mb_strlen( fake_normalize( $modified ),$encoding );
|
506 |
// if the total length is too long, truncate items until the length is appropriate.
|
507 |
// Twitter's t.co shortener is mandatory. All URLS are max-character value set by Twitter.
|
508 |
$tco = ( wpt_is_ssl( $thisposturl ) )?23:22;
|
510 |
if ( is_array( $order ) ) {
|
511 |
asort($order);
|
512 |
$preferred = array();
|
513 |
+
foreach ( $order as $k => $v ) {
|
514 |
$preferred[$k] = $length_array[$k];
|
515 |
}
|
516 |
} else {
|
518 |
}
|
519 |
$diff = ( ($url_strlen - $tco) > 0 )?$url_strlen-$tco:0;
|
520 |
if ( $str_length > ( $tweet_length+ 1 + $diff ) ) {
|
521 |
+
foreach ( $preferred AS $key=>$value ) {
|
522 |
+
// don't truncate content of post excerpt if excerpt tag not in use
|
523 |
+
if ( !( $key == 'excerpt' && !$has_excerpt_tag ) && !( $key == 'title' && !$has_title_tag ) ) {
|
524 |
+
$str_length = mb_strlen( urldecode( fake_normalize( trim( $post_tweet ) ) ),$encoding );
|
525 |
+
if ( $str_length > ( $tweet_length + 1 + $diff ) ) {
|
526 |
+
$trim = $str_length - ( $tweet_length + 1 + $diff );
|
527 |
+
$old_value = ${$key};
|
528 |
+
// prevent URL from being modified
|
529 |
+
$post_tweet = str_ireplace( $thisposturl, '#url#', $post_tweet );
|
530 |
+
// modify the value and replace old with new
|
531 |
+
if ( $key == 'account' || $key == 'author' || $key == 'category' || $key == 'date' || $key == 'modified' || $key == 'reference' || $key == '@' ) {
|
532 |
+
// these elements make no sense if truncated, so remove them entirely.
|
533 |
+
$new_value = '';
|
534 |
+
} else if ( $key == 'tags' ) {
|
535 |
+
// remove any stray hash characters due to string truncation
|
536 |
+
if (mb_strlen($old_value)-$trim <= 2) {
|
537 |
+
$new_value = '';
|
538 |
+
} else {
|
539 |
+
$new_value = $old_value;
|
540 |
+
while ( ( mb_strlen( $old_value )-$trim ) < mb_strlen( $new_value ) ) {
|
541 |
+
$new_value = trim( mb_substr( $new_value, 0, mb_strrpos( $new_value,'#',$encoding )-1 ) );
|
542 |
+
}
|
543 |
+
}
|
544 |
+
} else {
|
545 |
+
// trim letters
|
546 |
+
$new_value = mb_substr( $old_value,0,-( $trim ),$encoding );
|
547 |
+
// trim rest of last word
|
548 |
+
$last_space = strrpos( $new_value, ' ' );
|
549 |
+
$new_value = mb_substr( $new_value,0, $last_space, $encoding );
|
550 |
+
}
|
551 |
+
$post_tweet = str_ireplace( $old_value,$new_value,$post_tweet );
|
552 |
+
// put URL back before checking length
|
553 |
+
$post_tweet = str_ireplace( '#url#', $thisposturl, $post_tweet );
|
554 |
} else {
|
555 |
+
if ( mb_strlen( fake_normalize ( $post_tweet ),$encoding ) > ( $tweet_length + 1 + $diff ) ) {
|
556 |
+
$post_tweet = mb_substr( $post_tweet,0,( $tweet_length + $diff ),$encoding );
|
557 |
+
}
|
558 |
}
|
|
|
|
|
|
|
|
|
|
|
559 |
}
|
560 |
}
|
561 |
}
|
562 |
// this is needed in case a tweet needs to be truncated outright and the truncation values aren't in the above.
|
563 |
// 1) removes URL 2) checks length of remainder 3) Replaces URL
|
564 |
+
if ( mb_strlen( fake_normalize( $post_tweet ) ) > $tweet_length + 1 ) {
|
565 |
+
$temp = str_ireplace( $thisposturl, '#url#', $post_tweet );
|
566 |
+
if ( mb_strlen( fake_normalize( $temp ) ) > ( ( $tweet_length + 1 ) - $tco) && $temp != $post_tweet ) {
|
567 |
+
$post_tweet = trim(mb_substr( $temp,0,( ( $tweet_length + 1 ) -$tco),$encoding ));
|
568 |
// it's possible to trim off the #url# part in this process. If that happens, put it back.
|
569 |
+
$sub_sentence = (strpos( $tweet, '#url#' )===false )?$post_tweet:$post_tweet .' '. $thisposturl;
|
570 |
+
$post_tweet = ( strpos( $post_tweet,'#url#' ) === false )?$sub_sentence:str_ireplace( '#url#',$thisposturl,$post_tweet );
|
571 |
+
}
|
|
|
|
|
|
|
|
|
|
|
572 |
}
|
573 |
}
|
574 |
+
return $post_tweet; // catch all, should never happen. But no reason not to include it.
|
575 |
}
|
576 |
|
577 |
function wpt_in_allowed_category( $array ) {
|
648 |
}
|
649 |
|
650 |
function wpt_short_url( $post_id ) {
|
651 |
+
global $post_ID;
|
652 |
+
if ( !$post_id ) { $post_id = $post_ID; }
|
653 |
$jd_short = get_post_meta( $post_id, '_wp_jd_bitly', true );
|
654 |
if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_goo', true );}
|
655 |
if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_supr', true ); }
|
698 |
}
|
699 |
|
700 |
function jd_twit( $post_ID, $type='instant' ) {
|
|
|
|
|
|
|
701 |
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision($post_ID) ) { return $post_ID; }
|
702 |
wpt_check_version();
|
703 |
$jd_tweet_this = get_post_meta( $post_ID, '_jd_tweet_this', true );
|
704 |
$newpost = $oldpost = $is_inline_edit = false;
|
705 |
$sentence = $template = '';
|
706 |
if ( get_option('wpt_inline_edits') != 1 ) {
|
707 |
+
if ( isset( $_POST['_inline_edit'] ) || isset( $_REQUEST['bulk_edit'] ) ) { return; }
|
708 |
} else {
|
709 |
+
if ( isset( $_POST['_inline_edit'] ) || isset( $_REQUEST['bulk_edit'] ) ) { $is_inline_edit = true; }
|
710 |
}
|
|
|
|
|
|
|
711 |
if ( get_option('jd_tweet_default') == 0 ) {
|
712 |
+
$test = ( $jd_tweet_this != 'no' ) ? true : false;
|
713 |
} else {
|
714 |
+
$test = ( $jd_tweet_this == 'yes' ) ? true : false;
|
715 |
}
|
716 |
+
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
717 |
+
wpt_mail( "1: JD Tweet This Value: #$post_ID","Tweet this: $jd_tweet_this /". get_option('jd_tweet_default')." / $type"); // DEBUG
|
718 |
+
}
|
719 |
if ( $test ) { // test switch: depend on default settings.
|
720 |
$post_info = jd_post_info( $post_ID );
|
721 |
$media = wpt_post_with_media( $post_ID, $post_info );
|
759 |
if ( $new == 0 && ( isset( $_POST['edit_date'] ) && $_POST['edit_date'] == 1 && !isset( $_POST['save'] ) ) ) { $new = 1; }
|
760 |
// can't catch posts that were set to a past date as a draft, then published.
|
761 |
$post_type_settings = get_option('wpt_post_types');
|
762 |
+
$post_types = array_keys($post_type_settings);
|
763 |
if ( in_array( $post_type, $post_types ) ) {
|
764 |
// identify whether limited by category/taxonomy
|
765 |
$continue = wpt_category_limit( $post_type, $post_info, $post_ID );
|
773 |
// if this is an old post and editing updates are enabled
|
774 |
if ( get_option( 'jd_tweet_default_edit' ) == 1 ) {
|
775 |
$jd_tweet_this = apply_filters( 'wpt_tweet_this_edit', $jd_tweet_this, $_POST );
|
776 |
+
if ( $jd_tweet_this != 'yes' ) { return; }
|
777 |
+
}
|
|
|
|
|
|
|
|
|
|
|
778 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
779 |
wpt_mail( "4a: Edited post #$post_ID","Tweet this: ".print_r($post_info,1)." / $type"); // DEBUG
|
780 |
}
|
824 |
} else {
|
825 |
foreach ( $wpt_selected_users as $acct ) {
|
826 |
if ( $auth != $acct ) {
|
827 |
+
$offset = rand( 60,480 ); // offset by 1-8 minutes for additional users
|
828 |
} else {
|
829 |
$offset = 0;
|
830 |
}
|
831 |
if ( wtt_oauth_test( $acct,'verify' ) ) {
|
832 |
$time = apply_filters( 'wpt_schedule_delay',( (int) $post_info['wpt_delay_tweet'] )*60, $acct );
|
833 |
+
$scheduled = wp_schedule_single_event( time()+$time+$offset, 'wpt_schedule_tweet_action', array( 'id'=>$acct, 'sentence'=>$sentence, 'rt'=>0, 'post_id'=>$post_ID ) );
|
834 |
$tweet = true; // if scheduled, return true.
|
835 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
836 |
if ( $acct ) { $author_id = "#$acct"; } else { $author_id = 'Main'; }
|
837 |
+
wpt_mail( "7a: Tweet Scheduled for Auth ID $author_id #$post_ID", print_r( array( 'id'=>$acct, 'sentence'=>$sentence, 'rt'=>0, 'post_id'=>$post_ID, 'timestamp'=>time()+$time+$offset, 'current_time'=>time(), 'timezone'=>get_option('gmt_offset'), 'scheduled'=>$scheduled, 'timestamp_string'=>date( 'Y-m-d H:i:s',time()+$time+$offset ),'current_time_string'=>date( 'Y-m-d H:i:s',time() ), ),1 ) ); // DEBUG
|
838 |
}
|
839 |
}
|
840 |
}
|
846 |
foreach ( $wpt_selected_users as $acct ) {
|
847 |
if ( wtt_oauth_test( $acct,'verify' ) ) {
|
848 |
for ( $i=1;$i<=$repeat;$i++ ) {
|
849 |
+
$retweet = apply_filters( 'wpt_set_retweet_text', $template, $i );
|
850 |
+
$retweet = jd_truncate_tweet( $retweet, $post_info, $post_ID, true, $acct );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
851 |
// add original delay to schedule
|
852 |
+
$delay = ( isset( $post_info['wpt_delay_tweet'] ) )?( (int) $post_info['wpt_delay_tweet'] )*60:0;
|
853 |
/* Don't delay the first Tweet of the group */
|
854 |
$offset = ( $first == true )?0:rand(60,240); // delay each co-tweet by 1-4 minutes
|
855 |
+
$time = apply_filters( 'wpt_schedule_retweet',( $post_info['wpt_retweet_after'] )*(60*60)*$i, $acct, $i, $post_info );
|
856 |
+
$scheduled = wp_schedule_single_event( time()+$time+$offset+$delay, 'wpt_schedule_tweet_action', array( 'id'=>$acct, 'sentence'=>$retweet, 'rt'=>$i, 'post_id'=>$post_ID ) );
|
857 |
+
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
858 |
+
if ( $acct ) { $author_id = "#$acct"; } else { $author_id = 'Main'; }
|
859 |
+
wpt_mail( "7b: Retweet Scheduled for Auth ID $author_id #$post_ID", print_r( array( 'id'=>$acct, 'sentence'=>$retweet, 'rt'=>$i, 'post_id'=>$post_ID, 'timestamp'=>time()+$time+$offset+$delay, 'current_time'=>time(), 'timezone'=>get_option('gmt_offset'), 'scheduled'=>$scheduled, 'timestamp_string'=>date( 'Y-m-d H:i:s',time()+$time+$offset+$delay ),'current_time_string'=>date( 'Y-m-d H:i:s',time() ), ),1 ) ); // DEBUG
|
860 |
+
}
|
861 |
$tweet = true;
|
862 |
if ( $i == 4 ) { break; }
|
863 |
}
|
869 |
$tweet = jd_doTwitterAPIPost( $sentence, false, $post_ID, $media );
|
870 |
}
|
871 |
// END WPT PRO //
|
|
|
|
|
|
|
872 |
}
|
873 |
} else {
|
874 |
if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
|
904 |
}
|
905 |
if ( $sentence != '' ) {
|
906 |
$tweet = jd_doTwitterAPIPost( $sentence, false, $link_ID );
|
|
|
907 |
}
|
908 |
return $link_ID;
|
909 |
} else {
|
933 |
}
|
934 |
$strip = get_option( 'jd_strip_nonan' );
|
935 |
$search = "/[^\p{L}\p{N}\s]/u";
|
936 |
+
$replace = get_option( 'jd_replace_character' );
|
937 |
$replace = ( $replace == "[ ]" || $replace == "" )?"":$replace;
|
938 |
$tag = str_ireplace( " ",$replace,trim( $tag ) );
|
939 |
$tag = preg_replace( '/[\/]/',$replace,$tag ); // remove forward slashes.
|
951 |
}
|
952 |
}
|
953 |
$hashtags = trim( $hashtags );
|
954 |
+
if ( mb_strlen( $hashtags ) <= 1 ) { $hashtags = ""; }
|
955 |
return $hashtags;
|
956 |
}
|
957 |
|
973 |
}
|
974 |
|
975 |
function jd_add_twitter_inner_box( $post ) {
|
976 |
+
if ( current_user_can( 'wpt_can_tweet' ) ) {
|
977 |
+
$is_pro = ( function_exists( 'wpt_pro_exists' ) ) ? 'pro' : 'free';
|
978 |
+
echo "<div class='wp-to-twitter $is_pro'>";
|
979 |
+
global $wpt_donate_url;
|
980 |
$tweet_status = '';
|
981 |
$options = get_option('wpt_post_types');
|
982 |
if ( is_object( $post ) ) {
|
984 |
$status = $post->post_status;
|
985 |
$post_id = $post->ID;
|
986 |
}
|
987 |
+
$jd_tweet_this = get_post_meta( $post_id, '_jd_tweet_this', true );
|
988 |
+
if ( !$jd_tweet_this ) {
|
989 |
+
$jd_tweet_this = ( get_option( 'jd_tweet_default' ) == '1' ) ? 'no':'yes';
|
990 |
+
}
|
991 |
+
if ( isset( $_GET['action'] ) && $_GET['action'] == 'edit' && get_option( 'jd_tweet_default_edit' ) == '1' && $status == 'publish' ) { $jd_tweet_this = 'no'; }
|
992 |
+
if ( isset( $_REQUEST['message'] ) && $_REQUEST['message'] != 10 ) { // don't display when draft is updated or if no message
|
993 |
+
if ( !( ( $_REQUEST['message'] == 1 ) && ( $status == 'publish' && $options[$type]['post-edited-update'] != 1 ) ) ) {
|
994 |
+
$log = wpt_log( 'wpt_status_message', $post_id );
|
995 |
+
$class = ( $log != 'Tweet sent successfully.' ) ? 'error' : 'updated' ;
|
996 |
+
if ( $log != '' ) {
|
997 |
+
echo "<div class='$class'><p>".wpt_log( 'wpt_status_message', $post_id )."</p></div>";
|
998 |
+
}
|
999 |
+
}
|
1000 |
+
}
|
1001 |
$previous_tweets = get_post_meta ( $post_id, '_jd_wp_twitter', true );
|
1002 |
$failed_tweets = get_post_meta( $post_id, '_wpt_failed' );
|
1003 |
+
$tweet = esc_attr( stripcslashes( get_post_meta( $post_id, '_jd_twitter', true ) ) );
|
1004 |
$tweet = apply_filters( 'wpt_user_text', $tweet, $status );
|
1005 |
$jd_template = ( $status == 'publish' )?$options[$type]['post-edited-text']:$options[$type]['post-published-text'];
|
1006 |
+
|
|
|
|
|
|
|
1007 |
if ( $status == 'publish' && $options[$type]['post-edited-update'] != 1 ) {
|
1008 |
$tweet_status = sprintf(__('Tweeting %s edits is disabled.','wp-to-twitter'), $type );
|
1009 |
}
|
|
|
|
|
1010 |
|
1011 |
if ( current_user_can('update_core') && function_exists( 'wpt_pro_exists' ) ) {
|
1012 |
wpt_pro_compatibility();
|
1013 |
}
|
1014 |
+
if ( $tweet_status != '' ) { echo "<p class='disabled'>$tweet_status</p>"; }
|
|
|
|
|
1015 |
if ( current_user_can( 'wpt_twitter_custom' ) || current_user_can('update_core') ) { ?>
|
1016 |
<p class='jtw'>
|
1017 |
<label for="jtw"><?php _e("Custom Twitter Post", 'wp-to-twitter', 'wp-to-twitter') ?></label><br /><textarea class="attachmentlinks" name="_jd_twitter" id="jtw" rows="2" cols="60"><?php echo esc_attr( $tweet ); ?></textarea>
|
1027 |
?>
|
1028 |
<p class='template'><?php _e('Your template:','wp-to-twitter'); ?> <code><?php echo stripcslashes( $jd_expanded ); ?></code></p>
|
1029 |
<?php
|
1030 |
+
echo apply_filters( 'wpt_custom_retweet_fields', '', $post_id );
|
1031 |
if ( get_option('jd_keyword_format') == 2 ) {
|
1032 |
$custom_keyword = get_post_meta( $post_id, '_yourls_keyword', true );
|
1033 |
echo "<label for='yourls_keyword'>".__('YOURLS Custom Keyword','wp-to-twitter')."</label> <input type='text' name='_yourls_keyword' id='yourls_keyword' value='$custom_keyword' />";
|
1114 |
</div>
|
1115 |
<p class="wpt-support">
|
1116 |
<?php if ( !function_exists( 'wpt_pro_exists' ) ) { ?>
|
1117 |
+
<a target="_blank" href="<?php echo admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php'); ?>#get-support"><?php _e('Get Support', 'wp-to-twitter', 'wp-to-twitter') ?></a> • <strong><a target="__blank" href="<?php echo $wpt_donate_url; ?>"><?php _e('Upgrade to WP Tweets Pro', 'wp-to-twitter', 'wp-to-twitter') ?></a></strong> »
|
1118 |
<?php } else { ?>
|
1119 |
<a target="_blank" href="<?php echo admin_url('admin.php?page=wp-tweets-pro'); ?>#get-support"><?php _e('Get Support', 'wp-to-twitter', 'wp-to-twitter') ?></a> »
|
1120 |
<?php } ?>
|
1131 |
if ( !is_array( $previous_tweets ) && $previous_tweets != '' ) { $previous_tweets = array( 0=>$previous_tweets ); }
|
1132 |
if ( ! empty( $previous_tweets ) || ! empty( $failed_tweets ) ) { ?>
|
1133 |
<hr>
|
1134 |
+
<p><span class='dashicons dashicons-plus'></span><a href='#wpt_tweet_history' class='history-toggle'><?php _e('View Tweet History','wp-to-twitter' ); ?></a></p>
|
1135 |
+
<div class='history'>
|
1136 |
<p class='error'><em><?php _e('Previous Tweets','wp-to-twitter'); ?>:</em></p>
|
1137 |
<ul>
|
1138 |
<?php
|
1149 |
}
|
1150 |
?>
|
1151 |
</ul>
|
|
|
|
|
1152 |
<?php
|
1153 |
+
$list = false; $error_list = '';
|
1154 |
+
if ( is_array( $failed_tweets ) ) {
|
1155 |
+
foreach ( $failed_tweets as $failed_tweet ) {
|
1156 |
+
if ( !empty($failed_tweet) ) {
|
1157 |
+
$ft = $failed_tweet['sentence'];
|
1158 |
+
$reason = $failed_tweet['code'];
|
1159 |
+
$error = $failed_tweet['error'];
|
1160 |
+
$list = true;
|
1161 |
+
$error_list .= "<li> <code>Error: $reason</code> $ft <a href='http://twitter.com/intent/tweet?text=".urlencode($ft)."'>Tweet this</a><br /><em>$error</em></li>";
|
|
|
1162 |
}
|
1163 |
}
|
1164 |
+
if ( $list == true ) {
|
1165 |
+
echo "<p class='error'><em>".__('Failed Tweets','wp-to-twitter').":</em></p>
|
1166 |
+
<ul>$error_list</ul>";
|
1167 |
+
}
|
1168 |
+
}
|
1169 |
echo "<div>".$hidden_fields."</div>";
|
1170 |
if ( $has_history || $list ) {
|
1171 |
echo "<p><input type='checkbox' name='wpt_clear_history' id='wptch' value='clear' /> <label for='wptch'>".__('Delete Tweet History', 'wp-to-twitter' )."</label></p>";
|
1172 |
}
|
1173 |
+
echo "</div>";
|
1174 |
}
|
1175 |
}
|
1176 |
|
1206 |
} else {
|
1207 |
$first = '#notes';
|
1208 |
}
|
1209 |
+
wp_register_script( 'wpt-base-js', plugins_url( 'js/base.js', __FILE__ ), array( 'jquery' ) );
|
1210 |
+
wp_enqueue_script( 'wpt-base-js' );
|
1211 |
+
wp_localize_script( 'wpt-base-js', 'wptSettings', array( 'allowed'=>$allowed, 'first'=>$first, 'text'=> __('Characters left: ','wp-to-twitter') ) );
|
1212 |
echo "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1213 |
<style type='text/css'>
|
1214 |
#wp2t h3 span { padding-left: 30px; background: url(".plugins_url('wp-to-twitter/images/twitter-bird-light-bgs.png').") left 50% no-repeat; }
|
1215 |
</style>";
|
1219 |
|
1220 |
// Post the Custom Tweet into the post meta table
|
1221 |
function post_jd_twitter( $id ) {
|
1222 |
+
if ( empty($_POST) || ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE ) || wp_is_post_revision($id) || isset($_POST['_inline_edit'] ) || ( defined('DOING_AJAX') && DOING_AJAX ) || !wpt_in_post_type( $id ) ) { return; }
|
1223 |
if ( isset( $_POST['_yourls_keyword'] ) ) {
|
1224 |
$yourls = $_POST[ '_yourls_keyword' ];
|
1225 |
$update = update_post_meta( $id, '_yourls_keyword', $yourls );
|
1226 |
}
|
1227 |
+
if ( isset( $_POST[ '_jd_twitter' ] ) ) {
|
1228 |
$jd_twitter = $_POST[ '_jd_twitter' ];
|
1229 |
$update = update_post_meta( $id, '_jd_twitter', $jd_twitter );
|
1230 |
}
|
1242 |
}
|
1243 |
}
|
1244 |
if ( isset( $_POST['wpt_clear_history'] ) && $_POST['wpt_clear_history'] == 'clear' ) {
|
1245 |
+
// delete stored Tweets and errors
|
1246 |
delete_post_meta( $id, '_wpt_failed' );
|
1247 |
delete_post_meta( $id, '_jd_wp_twitter' );
|
1248 |
+
// delete stored short URLs
|
1249 |
+
delete_post_meta( $id, '_wp_jd_supr' );
|
1250 |
+
delete_post_meta( $id, '_wp_jd_ind' );
|
1251 |
+
delete_post_meta( $id, '_wp_jd_bitly' );
|
1252 |
+
delete_post_meta( $id, '_wp_jd_wp' );
|
1253 |
+
delete_post_meta( $id, '_wp_jd_yourls' );
|
1254 |
+
delete_post_meta( $id, '_wp_jd_url' );
|
1255 |
+
delete_post_meta( $id, '_wp_jd_goo' );
|
1256 |
+
delete_post_meta( $id, '_wp_jd_target' );
|
1257 |
+
delete_post_meta( $id, '_wp_jd_clig' );
|
1258 |
+
delete_post_meta( $id, '_wp_jd_joturl' );
|
1259 |
}
|
1260 |
// WPT PRO //
|
1261 |
$update = apply_filters( 'wpt_insert_post', $_POST, $id );
|
1354 |
function jd_plugin_action($links, $file) {
|
1355 |
if ( $file == plugin_basename(dirname(__FILE__).'/wp-to-twitter.php') ) {
|
1356 |
$admin_url = ( is_plugin_active('wp-tweets-pro/wpt-pro-functions.php') )?admin_url('admin.php?page=wp-tweets-pro'):admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php');
|
1357 |
+
global $wpt_donate_url;
|
1358 |
$links[] = "<a href='$admin_url'>" . __('Settings', 'wp-to-twitter', 'wp-to-twitter') . "</a>";
|
1359 |
+
if ( ! function_exists( 'wpt_pro_exists' ) ) { $links[] = "<a href='$wpt_donate_url'>" . __('Upgrade', 'wp-to-twitter', 'wp-to-twitter') . "</a>"; }
|
1360 |
}
|
1361 |
return $links;
|
1362 |
}
|
1371 |
|
1372 |
$admin_url = ( is_plugin_active('wp-tweets-pro/wpt-pro-functions.php') )?admin_url('admin.php?page=wp-tweets-pro'):admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php');
|
1373 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1374 |
add_action( 'in_plugin_update_message-wp-to-twitter/wp-to-twitter.php', 'wpt_plugin_update_message' );
|
1375 |
function wpt_plugin_update_message() {
|
1376 |
global $wpt_version;
|
1390 |
if ( get_option( 'jd_twit_blogroll' ) == '1' ) {
|
1391 |
add_action( 'add_link', 'jd_twit_link' );
|
1392 |
}
|
1393 |
+
|
1394 |
+
add_action( 'save_post', 'wpt_twit', 16 );
|
1395 |
+
add_action( 'save_post', 'post_jd_twitter', 10 );
|
1396 |
+
|
1397 |
+
function wpt_in_post_type( $id ) {
|
1398 |
+
$post_type_settings = get_option('wpt_post_types');
|
1399 |
$post_types = array_keys($post_type_settings);
|
1400 |
+
$type = get_post_type( $id );
|
1401 |
+
if ( in_array( $type, $post_types ) ) {
|
1402 |
+
if ( $post_type_settings[$type]['post-edited-update'] == '1' || $post_type_settings[$type]['post-published-update'] == '1' ) {
|
1403 |
+
return true;
|
1404 |
}
|
|
|
|
|
1405 |
}
|
1406 |
+
return false;
|
1407 |
}
|
|
|
|
|
|
|
1408 |
|
1409 |
add_action( 'future_to_publish', 'wpt_future_to_publish', 16 );
|
1410 |
function wpt_future_to_publish( $post ) {
|
1411 |
$id = $post->ID;
|
1412 |
+
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision( $id ) || !wpt_in_post_type( $id ) ) { return; }
|
1413 |
wpt_twit_future( $id );
|
1414 |
}
|
1415 |
|
1416 |
function wpt_twit( $id ) {
|
1417 |
+
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision( $id ) || !wpt_in_post_type( $id ) ) return;
|
1418 |
$post = get_post( $id );
|
1419 |
if ( $post->post_status != 'publish' ) return; // is there any reason to accept any other status?
|
1420 |
wpt_twit_instant( $id );
|
1438 |
delete_transient( '_wpt_twit_future' );
|
1439 |
return;
|
1440 |
}
|
1441 |
+
// xmlrpc action has already run for this post.
|
1442 |
+
if ( get_transient ( '_wpt_twit_xmlrpc' ) && get_transient( '_wpt_twit_xmlrpc' ) == $id ) {
|
1443 |
+
delete_transient( '_wpt_twit_xmlrpc' );
|
1444 |
+
return;
|
1445 |
+
}
|
1446 |
jd_twit( $id, 'instant' );
|
1447 |
}
|
1448 |
function wpt_twit_xmlrpc( $id ) {
|
1449 |
+
set_transient( '_wpt_twit_xmlrpc', $id, 10 );
|
1450 |
+
if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision( $id ) || !wpt_in_post_type( $id ) ) { return $id; }
|
1451 |
jd_twit( $id, 'xmlrpc' );
|
1452 |
}
|
1453 |
|
1479 |
/* Enqueue styles for Twitter feed */
|
1480 |
add_action('wp_enqueue_scripts', 'wpt_stylesheet');
|
1481 |
function wpt_stylesheet() {
|
1482 |
+
$apply = apply_filters( 'wpt_enqueue_feed_styles', true );
|
1483 |
+
if ( $apply ) {
|
1484 |
+
$file = apply_filters( 'wpt_feed_stylesheet', plugins_url( 'css/twitter-feed.css', __FILE__ ) );
|
1485 |
+
wp_register_style( 'wpt-twitter-feed', $file );
|
1486 |
+
wp_enqueue_style( 'wpt-twitter-feed' );
|
1487 |
+
}
|
1488 |
+
}
|
1489 |
+
|
1490 |
+
add_filter( 'wpt_enqueue_feed_styles', 'wpt_permit_feed_styles' );
|
1491 |
+
function wpt_permit_feed_styles( $value ) {
|
1492 |
+
if ( get_option( 'wpt_permit_feed_styles' ) == 1 ) {
|
1493 |
+
$value = false;
|
1494 |
+
}
|
1495 |
+
return $value;
|
1496 |
}
|
1497 |
/*
|
1498 |
// Add notes about Tweet status to posts admin
|
wpt-feed.php
CHANGED
@@ -144,8 +144,7 @@ class WPT_TwitterFeed {
|
|
144 |
if (empty($screenname)) return array('error'=>'Missing Twitter Feed Screen Name - Check Settings');
|
145 |
|
146 |
$connection = new jd_TwitterOAuth($key, $secret, $token, $token_secret);
|
147 |
-
|
148 |
-
$result = $connection->get($protocol.'//api.twitter.com/1.1/statuses/user_timeline.json', $options);
|
149 |
$result = json_decode( $result );
|
150 |
if ( is_file($this->getCacheLocation()) ) {
|
151 |
$cache = json_decode(file_get_contents($this->getCacheLocation()),true);
|
144 |
if (empty($screenname)) return array('error'=>'Missing Twitter Feed Screen Name - Check Settings');
|
145 |
|
146 |
$connection = new jd_TwitterOAuth($key, $secret, $token, $token_secret);
|
147 |
+
$result = $connection->get( 'https://api.twitter.com/1.1/statuses/user_timeline.json', $options );
|
|
|
148 |
$result = json_decode( $result );
|
149 |
if ( is_file($this->getCacheLocation()) ) {
|
150 |
$cache = json_decode(file_get_contents($this->getCacheLocation()),true);
|
wpt-functions.php
CHANGED
@@ -1,53 +1,58 @@
|
|
1 |
<?php
|
2 |
// This file contains secondary functions supporting WP to Twitter
|
3 |
-
|
4 |
-
// support for primary functions is lacking.
|
5 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
10 |
}
|
11 |
}
|
12 |
-
|
13 |
function jd_remote_json( $url, $array=true ) {
|
14 |
$input = jd_fetch_url( $url );
|
15 |
-
$obj = json_decode($input, $array );
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
37 |
}
|
38 |
-
|
|
|
39 |
}
|
40 |
-
}
|
41 |
-
return $e -> getMessage();
|
42 |
-
}
|
43 |
return $obj;
|
44 |
-
// TODO: some error handling ?
|
45 |
}
|
46 |
|
47 |
function is_valid_url( $url ) {
|
48 |
-
if (is_string($url)) {
|
49 |
-
$url = urldecode($url);
|
50 |
-
return preg_match('|^http(s)?://[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(/.*)?$|i', $url);
|
51 |
} else {
|
52 |
return false;
|
53 |
}
|
@@ -55,14 +60,14 @@ function is_valid_url( $url ) {
|
|
55 |
// Fetch a remote page. Input url, return content
|
56 |
function jd_fetch_url( $url, $method='GET', $body='', $headers='', $return='body' ) {
|
57 |
$request = new WP_Http;
|
58 |
-
$result = $request->request( $url , array( 'method'=>$method, 'body'=>$body, 'headers'=>$headers, 'sslverify'=>false, 'user-agent'=>'WP to Twitter
|
59 |
// Success?
|
60 |
-
if ( !is_wp_error($result) && isset($result['body']) ) {
|
61 |
if ( $result['response']['code'] == 200 ) {
|
62 |
-
if ($return == 'body') {
|
63 |
-
|
64 |
} else {
|
65 |
-
|
66 |
}
|
67 |
} else {
|
68 |
return $result['response']['code'];
|
@@ -211,8 +216,9 @@ function wtt_option_selected($field,$value,$type='checkbox') {
|
|
211 |
return $output;
|
212 |
}
|
213 |
|
214 |
-
function wpt_date_compare($early,$late) {
|
215 |
-
$
|
|
|
216 |
$lastdate = strtotime($late);
|
217 |
if ($firstdate <= $lastdate ) { // if post_modified is before or equal to post_date
|
218 |
return 1;
|
@@ -238,7 +244,7 @@ function wpt_post_attachment($post_ID) {
|
|
238 |
'post_status' => 'published',
|
239 |
'post_parent' => $post_ID,
|
240 |
'post_mime_type'=>'image'
|
241 |
-
|
242 |
$attachments = get_posts($args);
|
243 |
if ($attachments) {
|
244 |
return $attachments[0]->ID; //Return the first attachment.
|
@@ -336,19 +342,29 @@ $plugins_string
|
|
336 |
if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true ) { $pro = " PRO"; } else { $pro = ''; }
|
337 |
$subject = "WP to Twitter$pro support request. $has_donated";
|
338 |
$message = $request ."\n\n". $data;
|
339 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
340 |
|
341 |
if ( !$has_read_faq ) {
|
342 |
echo "<div class='message error'><p>".__('Please read the FAQ and other Help documents before making a support request.','wp-to-twitter')."</p></div>";
|
343 |
} else if ( !$request ) {
|
344 |
echo "<div class='message error'><p>".__('Please describe your problem. I\'m not psychic.','wp-to-twitter')."</p></div>";
|
345 |
} else {
|
346 |
-
wp_mail( "plugins@joedolson.com",$subject,$message,$from );
|
347 |
-
if ( $
|
348 |
-
|
|
|
|
|
|
|
|
|
349 |
} else {
|
350 |
-
echo "<div class='message
|
351 |
-
}
|
352 |
}
|
353 |
}
|
354 |
if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true ) { $checked="checked='checked'"; } else { $checked=''; }
|
@@ -379,7 +395,7 @@ $plugins_string
|
|
379 |
<code>".__('Reply to:','wp-to-twitter')." \"$current_user->display_name\" <$current_user->user_email></code>
|
380 |
</p>
|
381 |
<p>
|
382 |
-
<input type='checkbox' name='has_read_faq' id='has_read_faq' value='on' /> <label for='has_read_faq'>".sprintf(__('I have read <a href="%1$s">the FAQ for this plug-in</a> <span>(required)</span>','wp-to-twitter'),'http://www.joedolson.com/articles/wp-to-twitter/support-2/')."
|
383 |
</p>
|
384 |
<p>
|
385 |
<input type='checkbox' name='has_donated' id='has_donated' value='on' $checked /> <label for='has_donated'>".sprintf(__('I have <a href="%1$s">made a donation to help support this plug-in</a>','wp-to-twitter'),'http://www.joedolson.com/donate.php')."</label>
|
1 |
<?php
|
2 |
// This file contains secondary functions supporting WP to Twitter
|
3 |
+
|
|
|
4 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
5 |
|
6 |
+
function wpt_mail( $subject, $body ) {
|
7 |
+
$use_email = true;
|
8 |
+
if ( $use_email ) {
|
9 |
+
wp_mail( WPT_DEBUG_ADDRESS, $subject, $body, WPT_FROM );
|
10 |
+
} else {
|
11 |
+
$debug = get_option( 'wpt_debug' );
|
12 |
+
$debug[date( 'Y-m-d H:i:s' )] = array( $subject, $body );
|
13 |
+
update_option( 'wpt_debug', $debug );
|
14 |
}
|
15 |
}
|
16 |
+
|
17 |
function jd_remote_json( $url, $array=true ) {
|
18 |
$input = jd_fetch_url( $url );
|
19 |
+
$obj = json_decode( $input, $array );
|
20 |
+
if ( function_exists( 'json_last_error' ) ) { // > PHP 5.3
|
21 |
+
try {
|
22 |
+
if ( is_null( $obj ) ) {
|
23 |
+
switch ( json_last_error() ) {
|
24 |
+
case JSON_ERROR_DEPTH :
|
25 |
+
$msg = ' - Maximum stack depth exceeded';
|
26 |
+
break;
|
27 |
+
case JSON_ERROR_STATE_MISMATCH :
|
28 |
+
$msg = ' - Underflow or the modes mismatch';
|
29 |
+
break;
|
30 |
+
case JSON_ERROR_CTRL_CHAR :
|
31 |
+
$msg = ' - Unexpected control character found';
|
32 |
+
break;
|
33 |
+
case JSON_ERROR_SYNTAX :
|
34 |
+
$msg = ' - Syntax error, malformed JSON';
|
35 |
+
break;
|
36 |
+
case JSON_ERROR_UTF8 :
|
37 |
+
$msg = ' - Malformed UTF-8 characters, possibly incorrectly encoded';
|
38 |
+
break;
|
39 |
+
default :
|
40 |
+
$msg = ' - Unknown error';
|
41 |
+
break;
|
42 |
+
}
|
43 |
+
throw new Exception($msg);
|
44 |
}
|
45 |
+
} catch ( Exception $e ) {
|
46 |
+
return $e -> getMessage();
|
47 |
}
|
48 |
+
}
|
|
|
|
|
49 |
return $obj;
|
|
|
50 |
}
|
51 |
|
52 |
function is_valid_url( $url ) {
|
53 |
+
if ( is_string( $url ) ) {
|
54 |
+
$url = urldecode( $url );
|
55 |
+
return preg_match( '|^http(s)?://[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(/.*)?$|i', $url );
|
56 |
} else {
|
57 |
return false;
|
58 |
}
|
60 |
// Fetch a remote page. Input url, return content
|
61 |
function jd_fetch_url( $url, $method='GET', $body='', $headers='', $return='body' ) {
|
62 |
$request = new WP_Http;
|
63 |
+
$result = $request->request( $url , array( 'method'=>$method, 'body'=>$body, 'headers'=>$headers, 'sslverify'=>false, 'user-agent'=>'WP to Twitter/http://www.joedolson.com/articles/wp-to-twitter/' ) );
|
64 |
// Success?
|
65 |
+
if ( !is_wp_error( $result ) && isset( $result['body'] ) ) {
|
66 |
if ( $result['response']['code'] == 200 ) {
|
67 |
+
if ( $return == 'body' ) {
|
68 |
+
return $result['body'];
|
69 |
} else {
|
70 |
+
return $result;
|
71 |
}
|
72 |
} else {
|
73 |
return $result['response']['code'];
|
216 |
return $output;
|
217 |
}
|
218 |
|
219 |
+
function wpt_date_compare( $early,$late ) {
|
220 |
+
$modifier = apply_filters( 'wpt_edit_sensitivity', 0 ); // alter time in seconds to modified date.
|
221 |
+
$firstdate = strtotime($early)+$modifier;
|
222 |
$lastdate = strtotime($late);
|
223 |
if ($firstdate <= $lastdate ) { // if post_modified is before or equal to post_date
|
224 |
return 1;
|
244 |
'post_status' => 'published',
|
245 |
'post_parent' => $post_ID,
|
246 |
'post_mime_type'=>'image'
|
247 |
+
);
|
248 |
$attachments = get_posts($args);
|
249 |
if ($attachments) {
|
250 |
return $attachments[0]->ID; //Return the first attachment.
|
342 |
if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true ) { $pro = " PRO"; } else { $pro = ''; }
|
343 |
$subject = "WP to Twitter$pro support request. $has_donated";
|
344 |
$message = $request ."\n\n". $data;
|
345 |
+
// Get the site domain and get rid of www. from pluggable.php
|
346 |
+
$sitename = strtolower( $_SERVER['SERVER_NAME'] );
|
347 |
+
if ( substr( $sitename, 0, 4 ) == 'www.' ) {
|
348 |
+
$sitename = substr( $sitename, 4 );
|
349 |
+
}
|
350 |
+
$from_email = 'wordpress@' . $sitename;
|
351 |
+
$from = "From: \"$current_user->display_name\" <$from_email>\r\nReply-to: \"$current_user->display_name\" <$current_user->user_email>\r\n";
|
352 |
|
353 |
if ( !$has_read_faq ) {
|
354 |
echo "<div class='message error'><p>".__('Please read the FAQ and other Help documents before making a support request.','wp-to-twitter')."</p></div>";
|
355 |
} else if ( !$request ) {
|
356 |
echo "<div class='message error'><p>".__('Please describe your problem. I\'m not psychic.','wp-to-twitter')."</p></div>";
|
357 |
} else {
|
358 |
+
$sent = wp_mail( "plugins@joedolson.com",$subject,$message,$from );
|
359 |
+
if ( $sent ) {
|
360 |
+
if ( $has_donated == 'Donor' || $has_purchased == 'Purchaser' ) {
|
361 |
+
echo "<div class='message updated'><p>".sprintf(__('Thank you for supporting the continuing development of this plug-in! I\'ll get back to you as soon as I can. Please ensure that you can receive email at <code>%s</code>.','wp-to-twitter'),$current_user->user_email)."</p></div>";
|
362 |
+
} else {
|
363 |
+
echo "<div class='message updated'><p>".sprintf(__("Thanks for using WP to Twitter. Please ensure that you can receive email at <code>%s</code>.",'wp-to-twitter'),$current_user->user_email)."</p></div>";
|
364 |
+
}
|
365 |
} else {
|
366 |
+
echo "<div class='message error'><p>".__( "Sorry! I couldn't send that message. Here's the text of your request:", 'my-calendar' )."</p><p>".sprintf( __('<a href="%s">Contact me here</a>, instead</p>','wp-to-twitter'), 'https://www.joedolson.com/articles/contact/')."<pre>$request</pre></div>";
|
367 |
+
}
|
368 |
}
|
369 |
}
|
370 |
if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true ) { $checked="checked='checked'"; } else { $checked=''; }
|
395 |
<code>".__('Reply to:','wp-to-twitter')." \"$current_user->display_name\" <$current_user->user_email></code>
|
396 |
</p>
|
397 |
<p>
|
398 |
+
<input type='checkbox' name='has_read_faq' id='has_read_faq' value='on' required='required' aria-required='true' /> <label for='has_read_faq'>".sprintf(__('I have read <a href="%1$s">the FAQ for this plug-in</a> <span>(required)</span>','wp-to-twitter'),'http://www.joedolson.com/articles/wp-to-twitter/support-2/')."
|
399 |
</p>
|
400 |
<p>
|
401 |
<input type='checkbox' name='has_donated' id='has_donated' value='on' $checked /> <label for='has_donated'>".sprintf(__('I have <a href="%1$s">made a donation to help support this plug-in</a>','wp-to-twitter'),'http://www.joedolson.com/donate.php')."</label>
|
wpt-widget.php
CHANGED
@@ -11,12 +11,10 @@ function wpt_get_user( $twitter_ID=false ) {
|
|
11 |
$token = get_option('oauth_token');
|
12 |
$token_secret = get_option('oauth_token_secret');
|
13 |
$connection = new jd_TwitterOAuth($key, $secret, $token, $token_secret);
|
14 |
-
|
15 |
-
$result = $connection->get($protocol."//api.twitter.com/1.1/users/show.json?screen_name=$twitter_ID", $options);
|
16 |
return json_decode($result);
|
17 |
}
|
18 |
|
19 |
-
|
20 |
add_shortcode( 'get_tweets', 'wpt_get_twitter_feed' );
|
21 |
function wpt_get_twitter_feed( $atts, $content ) {
|
22 |
extract( shortcode_atts( array(
|
@@ -94,7 +92,9 @@ function wpt_twitter_feed( $instance ) {
|
|
94 |
|
95 |
$intents = ( $instance['intents'] )?"<div class='wpt-intents-border'></div><div class='wpt-intents'><a class='wpt-reply' href='https://twitter.com/intent/tweet?in_reply_to=$tweet[id_str]'><span></span>Reply</a> <a class='wpt-retweet' href='https://twitter.com/intent/retweet?tweet_id=$tweet[id_str]'><span></span>Retweet</a> <a class='wpt-favorite' href='https://twitter.com/intent/favorite?tweet_id=$tweet[id_str]'><span></span>Favorite</a></div>":'';
|
96 |
/** Add tweet to array */
|
97 |
-
$
|
|
|
|
|
98 |
}
|
99 |
}
|
100 |
if ( is_array( $tweets ) ) {
|
@@ -109,153 +109,150 @@ function wpt_twitter_feed( $instance ) {
|
|
109 |
|
110 |
class WPT_Latest_Tweets_Widget extends WP_Widget {
|
111 |
|
112 |
-
/**
|
113 |
-
* Holds widget settings defaults, populated in constructor.
|
114 |
-
*
|
115 |
-
* @var array
|
116 |
-
*/
|
117 |
-
protected $defaults;
|
118 |
-
|
119 |
-
/**
|
120 |
-
* Constructor. Set the default widget options and create widget.
|
121 |
-
*
|
122 |
-
* @since 0.1.8
|
123 |
-
*/
|
124 |
-
function __construct() {
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
}
|
152 |
-
|
153 |
-
/**
|
154 |
-
* Echo the widget content.
|
155 |
-
*
|
156 |
-
* @param array $args Display arguments including before_title, after_title, before_widget, and after_widget.
|
157 |
-
* @param array $instance The settings for the particular instance of the widget
|
158 |
-
*/
|
159 |
-
|
160 |
-
function widget( $args, $instance ) {
|
161 |
-
extract( $args );
|
162 |
-
wp_enqueue_script( 'twitter-platform', "https://platform.twitter.com/widgets.js" );
|
163 |
-
wp_enqueue_style( 'wpt-twitter-feed' );
|
164 |
-
/** Merge with defaults */
|
165 |
-
$instance = wp_parse_args( (array) $instance, $this->defaults );
|
166 |
-
echo $before_widget;
|
167 |
-
if ( $instance['title'] ) {
|
168 |
-
echo $before_title . apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base ) . $after_title;
|
169 |
}
|
170 |
-
echo wpt_twitter_feed( $instance );
|
171 |
-
echo $after_widget;
|
172 |
-
}
|
173 |
|
174 |
-
/**
|
175 |
-
*
|
176 |
-
*
|
177 |
-
*
|
178 |
-
* The
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
}
|
193 |
|
194 |
-
/**
|
195 |
-
*
|
196 |
-
*
|
197 |
-
*
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
</p>
|
214 |
-
|
215 |
-
<p>
|
216 |
-
<label for="<?php echo $this->get_field_id( 'twitter_num' ); ?>"><?php _e( 'Number of Tweets to Show', 'wp-to-twitter' ); ?>:</label>
|
217 |
-
<input type="text" id="<?php echo $this->get_field_id( 'twitter_num' ); ?>" name="<?php echo $this->get_field_name( 'twitter_num' ); ?>" value="<?php echo esc_attr( $instance['twitter_num'] ); ?>" size="3" />
|
218 |
-
</p>
|
219 |
-
|
220 |
-
<p>
|
221 |
-
<input id="<?php echo $this->get_field_id( 'twitter_hide_replies' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'twitter_hide_replies' ); ?>" value="1" <?php checked( $instance['twitter_hide_replies'] ); ?>/>
|
222 |
-
<label for="<?php echo $this->get_field_id( 'twitter_hide_replies' ); ?>"><?php _e( 'Hide @ Replies', 'wp-to-twitter' ); ?></label>
|
223 |
-
</p>
|
224 |
-
|
225 |
-
<p>
|
226 |
-
<input id="<?php echo $this->get_field_id( 'twitter_include_rts' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'twitter_include_rts' ); ?>" value="1" <?php checked( $instance['twitter_include_rts'] ); ?>/>
|
227 |
-
<label for="<?php echo $this->get_field_id( 'twitter_include_rts' ); ?>"><?php _e( 'Include Retweets', 'wp-to-twitter' ); ?></label>
|
228 |
-
</p>
|
229 |
-
|
230 |
-
<p>
|
231 |
-
<input id="<?php echo $this->get_field_id( 'link_links' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'link_links' ); ?>" value="1" <?php checked( $instance['link_links'] ); ?>/>
|
232 |
-
<label for="<?php echo $this->get_field_id( 'link_links' ); ?>"><?php _e( 'Parse links', 'wp-to-twitter' ); ?></label>
|
233 |
-
</p>
|
234 |
-
|
235 |
-
<p>
|
236 |
-
<input id="<?php echo $this->get_field_id( 'link_mentions' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'link_mentions' ); ?>" value="1" <?php checked( $instance['link_mentions'] ); ?>/>
|
237 |
-
<label for="<?php echo $this->get_field_id( 'link_mentions' ); ?>"><?php _e( 'Parse @mentions', 'wp-to-twitter' ); ?></label>
|
238 |
-
</p>
|
239 |
-
|
240 |
-
<p>
|
241 |
-
<input id="<?php echo $this->get_field_id( 'link_hashtags' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'link_hashtags' ); ?>" value="1" <?php checked( $instance['link_hashtags'] ); ?>/>
|
242 |
-
<label for="<?php echo $this->get_field_id( 'link_hashtags' ); ?>"><?php _e( 'Parse #hashtags', 'wp-to-twitter' ); ?></label>
|
243 |
-
</p>
|
244 |
-
|
245 |
-
<p>
|
246 |
-
<input id="<?php echo $this->get_field_id( 'intents' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'intents' ); ?>" value="1" <?php checked( $instance['intents'] ); ?>/>
|
247 |
-
<label for="<?php echo $this->get_field_id( 'intents' ); ?>"><?php _e( 'Include Reply/Retweet/Favorite Links', 'wp-to-twitter' ); ?></label>
|
248 |
-
</p>
|
249 |
-
|
250 |
-
<p>
|
251 |
-
<input id="<?php echo $this->get_field_id( 'source' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'source' ); ?>" value="1" <?php checked( $instance['source'] ); ?>/>
|
252 |
-
<label for="<?php echo $this->get_field_id( 'source' ); ?>"><?php _e( 'Include Tweet source', 'wp-to-twitter' ); ?></label>
|
253 |
-
</p>
|
254 |
|
255 |
-
|
|
|
|
|
|
|
|
|
|
|
256 |
|
257 |
-
|
|
|
258 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
}
|
260 |
|
261 |
add_action( 'widgets_init', create_function( '', "register_widget('WPT_Latest_Tweets_Widget');" ) );
|
@@ -278,8 +275,8 @@ add_action( 'widgets_init', create_function( '', "register_widget('WPT_Latest_Tw
|
|
278 |
function WPT_tweet_linkify( $text, $opts ) {
|
279 |
$text = ( $opts['links'] == true )?preg_replace( "#(^|[\n ])([\w]+?://[\w]+[^ \"\n\r\t< ]*)#", '\\1<a href="\\2" rel="nofollow">\\2</a>', $text ):$text;
|
280 |
$text = ( $opts['links'] == true )?preg_replace( "#(^|[\n ])((www|ftp)\.[^ \"\t\n\r< ]*)#", '\\1<a href="http://\\2" rel="nofollow">\\2</a>', $text ):$text;
|
281 |
-
$text = ( $opts['mentions'] == true )?preg_replace( '/@(\w+)/', '<a href="
|
282 |
-
$text = ( $opts['hashtags'] == true )?preg_replace( '/#(\w+)/', '<a href="
|
283 |
return $text;
|
284 |
}
|
285 |
|
11 |
$token = get_option('oauth_token');
|
12 |
$token_secret = get_option('oauth_token_secret');
|
13 |
$connection = new jd_TwitterOAuth($key, $secret, $token, $token_secret);
|
14 |
+
$result = $connection->get( "https://api.twitter.com/1.1/users/show.json?screen_name=$twitter_ID", $options);
|
|
|
15 |
return json_decode($result);
|
16 |
}
|
17 |
|
|
|
18 |
add_shortcode( 'get_tweets', 'wpt_get_twitter_feed' );
|
19 |
function wpt_get_twitter_feed( $atts, $content ) {
|
20 |
extract( shortcode_atts( array(
|
92 |
|
93 |
$intents = ( $instance['intents'] )?"<div class='wpt-intents-border'></div><div class='wpt-intents'><a class='wpt-reply' href='https://twitter.com/intent/tweet?in_reply_to=$tweet[id_str]'><span></span>Reply</a> <a class='wpt-retweet' href='https://twitter.com/intent/retweet?tweet_id=$tweet[id_str]'><span></span>Retweet</a> <a class='wpt-favorite' href='https://twitter.com/intent/favorite?tweet_id=$tweet[id_str]'><span></span>Favorite</a></div>":'';
|
94 |
/** Add tweet to array */
|
95 |
+
$before_tweet = apply_filters( 'wpt_before_tweet', '', $tweet );
|
96 |
+
$after_tweet = apply_filters( 'wpt_after_tweet', '', $tweet );
|
97 |
+
$tweets[] = '<li class="'.$tweet_classes.'">'. $before_tweet . WPT_tweet_linkify( $tweet['text'], $opts ) . "<br /><span class='wpt-tweet-time'>$timetweet</span> $intents " . $after_tweet . "</li>\n";
|
98 |
}
|
99 |
}
|
100 |
if ( is_array( $tweets ) ) {
|
109 |
|
110 |
class WPT_Latest_Tweets_Widget extends WP_Widget {
|
111 |
|
112 |
+
/**
|
113 |
+
* Holds widget settings defaults, populated in constructor.
|
114 |
+
*
|
115 |
+
* @var array
|
116 |
+
*/
|
117 |
+
protected $defaults;
|
118 |
+
|
119 |
+
/**
|
120 |
+
* Constructor. Set the default widget options and create widget.
|
121 |
+
*
|
122 |
+
* @since 0.1.8
|
123 |
+
*/
|
124 |
+
function __construct() {
|
125 |
+
|
126 |
+
$this->defaults = array(
|
127 |
+
'title' => '',
|
128 |
+
'twitter_id' => '',
|
129 |
+
'twitter_num' => '',
|
130 |
+
'twitter_duration' => '',
|
131 |
+
'twitter_hide_replies' => 0,
|
132 |
+
'twitter_include_rts' => 0,
|
133 |
+
'link_links'=>'',
|
134 |
+
'link_mentions'=>'',
|
135 |
+
'link_hashtags'=>'',
|
136 |
+
'intents'=>'',
|
137 |
+
'source'=>''
|
138 |
+
);
|
139 |
+
|
140 |
+
$widget_ops = array(
|
141 |
+
'classname' => 'wpt-latest-tweets',
|
142 |
+
'description' => __( 'Display a list of your latest tweets.', 'wp-to-twitter' ),
|
143 |
+
);
|
144 |
+
|
145 |
+
$control_ops = array(
|
146 |
+
'id_base' => 'wpt-latest-tweets',
|
147 |
+
'width' => 200,
|
148 |
+
'height' => 250,
|
149 |
+
);
|
150 |
+
$this->WP_Widget( 'wpt-latest-tweets', __( 'WP to Twitter - Latest Tweets', 'wp-to-twitter' ), $widget_ops, $control_ops );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
}
|
|
|
|
|
|
|
152 |
|
153 |
+
/**
|
154 |
+
* Echo the widget content.
|
155 |
+
*
|
156 |
+
* @param array $args Display arguments including before_title, after_title, before_widget, and after_widget.
|
157 |
+
* @param array $instance The settings for the particular instance of the widget
|
158 |
+
*/
|
159 |
+
|
160 |
+
function widget( $args, $instance ) {
|
161 |
+
extract( $args );
|
162 |
+
wp_enqueue_script( 'twitter-platform', "https://platform.twitter.com/widgets.js" );
|
163 |
+
/** Merge with defaults */
|
164 |
+
$instance = wp_parse_args( (array) $instance, $this->defaults );
|
165 |
+
echo $before_widget;
|
166 |
+
if ( $instance['title'] ) {
|
167 |
+
echo $before_title . apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base ) . $after_title;
|
168 |
+
}
|
169 |
+
echo wpt_twitter_feed( $instance );
|
170 |
+
echo $after_widget;
|
171 |
+
}
|
172 |
|
173 |
+
/**
|
174 |
+
* Update a particular instance.
|
175 |
+
*
|
176 |
+
* This function should check that $new_instance is set correctly.
|
177 |
+
* The newly calculated value of $instance should be returned.
|
178 |
+
* If "false" is returned, the instance won't be saved/updated.
|
179 |
+
*
|
180 |
+
* @since 0.1
|
181 |
+
*
|
182 |
+
* @param array $new_instance New settings for this instance as input by the user via form()
|
183 |
+
* @param array $old_instance Old settings for this instance
|
184 |
+
* @return array Settings to save or bool false to cancel saving
|
185 |
+
*/
|
186 |
+
function update( $new_instance, $old_instance ) {
|
187 |
+
/** Force the transient to refresh */
|
188 |
+
delete_transient( 'wpt_tdf_cache_expire' );
|
189 |
+
$new_instance['title'] = strip_tags( $new_instance['title'] );
|
190 |
+
return $new_instance;
|
191 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
|
193 |
+
/**
|
194 |
+
* Echo the settings update form.
|
195 |
+
*
|
196 |
+
* @param array $instance Current settings
|
197 |
+
*/
|
198 |
+
function form( $instance ) {
|
199 |
|
200 |
+
/** Merge with defaults */
|
201 |
+
$instance = wp_parse_args( (array) $instance, $this->defaults );
|
202 |
|
203 |
+
?>
|
204 |
+
<p>
|
205 |
+
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title', 'wp-to-twitter' ); ?>:</label>
|
206 |
+
<input type="text" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" value="<?php echo esc_attr( $instance['title'] ); ?>" class="widefat" />
|
207 |
+
</p>
|
208 |
+
|
209 |
+
<p>
|
210 |
+
<label for="<?php echo $this->get_field_id( 'twitter_id' ); ?>"><?php _e( 'Twitter Username', 'wp-to-twitter' ); ?>:</label>
|
211 |
+
<input type="text" id="<?php echo $this->get_field_id( 'twitter_id' ); ?>" name="<?php echo $this->get_field_name( 'twitter_id' ); ?>" value="<?php echo esc_attr( $instance['twitter_id'] ); ?>" class="widefat" />
|
212 |
+
</p>
|
213 |
+
|
214 |
+
<p>
|
215 |
+
<label for="<?php echo $this->get_field_id( 'twitter_num' ); ?>"><?php _e( 'Number of Tweets to Show', 'wp-to-twitter' ); ?>:</label>
|
216 |
+
<input type="text" id="<?php echo $this->get_field_id( 'twitter_num' ); ?>" name="<?php echo $this->get_field_name( 'twitter_num' ); ?>" value="<?php echo esc_attr( $instance['twitter_num'] ); ?>" size="3" />
|
217 |
+
</p>
|
218 |
+
|
219 |
+
<p>
|
220 |
+
<input id="<?php echo $this->get_field_id( 'twitter_hide_replies' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'twitter_hide_replies' ); ?>" value="1" <?php checked( $instance['twitter_hide_replies'] ); ?>/>
|
221 |
+
<label for="<?php echo $this->get_field_id( 'twitter_hide_replies' ); ?>"><?php _e( 'Hide @ Replies', 'wp-to-twitter' ); ?></label>
|
222 |
+
</p>
|
223 |
+
|
224 |
+
<p>
|
225 |
+
<input id="<?php echo $this->get_field_id( 'twitter_include_rts' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'twitter_include_rts' ); ?>" value="1" <?php checked( $instance['twitter_include_rts'] ); ?>/>
|
226 |
+
<label for="<?php echo $this->get_field_id( 'twitter_include_rts' ); ?>"><?php _e( 'Include Retweets', 'wp-to-twitter' ); ?></label>
|
227 |
+
</p>
|
228 |
+
|
229 |
+
<p>
|
230 |
+
<input id="<?php echo $this->get_field_id( 'link_links' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'link_links' ); ?>" value="1" <?php checked( $instance['link_links'] ); ?>/>
|
231 |
+
<label for="<?php echo $this->get_field_id( 'link_links' ); ?>"><?php _e( 'Parse links', 'wp-to-twitter' ); ?></label>
|
232 |
+
</p>
|
233 |
+
|
234 |
+
<p>
|
235 |
+
<input id="<?php echo $this->get_field_id( 'link_mentions' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'link_mentions' ); ?>" value="1" <?php checked( $instance['link_mentions'] ); ?>/>
|
236 |
+
<label for="<?php echo $this->get_field_id( 'link_mentions' ); ?>"><?php _e( 'Parse @mentions', 'wp-to-twitter' ); ?></label>
|
237 |
+
</p>
|
238 |
+
|
239 |
+
<p>
|
240 |
+
<input id="<?php echo $this->get_field_id( 'link_hashtags' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'link_hashtags' ); ?>" value="1" <?php checked( $instance['link_hashtags'] ); ?>/>
|
241 |
+
<label for="<?php echo $this->get_field_id( 'link_hashtags' ); ?>"><?php _e( 'Parse #hashtags', 'wp-to-twitter' ); ?></label>
|
242 |
+
</p>
|
243 |
+
|
244 |
+
<p>
|
245 |
+
<input id="<?php echo $this->get_field_id( 'intents' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'intents' ); ?>" value="1" <?php checked( $instance['intents'] ); ?>/>
|
246 |
+
<label for="<?php echo $this->get_field_id( 'intents' ); ?>"><?php _e( 'Include Reply/Retweet/Favorite Links', 'wp-to-twitter' ); ?></label>
|
247 |
+
</p>
|
248 |
+
|
249 |
+
<p>
|
250 |
+
<input id="<?php echo $this->get_field_id( 'source' ); ?>" type="checkbox" name="<?php echo $this->get_field_name( 'source' ); ?>" value="1" <?php checked( $instance['source'] ); ?>/>
|
251 |
+
<label for="<?php echo $this->get_field_id( 'source' ); ?>"><?php _e( 'Include Tweet source', 'wp-to-twitter' ); ?></label>
|
252 |
+
</p>
|
253 |
+
|
254 |
+
<?php
|
255 |
+
}
|
256 |
}
|
257 |
|
258 |
add_action( 'widgets_init', create_function( '', "register_widget('WPT_Latest_Tweets_Widget');" ) );
|
275 |
function WPT_tweet_linkify( $text, $opts ) {
|
276 |
$text = ( $opts['links'] == true )?preg_replace( "#(^|[\n ])([\w]+?://[\w]+[^ \"\n\r\t< ]*)#", '\\1<a href="\\2" rel="nofollow">\\2</a>', $text ):$text;
|
277 |
$text = ( $opts['links'] == true )?preg_replace( "#(^|[\n ])((www|ftp)\.[^ \"\t\n\r< ]*)#", '\\1<a href="http://\\2" rel="nofollow">\\2</a>', $text ):$text;
|
278 |
+
$text = ( $opts['mentions'] == true )?preg_replace( '/@(\w+)/', '<a href="https://www.twitter.com/\\1" rel="nofollow">@\\1</a>', $text ):$text;
|
279 |
+
$text = ( $opts['hashtags'] == true )?preg_replace( '/#(\w+)/', '<a href="https://twitter.com/search?q=%23\\1" rel="nofollow">#\\1</a>', $text ):$text;
|
280 |
return $text;
|
281 |
}
|
282 |
|
wpt_twitter_oauth.php
CHANGED
@@ -11,7 +11,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
|
11 |
|
12 |
require_once('WP_OAuth.php');
|
13 |
|
14 |
-
if (!class_exists('jd_TwitterOAuth')) {
|
15 |
|
16 |
/**
|
17 |
* Twitter WPOAuth class
|
@@ -183,11 +183,17 @@ class jd_TwitterOAuth {
|
|
183 |
}
|
184 |
$connect = array( 'consumer_key'=>$ack, 'consumer_secret'=>$acs, 'user_token'=>$ot, 'user_secret'=>$ots );
|
185 |
$tmhOAuth = new tmhOAuth( $connect );
|
186 |
-
$attachment = wpt_post_attachment($args['id']);
|
187 |
// if install is at root, can query src path. Otherwise, need to take full image.
|
188 |
$at_root = ( wp_make_link_relative( home_url() ) == home_url() || wp_make_link_relative( home_url() ) == '/' ) ? true : false ;
|
189 |
-
if ( $at_root ) {
|
190 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
191 |
$path = get_home_path() . wp_make_link_relative( $upload[0] );
|
192 |
$image = str_replace( '//', '/', $path );
|
193 |
} else {
|
@@ -202,6 +208,7 @@ class jd_TwitterOAuth {
|
|
202 |
$url,
|
203 |
array(
|
204 |
'media[]' => "@{$image};type={$mime_type};filename={$image}",
|
|
|
205 |
'status' => $args['status'],
|
206 |
),
|
207 |
true, // use auth
|
11 |
|
12 |
require_once('WP_OAuth.php');
|
13 |
|
14 |
+
if ( !class_exists( 'jd_TwitterOAuth' ) ) {
|
15 |
|
16 |
/**
|
17 |
* Twitter WPOAuth class
|
183 |
}
|
184 |
$connect = array( 'consumer_key'=>$ack, 'consumer_secret'=>$acs, 'user_token'=>$ot, 'user_secret'=>$ots );
|
185 |
$tmhOAuth = new tmhOAuth( $connect );
|
186 |
+
$attachment = wpt_post_attachment( $args['id'] );
|
187 |
// if install is at root, can query src path. Otherwise, need to take full image.
|
188 |
$at_root = ( wp_make_link_relative( home_url() ) == home_url() || wp_make_link_relative( home_url() ) == '/' ) ? true : false ;
|
189 |
+
if ( $at_root ) {
|
190 |
+
$image_sizes = get_intermediate_image_sizes();
|
191 |
+
if ( in_array( 'large', $image_sizes ) ) {
|
192 |
+
$size = 'large';
|
193 |
+
} else {
|
194 |
+
$size = array_pop( $image_sizes );
|
195 |
+
}
|
196 |
+
$upload = wp_get_attachment_image_src( $attachment, apply_filters( 'wpt_upload_image_size', $size ) );
|
197 |
$path = get_home_path() . wp_make_link_relative( $upload[0] );
|
198 |
$image = str_replace( '//', '/', $path );
|
199 |
} else {
|
208 |
$url,
|
209 |
array(
|
210 |
'media[]' => "@{$image};type={$mime_type};filename={$image}",
|
211 |
+
//'media[]' => file_get_contents($image),
|
212 |
'status' => $args['status'],
|
213 |
),
|
214 |
true, // use auth
|