WP to Twitter - Version 2.7.7

Version Description

  • Bug fix: #author# template tag
  • Bug fix: tag filtering error.
  • Bug fix: eliminated one PHP notice.
  • Minor text changes.
  • Updated: Russian translation.
Download this release

Release Info

Developer joedolson
Plugin Icon 128x128 WP to Twitter
Version 2.7.7
Comparing to
See all releases

Code changes from version 2.7.3 to 2.7.7

WP_OAuth.php CHANGED
@@ -383,7 +383,7 @@ class WPOAuthRequest {
383
  public function get_normalized_http_url() {
384
  $parts = parse_url($this->http_url);
385
 
386
- $port = @$parts['port'];
387
  $scheme = @$parts['scheme'];
388
  $host = @$parts['host'];
389
  $path = @$parts['path'];
383
  public function get_normalized_http_url() {
384
  $parts = parse_url($this->http_url);
385
 
386
+ $port = isset($parts['port']) ? $parts['port'] : false;
387
  $scheme = @$parts['scheme'];
388
  $host = @$parts['host'];
389
  $path = @$parts['path'];
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: 2013-04-11 17:06: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,675 +10,849 @@ msgstr ""
10
  "X-Generator: GlotPress/0.1\n"
11
  "Project-Id-Version: WP to Twitter\n"
12
 
13
- #: wp-to-twitter-manager.php:526
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  msgid "Tags"
15
  msgstr "Tags"
16
 
17
- #: wp-to-twitter-manager.php:542
18
  msgid "Template Tag Settings"
19
  msgstr "Template Tag Instellingen"
20
 
21
- #: wp-to-twitter-manager.php:544
22
  msgid "Extracted from the post. If you use the 'Excerpt' field, it will be used instead."
23
- msgstr "Uittreksel van het bericht. Als je het 'Excerpt' veld gebruikt wordt dat gebruikt."
24
 
25
- #: wp-to-twitter-manager.php:587
26
  msgid "Template tag priority order"
27
- msgstr "Template tag prioriteitsvolgorde"
28
 
29
- #: wp-to-twitter-manager.php:588
30
  msgid "The order in which items will be abbreviated or removed from your Tweet if the Tweet is too long to send to Twitter."
31
- msgstr ""
32
- "De volgorde waarin onderdelen worden afgekort of verwijderd van je Tweet als je Tweet te lang is om naar Twitter te sturen.\n"
33
- "The order in which items will be abbreviated or removed from your Tweet if the Tweet is too long to send to Twitter."
34
 
35
- #: wp-to-twitter-manager.php:641
36
  msgid "Author Settings"
37
- msgstr "Auteur instellingen"
38
 
39
- #: wp-to-twitter-manager.php:646
40
  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."
41
- msgstr ""
42
 
43
- #: wp-to-twitter-manager.php:650
44
  msgid "Permissions"
45
  msgstr "Rechten"
46
 
47
- #: wp-to-twitter-manager.php:687
48
  msgid "Error Messages and Debugging"
49
- msgstr ""
50
 
51
- #: wp-to-twitter-manager.php:807
52
  msgid "<code>#cat_desc#</code>: custom value from the category description field"
53
- msgstr ""
54
 
55
- #: wp-to-twitter-manager.php:814
56
  msgid "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
57
- msgstr ""
58
 
59
- #: wp-to-twitter-oauth.php:176
60
  msgid "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> queries</a>."
61
- msgstr ""
62
 
63
- #: wp-to-twitter-oauth.php:272
64
  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>"
65
- msgstr ""
66
 
67
- #: wp-to-twitter-oauth.php:298 wp-to-twitter-oauth.php:304
68
  msgid "Twitter's server time: "
69
  msgstr "Twitter's servertijd:"
70
 
71
- #: wp-to-twitter.php:69
72
  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>"
73
- msgstr ""
74
 
75
- #: wp-to-twitter.php:304
76
  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."
77
- msgstr ""
78
 
79
- #: wp-to-twitter.php:1279
80
  msgid "Upgrade"
81
- msgstr ""
82
 
83
- #: wp-to-twitter-manager.php:531
84
  msgid "Use tag slug as hashtag value"
85
- msgstr ""
86
-
87
- #: wp-to-twitter.php:1024
88
- 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>."
89
- msgstr ""
90
 
91
- #: wp-to-twitter-manager.php:176
92
  msgid "WP to Twitter failed to connect with Twitter. Try <a href=\"#wpt_http\">switching to an HTTP connection</a>."
93
- msgstr ""
94
 
95
- #: wp-to-twitter-shorteners.php:445
96
  msgid "Choose a short URL service (account settings below)"
97
- msgstr ""
98
 
99
- #: wp-to-twitter-shorteners.php:451
100
  msgid "YOURLS (on this server)"
101
- msgstr ""
102
 
103
- #: wp-to-twitter-shorteners.php:452
104
  msgid "YOURLS (on a remote server)"
105
  msgstr "YOURLS (op een remote server)"
106
 
107
- #: wp-to-twitter-manager.php:493
108
- msgid "In addition to standard template tags, comments can use <code>#commenter#</code> to post the commenter's name in the Tweet. <em>Use this at your own risk</em>, as it lets anybody who can post a comment on your site post a phrase in your Twitter stream."
109
- msgstr ""
110
-
111
- #: wp-to-twitter.php:60
112
- msgid "The current version of WP Tweets PRO is <strong>%s</strong>. Upgrade for best compatibility!"
113
- msgstr ""
114
-
115
- #: wpt-functions.php:231
116
  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>."
117
- msgstr ""
118
 
119
- #: wpt-functions.php:233
120
  msgid "Thanks for using WP to Twitter. Please ensure that you can receive email at <code>%s</code>."
121
- msgstr ""
122
 
123
- #: wpt-functions.php:253
124
  msgid "Reply to:"
125
  msgstr "Antwoord naar:"
126
 
127
- #: wp-to-twitter-manager.php:668
128
  msgid "The lowest user group that can add their Twitter information"
129
- msgstr ""
130
 
131
- #: wp-to-twitter-manager.php:673
132
  msgid "The lowest user group that can see the Custom Tweet options when posting"
133
- msgstr ""
134
 
135
- #: wp-to-twitter-manager.php:678
136
  msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
137
  msgstr "De laagste user groep dat Tweet / Geen Tweet opties aan en uit kan zetten"
138
 
139
- #: wp-to-twitter-manager.php:683
140
  msgid "The lowest user group that can send Twitter updates"
141
  msgstr "De laagste user groep dat Twitter updates kan sturen"
142
 
143
- #: wp-to-twitter-manager.php:811
144
  msgid "<code>#author#</code>: the post author (@reference if available, otherwise display name)"
145
- msgstr ""
146
 
147
- #: wp-to-twitter-manager.php:812
148
  msgid "<code>#displayname#</code>: post author's display name"
149
- msgstr ""
150
 
151
- #: wp-to-twitter.php:274
152
  msgid "This tweet was blank and could not be sent to Twitter."
153
- msgstr ""
154
 
155
- #: wp-to-twitter.php:307
156
  msgid "404 Not Found: The URI requested is invalid or the resource requested does not exist."
157
- msgstr ""
158
 
159
- #: wp-to-twitter.php:310
160
  msgid "406 Not Acceptable: Invalid Format Specified."
161
- msgstr ""
162
 
163
- #: wp-to-twitter.php:313
164
  msgid "429 Too Many Requests: You have exceeded your rate limits."
165
- msgstr ""
166
 
167
- #: wp-to-twitter.php:325
168
  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."
169
- msgstr ""
170
 
171
- #: wp-to-twitter.php:967
172
  msgid "Your prepended Tweet text; not part of your template."
173
- msgstr ""
174
 
175
- #: wp-to-twitter.php:970
176
  msgid "Your appended Tweet text; not part of your template."
177
- msgstr ""
178
 
179
- #: wp-to-twitter.php:1072
180
  msgid "Your role does not have the ability to Post Tweets from this site."
181
- msgstr ""
182
 
183
- #: wp-to-twitter.php:1178
184
  msgid "Hide account name in Tweets"
185
  msgstr "Verberg accountnaam in Tweets"
186
 
187
- #: wp-to-twitter.php:1179
188
  msgid "Do not display my account in the #account# template tag."
189
- msgstr ""
190
 
191
- #: wpt-functions.php:256
192
  msgid "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</span>"
193
- msgstr ""
194
 
195
- #: wpt-functions.php:259
196
  msgid "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
197
- msgstr ""
198
 
199
- #: wpt-functions.php:262
200
  msgid "Support Request:"
201
- msgstr ""
202
 
203
- #: wp-to-twitter-manager.php:472
204
  msgid "Settings for type \"%1$s\""
205
- msgstr ""
206
 
207
- #: wp-to-twitter-manager.php:475
208
  msgid "Update when %1$s %2$s is published"
209
- msgstr ""
210
 
211
- #: wp-to-twitter-manager.php:475
212
  msgid "Text for new %1$s updates"
213
- msgstr ""
214
 
215
- #: wp-to-twitter-manager.php:479
216
  msgid "Update when %1$s %2$s is edited"
217
- msgstr ""
218
 
219
- #: wp-to-twitter-manager.php:479
220
  msgid "Text for %1$s editing updates"
221
- msgstr ""
222
 
223
- #: wp-to-twitter-oauth.php:209
224
  msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
225
- msgstr ""
226
 
227
- #: wp-to-twitter-shorteners.php:454
228
  msgid "Use Twitter Friendly Links."
229
- msgstr ""
230
 
231
- #: wp-to-twitter-shorteners.php:288
232
  msgid "View your Bit.ly username and API key"
233
- msgstr ""
234
 
235
- #: wp-to-twitter-shorteners.php:333
236
  msgid "Your shortener does not require any account settings."
237
- msgstr ""
238
 
239
- #: wp-to-twitter.php:288
240
  msgid "Your Twitter application does not have read and write permissions. Go to <a href=\"%s\">your Twitter apps</a> to modify these settings."
241
- msgstr ""
242
 
243
- #: wp-to-twitter.php:1044
244
  msgid "Failed Tweets"
245
- msgstr ""
246
 
247
- #: wp-to-twitter.php:1059
248
  msgid "No failed tweets on this post."
249
  msgstr "Geen mislukte tweets voor dit bericht."
250
 
251
- #: wp-to-twitter-manager.php:785
252
  msgid "Upgrade to <strong>WP Tweets PRO</strong> for more options!"
253
- msgstr ""
254
 
255
- #: wp-to-twitter-manager.php:817
256
  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."
257
- msgstr ""
258
 
259
- #: wp-to-twitter-oauth.php:276
260
  msgid "WP to Twitter could not contact Twitter's remote server. Here is the error triggered: "
261
- msgstr ""
262
 
263
- #: wp-to-twitter.php:259
264
  msgid "This account is not authorized to post to Twitter."
265
- msgstr ""
266
 
267
- #: wp-to-twitter.php:268
268
  msgid "This tweet is identical to another Tweet recently sent to this account."
269
- msgstr ""
270
-
271
- #: wp-to-twitter.php:959
272
- msgid "WP to Twitter can do more for you! Take a look at WP Tweets Pro!"
273
- msgstr ""
274
 
275
- #: wp-to-twitter-shorteners.php:254
276
  msgid "(optional)"
277
  msgstr "(optioneel)"
278
 
279
- #: wp-to-twitter-manager.php:599
280
  msgid "Do not post Tweets by default (editing only)"
281
- msgstr "Post tweets niet als default waarde (alleen bij editing)"
282
 
283
- #: wp-to-twitter-manager.php:809
284
  msgid "<code>#modified#</code>: the post modified date"
285
- msgstr "<code>#modified#</code>: tijdstip waarop post is aangepast"
286
 
287
- #: wp-to-twitter-oauth.php:274
288
  msgid "Your time stamps are more than 5 minutes apart. Your server could lose its connection with Twitter."
289
  msgstr "Er zit meer dan 5 minuten verschil tussen uw server en Twitter. Uw server connectie met Twitter kan hierdoor verbroken worden."
290
 
291
- #: wp-to-twitter-manager.php:644
292
  msgid "Authors have individual Twitter accounts"
293
- msgstr ""
294
- "Auteurs hebben individuele Twitter accounts\n"
295
- "-alternatief-\n"
296
- "Auteurs hebben afzonderlijkse Twitter accounts"
297
 
298
- #: wp-to-twitter-manager.php:689
299
  msgid "Disable global URL shortener error messages."
300
  msgstr "Uitschakelen globale URL verkorter foutmeldingen."
301
 
302
- #: wp-to-twitter-manager.php:690
303
  msgid "Disable global Twitter API error messages."
304
  msgstr "Uitschakelen globale Twitter API foutmeldingen."
305
 
306
- #: wp-to-twitter-manager.php:692
307
  msgid "Get Debugging Data for OAuth Connection"
308
  msgstr "Verkrijg debugging data voor OAuth connectie"
309
 
310
- #: wp-to-twitter-manager.php:694
311
  msgid "Switch to <code>http</code> connection. (Default is https)"
312
- msgstr "kies voor <code>http</code> connectie (Default is https) "
313
 
314
- #: wp-to-twitter-manager.php:696
315
  msgid "I made a donation, so stop whinging at me, please."
316
- msgstr "Ik heb al een donatie gemaakt, dus stop a.u.b. met zeuren."
317
 
318
- #: wp-to-twitter-manager.php:710
319
  msgid "Limit Updating Categories"
320
- msgstr "Limiteer Updaten Categorieën"
321
 
322
- #: wp-to-twitter-manager.php:713
323
  msgid "If no categories are checked, limiting by category will be ignored, and all categories will be Tweeted."
324
- msgstr "Als er geen categorieën worden gekozen, werkt limiteren per categorie niet zullen alle categorieën getweet worden"
325
 
326
- #: wp-to-twitter-manager.php:714
327
  msgid "<em>Category limits are disabled.</em>"
328
- msgstr "<em>Categorie limieten zijn uitgeschakeld.</em>"
329
 
330
- #: wp-to-twitter-manager.php:723
331
  msgid "Get Plug-in Support"
332
- msgstr "Vraag Plug-in Support "
333
 
334
- #: wp-to-twitter-manager.php:734
335
  msgid "Check Support"
336
- msgstr "Ondersteuning Raadplegen"
337
 
338
- #: wp-to-twitter-manager.php:734
339
  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."
340
- msgstr "Selecteer of je 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 jouw geselecteerde methodes."
341
 
342
- #: wp-to-twitter-manager.php:752
343
  msgid "Support WP to Twitter"
344
  msgstr "Support WP to Twitter "
345
 
346
- #: wp-to-twitter-manager.php:754
347
  msgid "WP to Twitter Support"
348
  msgstr "WP to Twitter Support "
349
 
350
- #: wp-to-twitter-manager.php:762 wp-to-twitter.php:1065 wp-to-twitter.php:1067
351
  msgid "Get Support"
352
- msgstr "Verkrijg Ondersteuning"
353
 
354
- #: wp-to-twitter-manager.php:765
355
  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!"
356
- 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 plug-in te onderhouden"
357
 
358
- #: wp-to-twitter-manager.php:783
359
  msgid "Upgrade Now!"
360
  msgstr "Upgrade nu!"
361
 
362
- #: wp-to-twitter-manager.php:786
363
- msgid "Extra features with the PRO upgrade:"
364
- msgstr "Extra features van de PRO upgrade: "
365
-
366
- #: wp-to-twitter-manager.php:788
367
- msgid "Users can post to their own Twitter accounts"
368
- msgstr "Users kunnen posten via hun eigen Twitter accounts "
369
-
370
- #: wp-to-twitter-manager.php:789
371
- msgid "Set a timer to send your Tweet minutes or hours after you publish the post"
372
- msgstr "Stel de timer in om uw Tweet minuten of uren te versturen na publicatie van de post"
373
-
374
  #: wp-to-twitter-manager.php:790
375
- msgid "Automatically re-send Tweets at an assigned time after publishing"
376
- msgstr "Verzend Tweets automatisch opnieuw op een zelfgekozen tijdstip na publicatie"
377
 
378
- #: wp-to-twitter-manager.php:799
379
  msgid "Shortcodes"
380
  msgstr "Shortcodes"
381
 
382
- #: wp-to-twitter-manager.php:801
383
  msgid "Available in post update templates:"
384
- msgstr "Beschikbaar in post update templates"
385
 
386
- #: wp-to-twitter-manager.php:803
387
  msgid "<code>#title#</code>: the title of your blog post"
388
- msgstr "<code>#title#</code>: de titel van je blog bericht"
389
 
390
- #: wp-to-twitter-manager.php:804
391
  msgid "<code>#blog#</code>: the title of your blog"
392
- msgstr "<code>#blog#</code>: de titel van je blog"
393
 
394
- #: wp-to-twitter-manager.php:805
395
  msgid "<code>#post#</code>: a short excerpt of the post content"
396
  msgstr "<code>#post#</code>: een korte samenvatting van het bericht"
397
 
398
- #: wp-to-twitter-manager.php:806
399
  msgid "<code>#category#</code>: the first selected category for the post"
400
  msgstr "<code>#category#</code>: de eerste geselecteerde categorie voor het bericht"
401
 
402
- #: wp-to-twitter-manager.php:808
403
  msgid "<code>#date#</code>: the post date"
404
  msgstr "<code>#date#</code>: de bericht datum"
405
 
406
- #: wp-to-twitter-manager.php:810
407
  msgid "<code>#url#</code>: the post URL"
408
  msgstr "<code>#url#</code>: de bericht URL"
409
 
410
- #: wp-to-twitter-manager.php:813
411
  msgid "<code>#account#</code>: the twitter @reference for the account (or the author, if author settings are enabled and set.)"
412
- msgstr "<code>#account#</ code>: de twitter @referentie voor het account (of auteur, als auteurs-settings aanstaan en zijn ingesteld"
413
 
414
- #: wp-to-twitter-manager.php:815
415
  msgid "<code>#tags#</code>: your tags modified into hashtags. See options in the Advanced Settings section, below."
416
- msgstr "Gebruikersgroepen boven deze kunt kiezen voor de Tweet / Tweet Niet optie, maar zien niet de andere tweet opties"
417
 
418
- #: wp-to-twitter-manager.php:820
419
  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>"
420
- msgstr "Je kan ook aangepaste shortcodes creëeren voor toegang tot aangepaste WordPress velden. Gebruik dubbele [ ] om de naam van je aangepast veld om de waarde hiervan toe te voegen aan je status update. Voorbeeld: <code>[[custom_field]]</code></p>"
421
 
422
- #: wp-to-twitter-oauth.php:107
423
  msgid "WP to Twitter was unable to establish a connection to Twitter."
424
  msgstr "WP to Twitter kon geen verbinding maken met Twitter. "
425
 
426
- #: wp-to-twitter-oauth.php:177
427
  msgid "There was an error querying Twitter's servers"
428
- msgstr "Er trad een fout op tijdens het bevragen van de Twitter servers"
429
 
430
- #: wp-to-twitter-oauth.php:201 wp-to-twitter-oauth.php:203
431
  msgid "Connect to Twitter"
432
  msgstr "Verbinding maken met Twitter"
433
 
434
- #: wp-to-twitter-oauth.php:206
435
  msgid "WP to Twitter Set-up"
436
- msgstr "WP to Twitter Set-up "
437
 
438
- #: wp-to-twitter-oauth.php:207 wp-to-twitter-oauth.php:298
439
- #: wp-to-twitter-oauth.php:303
440
  msgid "Your server time:"
441
- msgstr "code> # account # </ code>: de twitter @referentie voor het account (of auteur, als auteurs-settings aanstaan en zijn ingesteld"
442
 
443
- #: wp-to-twitter-oauth.php:207
444
  msgid "Twitter's time:"
445
- msgstr "Twitter's time: "
446
 
447
- #: wp-to-twitter-oauth.php:207
448
  msgid "If these timestamps are not within 5 minutes of each other, your server will not connect to Twitter."
449
- msgstr "Als deze timestamps niet binnen 5 minuten op elkaar volgen, zal uw server niet kunnen connecten met Twitter."
450
 
451
- #: wp-to-twitter-oauth.php:213
452
  msgid "1. Register this site as an application on "
453
  msgstr "1. Registreer deze site als een applicatie op "
454
 
455
- #: wp-to-twitter-oauth.php:213
456
  msgid "Twitter's application registration page"
457
  msgstr "Twitter's applicatie registratie pagina"
458
 
459
- #: wp-to-twitter-oauth.php:215
460
  msgid "If you're not currently logged in to Twitter, log-in to the account you want associated with this site"
461
- msgstr "Als u nog niet bent momenteel aangemeld bij Twitter, log dan in met het account dat u voor deze site wilt gebruiken"
462
-
463
- #: wp-to-twitter-oauth.php:216
464
- msgid "Your Application's Name will show up after \"via\" in your twitter stream. Your application name cannot include the word \"Twitter.\""
465
- msgstr "De naam van uw Application verschijnt na \"via\" in je twitter stream. De naam van de Application mag niet het woord 'Twitter' bevatten."
466
 
467
- #: wp-to-twitter-oauth.php:217
468
  msgid "Your Application Description can be anything."
469
- msgstr "De beschrijving van de Application kan van alles zijn."
470
 
471
- #: wp-to-twitter-oauth.php:218
472
  msgid "The WebSite and Callback URL should be "
473
- msgstr "De WebSite en Callback URL moeten zijn:"
474
 
475
- #: wp-to-twitter-oauth.php:220
476
  msgid "Agree to the Developer Rules of the Road and continue."
477
- msgstr ""
478
- "Agree to the Developer Rules of the Road and continue ( to nice to translate)\n"
479
- "Kies voor Akoord met de verkeersregels van de develop en ga door"
480
 
481
- #: wp-to-twitter-oauth.php:221
482
  msgid "2. Switch to the \"Settings\" tab in Twitter apps"
483
  msgstr "2. Kies \"Settings\" tabblad in Twitter apps"
484
 
485
- #: wp-to-twitter-oauth.php:223
486
  msgid "Select \"Read and Write\" for the Application Type"
487
- msgstr ""
488
- "Kies \"Read and Write\" als Application Type \n"
489
- "-OF- kies voor\"Lezen en Schrijven\" als applicatie type"
490
 
491
- #: wp-to-twitter-oauth.php:224
492
  msgid "Update the application settings"
493
- msgstr "Update de application settings "
494
 
495
- #: wp-to-twitter-oauth.php:225
496
- msgid "Return to the Details tab and create your access token. Refresh page to view your access tokens."
497
- msgstr "Keer terug naar het tabblad Details en creëer je toegang token (\"access token\"). Herlaad de pagina om uw toegang tokens te bekijken."
498
-
499
- #: wp-to-twitter-oauth.php:227
500
  msgid "Once you have registered your site as an application, you will be provided with four keys."
501
- msgstr "Als u de website heeft geregistreerd als een application, zullen er 4 sleutels worden verstrekt"
502
 
503
- #: wp-to-twitter-oauth.php:228
504
  msgid "3. Copy and paste your consumer key and consumer secret into the fields below"
505
- msgstr "3. Copy and paste (kopieer en plak) je sleutel (\"consumer key\") en geheim (\"consumer secret\") in de onderstaande velden ->Note to JD: CK and CR are in English on twitter pages so no translation needed"
506
 
507
- #: wp-to-twitter-oauth.php:231
508
  msgid "Twitter Consumer Key"
509
- msgstr "Twitter Gebruiker Sleutel"
510
 
511
- #: wp-to-twitter-oauth.php:235
512
  msgid "Twitter Consumer Secret"
513
- msgstr "Twitter Gebruiker Geheim"
514
 
515
- #: wp-to-twitter-oauth.php:239
516
  msgid "4. Copy and paste your Access Token and Access Token Secret into the fields below"
517
- msgstr "4. Copy and paste het Access Token en Access Token Secret in onderstaande velden"
518
 
519
- #: wp-to-twitter-oauth.php:240
520
  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."
521
- msgstr "Als het Access level (\"Access niveau\") voor uw Access Token is niet \"<em>Read and Write </em>\" (\"Lezen en Schrijven\"), moet u terug naar stap 2 en een nieuwe Access Token genereren."
522
 
523
- #: wp-to-twitter-oauth.php:243
524
  msgid "Access Token"
525
- msgstr "Toegangsbewijs"
526
 
527
- #: wp-to-twitter-oauth.php:247
528
  msgid "Access Token Secret"
529
- msgstr "Toegangsbewijs Geheim"
530
 
531
- #: wp-to-twitter-oauth.php:266
532
  msgid "Disconnect Your WordPress and Twitter Account"
533
  msgstr "Verbreek de verbinding met WordPress en Twitter"
534
 
535
- #: wp-to-twitter-oauth.php:270
536
  msgid "Disconnect your WordPress and Twitter Account"
537
- msgstr "Log uit bij WordPress en van het Twitter Account "
538
 
539
- #: wp-to-twitter-oauth.php:280
540
  msgid "Disconnect from Twitter"
541
  msgstr "Twitter verbinding verbreken"
542
 
543
- #: wp-to-twitter-oauth.php:286
544
  msgid "Twitter Username "
545
  msgstr "Twitter Gebruikersnaam"
546
 
547
- #: wp-to-twitter-oauth.php:287
548
  msgid "Consumer Key "
549
- msgstr "Gebruikerssleutel"
550
 
551
- #: wp-to-twitter-oauth.php:288
552
  msgid "Consumer Secret "
553
- msgstr "Gebruikersgeheim"
554
 
555
- #: wp-to-twitter-oauth.php:289
556
  msgid "Access Token "
557
- msgstr "Toegangsbewijs"
558
 
559
- #: wp-to-twitter-oauth.php:290
560
  msgid "Access Token Secret "
561
- msgstr "Toegangsbewijs Geheim"
562
 
563
- #: wp-to-twitter.php:42
564
  msgid "WP to Twitter requires PHP version 5 or above. Please upgrade PHP to run WP to Twitter."
565
  msgstr "WP to Twitter vereist PHP versie 5 of hoger. Upgrade a.u.b. PHP om WP to Twitter te kunnen gebruiken"
566
 
567
- #: wp-to-twitter-oauth.php:192
568
  msgid "Twitter requires authentication by OAuth. You will need to <a href='%s'>update your settings</a> to complete installation of WP to Twitter."
569
- msgstr "Twitter vereist OAuth authentificatie. U dient uw <a href='%s'> instellingen te updaten</a> om de installatie van WP to Twitter te kunnen voltooien."
570
 
571
- #: wp-to-twitter.php:293
572
  msgid "200 OK: Success!"
573
  msgstr "200 OK: Success!"
574
 
575
- #: wp-to-twitter.php:297
576
  msgid "400 Bad Request: The request was invalid. This is the status code returned during rate limiting."
577
- msgstr "400 Bad Request: De aanvraag was onjuist. Dit is de status code welke wordt teruggegeven met waardebeperking."
578
 
579
- #: wp-to-twitter.php:300
580
  msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
581
- msgstr "401 Unauthorized: Authenticatie login gegevens zijn onvolledig of onjuist."
582
 
583
- #: wp-to-twitter.php:316
584
  msgid "500 Internal Server Error: Something is broken at Twitter."
585
  msgstr "500 Internal Server Error: Er is iets kapot bij Twitter."
586
 
587
- #: wp-to-twitter.php:322
588
  msgid "503 Service Unavailable: The Twitter servers are up, but overloaded with requests - Please try again later."
589
- msgstr "503 Service Unavailable: De Twitter servers zijn beschikbaar, maar overloaded met verzoeken - probeer het later nog eens"
590
 
591
- #: wp-to-twitter.php:319
592
  msgid "502 Bad Gateway: Twitter is down or being upgraded."
593
  msgstr "502 Bad Gateway: Twitter is buiten werking of wordt bijgewerkt."
594
 
595
- #: wp-to-twitter.php:354
596
  msgid "No Twitter OAuth connection found."
597
- msgstr "Geen Twitter OAuth verbinding of connectie gevonden"
598
 
599
- #: wp-to-twitter.php:1030
600
  msgid "Previous Tweets"
601
- msgstr "Vorige tweets"
602
 
603
- #: wp-to-twitter.php:962
604
  msgid "Custom Twitter Post"
605
- msgstr "Pas Twitter Post aan (custom as in to customize?)"
606
 
607
- #: wp-to-twitter.php:986
608
  msgid "Your template:"
609
  msgstr "Uw template: "
610
 
611
- #: wp-to-twitter.php:991
612
  msgid "YOURLS Custom Keyword"
613
- msgstr "YOURLS Aangepaste trefwoord (trefwoorden if n= >1)"
614
 
615
- #: wp-to-twitter.php:1065
616
  msgid "Upgrade to WP Tweets Pro"
617
  msgstr "Upgrade naar WP Tweets Pro "
618
 
619
- #: wp-to-twitter.php:1003
620
  msgid "Don't Tweet this post."
621
  msgstr "Dit bericht niet twitteren."
622
 
623
- #: wp-to-twitter.php:1003
624
  msgid "Tweet this post."
625
- msgstr "Tweet deze posting"
626
 
627
- #: wp-to-twitter.php:1015
628
  msgid "Access to customizing WP to Twitter values is not allowed for your user role."
629
  msgstr "Aanpassen van WP naar Twitter instellingen is niet toegestaan ​​voor uw gebruikersrol."
630
 
631
- #: wp-to-twitter.php:1104
632
  msgid "Characters left: "
633
  msgstr "Aantal karakters over:"
634
 
635
- #: wp-to-twitter.php:1164
636
  msgid "WP Tweets User Settings"
637
- msgstr "WP Tweets Gebruikers instellingen "
638
 
639
- #: wp-to-twitter.php:1168
640
  msgid "Use My Twitter Username"
641
- msgstr "Gebruik je Twitter gebruikersnaam"
642
 
643
- #: wp-to-twitter.php:1169
644
  msgid "Tweet my posts with an @ reference to my username."
645
- msgstr "Tweet mijn berichten met een @ referentie naar mijn gebruikersnaam."
646
 
647
- #: wp-to-twitter.php:1170
648
  msgid "Tweet my posts with an @ reference to both my username and to the main site username."
649
- msgstr "Tweet mijn berichten met een @ referentie naar mijn gebruikersnaam en de algemene site gebruikersnaam."
650
 
651
- #: wp-to-twitter.php:1174
652
  msgid "Your Twitter Username"
653
- msgstr "Uw Twitter Username (gebruikersnaam)"
654
 
655
- #: wp-to-twitter.php:1175
656
  msgid "Enter your own Twitter username."
657
- msgstr "Geef je eigen Twitter gebruikersnaam in."
658
 
659
- #: wp-to-twitter.php:1231
660
  msgid "Check off categories to tweet"
661
  msgstr "Vink de te tweeten categoriën UIT"
662
 
663
- #: wp-to-twitter.php:1235
664
  msgid "Do not tweet posts in checked categories (Reverses default behavior)"
665
- msgstr "Tweet geen posts uit de aangegeven categoriën (keert standaard gedrag om) "
666
 
667
- #: wp-to-twitter.php:1252
668
  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."
669
- msgstr "De limiteringen zijn exclusief. Dus als een post behoort tot een categorie die gepost wordt en tot een categorie die niet gepost wordt, dan wordt deze post niet gepost. "
670
 
671
- #: wp-to-twitter.php:1255
672
  msgid "Set Categories"
673
- msgstr "Categorieen Instellen"
674
 
675
- #: wp-to-twitter.php:1278
676
  msgid "Settings"
677
  msgstr "Instellingen"
678
 
679
- #: wp-to-twitter.php:1316
680
  msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
681
- msgstr "<br /><strong>Opmerking:</strong>Controleer SVP de <a class=\"thickbox\" href=\"%1$s\">changelog</a> voor het upgraden."
682
 
683
  msgid "WP to Twitter"
684
  msgstr "WP to Twitter"
@@ -686,459 +860,444 @@ msgstr "WP to Twitter"
686
  msgid "http://www.joedolson.com/articles/wp-to-twitter/"
687
  msgstr "http://www.joedolson.com/articles/wp-to-twitter/"
688
 
689
- msgid "Posts a Tweet when you update your WordPress blog or post to your blogroll, using your chosen URL shortening service. Rich in features for customizing and promoting your Tweets."
690
- msgstr "Posts een Tweet wanneer een WordPress blogof post naar uw blogroll wordt geupdate , gebruikmakend van de door U gekozen URL verkorter. Veel mogelijkheden tot het aanpassen en promoten van Uw Tweets. "
691
-
692
  msgid "Joseph Dolson"
693
  msgstr "Joseph Dolson"
694
 
695
  msgid "http://www.joedolson.com/"
696
  msgstr "http://www.joedolson.com/"
697
 
698
- #: wpt-functions.php:225
699
  msgid "Please read the FAQ and other Help documents before making a support request."
700
- msgstr "Lees SVP de FAQ en andere Help bestanden door voor het stellen van een support vraag."
701
 
702
- #: wpt-functions.php:227
703
  msgid "Please describe your problem. I'm not psychic."
704
- msgstr "Beschrijf SVP Uw probleem, ik ben geen helderziende. "
705
 
706
- #: wpt-functions.php:248
707
  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."
708
- 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 dat dan SVP in uw bericht."
709
 
710
- #: wpt-functions.php:265
711
  msgid "Send Support Request"
712
  msgstr "Verstuur verzoek om support"
713
 
714
- #: wpt-functions.php:268
715
  msgid "The following additional information will be sent with your support request:"
716
- msgstr "De volgende additionele informatie wordt meegestuurd met Uw support aanvraag: "
717
 
718
- #: wp-to-twitter-manager.php:39
719
  msgid "No error information is available for your shortener."
720
- msgstr "Er is geen informatie beschikbaar over je URL verkorter."
721
 
722
- #: wp-to-twitter-manager.php:41
723
  msgid "<li class=\"error\"><strong>WP to Twitter was unable to contact your selected URL shortening service.</strong></li>"
724
- msgstr "<li class=\"error\"><strong>WP to Twitter kon geen contact maken met je geselecteerde URL verkorter.</strong></li>"
725
 
726
- #: wp-to-twitter-manager.php:44
727
  msgid "<li><strong>WP to Twitter successfully contacted your selected URL shortening service.</strong> The following link should point to your blog homepage:"
728
- msgstr "<li><strong>WP to Twitter heeft succesvol contact gemaakt met je geselecteerde URL verkorter.</strong> De volgende link moet naar je blog homepage wijzen:"
729
 
730
- #: wp-to-twitter-manager.php:52
731
  msgid "<li><strong>WP to Twitter successfully submitted a status update to Twitter.</strong></li>"
732
  msgstr "<li><strong>WP to Twitter heeft succesvol een status update geplaatst op Twitter.</strong></li>"
733
 
734
- #: wp-to-twitter-manager.php:55
735
  msgid "<li class=\"error\"><strong>WP to Twitter failed to submit an update to Twitter.</strong></li>"
736
  msgstr "<li class=\"error\"><strong>Het is WP to Twitter niet gelukt om een update naar Twitter te sturen.</strong></li>"
737
 
738
- #: wp-to-twitter-manager.php:59
739
  msgid "You have not connected WordPress to Twitter."
740
- msgstr "Je hebt geen connectie met WordPress to Twitter."
741
 
742
- #: wp-to-twitter-manager.php:63
743
  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>"
744
- msgstr "<li class=\"error\"><strong>Je server lijkt niet de benodigde methodes te ondersteunen om WP to Twitter te laten functioneren.</strong> Je kunt het altijd proberen - deze tests zijn niet perfect</li>"
745
 
746
- #: wp-to-twitter-manager.php:67
747
  msgid "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
748
- msgstr "<li><strong>WP to Twitter zou probleemloos op je server moeten werken.</strong></li>"
749
 
750
- #: wp-to-twitter-manager.php:85
751
  msgid "WP to Twitter Errors Cleared"
752
  msgstr "WP to Twitter Foutmeldingen Verwijderd"
753
 
754
- #: wp-to-twitter-manager.php:169
755
  msgid "WP to Twitter is now connected with Twitter."
756
  msgstr "WP to Twitter is nu verbonden met Twitter."
757
 
758
- #: wp-to-twitter-manager.php:183
759
  msgid "OAuth Authentication Data Cleared."
760
- msgstr "OAuth authenticatie data gewist."
761
 
762
- #: wp-to-twitter-manager.php:190
763
  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."
764
- msgstr "OAuth Authentication mislukt. Uw servertijd loopt niet gelijk aan die van de Twitterservers. Neem contact op met Uw hoster en vraag wat zijn hieraan kunnen doen."
765
 
766
- #: wp-to-twitter-manager.php:197
767
  msgid "OAuth Authentication response not understood."
768
- msgstr "OAuth Authentificatie respons is niet begrepen."
769
 
770
- #: wp-to-twitter-manager.php:360
771
  msgid "WP to Twitter Advanced Options Updated"
772
  msgstr "WP to Twitter Geavanceerde Opties Bijgewerkt"
773
 
774
- #: wp-to-twitter-shorteners.php:427
775
  msgid "You must add your Bit.ly login and API key in order to shorten URLs with Bit.ly."
776
- msgstr "Je moet je Bit.ly login en API sleutel ingeven om URL's te verkorten met Bit.ly."
777
 
778
- #: wp-to-twitter-shorteners.php:431
779
  msgid "You must add your YOURLS remote URL, login, and password in order to shorten URLs with a remote installation of YOURLS."
780
- msgstr "Je moet je YOURLS remote URL, login en wachtwoord toevoegen om URL's te verkorten met een installatie op afstand van YOURLS."
781
 
782
- #: wp-to-twitter-shorteners.php:435
783
  msgid "You must add your YOURLS server path in order to shorten URLs with a remote installation of YOURLS."
784
- msgstr "Je moet je YOURLS server pad ingeven om URL's te verkorten met een installatie op afstand van YOURLS."
785
 
786
- #: wp-to-twitter-manager.php:382
787
  msgid "WP to Twitter Options Updated"
788
  msgstr "WP to Twitter Opties Bijgewerkt"
789
 
790
- #: wp-to-twitter-manager.php:391
791
  msgid "Category limits updated."
792
  msgstr "Categorie limieten bijgewerkt."
793
 
794
- #: wp-to-twitter-manager.php:395
795
  msgid "Category limits unset."
796
  msgstr "Categorie limieten uitgezet"
797
 
798
- #: wp-to-twitter-shorteners.php:345
799
  msgid "YOURLS password updated. "
800
  msgstr "YOURLS wachtwoord bijgewerkt. "
801
 
802
- #: wp-to-twitter-shorteners.php:348
803
  msgid "YOURLS password deleted. You will be unable to use your remote YOURLS account to create short URLS."
804
- msgstr "YOURLS wachtwoord verwijderd. Je kunt je remote YOURLS account niet gebruiken om verkorte URL's te creëeren."
805
 
806
- #: wp-to-twitter-shorteners.php:350
807
  msgid "Failed to save your YOURLS password! "
808
  msgstr "YOURLS wachtwoord opslaan is mislukt! "
809
 
810
- #: wp-to-twitter-shorteners.php:354
811
  msgid "YOURLS username added. "
812
  msgstr "YOURLS gebruikersnaam toegevoegd. "
813
 
814
- #: wp-to-twitter-shorteners.php:358
815
  msgid "YOURLS API url added. "
816
  msgstr "YOURLS API url toegevoegd. "
817
 
818
- #: wp-to-twitter-shorteners.php:361
819
  msgid "YOURLS API url removed. "
820
  msgstr "YOURLS API url verwijderd. "
821
 
822
- #: wp-to-twitter-shorteners.php:366
823
  msgid "YOURLS local server path added. "
824
  msgstr "YOURLS lokaal server pad toegevoegd. "
825
 
826
- #: wp-to-twitter-shorteners.php:368
827
  msgid "The path to your YOURLS installation is not correct. "
828
- msgstr "Het pad naar je YOURLS installatie is niet correct."
829
 
830
- #: wp-to-twitter-shorteners.php:372
831
  msgid "YOURLS local server path removed. "
832
  msgstr "YOURLS lokaal server pad verwijderd. "
833
 
834
- #: wp-to-twitter-shorteners.php:377
835
  msgid "YOURLS will use Post ID for short URL slug."
836
  msgstr "YOURLS zal een bericht ID gebruiken voor een korte URL slug."
837
 
838
- #: wp-to-twitter-shorteners.php:379
839
  msgid "YOURLS will use your custom keyword for short URL slug."
840
- msgstr "YOURLS gebruikt Uw aangepaste trefwoord voor de short URL slug. "
841
 
842
- #: wp-to-twitter-shorteners.php:383
843
  msgid "YOURLS will not use Post ID for the short URL slug."
844
  msgstr "YOURLS zal geen bericht ID gebruiken voor een korte URL slug."
845
 
846
- #: wp-to-twitter-shorteners.php:391
847
  msgid "Su.pr API Key and Username Updated"
848
- msgstr "Su.pr API Key en gebruikersnaam (\"Username\") zijn geupdate "
849
 
850
- #: wp-to-twitter-shorteners.php:395
851
  msgid "Su.pr API Key and username deleted. Su.pr URLs created by WP to Twitter will no longer be associated with your account. "
852
- msgstr "Su.pr API Key en gebruikersnaam (\"username\") zijn verwijderd. Su.pr URLs aangemaakt door WP to Twitter zullen niet langer geassocieerd worden met Uw account."
853
 
854
- #: wp-to-twitter-shorteners.php:397
855
  msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
856
- msgstr "Su.pr API Key niet toegevoegd - <a href='http://su.pr/'>Hier verkrijgbaar</a>! "
857
 
858
- #: wp-to-twitter-shorteners.php:403
859
  msgid "Bit.ly API Key Updated."
860
  msgstr "Bit.ly API sleutel bijgewerkt."
861
 
862
- #: wp-to-twitter-shorteners.php:406
863
  msgid "Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
864
- msgstr "Bit.ly API sleutel verwijderd. Je kan de Bit.ly API niet geberuiken zonder API sleutel. "
865
 
866
- #: wp-to-twitter-shorteners.php:408
867
  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."
868
  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."
869
 
870
- #: wp-to-twitter-shorteners.php:412
871
  msgid " Bit.ly User Login Updated."
872
  msgstr " Bit.ly gebruikerslogin bijgewerkt."
873
 
874
- #: wp-to-twitter-shorteners.php:415
875
  msgid "Bit.ly User Login deleted. You cannot use the Bit.ly API without providing your username. "
876
- msgstr "Bit.ly gebruikerslogin verwijderd. Je kan niet de Bit.ly API gebruiken zonder je gebruikersnaam in te voeren. "
877
 
878
- #: wp-to-twitter-shorteners.php:417
879
  msgid "Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
880
  msgstr "Bit.ly Login niet toegevoegd - maak <a href='http://bit.ly/account/'>HIER</a> een account aan!"
881
 
882
- #: wp-to-twitter-manager.php:414
883
  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>"
884
- 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>"
885
 
886
- #: wp-to-twitter-manager.php:420
887
  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. "
888
- msgstr "Sorry! Ik kon de Twitter servers niet bereiken om je <strong>nieuwe link</strong> te plaatsen! Ik ben bang dat je het zelf manueel moet plaatsen. "
889
 
890
- #: wp-to-twitter-manager.php:423
891
  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>"
892
- 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> "
893
 
894
- #: wp-to-twitter-manager.php:429
895
  msgid "Clear 'WP to Twitter' Error Messages"
896
  msgstr "Verwijderden 'WP to Twitter' Foutmeldingen"
897
 
898
- #: wp-to-twitter-manager.php:435
899
  msgid "WP to Twitter Options"
900
  msgstr "WP to Twitter Opties"
901
 
902
- #: wp-to-twitter-manager.php:448
903
  msgid "Basic Settings"
904
  msgstr "Basis Instellingen"
905
 
906
- #: wp-to-twitter-manager.php:454 wp-to-twitter-manager.php:507
907
  msgid "Save WP->Twitter Options"
908
  msgstr "WP->Twitter Instellingen opslaan"
909
 
910
- #: wp-to-twitter-manager.php:487
911
- msgid "Settings for Comments"
912
- msgstr "Settings voor reacties"
913
-
914
- #: wp-to-twitter-manager.php:490
915
- msgid "Update Twitter when new comments are posted"
916
- msgstr "Update Twitter als nieuwe reacties zijn gepost"
917
-
918
- #: wp-to-twitter-manager.php:491
919
- msgid "Text for new comments:"
920
- msgstr "Tekst voor nieuwe reacties: "
921
-
922
- #: wp-to-twitter-manager.php:496
923
  msgid "Settings for Links"
924
  msgstr "Instellingen voor Links "
925
 
926
- #: wp-to-twitter-manager.php:499
927
  msgid "Update Twitter when you post a Blogroll link"
928
- msgstr "Bijwerken Twitter wanneer je een blogrol link plaatst"
929
 
930
- #: wp-to-twitter-manager.php:500
931
  msgid "Text for new link updates:"
932
  msgstr "Tekst voor nieuwe link updates:"
933
 
934
- #: wp-to-twitter-manager.php:500
935
  msgid "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
936
  msgstr "Beschikbare shortcodes: <code>#url#</code>, <code>#title#</code> en <code>#description#</code>."
937
 
938
- #: wp-to-twitter-shorteners.php:447
939
  msgid "Don't shorten URLs."
940
  msgstr "URL's niet verkorten."
941
 
942
- #: wp-to-twitter-shorteners.php:250
943
  msgid "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account Settings"
944
  msgstr "<abbr title=\"Uniform Resource Locator\">URL</abbr> Verkorter Account Instellingen"
945
 
946
- #: wp-to-twitter-shorteners.php:254
947
  msgid "Your Su.pr account details"
948
  msgstr "Uw Su.pr account details "
949
 
950
- #: wp-to-twitter-shorteners.php:259
951
  msgid "Your Su.pr Username:"
952
- msgstr "Uw Su.pr gebruikersnaam (\"Username\"): "
953
 
954
- #: wp-to-twitter-shorteners.php:263
955
  msgid "Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
956
- msgstr "Uw Su.pr <abbr title='application programming interface'>API</abbr> Key: "
957
 
958
- #: wp-to-twitter-shorteners.php:270
959
  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."
960
- msgstr "Geen Su.pr account of API key? <a href='http://su.pr/'>Die zijn hier verkrijgbaar</a>!<br />U heeft ook een API key nodig om de URLs die U maakt te kunnen koppelen aan het Su.pr account. "
961
 
962
- #: wp-to-twitter-shorteners.php:276
963
  msgid "Your Bit.ly account details"
964
- msgstr "Je Biy.ly account informatie"
965
 
966
- #: wp-to-twitter-shorteners.php:281
967
  msgid "Your Bit.ly username:"
968
- msgstr "Je Bit.ly gebruikersnaam:"
969
 
970
- #: wp-to-twitter-shorteners.php:285
971
  msgid "Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
972
- msgstr "Je Bit.ly <abbr title='application programming interface'>API</abbr> sleutel:"
973
 
974
- #: wp-to-twitter-shorteners.php:293
975
  msgid "Save Bit.ly API Key"
976
  msgstr "Opslaan Bit.ly API sleutel"
977
 
978
- #: wp-to-twitter-shorteners.php:293
979
  msgid "Clear Bit.ly API Key"
980
  msgstr "Verwijderen Bit.ly API sleutel"
981
 
982
- #: wp-to-twitter-shorteners.php:293
983
  msgid "A Bit.ly API key and username is required to shorten URLs via the Bit.ly API and WP to Twitter."
984
  msgstr "Een Bit.ly API en gebruikersnaam is nodig om URL's te verkorten met de Bit.ly API en WP to Twitter."
985
 
986
- #: wp-to-twitter-shorteners.php:299
987
  msgid "Your YOURLS account details"
988
- msgstr "Jouw YOURLS account informatie"
989
 
990
- #: wp-to-twitter-shorteners.php:304
991
  msgid "Path to your YOURLS config file (Local installations)"
992
- msgstr "Pad van Uw YOURLS config file (Local installations) "
993
 
994
- #: wp-to-twitter-shorteners.php:305 wp-to-twitter-shorteners.php:309
995
  msgid "Example:"
996
  msgstr "Voorbeeld:"
997
 
998
- #: wp-to-twitter-shorteners.php:308
999
  msgid "URI to the YOURLS API (Remote installations)"
1000
  msgstr "URI naar de YOURLS API (Remote installaties)"
1001
 
1002
- #: wp-to-twitter-shorteners.php:312
1003
  msgid "Your YOURLS username:"
1004
- msgstr "Je YOURLS gebruikersnaam:"
1005
 
1006
- #: wp-to-twitter-shorteners.php:316
1007
  msgid "Your YOURLS password:"
1008
- msgstr "Jouw YOURLS wachtwoord:"
1009
 
1010
- #: wp-to-twitter-shorteners.php:316
1011
  msgid "<em>Saved</em>"
1012
  msgstr "<em>Opgeslagen</em>"
1013
 
1014
- #: wp-to-twitter-shorteners.php:320
1015
  msgid "Post ID for YOURLS url slug."
1016
  msgstr "Post ID voor YOURLS url slug. "
1017
 
1018
- #: wp-to-twitter-shorteners.php:321
1019
  msgid "Custom keyword for YOURLS url slug."
1020
  msgstr "Aangepast trefwoord voor YOURLS url slug. "
1021
 
1022
- #: wp-to-twitter-shorteners.php:322
1023
  msgid "Default: sequential URL numbering."
1024
  msgstr "Standaard: sequentiële URL nummering. "
1025
 
1026
- #: wp-to-twitter-shorteners.php:328
1027
  msgid "Save YOURLS Account Info"
1028
- msgstr "Opslaan YOURLS Account Info"
1029
 
1030
- #: wp-to-twitter-shorteners.php:328
1031
  msgid "Clear YOURLS password"
1032
  msgstr "Wissen YOURLS wachtwoord"
1033
 
1034
- #: wp-to-twitter-shorteners.php:328
1035
  msgid "A YOURLS password and username is required to shorten URLs via the remote YOURLS API and WP to Twitter."
1036
  msgstr "Een YOURLS wachtwoord en gebruikersnaam is nodig om URL's te verkorten met de YOURLS API en WP to Twitter."
1037
 
1038
- #: wp-to-twitter-manager.php:518
1039
  msgid "Advanced Settings"
1040
  msgstr "Geavanceerde Instellingen"
1041
 
1042
- #: wp-to-twitter-manager.php:523 wp-to-twitter-manager.php:702
1043
  msgid "Save Advanced WP->Twitter Options"
1044
- msgstr "WP->Twitter Geavanceerde Instellingen Opslaan"
1045
 
1046
- #: wp-to-twitter-manager.php:528
1047
  msgid "Strip nonalphanumeric characters from tags"
1048
- msgstr "Verwijder nonalphanumerieke karakters uit tags "
1049
 
1050
- #: wp-to-twitter-manager.php:534
1051
  msgid "Spaces in tags replaced with:"
1052
  msgstr "Vervang spaties in tags voor: "
1053
 
1054
- #: wp-to-twitter-manager.php:537
1055
  msgid "Maximum number of tags to include:"
1056
  msgstr "Maximaal aantal tags om in te voegen:"
1057
 
1058
- #: wp-to-twitter-manager.php:538
1059
  msgid "Maximum length in characters for included tags:"
1060
  msgstr "Maximale lengte in karakters voor ingevoegde tags:"
1061
 
1062
- #: wp-to-twitter-manager.php:544
1063
  msgid "Length of post excerpt (in characters):"
1064
  msgstr "Lengte van de bericht samenvatting (in karakters):"
1065
 
1066
- #: wp-to-twitter-manager.php:547
1067
  msgid "WP to Twitter Date Formatting:"
1068
  msgstr "WP to Twitter Datum Opmaak:"
1069
 
1070
- #: wp-to-twitter-manager.php:547
1071
  msgid "Default is from your general settings. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
1072
- msgstr "Standaard is van je algemene instellingen. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Documentatie Datum Opmaak (Eng)</a>."
1073
 
1074
- #: wp-to-twitter-manager.php:551
1075
  msgid "Custom text before all Tweets:"
1076
  msgstr "Aangepaste tekst vóór alle Tweets:"
1077
 
1078
- #: wp-to-twitter-manager.php:554
1079
  msgid "Custom text after all Tweets:"
1080
  msgstr "Aangepaste tekst ná alle Tweets:"
1081
 
1082
- #: wp-to-twitter-manager.php:557
1083
  msgid "Custom field for an alternate URL to be shortened and Tweeted:"
1084
- msgstr "Aangepast veld voor een alternatieve URL om te verkorten en tweeten:"
1085
 
1086
- #: wp-to-twitter-manager.php:594
1087
  msgid "Special Cases when WordPress should send a Tweet"
1088
  msgstr "Speciale gevallen wanneer WordPress een Tweet moet versturen"
1089
 
1090
- #: wp-to-twitter-manager.php:597
1091
  msgid "Do not post Tweets by default"
1092
  msgstr "Post geen Tweets als standaard instelling"
1093
 
1094
- #: wp-to-twitter-manager.php:603
1095
  msgid "Allow status updates from Quick Edit"
1096
  msgstr "Sta status updates toe via Quick Edit "
1097
 
1098
- #: wp-to-twitter-manager.php:608
1099
  msgid "Delaying tweets with WP Tweets PRO moves Tweeting to an publishing-independent action."
1100
- msgstr "Vertraagd Tweeten met WP Tweets PRO maakt van Tweeting een van het publishen onafhanklijke activiteit."
1101
 
1102
- #: wp-to-twitter-manager.php:615
1103
  msgid "Send Twitter Updates on remote publication (Post by Email or XMLRPC Client)"
1104
  msgstr "Twitter updates verzenden met publicatie op afstand (per email of XMLRPC Client)"
1105
 
1106
- #: wp-to-twitter-manager.php:620
1107
  msgid "Google Analytics Settings"
1108
  msgstr "Google Analytics Instellingen"
1109
 
1110
- #: wp-to-twitter-manager.php:621
1111
  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."
1112
- msgstr "Je kunt de respons van Twitter bijhouden met gebruik van Google Analytics door een campagne ID te definiëren. Je kan 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 je in staat om statistieken onder te verdelen met een extra variabele."
1113
 
1114
- #: wp-to-twitter-manager.php:625
1115
  msgid "Use a Static Identifier with WP-to-Twitter"
1116
  msgstr "Gebruik statische identifier met WP-to-Twitter"
1117
 
1118
- #: wp-to-twitter-manager.php:626
1119
  msgid "Static Campaign identifier for Google Analytics:"
1120
  msgstr "Statische Campagne Identifier voor Google Analytics:"
1121
 
1122
- #: wp-to-twitter-manager.php:630
1123
  msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
1124
  msgstr "Gebruik een dynamische identifier met Google Analytics en WP-to-Twitter"
1125
 
1126
- #: wp-to-twitter-manager.php:631
1127
  msgid "What dynamic identifier would you like to use?"
1128
- msgstr "Welke dynamische ID wil je gebruiken?"
1129
 
1130
- #: wp-to-twitter-manager.php:633
1131
  msgid "Category"
1132
  msgstr "Categorie"
1133
 
1134
- #: wp-to-twitter-manager.php:634
1135
  msgid "Post ID"
1136
  msgstr "Bericht ID"
1137
 
1138
- #: wp-to-twitter-manager.php:635
1139
  msgid "Post Title"
1140
  msgstr "Bericht Titel"
1141
 
1142
- #: wp-to-twitter-manager.php:636
1143
  msgid "Author"
1144
  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: 2013-10-03 19:19:30+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-oauth.php:224
14
+ msgid "Your application name cannot include the word \"Twitter.\""
15
+ msgstr "Uw applicatie naam kan niet het woord \"Twitter\" bevatten."
16
+
17
+ #: wp-to-twitter-oauth.php:229
18
+ msgid "<em>Do NOT create your access token yet.</em>"
19
+ msgstr "<em>Creeër nog NIET uw toegangstoken.</em>"
20
+
21
+ #: wp-to-twitter-oauth.php:233
22
+ msgid "Return to the Details tab and create your access token."
23
+ msgstr "Keer terug naar het tabblad Details en creëer uw toegangstoken."
24
+
25
+ #: wp-to-twitter.php:326
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:345
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:1076
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:1109
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
+ #: wp-to-twitter.php:1499
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:50
54
+ msgid "Display a list of your latest tweets."
55
+ msgstr "Geef een lijst weer van uw laatste tweets."
56
+
57
+ #: wpt-widget.php:59
58
+ msgid "WP to Twitter - Latest Tweets"
59
+ msgstr "WP to Twitter - Laatste Tweets"
60
+
61
+ #: wpt-widget.php:121
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:123
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:179
70
+ msgid "Title"
71
+ msgstr "Titel"
72
+
73
+ #: wpt-widget.php:184
74
+ msgid "Twitter Username"
75
+ msgstr "Twitter Gebruikersnaam"
76
+
77
+ #: wpt-widget.php:189
78
+ msgid "Number of Tweets to Show"
79
+ msgstr "Aantal weer te geven Tweets"
80
+
81
+ #: wpt-widget.php:195
82
+ msgid "Hide @ Replies"
83
+ msgstr "Verberg @ Antwoorden"
84
+
85
+ #: wpt-widget.php:200
86
+ msgid "Include Retweets"
87
+ msgstr "Bijsluiten Retweets"
88
+
89
+ #: wpt-widget.php:205
90
+ msgid "Parse links"
91
+ msgstr "Ontleed Links"
92
+
93
+ #: wpt-widget.php:210
94
+ msgid "Parse @mentions"
95
+ msgstr "Ontleed @vermeldingen"
96
+
97
+ #: wpt-widget.php:215
98
+ msgid "Parse #hashtags"
99
+ msgstr "Ontleed #hashtags"
100
+
101
+ #: wpt-widget.php:220
102
+ msgid "Include Reply/Retweet/Favorite Links"
103
+ msgstr "Bijsluiten Antwoord/Retweet/Favorieten Links"
104
+
105
+ #: wpt-widget.php:225
106
+ msgid "Include Tweet source"
107
+ msgstr "Bijsluiten Tweet bron"
108
+
109
+ #: wp-to-twitter-manager.php:178
110
+ msgid "Error:"
111
+ msgstr "Fout:"
112
+
113
+ #: wp-to-twitter-manager.php:643
114
+ msgid "No Analytics"
115
+ msgstr "Geen Analytics"
116
+
117
+ #: wp-to-twitter-manager.php:792
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:64
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:86
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:1010
142
+ msgid "Tweeting %s edits is disabled."
143
+ msgstr "Tweet bewerking van %s is uitgeschakeld."
144
+
145
+ #: wp-to-twitter.php:1454
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:378
153
+ msgid "Your jotURL account details"
154
+ msgstr "Uw jotURL account gegevens"
155
+
156
+ #: wp-to-twitter-shorteners.php:382
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:383
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:384
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:384
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:385
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:388
177
+ msgid "Save jotURL settings"
178
+ msgstr "Bewaar jotURL instellingen"
179
+
180
+ #: wp-to-twitter-shorteners.php:388
181
+ msgid "Clear jotURL settings"
182
+ msgstr "Verwijder jotURL instellingen"
183
+
184
+ #: wp-to-twitter-shorteners.php:389
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:484
189
+ msgid "jotURL private API Key Updated. "
190
+ msgstr "jotURL private API sleutel bijgewerkt. "
191
+
192
+ #: wp-to-twitter-shorteners.php:487
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:489
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:493
201
+ msgid "jotURL public API Key Updated. "
202
+ msgstr "jotURL public API sleutel bijgewerkt. "
203
+
204
+ #: wp-to-twitter-shorteners.php:496
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:498
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:504
213
+ msgid "Long URL parameters added. "
214
+ msgstr "Lange URL parameters toegevoegd. "
215
+
216
+ #: wp-to-twitter-shorteners.php:507
217
+ msgid "Long URL parameters deleted. "
218
+ msgstr "Lange URL parameters verwijderd. "
219
+
220
+ #: wp-to-twitter-shorteners.php:513
221
+ msgid "Short URL parameters added. "
222
+ msgstr "Korte URL parameters toegevoegd. "
223
+
224
+ #: wp-to-twitter-shorteners.php:516
225
+ msgid "Short URL parameters deleted. "
226
+ msgstr "Korte URL parameters verwijderd. "
227
+
228
+ #: wp-to-twitter-shorteners.php:530
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:530
233
  msgid "Tags"
234
  msgstr "Tags"
235
 
236
+ #: wp-to-twitter-manager.php:546
237
  msgid "Template Tag Settings"
238
  msgstr "Template Tag Instellingen"
239
 
240
+ #: wp-to-twitter-manager.php:548
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:591
245
  msgid "Template tag priority order"
246
+ msgstr "Prioriteitsvolgorde template tag"
247
 
248
+ #: wp-to-twitter-manager.php:592
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:647
253
  msgid "Author Settings"
254
+ msgstr "Auteur Instellingen"
255
 
256
+ #: wp-to-twitter-manager.php:652
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:656
261
  msgid "Permissions"
262
  msgstr "Rechten"
263
 
264
+ #: wp-to-twitter-manager.php:691
265
  msgid "Error Messages and Debugging"
266
+ msgstr "Foutmeldingen en Debuggen"
267
 
268
+ #: wp-to-twitter-manager.php:812
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:819
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:184
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&#39;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:306 wp-to-twitter-oauth.php:312
285
  msgid "Twitter's server time: "
286
  msgstr "Twitter's servertijd:"
287
 
288
+ #: wp-to-twitter.php:73
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:535
301
  msgid "Use tag slug as hashtag value"
302
+ msgstr "Gebruik tag slug als hashtag waarde"
 
 
 
 
303
 
304
+ #: wp-to-twitter-manager.php:177
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:554
313
  msgid "YOURLS (on this server)"
314
+ msgstr "YOURLS (op deze server)"
315
 
316
+ #: wp-to-twitter-shorteners.php:555
317
  msgid "YOURLS (on a remote server)"
318
  msgstr "YOURLS (op een remote server)"
319
 
320
+ #: wpt-functions.php:264
 
 
 
 
 
 
 
 
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:266
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:285
329
  msgid "Reply to:"
330
  msgstr "Antwoord naar:"
331
 
332
+ #: wp-to-twitter-manager.php:672
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:677
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:682
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:687
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:816
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:817
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:291
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:339
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:342
365
  msgid "406 Not Acceptable: Invalid Format Specified."
366
+ msgstr "406 Not Acceptable: Ongeldig Format Gespecificeerd."
367
 
368
+ #: wp-to-twitter.php:348
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:360
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:1028
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:1031
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:1130
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:1275
389
  msgid "Hide account name in Tweets"
390
  msgstr "Verberg accountnaam in Tweets"
391
 
392
+ #: wp-to-twitter.php:1276
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:288
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:291
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:294
405
  msgid "Support Request:"
406
+ msgstr "Support Aanvraag:"
407
 
408
+ #: wp-to-twitter-manager.php:485
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:488
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-manager.php:492
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:558
433
  msgid "Use Twitter Friendly Links."
434
+ msgstr "Gebruik Twitter-Vriendelijke Links."
435
 
436
+ #: wp-to-twitter-shorteners.php:332
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:394
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:317
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:1152
449
  msgid "Failed Tweets"
450
+ msgstr "Mislukte Tweets"
451
 
452
+ #: wp-to-twitter.php:1167
453
  msgid "No failed tweets on this post."
454
  msgstr "Geen mislukte tweets voor dit bericht."
455
 
456
+ #: wp-to-twitter-manager.php:789
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:284
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:276
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:285
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:298
477
  msgid "(optional)"
478
  msgstr "(optioneel)"
479
 
480
+ #: wp-to-twitter-manager.php:603
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:814
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:282
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:650
493
  msgid "Authors have individual Twitter accounts"
494
+ msgstr "Auteurs hebben individuele Twitter accounts"
 
 
 
495
 
496
+ #: wp-to-twitter-manager.php:693
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:698
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:714
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:738
533
  msgid "Check Support"
534
+ msgstr "Support Raadplegen"
535
 
536
+ #: wp-to-twitter-manager.php:738
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:756
541
  msgid "Support WP to Twitter"
542
  msgstr "Support WP to Twitter "
543
 
544
+ #: wp-to-twitter-manager.php:758
545
  msgid "WP to Twitter Support"
546
  msgstr "WP to Twitter Support "
547
 
548
+ #: wp-to-twitter-manager.php:766 wp-to-twitter.php:1119 wp-to-twitter.php:1121
549
  msgid "Get Support"
550
+ msgstr "Verkrijg Support"
551
 
552
+ #: wp-to-twitter-manager.php:769
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:790
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:806
569
  msgid "Available in post update templates:"
570
+ msgstr "Beschikbaar in bericht bijwerkingstemplates"
571
 
572
+ #: wp-to-twitter-manager.php:808
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:809
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:810
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:811
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:813
589
  msgid "<code>#date#</code>: the post date"
590
  msgstr "<code>#date#</code>: de bericht datum"
591
 
592
+ #: wp-to-twitter-manager.php:815
593
  msgid "<code>#url#</code>: the post URL"
594
  msgstr "<code>#url#</code>: de bericht URL"
595
 
596
+ #: wp-to-twitter-manager.php:818
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:820
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:825
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:115
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
 
612
+ #: wp-to-twitter-oauth.php:185
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:211
617
  msgid "Connect to Twitter"
618
  msgstr "Verbinding maken met Twitter"
619
 
620
+ #: wp-to-twitter-oauth.php:214
621
  msgid "WP to Twitter Set-up"
622
+ msgstr "WP to Twitter Instellen"
623
 
624
+ #: wp-to-twitter-oauth.php:215 wp-to-twitter-oauth.php:306
625
+ #: wp-to-twitter-oauth.php:311
626
  msgid "Your server time:"
627
+ msgstr "Uw server tijd:"
628
 
629
+ #: wp-to-twitter-oauth.php:215
630
  msgid "Twitter's time:"
631
+ msgstr "Twitter's tijd: "
632
 
633
+ #: wp-to-twitter-oauth.php:215
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:221
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:221
642
  msgid "Twitter's application registration page"
643
  msgstr "Twitter's applicatie registratie pagina"
644
 
645
+ #: wp-to-twitter-oauth.php:223
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:225
650
  msgid "Your Application Description can be anything."
651
+ msgstr "Uw applicatiebeschrijving kan van alles zijn."
652
 
653
+ #: wp-to-twitter-oauth.php:226
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:228
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:229
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:232
670
  msgid "Update the application settings"
671
+ msgstr "Werk de applicatie instellingen bij"
672
 
673
+ #: wp-to-twitter-oauth.php:235
 
 
 
 
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:248
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:251
698
  msgid "Access Token"
699
+ msgstr "Toegangstoken (Access Token)"
700
 
701
+ #: wp-to-twitter-oauth.php:255
702
  msgid "Access Token Secret"
703
+ msgstr "Toegangstoken Geheim (Access Token Secret)"
704
 
705
+ #: wp-to-twitter-oauth.php:274
706
  msgid "Disconnect Your WordPress and Twitter Account"
707
  msgstr "Verbreek de verbinding met WordPress en Twitter"
708
 
709
+ #: wp-to-twitter-oauth.php:278
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:288
714
  msgid "Disconnect from Twitter"
715
  msgstr "Twitter verbinding verbreken"
716
 
717
+ #: wp-to-twitter-oauth.php:294
718
  msgid "Twitter Username "
719
  msgstr "Twitter Gebruikersnaam"
720
 
721
+ #: wp-to-twitter-oauth.php:295
722
  msgid "Consumer Key "
723
+ msgstr "Gebruikerssleutel (Consumer Secret) "
724
 
725
+ #: wp-to-twitter-oauth.php:296
726
  msgid "Consumer Secret "
727
+ msgstr "Gebruikersgeheim (Consumer Secret) "
728
 
729
+ #: wp-to-twitter-oauth.php:297
730
  msgid "Access Token "
731
+ msgstr "Toegangstoken (Access Token) "
732
 
733
+ #: wp-to-twitter-oauth.php:298
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:322
746
  msgid "200 OK: Success!"
747
  msgstr "200 OK: Success!"
748
 
749
+ #: wp-to-twitter.php:329
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:332
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:351
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:357
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:354
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:397
770
  msgid "No Twitter OAuth connection found."
771
+ msgstr "Geen Twitter OAuth verbinding of connectie gevonden."
772
 
773
+ #: wp-to-twitter.php:1138
774
  msgid "Previous Tweets"
775
+ msgstr "Vorige Tweets"
776
 
777
+ #: wp-to-twitter.php:1023
778
  msgid "Custom Twitter Post"
779
+ msgstr "Aangepast Twitter Bericht"
780
 
781
+ #: wp-to-twitter.php:1034
782
  msgid "Your template:"
783
  msgstr "Uw template: "
784
 
785
+ #: wp-to-twitter.php:1038
786
  msgid "YOURLS Custom Keyword"
787
+ msgstr "YOURLS Aangepast Trefwoord"
788
 
789
+ #: wp-to-twitter.php:1119
790
  msgid "Upgrade to WP Tweets Pro"
791
  msgstr "Upgrade naar WP Tweets Pro "
792
 
793
+ #: wp-to-twitter.php:1049
794
  msgid "Don't Tweet this post."
795
  msgstr "Dit bericht niet twitteren."
796
 
797
+ #: wp-to-twitter.php:1049
798
  msgid "Tweet this post."
799
+ msgstr "Tweet dit bericht."
800
 
801
+ #: wp-to-twitter.php:1097
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:1196
806
  msgid "Characters left: "
807
  msgstr "Aantal karakters over:"
808
 
809
+ #: wp-to-twitter.php:1261
810
  msgid "WP Tweets User Settings"
811
+ msgstr "WP Tweets Gebruikers Instellingen "
812
 
813
+ #: wp-to-twitter.php:1265
814
  msgid "Use My Twitter Username"
815
+ msgstr "Gebruik Mijn Twitter gebruikersnaam"
816
 
817
+ #: wp-to-twitter.php:1266
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:1267
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:1271
826
  msgid "Your Twitter Username"
827
+ msgstr "Uw Twitter Gebruikersnaam"
828
 
829
+ #: wp-to-twitter.php:1272
830
  msgid "Enter your own Twitter username."
831
+ msgstr "Geef uw eigen Twitter gebruikersnaam in."
832
 
833
+ #: wp-to-twitter.php:1329
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:1414
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
 
857
  msgid "WP to Twitter"
858
  msgstr "WP to Twitter"
860
  msgid "http://www.joedolson.com/articles/wp-to-twitter/"
861
  msgstr "http://www.joedolson.com/articles/wp-to-twitter/"
862
 
 
 
 
863
  msgid "Joseph Dolson"
864
  msgstr "Joseph Dolson"
865
 
866
  msgid "http://www.joedolson.com/"
867
  msgstr "http://www.joedolson.com/"
868
 
869
+ #: wpt-functions.php:258
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:260
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:280
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:297
882
  msgid "Send Support Request"
883
  msgstr "Verstuur verzoek om support"
884
 
885
+ #: wpt-functions.php:300
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:41
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:46
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:54
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:57
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:61
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:65
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:69
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:87
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:185
930
  msgid "OAuth Authentication Data Cleared."
931
+ msgstr "OAuth Authenticatie Data Verwijderd."
932
 
933
+ #: wp-to-twitter-manager.php:192
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:199
938
  msgid "OAuth Authentication response not understood."
939
+ msgstr "OAuth Authenticatie respons is niet begrepen."
940
 
941
+ #: wp-to-twitter-manager.php:376
942
  msgid "WP to Twitter Advanced Options Updated"
943
  msgstr "WP to Twitter Geavanceerde Opties Bijgewerkt"
944
 
945
+ #: wp-to-twitter-shorteners.php:526
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:534
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:538
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:394
958
  msgid "WP to Twitter Options Updated"
959
  msgstr "WP to Twitter Opties Bijgewerkt"
960
 
961
+ #: wp-to-twitter-manager.php:403
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:409
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:411
978
  msgid "Failed to save your YOURLS password! "
979
  msgstr "YOURLS wachtwoord opslaan is mislukt! "
980
 
981
+ #: wp-to-twitter-shorteners.php:415
982
  msgid "YOURLS username added. "
983
  msgstr "YOURLS gebruikersnaam toegevoegd. "
984
 
985
+ #: wp-to-twitter-shorteners.php:419
986
  msgid "YOURLS API url added. "
987
  msgstr "YOURLS API url toegevoegd. "
988
 
989
+ #: wp-to-twitter-shorteners.php:422
990
  msgid "YOURLS API url removed. "
991
  msgstr "YOURLS API url verwijderd. "
992
 
993
+ #: wp-to-twitter-shorteners.php:427
994
  msgid "YOURLS local server path added. "
995
  msgstr "YOURLS lokaal server pad toegevoegd. "
996
 
997
+ #: wp-to-twitter-shorteners.php:429
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:433
1002
  msgid "YOURLS local server path removed. "
1003
  msgstr "YOURLS lokaal server pad verwijderd. "
1004
 
1005
+ #: wp-to-twitter-shorteners.php:438
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:440
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:444
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:452
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:456
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:458
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:464
1030
  msgid "Bit.ly API Key Updated."
1031
  msgstr "Bit.ly API sleutel bijgewerkt."
1032
 
1033
+ #: wp-to-twitter-shorteners.php:467
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:469
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:473
1042
  msgid " Bit.ly User Login Updated."
1043
  msgstr " Bit.ly gebruikerslogin bijgewerkt."
1044
 
1045
+ #: wp-to-twitter-shorteners.php:476
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:478
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:427
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:433
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:442
1066
  msgid "Clear 'WP to Twitter' Error Messages"
1067
  msgstr "Verwijderden 'WP to Twitter' Foutmeldingen"
1068
 
1069
+ #: wp-to-twitter-manager.php:448
1070
  msgid "WP to Twitter Options"
1071
  msgstr "WP to Twitter Opties"
1072
 
1073
+ #: wp-to-twitter-manager.php:461
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:504
1090
  msgid "Text for new link updates:"
1091
  msgstr "Tekst voor nieuwe link updates:"
1092
 
1093
+ #: wp-to-twitter-manager.php:504
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:550
1098
  msgid "Don't shorten URLs."
1099
  msgstr "URL's niet verkorten."
1100
 
1101
+ #: wp-to-twitter-shorteners.php:294
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:298
1106
  msgid "Your Su.pr account details"
1107
  msgstr "Uw Su.pr account details "
1108
 
1109
+ #: wp-to-twitter-shorteners.php:303
1110
  msgid "Your Su.pr Username:"
1111
+ msgstr "Uw Su.pr gebruikersnaam: "
1112
 
1113
+ #: wp-to-twitter-shorteners.php:307
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:314
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:320
1122
  msgid "Your Bit.ly account details"
1123
+ msgstr "Uw Biy.ly account informatie"
1124
 
1125
+ #: wp-to-twitter-shorteners.php:325
1126
  msgid "Your Bit.ly username:"
1127
+ msgstr "Uw Bit.ly gebruikersnaam:"
1128
 
1129
+ #: wp-to-twitter-shorteners.php:329
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:337
1134
  msgid "Save Bit.ly API Key"
1135
  msgstr "Opslaan Bit.ly API sleutel"
1136
 
1137
+ #: wp-to-twitter-shorteners.php:337
1138
  msgid "Clear Bit.ly API Key"
1139
  msgstr "Verwijderen Bit.ly API sleutel"
1140
 
1141
+ #: wp-to-twitter-shorteners.php:337
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:343
1146
  msgid "Your YOURLS account details"
1147
+ msgstr "Uw YOURLS account informatie"
1148
 
1149
+ #: wp-to-twitter-shorteners.php:348
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:349 wp-to-twitter-shorteners.php:353
1154
  msgid "Example:"
1155
  msgstr "Voorbeeld:"
1156
 
1157
+ #: wp-to-twitter-shorteners.php:352
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:356
1162
  msgid "Your YOURLS username:"
1163
+ msgstr "Uw YOURLS gebruikersnaam:"
1164
 
1165
+ #: wp-to-twitter-shorteners.php:360
1166
  msgid "Your YOURLS password:"
1167
+ msgstr "Uw YOURLS wachtwoord:"
1168
 
1169
+ #: wp-to-twitter-shorteners.php:360
1170
  msgid "<em>Saved</em>"
1171
  msgstr "<em>Opgeslagen</em>"
1172
 
1173
+ #: wp-to-twitter-shorteners.php:364
1174
  msgid "Post ID for YOURLS url slug."
1175
  msgstr "Post ID voor YOURLS url slug. "
1176
 
1177
+ #: wp-to-twitter-shorteners.php:365
1178
  msgid "Custom keyword for YOURLS url slug."
1179
  msgstr "Aangepast trefwoord voor YOURLS url slug. "
1180
 
1181
+ #: wp-to-twitter-shorteners.php:366
1182
  msgid "Default: sequential URL numbering."
1183
  msgstr "Standaard: sequentiële URL nummering. "
1184
 
1185
+ #: wp-to-twitter-shorteners.php:372
1186
  msgid "Save YOURLS Account Info"
1187
+ msgstr "Opslaan YOURLS Account Info"
1188
 
1189
+ #: wp-to-twitter-shorteners.php:372
1190
  msgid "Clear YOURLS password"
1191
  msgstr "Wissen YOURLS wachtwoord"
1192
 
1193
+ #: wp-to-twitter-shorteners.php:372
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:522
1198
  msgid "Advanced Settings"
1199
  msgstr "Geavanceerde Instellingen"
1200
 
1201
+ #: wp-to-twitter-manager.php:527 wp-to-twitter-manager.php:706
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:538
1210
  msgid "Spaces in tags replaced with:"
1211
  msgstr "Vervang spaties in tags voor: "
1212
 
1213
+ #: wp-to-twitter-manager.php:541
1214
  msgid "Maximum number of tags to include:"
1215
  msgstr "Maximaal aantal tags om in te voegen:"
1216
 
1217
+ #: wp-to-twitter-manager.php:542
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:548
1222
  msgid "Length of post excerpt (in characters):"
1223
  msgstr "Lengte van de bericht samenvatting (in karakters):"
1224
 
1225
+ #: wp-to-twitter-manager.php:551
1226
  msgid "WP to Twitter Date Formatting:"
1227
  msgstr "WP to Twitter Datum Opmaak:"
1228
 
1229
+ #: wp-to-twitter-manager.php:551
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:555
1234
  msgid "Custom text before all Tweets:"
1235
  msgstr "Aangepaste tekst vóór alle Tweets:"
1236
 
1237
+ #: wp-to-twitter-manager.php:558
1238
  msgid "Custom text after all Tweets:"
1239
  msgstr "Aangepaste tekst ná alle Tweets:"
1240
 
1241
+ #: wp-to-twitter-manager.php:561
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:598
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:601
1250
  msgid "Do not post Tweets by default"
1251
  msgstr "Post geen Tweets als standaard instelling"
1252
 
1253
+ #: wp-to-twitter-manager.php:607
1254
  msgid "Allow status updates from Quick Edit"
1255
  msgstr "Sta status updates toe via Quick Edit "
1256
 
1257
+ #: wp-to-twitter-manager.php:612
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:625
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:628
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:629
1278
  msgid "Static Campaign identifier for Google Analytics:"
1279
  msgstr "Statische Campagne Identifier voor Google Analytics:"
1280
 
1281
+ #: wp-to-twitter-manager.php:633
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:634
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:636
1290
  msgid "Category"
1291
  msgstr "Categorie"
1292
 
1293
+ #: wp-to-twitter-manager.php:637
1294
  msgid "Post ID"
1295
  msgstr "Bericht ID"
1296
 
1297
+ #: wp-to-twitter-manager.php:638
1298
  msgid "Post Title"
1299
  msgstr "Bericht Titel"
1300
 
1301
+ #: wp-to-twitter-manager.php:639
1302
  msgid "Author"
1303
  msgstr "Auteur"
lang/wp-to-twitter-pt_BR.mo CHANGED
Binary file
lang/wp-to-twitter-pt_BR.po CHANGED
@@ -1,881 +1,1303 @@
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: \n"
4
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-to-twitter\n"
5
- "POT-Creation-Date: 2011-04-12 22:29:25+00:00\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Miriam de Paula <miriamdepaula@wpmidia.com.br>\n"
8
- "Language-Team: \n"
9
- "Language: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-Language: Portuguese\n"
14
- "X-Poedit-Country: BRAZIL\n"
15
- "X-Poedit-Bookmarks: 1,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
16
 
17
- #: functions.php:193
18
- msgid "[<a href='options-general.php?page=wp-to-twitter/wp-to-twitter.php'>Hide</a>] If you're experiencing trouble, please copy these settings into any request for support."
19
- msgstr "[<a href='options-general.php?page=wp-totwitter/wp-to-twitter.php'>Esconder</a>] Se você está com problemas, por favor copie estas configurações ao requisitar suporte."
20
 
21
- #: wp-to-twitter-oauth.php:105
22
- #: wp-to-twitter-oauth.php:144
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  msgid "Connect to Twitter"
24
  msgstr "Conectar ao Twitter"
25
 
26
- #: wp-to-twitter-oauth.php:109
27
- msgid "The process to set up OAuth authentication for your web site is needlessly laborious. It is also confusing. However, this is the only method available from Twitter. Note that you will not add your Twitter username or password to WP to Twitter; they are not used in OAuth authentication."
28
- msgstr "O processo para configurar a autenticação (OAuth) é necessária. Também é confuso. Entretanto, este é o unico método disponivel. Note que você não adicionará seu usuário e senha do Twitter; Eles não são usados na autenticação OAuth."
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
- #: wp-to-twitter-oauth.php:112
31
  msgid "1. Register this site as an application on "
32
  msgstr "1. Registre este site como um aplicativo no"
33
 
34
- #: wp-to-twitter-oauth.php:112
35
  msgid "Twitter's application registration page"
36
  msgstr "Página de registro de aplicação do Twitter"
37
 
38
- #: wp-to-twitter-oauth.php:114
39
- msgid "If you're not currently logged in, use the Twitter username and password which you want associated with this site"
40
- msgstr "Se você não está logado, use seu usuário e senha que você quer associar com esse site."
41
-
42
- #: wp-to-twitter-oauth.php:115
43
- msgid "Your Application's Name will be what shows up after \"via\" in your twitter stream. Your application name cannot include the word \"Twitter.\" Use the name of your web site."
44
- msgstr "O nome da sua aplicação será o que é mostrado depois do \"via\" no seu twitter. Sua aplicação não pode ter o nome \"Twitter.\" Use o nome do seu site."
45
-
46
- #: wp-to-twitter-oauth.php:116
47
- msgid "Your Application Description can be whatever you want."
48
- msgstr "A descrição da sua aplicação pode ser o que você quizer."
49
 
50
- #: wp-to-twitter-oauth.php:117
51
- msgid "Application Type should be set on "
52
- msgstr "Tipo de aplicação deve ser definida"
53
 
54
- #: wp-to-twitter-oauth.php:117
55
- msgid "Browser"
56
- msgstr "Navegador"
57
 
58
- #: wp-to-twitter-oauth.php:118
59
- msgid "The Callback URL should be "
60
- msgstr "A url de \"CallBack\" deve ser"
61
 
62
- #: wp-to-twitter-oauth.php:119
63
- msgid "Default Access type must be set to "
64
- msgstr "Tipo de acesso padrão deve ser definido como"
65
 
66
- #: wp-to-twitter-oauth.php:119
67
- msgid "Read &amp; Write"
68
- msgstr "Ler &amp; Escrever"
69
 
70
- #: wp-to-twitter-oauth.php:119
71
- msgid "(this is NOT the default)"
72
- msgstr "(este NÃO é o padrão)"
73
 
74
- #: wp-to-twitter-oauth.php:121
75
- msgid "Once you have registered your site as an application, you will be provided with a consumer key and a consumer secret."
76
- msgstr "Quando você registrar seu site como uma aplicação, você receberá uma \"consumer key\" e \"consumer secret\"."
77
 
78
- #: wp-to-twitter-oauth.php:122
79
- msgid "2. Copy and paste your consumer key and consumer secret into the fields below"
80
- msgstr "2. Copie e cole sua \"consumer key\" e \"consumer secret\" nos campos abaixo"
81
 
82
- #: wp-to-twitter-oauth.php:125
83
  msgid "Twitter Consumer Key"
84
  msgstr "Twitter Consumer Key"
85
 
86
- #: wp-to-twitter-oauth.php:129
87
  msgid "Twitter Consumer Secret"
88
  msgstr "Twitter Consumer Secret"
89
 
90
- #: wp-to-twitter-oauth.php:132
91
- msgid "3. Copy and paste your Access Token and Access Token Secret into the fields below"
92
- msgstr "3. Copie e cole seu \"Access Token\" e \"Access Token Secret\" nos campos abaixo"
93
 
94
- #: wp-to-twitter-oauth.php:133
95
- msgid "On the right hand side of your new application page at Twitter, click on 'My Access Token'."
96
- msgstr "No lado direito, da sua nova aplicação no Twitter, pressione 'My Access Token'."
97
 
98
- #: wp-to-twitter-oauth.php:135
99
  msgid "Access Token"
100
  msgstr "Access Token"
101
 
102
- #: wp-to-twitter-oauth.php:139
103
  msgid "Access Token Secret"
104
  msgstr "Access Token Secret"
105
 
106
- #: wp-to-twitter-oauth.php:154
 
 
 
 
 
 
 
 
107
  msgid "Disconnect from Twitter"
108
  msgstr "Desconectar do Twitter"
109
 
110
- #: wp-to-twitter-oauth.php:161
111
  msgid "Twitter Username "
112
  msgstr "Usuário Twitter"
113
 
114
- #: wp-to-twitter-oauth.php:162
115
  msgid "Consumer Key "
116
  msgstr "Consumer Key"
117
 
118
- #: wp-to-twitter-oauth.php:163
119
  msgid "Consumer Secret "
120
  msgstr "Consumer Secret"
121
 
122
- #: wp-to-twitter-oauth.php:164
123
  msgid "Access Token "
124
  msgstr "Access Token"
125
 
126
- #: wp-to-twitter-oauth.php:165
127
  msgid "Access Token Secret "
128
  msgstr "Access Token Secret"
129
 
130
- #: wp-to-twitter-oauth.php:168
131
- msgid "Disconnect Your WordPress and Twitter Account"
132
- msgstr "Desconectar seu Wordpress e conta do Twitter"
133
-
134
- #: wp-to-twitter.php:49
135
- msgid "WP to Twitter requires PHP version 5 or above with cURL support. Please upgrade PHP or install cURL to run WP to Twitter."
136
- msgstr "WP to Twitter requer PHP versão 5 ou mais com suporte a cURL. Por favor atualize seu PHP ou instale cURL para rodar WP to Twitter."
137
-
138
- #: wp-to-twitter.php:70
139
- msgid "WP to Twitter requires WordPress 2.9.2 or a more recent version. <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Please update your WordPress version!</a>"
140
- msgstr "WP to Twitter requer Wordpress versão 2.9.2 ou mais recente. <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Por favor atualize seu Wordpress!</a>"
141
 
142
- #: wp-to-twitter.php:84
143
- msgid "Twitter now requires authentication by OAuth. You will need you to update your <a href=\"%s\">settings</a> in order to continue to use WP to Twitter."
144
- msgstr "Twitter requer autenticação via OAuth. Você precisará atualizar suas <a href=\"%s\">configurações</a> para continuar a usar o WP to Twitter."
145
 
146
- #: wp-to-twitter.php:150
147
  msgid "200 OK: Success!"
148
  msgstr "200: OK: Sucesso!"
149
 
150
- #: wp-to-twitter.php:154
151
  msgid "400 Bad Request: The request was invalid. This is the status code returned during rate limiting."
152
  msgstr "400 Bad Request: A requisição foi inválida. Este é o código de status retornado."
153
 
154
- #: wp-to-twitter.php:158
155
  msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
156
  msgstr "401 Unauthorized: Credenciais de autenticação faltando ou incorretas."
157
 
158
- #: wp-to-twitter.php:162
159
- msgid "403 Forbidden: The request is understood, but it has been refused. This code is used when requests are understood, but are denied by Twitter. Reasons include exceeding the 140 character limit or the API update limit."
160
- msgstr "403 Forbidden: A requisição foi entendida, mas foi negada. Este código é usado quando requisições são entendidas, mas são negadas pelo Twitter. Razões incluem execeder os 140 caracteres ou limite de upload na API."
161
-
162
- #: wp-to-twitter.php:166
163
  msgid "500 Internal Server Error: Something is broken at Twitter."
164
  msgstr "500 Internal Server Error: Algo está quebrado no Twitter."
165
 
166
- #: wp-to-twitter.php:170
167
- msgid "503 Service Unavailable: The Twitter servers are up, but overloaded with requests Please try again later."
168
- msgstr "503 Services Unavailable: Os servidores do Twitter estão funcionando, mas estão sobrecarregados, tente mais tarde."
169
 
170
- #: wp-to-twitter.php:174
171
  msgid "502 Bad Gateway: Twitter is down or being upgraded."
172
  msgstr "502 Bad Gateway: Twitter está fora ou sendo atualizado."
173
 
174
- #. #-#-#-#-# plugin.pot (WP to Twitter 2.2.9) #-#-#-#-#
175
- #. Plugin Name of the plugin/theme
176
- #: wp-to-twitter.php:803
177
- msgid "WP to Twitter"
178
- msgstr "WP to Twitter"
 
 
179
 
180
- #: wp-to-twitter.php:865
181
  msgid "Custom Twitter Post"
182
  msgstr "Publicação Personalizada no Twitter"
183
 
184
- #: wp-to-twitter.php:874
185
- #: wp-to-twitter-manager.php:360
186
- msgid "Make a Donation"
187
- msgstr "Faça uma doação"
188
 
189
- #: wp-to-twitter.php:874
190
- #: wp-to-twitter-manager.php:363
191
- msgid "Get Support"
192
- msgstr "Receba suporte"
193
 
194
- #: wp-to-twitter.php:877
 
 
 
 
195
  msgid "Don't Tweet this post."
196
  msgstr "Não Tweete esta publicação"
197
 
198
- #: wp-to-twitter.php:887
199
- msgid "This URL is direct and has not been shortened: "
200
- msgstr "Esta URL é direta e não foi encurtada."
 
 
 
 
 
 
 
 
201
 
202
- #: wp-to-twitter.php:946
203
- msgid "WP to Twitter User Settings"
204
- msgstr "WP to Twitter Configuração do usuário"
205
 
206
- #: wp-to-twitter.php:950
207
  msgid "Use My Twitter Username"
208
  msgstr "Use meu usuário do Twitter"
209
 
210
- #: wp-to-twitter.php:951
211
  msgid "Tweet my posts with an @ reference to my username."
212
  msgstr "Publique meus Posts com um @ referenciando meu usuário."
213
 
214
- #: wp-to-twitter.php:952
215
  msgid "Tweet my posts with an @ reference to both my username and to the main site username."
216
  msgstr "Publique meus Posts com um @ referenciando ambos meu usuário e usuário principal do site."
217
 
218
- #: wp-to-twitter.php:956
219
  msgid "Your Twitter Username"
220
  msgstr "Seu usuário do Twitter"
221
 
222
- #: wp-to-twitter.php:957
223
  msgid "Enter your own Twitter username."
224
  msgstr "Insira seu próprio usuário do Twitter"
225
 
226
- #: wp-to-twitter.php:996
227
- msgid "Check the categories you want to tweet:"
228
- msgstr "Selecione as categorias que você quer Tweetar:"
 
 
 
 
 
 
 
 
229
 
230
- #: wp-to-twitter.php:1013
231
  msgid "Set Categories"
232
  msgstr "Defina categorias"
233
 
234
- #: wp-to-twitter.php:1037
235
- msgid "<p>Couldn't locate the settings page.</p>"
236
- msgstr "<p>Não pode localizar página de configurações.</p>"
237
-
238
- #: wp-to-twitter.php:1042
239
  msgid "Settings"
240
  msgstr "Configurações"
241
 
242
- #: wp-to-twitter-manager.php:76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
243
  msgid "WP to Twitter is now connected with Twitter."
244
  msgstr "WP to Twitter está agora conectado com o Twitter."
245
 
246
- #: wp-to-twitter-manager.php:86
247
  msgid "OAuth Authentication Data Cleared."
248
  msgstr "Dados de autenticação OAuth limpos."
249
 
250
- #: wp-to-twitter-manager.php:93
251
  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."
252
  msgstr "Autenticação OAuth falhou. O horário do seu servidor não está sincronizado com o do Twitter. Converse com seu host para ver o que pode ser feito."
253
 
254
- #: wp-to-twitter-manager.php:100
255
  msgid "OAuth Authentication response not understood."
256
  msgstr "Resposta de autenticação OAuth não compreendida."
257
 
258
- #: wp-to-twitter-manager.php:109
259
- msgid "WP to Twitter Errors Cleared"
260
- msgstr "WP to Twitter erros limpos"
261
-
262
- #: wp-to-twitter-manager.php:116
263
- msgid "Sorry! I couldn't get in touch with the Twitter servers to post your new blog post. Your tweet has been stored in a custom field attached to the post, so you can Tweet it manually if you wish! "
264
- msgstr "Desculpe! Não foi possivel se comunicar com os servidores do Twitter para publicar sua publicação. Seu Tweet foi gravado em um campo anexado a publicação, para você Tweetar manualmente."
265
-
266
- #: wp-to-twitter-manager.php:118
267
- 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. "
268
- msgstr "Desculpe! Não foi possivel se comunicar com os servidores do Twitter para publicar <strong>new link</strong>! Você terá que postar ele manualmente."
269
-
270
- #: wp-to-twitter-manager.php:156
271
  msgid "WP to Twitter Advanced Options Updated"
272
  msgstr "WP to Twitter Opções Avançadas de Atualização"
273
 
274
- #: wp-to-twitter-manager.php:173
275
  msgid "You must add your Bit.ly login and API key in order to shorten URLs with Bit.ly."
276
  msgstr "Você deve adicionar seu usuário Bit.ly e API key para encurtar URLs com Bit.ly"
277
 
278
- #: wp-to-twitter-manager.php:177
279
  msgid "You must add your YOURLS remote URL, login, and password in order to shorten URLs with a remote installation of YOURLS."
280
  msgstr "Você deve adicionar sua URL remota do YOURLS, usuário e senha para encurtar URLs com uma instalação remota do YOURLS."
281
 
282
- #: wp-to-twitter-manager.php:181
283
  msgid "You must add your YOURLS server path in order to shorten URLs with a remote installation of YOURLS."
284
  msgstr "Você deve adicionar o caminho do servidor para encurtar suas URLs com uma instalação remota do YOURLS."
285
 
286
- #: wp-to-twitter-manager.php:185
287
  msgid "WP to Twitter Options Updated"
288
  msgstr "WP to Twitter Opções atualizadas"
289
 
290
- #: wp-to-twitter-manager.php:195
291
  msgid "Category limits updated."
292
  msgstr "Limites de categorias atualizados."
293
 
294
- #: wp-to-twitter-manager.php:199
295
  msgid "Category limits unset."
296
  msgstr "Limite de categorias indefinido."
297
 
298
- #: wp-to-twitter-manager.php:207
299
  msgid "YOURLS password updated. "
300
  msgstr "YOURLS senha atualizada"
301
 
302
- #: wp-to-twitter-manager.php:210
303
  msgid "YOURLS password deleted. You will be unable to use your remote YOURLS account to create short URLS."
304
  msgstr "YOURLS senha deletada. Você será incapaz de usar seu YOURLS remote para encurtar URLS."
305
 
306
- #: wp-to-twitter-manager.php:212
307
  msgid "Failed to save your YOURLS password! "
308
  msgstr "Falha ao salvar sua senha YOURLS!"
309
 
310
- #: wp-to-twitter-manager.php:216
311
  msgid "YOURLS username added. "
312
  msgstr "YOURS usuário adicionado"
313
 
314
- #: wp-to-twitter-manager.php:220
315
  msgid "YOURLS API url added. "
316
  msgstr "YOURLS API url adicionada."
317
 
318
- #: wp-to-twitter-manager.php:223
319
  msgid "YOURLS API url removed. "
320
  msgstr "YOURLS API url removida."
321
 
322
- #: wp-to-twitter-manager.php:228
323
  msgid "YOURLS local server path added. "
324
  msgstr "YOURLS caminho local do servidor adicionado."
325
 
326
- #: wp-to-twitter-manager.php:230
327
  msgid "The path to your YOURLS installation is not correct. "
328
  msgstr "O caminho para a instalação do seu YOURLS está incorreto."
329
 
330
- #: wp-to-twitter-manager.php:234
331
  msgid "YOURLS local server path removed. "
332
  msgstr "YOURLS caminho local do servidor removido."
333
 
334
- #: wp-to-twitter-manager.php:238
335
  msgid "YOURLS will use Post ID for short URL slug."
336
  msgstr "YOURLS utilizará ID do Post para chave da sua URL encurtada."
337
 
338
- #: wp-to-twitter-manager.php:241
 
 
 
 
339
  msgid "YOURLS will not use Post ID for the short URL slug."
340
  msgstr "YOURLS não utilizará ID do Post para chave da sua URL encurtada."
341
 
342
- #: wp-to-twitter-manager.php:249
343
  msgid "Su.pr API Key and Username Updated"
344
  msgstr "Su.pr API Key e usuários atualizados"
345
 
346
- #: wp-to-twitter-manager.php:253
347
  msgid "Su.pr API Key and username deleted. Su.pr URLs created by WP to Twitter will no longer be associated with your account. "
348
  msgstr "Su.pr API Key e usuário deletados. Su.pr URLs criados pelo WP to Twitter não estarão mais associados a sua conta."
349
 
350
- #: wp-to-twitter-manager.php:255
351
  msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
352
  msgstr "Su.pr API Key não adicionada - <a href='http://su.pr/'>pegue uma aqui</a>! "
353
 
354
- #: wp-to-twitter-manager.php:261
355
  msgid "Bit.ly API Key Updated."
356
  msgstr "Bit.ly API Key atualizada."
357
 
358
- #: wp-to-twitter-manager.php:264
359
  msgid "Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
360
  msgstr "Bit.ly API Key deletada. Você não pode usar API do Bit.ly sem uma API key."
361
 
362
- #: wp-to-twitter-manager.php:266
363
  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."
364
  msgstr "Bit.ly API Key não adicionada - <a href='http://bit.ly/account/'>pegue uma aqui</a>! Uma API Key é necessária para utilizar o encurtador Bit.ly"
365
 
366
- #: wp-to-twitter-manager.php:270
367
  msgid " Bit.ly User Login Updated."
368
  msgstr "Bit.ly usuário atualizado."
369
 
370
- #: wp-to-twitter-manager.php:273
371
  msgid "Bit.ly User Login deleted. You cannot use the Bit.ly API without providing your username. "
372
  msgstr "Bit.ly usuário deletado. Você não pode utilizar a API do Bit.ly sem um usuário."
373
 
374
- #: wp-to-twitter-manager.php:275
375
  msgid "Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
376
  msgstr "Bit.ly Usuário não adicionado - - <a href='http://bit.ly/account/'>pegue um aqui</a>! "
377
 
378
- #: wp-to-twitter-manager.php:304
379
- msgid "No error information is available for your shortener."
380
- msgstr "Nenhuma informação de erro está disponivel para seu encurtador."
381
-
382
- #: wp-to-twitter-manager.php:306
383
- msgid "<li class=\"error\"><strong>WP to Twitter was unable to contact your selected URL shortening service.</strong></li>"
384
- msgstr "<li class=\"error\"><strong>WP to Twitter foi incapaz de conectar com o seu serviço de encurtar URL.</strong></li>"
385
-
386
- #: wp-to-twitter-manager.php:309
387
- msgid "<li><strong>WP to Twitter successfully contacted your selected URL shortening service.</strong> The following link should point to your blog homepage:"
388
- msgstr "<li><strong>WP to Twitter conectou com sucesso ao seu serviço de encurtar URLs.</strong> Este link deve apontar para página inicial do seu blog:"
389
-
390
- #: wp-to-twitter-manager.php:318
391
- msgid "<li><strong>WP to Twitter successfully submitted a status update to Twitter.</strong></li>"
392
- msgstr "<li><strong>WP to Twitter enviou com sucesso atualização de status para o Twitter.</strong></li>"
393
-
394
- #: wp-to-twitter-manager.php:321
395
- msgid "<li class=\"error\"><strong>WP to Twitter failed to submit an update to Twitter.</strong></li>"
396
- msgstr "<li class=\"error\"><strong>WP to Twitter falhou ao enviar atualização parao Twitter</strong></li>"
397
 
398
- #: wp-to-twitter-manager.php:325
399
- msgid "You have not connected WordPress to Twitter."
400
- msgstr "Você não tem o Wordpress conectado ao Twitter."
401
 
402
- #: wp-to-twitter-manager.php:329
403
- 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>"
404
- msgstr "<li class=\"error\"><strong>Seu servidor parece não suportar os métodos necessários para suportar o WP to Twitter.</strong> Você pode testa-lo de qualquer maneira - os testes não são perfeitos</li>"
405
 
406
- #: wp-to-twitter-manager.php:333
407
- msgid "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
408
- msgstr "<li><strong>Seu servidor deve rodar WP to Twitter com sucesso.</strong></li>"
409
 
410
- #: wp-to-twitter-manager.php:350
411
  msgid "WP to Twitter Options"
412
  msgstr "WP to Twitter Opções"
413
 
414
- #: wp-to-twitter-manager.php:360
415
- msgid "Pledge to new features"
416
- msgstr "Peça novas Funcionalidades"
417
-
418
- #: wp-to-twitter-manager.php:363
419
- msgid "View Settings"
420
- msgstr "Veja configurações"
421
-
422
- #: wp-to-twitter-manager.php:378
423
- msgid "Shortcodes available in post update templates:"
424
- msgstr "Shortcodes disponiveis no template de atualização do post:"
425
-
426
- #: wp-to-twitter-manager.php:380
427
- msgid "<code>#title#</code>: the title of your blog post"
428
- msgstr "<code>#title#</code>: Título do seu post."
429
-
430
- #: wp-to-twitter-manager.php:381
431
- msgid "<code>#blog#</code>: the title of your blog"
432
- msgstr "<code>#blog#</code>: Título do seu Blog"
433
-
434
- #: wp-to-twitter-manager.php:382
435
- msgid "<code>#post#</code>: a short excerpt of the post content"
436
- msgstr "<code>#post#</code>: uma pequena parte do conteúdo do post="
437
-
438
- #: wp-to-twitter-manager.php:383
439
- msgid "<code>#category#</code>: the first selected category for the post"
440
- msgstr "<code>#category#</code>: a primeira categoria selecionada para o post"
441
-
442
- #: wp-to-twitter-manager.php:384
443
- msgid "<code>#date#</code>: the post date"
444
- msgstr "<code>#date#</code>: data do post"
445
-
446
- #: wp-to-twitter-manager.php:385
447
- msgid "<code>#url#</code>: the post URL"
448
- msgstr "<code>#url#</code>: endereço do post"
449
-
450
- #: wp-to-twitter-manager.php:386
451
- msgid "<code>#author#</code>: the post author"
452
- msgstr "<code>#author#</code>: autor do post"
453
-
454
- #: wp-to-twitter-manager.php:387
455
- msgid "<code>#account#</code>: the twitter @reference for the account (or the author, if author settings are enabled and set.)"
456
- msgstr "<code>#account#</code>: uma @referencia para a conta do Twitter (ou ao autor, se as configurações estiverem habilitadas e configuradas.)"
457
-
458
- #: wp-to-twitter-manager.php:389
459
- 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>"
460
- msgstr "Você também pode criar shortcodes personalizados para acessar campos personalizados do Wordpress. Utilize colchetes duplos ao redor do nome do campo personalizado para adicionar valor a aquele campo personalizado para sua atualização de status. Exemplo: <code>[[custom_field]]</code></p>"
461
-
462
- #: wp-to-twitter-manager.php:394
463
- msgid "<p>One or more of your last posts has failed to send it's status update to Twitter. Your Tweet has been saved in your post custom fields, and you can re-Tweet it at your leisure.</p>"
464
- msgstr "<p>Uma ou mais das suas ultimas requisições falhou ao enviar atualização ao Twitter. Seu tweet foi salvo em campos personalizados, e você pode publica-lo</p>"
465
-
466
- #: wp-to-twitter-manager.php:398
467
- 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. [<a href=\"http://www.stumbleupon.com/help/how-to-use-supr/\">Su.pr Help</a>] [<a href=\"http://blog.bit.ly\">Bit.ly Blog</a>]</p>"
468
- msgstr "<p>A requisição para a API do encurtador de URL falhou, e o endereço não foi encurtado. A URL completa foi adicionada ao seu Tweet. Verifique com seu serviço de encurtar URL se existe algum problema conhecido. [<a href=\"http://www.stumbleupon.com/help/how-to-use-supr/\">Su.pr Help</a>] [<a href=\"http://blog.bit.ly\">Bit.ly Blog</a>]</p>"
469
-
470
- #: wp-to-twitter-manager.php:405
471
- msgid "Clear 'WP to Twitter' Error Messages"
472
- msgstr "Limpar mensagens de erro do 'WP to Twitter' "
473
-
474
- #: wp-to-twitter-manager.php:418
475
  msgid "Basic Settings"
476
  msgstr "Configurações Básicas"
477
 
478
- #: wp-to-twitter-manager.php:424
479
- msgid "Tweet Templates"
480
- msgstr "Templates de Tweet"
481
-
482
- #: wp-to-twitter-manager.php:427
483
- msgid "Update when a post is published"
484
- msgstr "Atualize quando um post é publicado"
485
-
486
- #: wp-to-twitter-manager.php:427
487
- msgid "Text for new post updates:"
488
- msgstr "Texto para uma nova publicação:"
489
-
490
- #: wp-to-twitter-manager.php:433
491
- #: wp-to-twitter-manager.php:436
492
- msgid "Update when a post is edited"
493
- msgstr "Atualize quando uma publicação é editada"
494
-
495
- #: wp-to-twitter-manager.php:433
496
- #: wp-to-twitter-manager.php:436
497
- msgid "Text for editing updates:"
498
- msgstr "Texto para uma edição em uma publicação:"
499
-
500
- #: wp-to-twitter-manager.php:437
501
- msgid "You can not disable updates on edits when using Postie or similar plugins."
502
- msgstr "Você não pode desabilitar atualizações ao editar quando utilizar Postie ou plugins similares."
503
-
504
- #: wp-to-twitter-manager.php:441
505
- msgid "Update Twitter when new Wordpress Pages are published"
506
- msgstr "Atualize Twitter quando nova página do Wordpress for publicada"
507
-
508
- #: wp-to-twitter-manager.php:441
509
- msgid "Text for new page updates:"
510
- msgstr "Texto para publicação de nova página:"
511
-
512
- #: wp-to-twitter-manager.php:445
513
- msgid "Update Twitter when WordPress Pages are edited"
514
- msgstr "Atualize o Twitter quando páginas do wordpress forem editadas"
515
 
516
- #: wp-to-twitter-manager.php:445
517
- msgid "Text for page edit updates:"
518
- msgstr "Texto para edição de página:"
519
 
520
- #: wp-to-twitter-manager.php:449
521
  msgid "Update Twitter when you post a Blogroll link"
522
  msgstr "Atualize o Twitter quando postar um link Blogroll"
523
 
524
- #: wp-to-twitter-manager.php:450
525
  msgid "Text for new link updates:"
526
  msgstr "Texto para atualização de novos links:"
527
 
528
- #: wp-to-twitter-manager.php:450
529
  msgid "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
530
  msgstr "Shortcodes disponiveis: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
531
 
532
- #: wp-to-twitter-manager.php:454
533
- msgid "Choose your short URL service (account settings below)"
534
- msgstr "Escolhe seu serviço de encurtar URL (configurações abaixo)"
535
-
536
- #: wp-to-twitter-manager.php:457
537
  msgid "Don't shorten URLs."
538
  msgstr "Não encurte URLs."
539
 
540
- #: wp-to-twitter-manager.php:458
541
- msgid "Use Su.pr for my URL shortener."
542
- msgstr "Utilize Su.pr para meu encurtador de URL"
543
-
544
- #: wp-to-twitter-manager.php:459
545
- msgid "Use Bit.ly for my URL shortener."
546
- msgstr "Utilize Bit.ly para meu encurtador de URL"
547
-
548
- #: wp-to-twitter-manager.php:460
549
- msgid "YOURLS (installed on this server)"
550
- msgstr "YOURLS (instalado neste servidor)"
551
-
552
- #: wp-to-twitter-manager.php:461
553
- msgid "YOURLS (installed on a remote server)"
554
- msgstr "YOURLS (instalado em um servidor remoto)"
555
-
556
- #: wp-to-twitter-manager.php:462
557
- msgid "Use WordPress as a URL shortener."
558
- msgstr "Utilize Wordpress como um encurtador de URL."
559
-
560
- #: wp-to-twitter-manager.php:464
561
- msgid "Using WordPress as a URL shortener will send URLs to Twitter in the default URL format for WordPress: <code>http://domain.com/wpdir/?p=123</code>. Google Analytics is not available when using WordPress shortened URLs."
562
- msgstr "Usando WordPress como encurtador de URL enviará para o Twitter o formato padrão de URL do Wordpress: <code>http://domain.com/wpdir/?p=123</code>. Google Analytics não está disponivel quando utilizar URLS encurtadas pelo WordPress."
563
-
564
- #: wp-to-twitter-manager.php:470
565
- msgid "Save WP->Twitter Options"
566
- msgstr "Salvar opções do WP->Twitter "
567
-
568
- #: wp-to-twitter-manager.php:479
569
  msgid "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account Settings"
570
  msgstr "Configurações da Conta do Encurtador de <abbr title=\"Uniform Resource Locator\">URL</abbr>"
571
 
572
- #: wp-to-twitter-manager.php:483
573
  msgid "Your Su.pr account details"
574
  msgstr "Seus detalhes de conta do Su.pr"
575
 
576
- #: wp-to-twitter-manager.php:488
577
  msgid "Your Su.pr Username:"
578
  msgstr "Seu usuário Su.pr:"
579
 
580
- #: wp-to-twitter-manager.php:492
581
  msgid "Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
582
  msgstr "Sua <abbr title='application programming interface'>API</abbr> Key para Su.pr"
583
 
584
- #: wp-to-twitter-manager.php:498
585
  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."
586
  msgstr "Não tem conta Su.pr ou API Key? <a href='http://su.pr/'>Get one here</a>!<br /> Você precisará uma API Key para associar as URLs que você criar com sua conta Su.pr."
587
 
588
- #: wp-to-twitter-manager.php:504
589
  msgid "Your Bit.ly account details"
590
  msgstr "Seus detalhes de conta Bit.ly"
591
 
592
- #: wp-to-twitter-manager.php:509
593
  msgid "Your Bit.ly username:"
594
  msgstr "Seu usuário Bit.ly:"
595
 
596
- #: wp-to-twitter-manager.php:513
597
  msgid "Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
598
  msgstr "Sua <abbr title='application programming interface'>API</abbr> Key para Bit.ly"
599
 
600
- #: wp-to-twitter-manager.php:520
601
  msgid "Save Bit.ly API Key"
602
  msgstr "Salvar API Key do Bit.ly"
603
 
604
- #: wp-to-twitter-manager.php:520
605
  msgid "Clear Bit.ly API Key"
606
  msgstr "Limpar API Key do Bit.ly"
607
 
608
- #: wp-to-twitter-manager.php:520
609
  msgid "A Bit.ly API key and username is required to shorten URLs via the Bit.ly API and WP to Twitter."
610
  msgstr "Uma API Key e usuário do Bit.ly são necessário para encurtar URLs usando Bit.ly e WP to Twitter."
611
 
612
- #: wp-to-twitter-manager.php:525
613
  msgid "Your YOURLS account details"
614
  msgstr "Seus detalhes de conta do YOURLS"
615
 
616
- #: wp-to-twitter-manager.php:529
617
  msgid "Path to your YOURLS config file (Local installations)"
618
  msgstr "Caminho para seu arquivo de configuração do YOURLS (instalação local)"
619
 
620
- #: wp-to-twitter-manager.php:530
621
- #: wp-to-twitter-manager.php:534
622
  msgid "Example:"
623
  msgstr "Exemplo:"
624
 
625
- #: wp-to-twitter-manager.php:533
626
  msgid "URI to the YOURLS API (Remote installations)"
627
  msgstr "URI para sua API do YOURLS (instalação remota)"
628
 
629
- #: wp-to-twitter-manager.php:537
630
  msgid "Your YOURLS username:"
631
  msgstr "Seu usuário do YOURLS:"
632
 
633
- #: wp-to-twitter-manager.php:541
634
  msgid "Your YOURLS password:"
635
  msgstr "Sua senha do YOURLS:"
636
 
637
- #: wp-to-twitter-manager.php:541
638
  msgid "<em>Saved</em>"
639
  msgstr "<em>Salvo</em>"
640
 
641
- #: wp-to-twitter-manager.php:545
642
- msgid "Use Post ID for YOURLS url slug."
643
- msgstr "Usar ID do Post como chave"
 
 
 
 
 
 
 
 
644
 
645
- #: wp-to-twitter-manager.php:550
646
  msgid "Save YOURLS Account Info"
647
  msgstr "Salvar informações da conta do YOURLS"
648
 
649
- #: wp-to-twitter-manager.php:550
650
  msgid "Clear YOURLS password"
651
  msgstr "Limpar senha do YOURLS"
652
 
653
- #: wp-to-twitter-manager.php:550
654
  msgid "A YOURLS password and username is required to shorten URLs via the remote YOURLS API and WP to Twitter."
655
  msgstr "Um usuário e senha do YOURLS são necessário para encurtar URLs usando API remota do YOURLS e WP to Twitter."
656
 
657
- #: wp-to-twitter-manager.php:562
658
  msgid "Advanced Settings"
659
  msgstr "Configurações avançadas"
660
 
661
- #: wp-to-twitter-manager.php:569
662
- msgid "Advanced Tweet settings"
663
- msgstr "Configurações avançadas de Tweet"
664
-
665
- #: wp-to-twitter-manager.php:571
666
- msgid "Add tags as hashtags on Tweets"
667
- msgstr "Adicionar tags como hashtags nos Tweets"
668
-
669
- #: wp-to-twitter-manager.php:571
670
- msgid "Strip nonalphanumeric characters"
671
- msgstr "Remover caracteres não alpha numéricos"
672
 
673
- #: wp-to-twitter-manager.php:572
674
- msgid "Spaces replaced with:"
675
- msgstr "Espaços substituidos com:"
676
 
677
- #: wp-to-twitter-manager.php:574
678
- msgid "Default replacement is an underscore (<code>_</code>). Use <code>[ ]</code> to remove spaces entirely."
679
- msgstr "Substituidor padrão é um underscore (<code>_</code). Use <code>[]</code> para remover espaços completamente."
680
 
681
- #: wp-to-twitter-manager.php:577
682
  msgid "Maximum number of tags to include:"
683
  msgstr "Número máximo de tags para incluir:"
684
 
685
- #: wp-to-twitter-manager.php:578
686
  msgid "Maximum length in characters for included tags:"
687
  msgstr "Número máximo de caracteres para tags incluidas:"
688
 
689
- #: wp-to-twitter-manager.php:579
690
- msgid "These options allow you to restrict the length and number of WordPress tags sent to Twitter as hashtags. Set to <code>0</code> or leave blank to allow any and all tags."
691
- msgstr "Estas opções permite que você restringa o tamanho e número de tags do WordPress enviadas ao Twitter como hashtags. Defina para <code>0</code> ou deixe em branco para permitir qualquer e \"infinitas\" tags."
692
-
693
- #: wp-to-twitter-manager.php:582
694
  msgid "Length of post excerpt (in characters):"
695
  msgstr "Tamanho do pedaço do texto do post (em caracteres):"
696
 
697
- #: wp-to-twitter-manager.php:582
698
- msgid "By default, extracted from the post itself. If you use the 'Excerpt' field, that will be used instead."
699
- msgstr "Por padrão, extraido do próprio post. Se você usar campo 'Pedaço', este será usado."
700
-
701
- #: wp-to-twitter-manager.php:585
702
  msgid "WP to Twitter Date Formatting:"
703
  msgstr "Formato da Data do WP to Twitter:"
704
 
705
- #: wp-to-twitter-manager.php:586
706
  msgid "Default is from your general settings. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
707
  msgstr "Padrão é da sua configuração geral. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
708
 
709
- #: wp-to-twitter-manager.php:590
710
  msgid "Custom text before all Tweets:"
711
  msgstr "Texto padrão antes de todos os Tweets:"
712
 
713
- #: wp-to-twitter-manager.php:591
714
  msgid "Custom text after all Tweets:"
715
  msgstr "Texto padrão depois de todos os Tweets:"
716
 
717
- #: wp-to-twitter-manager.php:594
718
  msgid "Custom field for an alternate URL to be shortened and Tweeted:"
719
  msgstr "Campo personalizado para URL alternativa a ser encurtada e Tweetar:"
720
 
721
- #: wp-to-twitter-manager.php:595
722
- msgid "You can use a custom field to send an alternate URL for your post. The value is the name of a custom field containing your external URL."
723
- msgstr "Você pode usar um campo personalizado para enviar uma URL alternativa para seu post. O valor é o nome do campo personalizado contendo sua URL externa."
724
-
725
- #: wp-to-twitter-manager.php:599
726
  msgid "Special Cases when WordPress should send a Tweet"
727
  msgstr "Casos especiais que o WordPress deve enviar um Tweet"
728
 
729
- #: wp-to-twitter-manager.php:602
730
- msgid "Do not post status updates by default"
731
- msgstr "Por padrão não poste atualizações de status"
732
-
733
- #: wp-to-twitter-manager.php:603
734
- msgid "By default, all posts meeting other requirements will be posted to Twitter. Check this to change your setting."
735
- msgstr "Por padrão, todos os posts com os requisitos serão postados ao Twitter. Selecione para mudar suas configurações."
736
 
737
  #: wp-to-twitter-manager.php:607
738
- msgid "Send Twitter Updates on remote publication (Post by Email or XMLRPC Client)"
739
- msgstr "Envie atualizações ao Twitter em publicações remotas (Post por e-mail ou cliente XMLRPC)"
740
 
741
- #: wp-to-twitter-manager.php:609
742
- msgid "I'm using a plugin to post by email, such as Postie. Only check this if your updates do not work."
743
- msgstr "Estou usando um plugin para postar atualizações por e-mail, como o Postie. Somente selecione isso se suas atualizações não funcionarem."
744
 
745
- #: wp-to-twitter-manager.php:613
746
- msgid "Update Twitter when a post is published using QuickPress"
747
- msgstr "Atualize o Twitter quando um post é publicado usando QuickPress"
748
 
749
- #: wp-to-twitter-manager.php:617
750
  msgid "Google Analytics Settings"
751
  msgstr "Configurações do Google Analytics "
752
 
753
- #: wp-to-twitter-manager.php:618
754
  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."
755
  msgstr "Você pode rastrear as respostas do seu Twitter usando Google Analytics definindo identificadores de campanha aqui. Você pode definir um identificador estatico ou dinamico. Identificadores estaticos não mudam de post a post; Identificadores dinamicos são derivados de informações relevante a um post especifico. Identificadores dinamicos permitem que você divida suas estatisticas por uma váriavel adicional."
756
 
757
- #: wp-to-twitter-manager.php:622
758
  msgid "Use a Static Identifier with WP-to-Twitter"
759
  msgstr "Utilize um identificador estatico com WP-to-Twitter"
760
 
761
- #: wp-to-twitter-manager.php:623
762
  msgid "Static Campaign identifier for Google Analytics:"
763
  msgstr "Identificador estatico para campanha com Google Analytics:"
764
 
765
- #: wp-to-twitter-manager.php:627
766
  msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
767
  msgstr "Utilize um identificador dinamico com Google Analytics e WP-to-Twitter"
768
 
769
- #: wp-to-twitter-manager.php:628
770
  msgid "What dynamic identifier would you like to use?"
771
  msgstr "Que identificador dinamico você gostaria de usar?"
772
 
773
- #: wp-to-twitter-manager.php:630
774
  msgid "Category"
775
  msgstr "Categoria"
776
 
777
- #: wp-to-twitter-manager.php:631
778
  msgid "Post ID"
779
  msgstr "ID do Post"
780
 
781
- #: wp-to-twitter-manager.php:632
782
  msgid "Post Title"
783
  msgstr "Titulo do Post"
784
 
785
- #: wp-to-twitter-manager.php:633
786
- #: wp-to-twitter-manager.php:647
787
  msgid "Author"
788
- msgstr "Autor"
789
-
790
- #: wp-to-twitter-manager.php:638
791
- msgid "Individual Authors"
792
- msgstr "Autores individuais"
793
-
794
- #: wp-to-twitter-manager.php:641
795
- msgid "Authors have individual Twitter accounts"
796
- msgstr "Autores possuem contas individuais no twitter"
797
-
798
- #: wp-to-twitter-manager.php:641
799
- msgid "Authors can set their username in their user profile. As of version 2.2.0, this feature no longer allows authors to post to their own Twitter accounts. It can only add an @reference to the author. This @reference is placed using the <code>#account#</code> shortcode. (It will pick up the main account if user accounts are not enabled.)"
800
- msgstr "Autores podem definir seus usuários nos seus perfils. Na versão 2.2.0, está funcionalidade não permite que autores publiquem para sua própria conta do Twitter. Só pode adicionar uma @referencia ao autor. Está @referencia é colocada utilizando o shortcode <code>#account#</code>. (Selecionara a conta principal se as contas de usuários não estiverem habilitadas.)"
801
-
802
- #: wp-to-twitter-manager.php:644
803
- msgid "Choose the lowest user group that can add their Twitter information"
804
- msgstr "Escolha o menor grupo que pode adicionar suas informações do Twitter"
805
-
806
- #: wp-to-twitter-manager.php:645
807
- msgid "Subscriber"
808
- msgstr "Assinante"
809
-
810
- #: wp-to-twitter-manager.php:646
811
- msgid "Contributor"
812
- msgstr "Contribuidor"
813
-
814
- #: wp-to-twitter-manager.php:648
815
- msgid "Editor"
816
- msgstr "Editor"
817
-
818
- #: wp-to-twitter-manager.php:649
819
- msgid "Administrator"
820
- msgstr "Administrador"
821
-
822
- #: wp-to-twitter-manager.php:654
823
- msgid "Disable Error Messages"
824
- msgstr "Desabilitar mensagens de erro."
825
-
826
- #: wp-to-twitter-manager.php:657
827
- msgid "Disable global URL shortener error messages."
828
- msgstr "Desabilitar mensagens de erros de encurtadores de URL"
829
-
830
- #: wp-to-twitter-manager.php:661
831
- msgid "Disable global Twitter API error messages."
832
- msgstr "Desabilitar mensagens de erro da API do twitter"
833
-
834
- #: wp-to-twitter-manager.php:665
835
- msgid "Disable notification to implement OAuth"
836
- msgstr "Desabilitar notificação para utilizar OAuth"
837
-
838
- #: wp-to-twitter-manager.php:669
839
- msgid "Get Debugging Data for OAuth Connection"
840
- msgstr "Pegar dados para debug para a conexão OAuth"
841
-
842
- #: wp-to-twitter-manager.php:675
843
- msgid "Save Advanced WP->Twitter Options"
844
- msgstr "Salvar opções avançadas do WP->Twitter"
845
-
846
- #: wp-to-twitter-manager.php:685
847
- msgid "Limit Updating Categories"
848
- msgstr "Limite atualizando categorias"
849
-
850
- #: wp-to-twitter-manager.php:689
851
- msgid "Select which blog categories will be Tweeted. Uncheck all categories to disable category limits."
852
- msgstr "Selecione quais categorias serão Tweetadas. Deselecione todas para desabilitar limite de categorias."
853
-
854
- #: wp-to-twitter-manager.php:692
855
- msgid "<em>Category limits are disabled.</em>"
856
- msgstr "<em>Limite de categorias estão desabilitados.</em>"
857
-
858
- #: wp-to-twitter-manager.php:706
859
- msgid "Check Support"
860
- msgstr "Verifique suporte"
861
-
862
- #: wp-to-twitter-manager.php:706
863
- 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."
864
- msgstr "Verifique se seu servidor suporta as consultas do <a href=\"http://www.joedolson.com/articles/wp-to-twitter/\">WP to Twitter</a> ao Twitter e às APIs de encurtamento de URLs. Este teste enviará uma atualização de status ao Twitter e ao encurtador de URLs usando seus métodos selecionados. "
865
-
866
- #. Plugin URI of the plugin/theme
867
- msgid "http://www.joedolson.com/articles/wp-to-twitter/"
868
- msgstr "http://www.joedolson.com/articles/wp-to-twitter/"
869
-
870
- #. Description of the plugin/theme
871
- msgid "Posts a Twitter status update when you update your WordPress blog or post to your blogroll, using your chosen URL shortening service. Rich in features for customizing and promoting your Tweets."
872
- msgstr "Publique atualização no twitter quando você atualizar seu Wordpress ou publicar ao seu blogroll, utilizando o serviço de encurtar. "
873
-
874
- #. Author of the plugin/theme
875
- msgid "Joseph Dolson"
876
- msgstr "Joseph Dolson"
877
-
878
- #. Author URI of the plugin/theme
879
- msgid "http://www.joedolson.com/"
880
- msgstr "http://www.joedolson.com/"
881
-
1
+ # Translation of WP to Twitter in Portuguese (Brazil)
2
+ # This file is distributed under the same license as the WP to Twitter package.
3
  msgid ""
4
  msgstr ""
5
+ "PO-Revision-Date: 2013-11-23 17:34:09+0000\n"
 
 
 
 
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
+ "X-Generator: GlotPress/0.1\n"
11
+ "Project-Id-Version: WP to Twitter\n"
12
 
13
+ #: wp-to-twitter-oauth.php:224
14
+ msgid "Your application name cannot include the word \"Twitter.\""
15
+ msgstr "Seu nome do aplicativo não pode incluir a palavra \"Twitter\"."
16
 
17
+ #: wp-to-twitter-oauth.php:229
18
+ msgid "<em>Do NOT create your access token yet.</em>"
19
+ msgstr "<em>NÃO crie seu token de acesso ainda.</em>"
20
+
21
+ #: wp-to-twitter-oauth.php:233
22
+ msgid "Return to the Details tab and create your access token."
23
+ msgstr "Retorne para a aba Detalhes e crie seu token de acesso."
24
+
25
+ #: wp-to-twitter.php:326
26
+ msgid "304 Not Modified: There was no new data to return"
27
+ msgstr "304 Não Modificado: Não houve novos dados para retornar"
28
+
29
+ #: wp-to-twitter.php:345
30
+ msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
31
+ msgstr "422 Entidade improcessável: A imagem carregada não pôde ser processada.."
32
+
33
+ #: wp-to-twitter.php:1076
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 permite selecionar contas do Twitter. <a href=\"%s\">Entre e faça download agora!</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 "Atualize para WP Tweets PRO para selecionar contas do Twitter! <a href=\"%s\">Atualize agora!</a>"
40
+
41
+ #: wp-to-twitter.php:1109
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 devem conter menos de 140 caracteres; Twitter conta URLs como 22 ou 23 caracteres. Modelo de 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>."
44
+
45
+ #: wp-to-twitter.php:1499
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 retornou uma resposta inválida. Está, provavelmente, fora do ar."
52
+
53
+ #: wpt-widget.php:50
54
+ msgid "Display a list of your latest tweets."
55
+ msgstr "Exibir uma lista de seus últimos tweets."
56
+
57
+ #: wpt-widget.php:59
58
+ msgid "WP to Twitter - Latest Tweets"
59
+ msgstr "WP to Twitter - Últimos Tweets"
60
+
61
+ #: wpt-widget.php:121
62
+ msgid "<a href=\"%3$s\">about %1$s ago</a> via %2$s"
63
+ msgstr "<a href=\"%3$s\">há %1$s atrás</a> via %2$s"
64
+
65
+ #: wpt-widget.php:123
66
+ msgid "<a href=\"%2$s\">about %1$s ago</a>"
67
+ msgstr "<a href=\"%2$s\">há %1$s atrás</a>"
68
+
69
+ #: wpt-widget.php:179
70
+ msgid "Title"
71
+ msgstr "Título"
72
+
73
+ #: wpt-widget.php:184
74
+ msgid "Twitter Username"
75
+ msgstr "Twitter Username"
76
+
77
+ #: wpt-widget.php:189
78
+ msgid "Number of Tweets to Show"
79
+ msgstr "Número de Tweets à exibir"
80
+
81
+ #: wpt-widget.php:195
82
+ msgid "Hide @ Replies"
83
+ msgstr "Esconder @ Menções"
84
+
85
+ #: wpt-widget.php:200
86
+ msgid "Include Retweets"
87
+ msgstr "Incluir Retweets"
88
+
89
+ #: wpt-widget.php:205
90
+ msgid "Parse links"
91
+ msgstr "Analisar links"
92
+
93
+ #: wpt-widget.php:210
94
+ msgid "Parse @mentions"
95
+ msgstr "Analisar @menções"
96
+
97
+ #: wpt-widget.php:215
98
+ msgid "Parse #hashtags"
99
+ msgstr "Analisar #hashtags"
100
+
101
+ #: wpt-widget.php:220
102
+ msgid "Include Reply/Retweet/Favorite Links"
103
+ msgstr "Incluir Reply/Retweet/Favoritar Links"
104
+
105
+ #: wpt-widget.php:225
106
+ msgid "Include Tweet source"
107
+ msgstr "Incluir fonte do Tweet"
108
+
109
+ #: wp-to-twitter-manager.php:178
110
+ msgid "Error:"
111
+ msgstr "Erro:"
112
+
113
+ #: wp-to-twitter-manager.php:643
114
+ msgid "No Analytics"
115
+ msgstr "Sem estatísticas"
116
+
117
+ #: wp-to-twitter-manager.php:792
118
+ msgid "Allow users to post to their own Twitter accounts"
119
+ msgstr "Permitir aos usuários postar suas próprias contas do Twitter"
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 "Definir um temporizador para enviar seu tweet minutos ou horas depois de publicar"
124
+
125
+ #: wp-to-twitter-manager.php:794
126
+ msgid "Automatically re-send Tweets after publishing"
127
+ msgstr "Automaticamente reenviar Tweets depois de publicar"
128
+
129
+ #: wp-to-twitter-manager.php:795
130
+ msgid "Send Tweets for approved comments"
131
+ msgstr "Enviar Tweets para comentários aprovados"
132
+
133
+ #: wp-to-twitter.php:64
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 "A versão atual de WP Tweets PRO é <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\">Atualize para melhor compatibilidade!</a>"
136
+
137
+ #: wp-to-twitter.php:86
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 "Tweetar nos comentários foi movido para <a href=\"%1$s\">WP Tweets PRO</a>. Você terá que atualizar a fim de Tweetar nos comentários. <a href=\"%2$s\">Recusar</a>"
140
+
141
+ #: wp-to-twitter.php:1010
142
+ msgid "Tweeting %s edits is disabled."
143
+ msgstr "Edição de %s Tweets foi desabilitada."
144
+
145
+ #: wp-to-twitter.php:1454
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 "Espero que tenha aproveitado o <strong>WP to Twitter</strong>! Conheça <a href='%s'>upgrading to WP Tweets PRO</a> para um modo avançado de Tweetar com WordPress! <a href='%s'>Recusar</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 "Poste um Tweet quando atualizar seu blog no WordPress ou poste para sua lista de blogs, usando seu serviço de encurtamento de URL. Rico em recurso para customizar e promover seus Tweets."
151
+
152
+ #: wp-to-twitter-shorteners.php:378
153
+ msgid "Your jotURL account details"
154
+ msgstr ""
155
+
156
+ #: wp-to-twitter-shorteners.php:382
157
+ msgid "Your jotURL public <abbr title='application programming interface'>API</abbr> key:"
158
+ msgstr ""
159
+
160
+ #: wp-to-twitter-shorteners.php:383
161
+ msgid "Your jotURL private <abbr title='application programming interface'>API</abbr> key:"
162
+ msgstr ""
163
+
164
+ #: wp-to-twitter-shorteners.php:384
165
+ msgid "Parameters to add to the long URL (before shortening):"
166
+ msgstr ""
167
+
168
+ #: wp-to-twitter-shorteners.php:384
169
+ msgid "Parameters to add to the short URL (after shortening):"
170
+ msgstr ""
171
+
172
+ #: wp-to-twitter-shorteners.php:385
173
+ msgid "View your jotURL public and private API key"
174
+ msgstr ""
175
+
176
+ #: wp-to-twitter-shorteners.php:388
177
+ msgid "Save jotURL settings"
178
+ msgstr ""
179
+
180
+ #: wp-to-twitter-shorteners.php:388
181
+ msgid "Clear jotURL settings"
182
+ msgstr ""
183
+
184
+ #: wp-to-twitter-shorteners.php:389
185
+ msgid "A jotURL public and private API key is required to shorten URLs via the jotURL API and WP to Twitter."
186
+ msgstr ""
187
+
188
+ #: wp-to-twitter-shorteners.php:484
189
+ msgid "jotURL private API Key Updated. "
190
+ msgstr ""
191
+
192
+ #: wp-to-twitter-shorteners.php:487
193
+ msgid "jotURL private API Key deleted. You cannot use the jotURL API without a private API key. "
194
+ msgstr ""
195
+
196
+ #: wp-to-twitter-shorteners.php:489
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 ""
199
+
200
+ #: wp-to-twitter-shorteners.php:493
201
+ msgid "jotURL public API Key Updated. "
202
+ msgstr ""
203
+
204
+ #: wp-to-twitter-shorteners.php:496
205
+ msgid "jotURL public API Key deleted. You cannot use the jotURL API without providing your public API Key. "
206
+ msgstr ""
207
+
208
+ #: wp-to-twitter-shorteners.php:498
209
+ msgid "jotURL public API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! "
210
+ msgstr ""
211
+
212
+ #: wp-to-twitter-shorteners.php:504
213
+ msgid "Long URL parameters added. "
214
+ msgstr ""
215
+
216
+ #: wp-to-twitter-shorteners.php:507
217
+ msgid "Long URL parameters deleted. "
218
+ msgstr ""
219
+
220
+ #: wp-to-twitter-shorteners.php:513
221
+ msgid "Short URL parameters added. "
222
+ msgstr ""
223
+
224
+ #: wp-to-twitter-shorteners.php:516
225
+ msgid "Short URL parameters deleted. "
226
+ msgstr ""
227
+
228
+ #: wp-to-twitter-shorteners.php:530
229
+ msgid "You must add your jotURL public and private API key in order to shorten URLs with jotURL."
230
+ msgstr ""
231
+
232
+ #: wp-to-twitter-manager.php:530
233
+ msgid "Tags"
234
+ msgstr "Tags"
235
+
236
+ #: wp-to-twitter-manager.php:546
237
+ msgid "Template Tag Settings"
238
+ msgstr ""
239
+
240
+ #: wp-to-twitter-manager.php:548
241
+ msgid "Extracted from the post. If you use the 'Excerpt' field, it will be used instead."
242
+ msgstr ""
243
+
244
+ #: wp-to-twitter-manager.php:591
245
+ msgid "Template tag priority order"
246
+ msgstr ""
247
+
248
+ #: wp-to-twitter-manager.php:592
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 ""
251
+
252
+ #: wp-to-twitter-manager.php:647
253
+ msgid "Author Settings"
254
+ msgstr "Configuração do Autor"
255
+
256
+ #: wp-to-twitter-manager.php:652
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 ""
259
+
260
+ #: wp-to-twitter-manager.php:656
261
+ msgid "Permissions"
262
+ msgstr "Permissões"
263
+
264
+ #: wp-to-twitter-manager.php:691
265
+ msgid "Error Messages and Debugging"
266
+ msgstr ""
267
+
268
+ #: wp-to-twitter-manager.php:812
269
+ msgid "<code>#cat_desc#</code>: custom value from the category description field"
270
+ msgstr ""
271
+
272
+ #: wp-to-twitter-manager.php:819
273
+ msgid "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
274
+ msgstr ""
275
+
276
+ #: wp-to-twitter-oauth.php:184
277
+ msgid "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> queries</a>."
278
+ msgstr ""
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 ""
283
+
284
+ #: wp-to-twitter-oauth.php:306 wp-to-twitter-oauth.php:312
285
+ msgid "Twitter's server time: "
286
+ msgstr ""
287
+
288
+ #: wp-to-twitter.php:73
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 ""
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 ""
295
+
296
+ #: wp-to-twitter.php:1377
297
+ msgid "Upgrade"
298
+ msgstr "Atualizar"
299
+
300
+ #: wp-to-twitter-manager.php:535
301
+ msgid "Use tag slug as hashtag value"
302
+ msgstr ""
303
+
304
+ #: wp-to-twitter-manager.php:177
305
+ msgid "WP to Twitter failed to connect with Twitter. Try <a href=\"#wpt_http\">switching to an HTTP connection</a>."
306
+ msgstr ""
307
+
308
+ #: wp-to-twitter-shorteners.php:548
309
+ msgid "Choose a short URL service (account settings below)"
310
+ msgstr ""
311
+
312
+ #: wp-to-twitter-shorteners.php:554
313
+ msgid "YOURLS (on this server)"
314
+ msgstr ""
315
+
316
+ #: wp-to-twitter-shorteners.php:555
317
+ msgid "YOURLS (on a remote server)"
318
+ msgstr ""
319
+
320
+ #: wpt-functions.php:264
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 ""
323
+
324
+ #: wpt-functions.php:266
325
+ msgid "Thanks for using WP to Twitter. Please ensure that you can receive email at <code>%s</code>."
326
+ msgstr ""
327
+
328
+ #: wpt-functions.php:285
329
+ msgid "Reply to:"
330
+ msgstr ""
331
+
332
+ #: wp-to-twitter-manager.php:672
333
+ msgid "The lowest user group that can add their Twitter information"
334
+ msgstr ""
335
+
336
+ #: wp-to-twitter-manager.php:677
337
+ msgid "The lowest user group that can see the Custom Tweet options when posting"
338
+ msgstr ""
339
+
340
+ #: wp-to-twitter-manager.php:682
341
+ msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
342
+ msgstr ""
343
+
344
+ #: wp-to-twitter-manager.php:687
345
+ msgid "The lowest user group that can send Twitter updates"
346
+ msgstr ""
347
+
348
+ #: wp-to-twitter-manager.php:816
349
+ msgid "<code>#author#</code>: the post author (@reference if available, otherwise display name)"
350
+ msgstr ""
351
+
352
+ #: wp-to-twitter-manager.php:817
353
+ msgid "<code>#displayname#</code>: post author's display name"
354
+ msgstr ""
355
+
356
+ #: wp-to-twitter.php:291
357
+ msgid "This tweet was blank and could not be sent to Twitter."
358
+ msgstr ""
359
+
360
+ #: wp-to-twitter.php:339
361
+ msgid "404 Not Found: The URI requested is invalid or the resource requested does not exist."
362
+ msgstr ""
363
+
364
+ #: wp-to-twitter.php:342
365
+ msgid "406 Not Acceptable: Invalid Format Specified."
366
+ msgstr ""
367
+
368
+ #: wp-to-twitter.php:348
369
+ msgid "429 Too Many Requests: You have exceeded your rate limits."
370
+ msgstr ""
371
+
372
+ #: wp-to-twitter.php:360
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 ""
375
+
376
+ #: wp-to-twitter.php:1028
377
+ msgid "Your prepended Tweet text; not part of your template."
378
+ msgstr ""
379
+
380
+ #: wp-to-twitter.php:1031
381
+ msgid "Your appended Tweet text; not part of your template."
382
+ msgstr ""
383
+
384
+ #: wp-to-twitter.php:1130
385
+ msgid "Your role does not have the ability to Post Tweets from this site."
386
+ msgstr ""
387
+
388
+ #: wp-to-twitter.php:1275
389
+ msgid "Hide account name in Tweets"
390
+ msgstr ""
391
+
392
+ #: wp-to-twitter.php:1276
393
+ msgid "Do not display my account in the #account# template tag."
394
+ msgstr ""
395
+
396
+ #: wpt-functions.php:288
397
+ msgid "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</span>"
398
+ msgstr ""
399
+
400
+ #: wpt-functions.php:291
401
+ msgid "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
402
+ msgstr ""
403
+
404
+ #: wpt-functions.php:294
405
+ msgid "Support Request:"
406
+ msgstr ""
407
+
408
+ #: wp-to-twitter-manager.php:485
409
+ msgid "Settings for type \"%1$s\""
410
+ msgstr ""
411
+
412
+ #: wp-to-twitter-manager.php:488
413
+ msgid "Update when %1$s %2$s is published"
414
+ msgstr ""
415
+
416
+ #: wp-to-twitter-manager.php:488
417
+ msgid "Text for new %1$s updates"
418
+ msgstr ""
419
+
420
+ #: wp-to-twitter-manager.php:492
421
+ msgid "Update when %1$s %2$s is edited"
422
+ msgstr ""
423
+
424
+ #: wp-to-twitter-manager.php:492
425
+ msgid "Text for %1$s editing updates"
426
+ msgstr ""
427
+
428
+ #: wp-to-twitter-oauth.php:217
429
+ msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
430
+ msgstr ""
431
+
432
+ #: wp-to-twitter-shorteners.php:558
433
+ msgid "Use Twitter Friendly Links."
434
+ msgstr ""
435
+
436
+ #: wp-to-twitter-shorteners.php:332
437
+ msgid "View your Bit.ly username and API key"
438
+ msgstr ""
439
+
440
+ #: wp-to-twitter-shorteners.php:394
441
+ msgid "Your shortener does not require any account settings."
442
+ msgstr ""
443
+
444
+ #: wp-to-twitter.php:317
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 ""
447
+
448
+ #: wp-to-twitter.php:1152
449
+ msgid "Failed Tweets"
450
+ msgstr ""
451
+
452
+ #: wp-to-twitter.php:1167
453
+ msgid "No failed tweets on this post."
454
+ msgstr ""
455
+
456
+ #: wp-to-twitter-manager.php:789
457
+ msgid "Upgrade to <strong>WP Tweets PRO</strong> for more options!"
458
+ msgstr ""
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 ""
463
+
464
+ #: wp-to-twitter-oauth.php:284
465
+ msgid "WP to Twitter could not contact Twitter's remote server. Here is the error triggered: "
466
+ msgstr ""
467
+
468
+ #: wp-to-twitter.php:276
469
+ msgid "This account is not authorized to post to Twitter."
470
+ msgstr ""
471
+
472
+ #: wp-to-twitter.php:285
473
+ msgid "This tweet is identical to another Tweet recently sent to this account."
474
+ msgstr ""
475
+
476
+ #: wp-to-twitter-shorteners.php:298
477
+ msgid "(optional)"
478
+ msgstr ""
479
+
480
+ #: wp-to-twitter-manager.php:603
481
+ msgid "Do not post Tweets by default (editing only)"
482
+ msgstr ""
483
+
484
+ #: wp-to-twitter-manager.php:814
485
+ msgid "<code>#modified#</code>: the post modified date"
486
+ msgstr ""
487
+
488
+ #: wp-to-twitter-oauth.php:282
489
+ msgid "Your time stamps are more than 5 minutes apart. Your server could lose its connection with Twitter."
490
+ msgstr ""
491
+
492
+ #: wp-to-twitter-manager.php:650
493
+ msgid "Authors have individual Twitter accounts"
494
+ msgstr "Autores possuem contas individuais no twitter"
495
+
496
+ #: wp-to-twitter-manager.php:693
497
+ msgid "Disable global URL shortener error messages."
498
+ msgstr "Desabilitar mensagens de erros de encurtadores de URL"
499
+
500
+ #: wp-to-twitter-manager.php:694
501
+ msgid "Disable global Twitter API error messages."
502
+ msgstr "Desabilitar mensagens de erro da API do twitter"
503
+
504
+ #: wp-to-twitter-manager.php:696
505
+ msgid "Get Debugging Data for OAuth Connection"
506
+ msgstr "Pegar dados para debug para a conexão OAuth"
507
+
508
+ #: wp-to-twitter-manager.php:698
509
+ msgid "Switch to <code>http</code> connection. (Default is https)"
510
+ msgstr ""
511
+
512
+ #: wp-to-twitter-manager.php:700
513
+ msgid "I made a donation, so stop whinging at me, please."
514
+ msgstr ""
515
+
516
+ #: wp-to-twitter-manager.php:714
517
+ msgid "Limit Updating Categories"
518
+ msgstr "Limite atualizando categorias"
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 ""
523
+
524
+ #: wp-to-twitter-manager.php:718
525
+ msgid "<em>Category limits are disabled.</em>"
526
+ msgstr "<em>Limite de categorias estão desabilitados.</em>"
527
+
528
+ #: wp-to-twitter-manager.php:727
529
+ msgid "Get Plug-in Support"
530
+ msgstr ""
531
+
532
+ #: wp-to-twitter-manager.php:738
533
+ msgid "Check Support"
534
+ msgstr "Verifique suporte"
535
+
536
+ #: wp-to-twitter-manager.php:738
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 "Verifique se seu servidor suporta as consultas do <a href=\"http://www.joedolson.com/articles/wp-to-twitter/\">WP to Twitter</a> ao Twitter e às APIs de encurtamento de URLs. Este teste enviará uma atualização de status ao Twitter e ao encurtador de URLs usando seus métodos selecionados. "
539
+
540
+ #: wp-to-twitter-manager.php:756
541
+ msgid "Support WP to Twitter"
542
+ msgstr ""
543
+
544
+ #: wp-to-twitter-manager.php:758
545
+ msgid "WP to Twitter Support"
546
+ msgstr ""
547
+
548
+ #: wp-to-twitter-manager.php:766 wp-to-twitter.php:1119 wp-to-twitter.php:1121
549
+ msgid "Get Support"
550
+ msgstr "Receba suporte"
551
+
552
+ #: wp-to-twitter-manager.php:769
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 ""
555
+
556
+ #: wp-to-twitter-manager.php:787
557
+ msgid "Upgrade Now!"
558
+ msgstr ""
559
+
560
+ #: wp-to-twitter-manager.php:790
561
+ msgid "Extra features with the PRO upgrade:"
562
+ msgstr ""
563
+
564
+ #: wp-to-twitter-manager.php:804
565
+ msgid "Shortcodes"
566
+ msgstr ""
567
+
568
+ #: wp-to-twitter-manager.php:806
569
+ msgid "Available in post update templates:"
570
+ msgstr ""
571
+
572
+ #: wp-to-twitter-manager.php:808
573
+ msgid "<code>#title#</code>: the title of your blog post"
574
+ msgstr "<code>#title#</code>: Título do seu post."
575
+
576
+ #: wp-to-twitter-manager.php:809
577
+ msgid "<code>#blog#</code>: the title of your blog"
578
+ msgstr "<code>#blog#</code>: Título do seu Blog"
579
+
580
+ #: wp-to-twitter-manager.php:810
581
+ msgid "<code>#post#</code>: a short excerpt of the post content"
582
+ msgstr "<code>#post#</code>: uma pequena parte do conteúdo do post="
583
+
584
+ #: wp-to-twitter-manager.php:811
585
+ msgid "<code>#category#</code>: the first selected category for the post"
586
+ msgstr "<code>#category#</code>: a primeira categoria selecionada para o post"
587
+
588
+ #: wp-to-twitter-manager.php:813
589
+ msgid "<code>#date#</code>: the post date"
590
+ msgstr "<code>#date#</code>: data do post"
591
+
592
+ #: wp-to-twitter-manager.php:815
593
+ msgid "<code>#url#</code>: the post URL"
594
+ msgstr "<code>#url#</code>: endereço do post"
595
+
596
+ #: wp-to-twitter-manager.php:818
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>: uma @referencia para a conta do Twitter (ou ao autor, se as configurações estiverem habilitadas e configuradas.)"
599
+
600
+ #: wp-to-twitter-manager.php:820
601
+ msgid "<code>#tags#</code>: your tags modified into hashtags. See options in the Advanced Settings section, below."
602
+ msgstr ""
603
+
604
+ #: wp-to-twitter-manager.php:825
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 "Você também pode criar shortcodes personalizados para acessar campos personalizados do Wordpress. Utilize colchetes duplos ao redor do nome do campo personalizado para adicionar valor a aquele campo personalizado para sua atualização de status. Exemplo: <code>[[custom_field]]</code></p>"
607
+
608
+ #: wp-to-twitter-oauth.php:115
609
+ msgid "WP to Twitter was unable to establish a connection to Twitter."
610
+ msgstr ""
611
+
612
+ #: wp-to-twitter-oauth.php:185
613
+ msgid "There was an error querying Twitter's servers"
614
+ msgstr ""
615
+
616
+ #: wp-to-twitter-oauth.php:209 wp-to-twitter-oauth.php:211
617
  msgid "Connect to Twitter"
618
  msgstr "Conectar ao Twitter"
619
 
620
+ #: wp-to-twitter-oauth.php:214
621
+ msgid "WP to Twitter Set-up"
622
+ msgstr ""
623
+
624
+ #: wp-to-twitter-oauth.php:215 wp-to-twitter-oauth.php:306
625
+ #: wp-to-twitter-oauth.php:311
626
+ msgid "Your server time:"
627
+ msgstr ""
628
+
629
+ #: wp-to-twitter-oauth.php:215
630
+ msgid "Twitter's time:"
631
+ msgstr ""
632
+
633
+ #: wp-to-twitter-oauth.php:215
634
+ msgid "If these timestamps are not within 5 minutes of each other, your server will not connect to Twitter."
635
+ msgstr ""
636
 
637
+ #: wp-to-twitter-oauth.php:221
638
  msgid "1. Register this site as an application on "
639
  msgstr "1. Registre este site como um aplicativo no"
640
 
641
+ #: wp-to-twitter-oauth.php:221
642
  msgid "Twitter's application registration page"
643
  msgstr "Página de registro de aplicação do Twitter"
644
 
645
+ #: wp-to-twitter-oauth.php:223
646
+ msgid "If you're not currently logged in to Twitter, log-in to the account you want associated with this site"
647
+ msgstr "Se você não estiver logado ao Twitter, entre com a conta que deseja associar à este site"
 
 
 
 
 
 
 
 
648
 
649
+ #: wp-to-twitter-oauth.php:225
650
+ msgid "Your Application Description can be anything."
651
+ msgstr ""
652
 
653
+ #: wp-to-twitter-oauth.php:226
654
+ msgid "The WebSite and Callback URL should be "
655
+ msgstr ""
656
 
657
+ #: wp-to-twitter-oauth.php:228
658
+ msgid "Agree to the Developer Rules of the Road and continue."
659
+ msgstr ""
660
 
661
+ #: wp-to-twitter-oauth.php:229
662
+ msgid "2. Switch to the \"Settings\" tab in Twitter apps"
663
+ msgstr ""
664
 
665
+ #: wp-to-twitter-oauth.php:231
666
+ msgid "Select \"Read and Write\" for the Application Type"
667
+ msgstr ""
668
 
669
+ #: wp-to-twitter-oauth.php:232
670
+ msgid "Update the application settings"
671
+ msgstr ""
672
 
673
+ #: wp-to-twitter-oauth.php:235
674
+ msgid "Once you have registered your site as an application, you will be provided with four keys."
675
+ msgstr ""
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 ""
680
 
681
+ #: wp-to-twitter-oauth.php:239
682
  msgid "Twitter Consumer Key"
683
  msgstr "Twitter Consumer Key"
684
 
685
+ #: wp-to-twitter-oauth.php:243
686
  msgid "Twitter Consumer Secret"
687
  msgstr "Twitter 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 ""
692
 
693
+ #: wp-to-twitter-oauth.php:248
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 ""
696
 
697
+ #: wp-to-twitter-oauth.php:251
698
  msgid "Access Token"
699
  msgstr "Access Token"
700
 
701
+ #: wp-to-twitter-oauth.php:255
702
  msgid "Access Token Secret"
703
  msgstr "Access Token Secret"
704
 
705
+ #: wp-to-twitter-oauth.php:274
706
+ msgid "Disconnect Your WordPress and Twitter Account"
707
+ msgstr "Desconectar seu Wordpress e conta do Twitter"
708
+
709
+ #: wp-to-twitter-oauth.php:278
710
+ msgid "Disconnect your WordPress and Twitter Account"
711
+ msgstr "Disconecte seu WordPress e Conta do Twitter"
712
+
713
+ #: wp-to-twitter-oauth.php:288
714
  msgid "Disconnect from Twitter"
715
  msgstr "Desconectar do Twitter"
716
 
717
+ #: wp-to-twitter-oauth.php:294
718
  msgid "Twitter Username "
719
  msgstr "Usuário Twitter"
720
 
721
+ #: wp-to-twitter-oauth.php:295
722
  msgid "Consumer Key "
723
  msgstr "Consumer Key"
724
 
725
+ #: wp-to-twitter-oauth.php:296
726
  msgid "Consumer Secret "
727
  msgstr "Consumer Secret"
728
 
729
+ #: wp-to-twitter-oauth.php:297
730
  msgid "Access Token "
731
  msgstr "Access Token"
732
 
733
+ #: wp-to-twitter-oauth.php:298
734
  msgid "Access Token Secret "
735
  msgstr "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 ""
 
 
 
 
 
 
 
 
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 ""
744
 
745
+ #: wp-to-twitter.php:322
746
  msgid "200 OK: Success!"
747
  msgstr "200: OK: Sucesso!"
748
 
749
+ #: wp-to-twitter.php:329
750
  msgid "400 Bad Request: The request was invalid. This is the status code returned during rate limiting."
751
  msgstr "400 Bad Request: A requisição foi inválida. Este é o código de status retornado."
752
 
753
+ #: wp-to-twitter.php:332
754
  msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
755
  msgstr "401 Unauthorized: Credenciais de autenticação faltando ou incorretas."
756
 
757
+ #: wp-to-twitter.php:351
 
 
 
 
758
  msgid "500 Internal Server Error: Something is broken at Twitter."
759
  msgstr "500 Internal Server Error: Algo está quebrado no Twitter."
760
 
761
+ #: wp-to-twitter.php:357
762
+ msgid "503 Service Unavailable: The Twitter servers are up, but overloaded with requests - Please try again later."
763
+ msgstr ""
764
 
765
+ #: wp-to-twitter.php:354
766
  msgid "502 Bad Gateway: Twitter is down or being upgraded."
767
  msgstr "502 Bad Gateway: Twitter está fora ou sendo atualizado."
768
 
769
+ #: wp-to-twitter.php:397
770
+ msgid "No Twitter OAuth connection found."
771
+ msgstr ""
772
+
773
+ #: wp-to-twitter.php:1138
774
+ msgid "Previous Tweets"
775
+ msgstr "Tweets Anteriores"
776
 
777
+ #: wp-to-twitter.php:1023
778
  msgid "Custom Twitter Post"
779
  msgstr "Publicação Personalizada no Twitter"
780
 
781
+ #: wp-to-twitter.php:1034
782
+ msgid "Your template:"
783
+ msgstr ""
 
784
 
785
+ #: wp-to-twitter.php:1038
786
+ msgid "YOURLS Custom Keyword"
787
+ msgstr ""
 
788
 
789
+ #: wp-to-twitter.php:1119
790
+ msgid "Upgrade to WP Tweets Pro"
791
+ msgstr "Atualizar para WP Tweets Pro"
792
+
793
+ #: wp-to-twitter.php:1049
794
  msgid "Don't Tweet this post."
795
  msgstr "Não Tweete esta publicação"
796
 
797
+ #: wp-to-twitter.php:1049
798
+ msgid "Tweet this post."
799
+ msgstr "Tweetar esse post."
800
+
801
+ #: wp-to-twitter.php:1097
802
+ msgid "Access to customizing WP to Twitter values is not allowed for your user role."
803
+ msgstr ""
804
+
805
+ #: wp-to-twitter.php:1196
806
+ msgid "Characters left: "
807
+ msgstr "Caracteres restantes:"
808
 
809
+ #: wp-to-twitter.php:1261
810
+ msgid "WP Tweets User Settings"
811
+ msgstr "WP Tweets Configuração de Usuário"
812
 
813
+ #: wp-to-twitter.php:1265
814
  msgid "Use My Twitter Username"
815
  msgstr "Use meu usuário do Twitter"
816
 
817
+ #: wp-to-twitter.php:1266
818
  msgid "Tweet my posts with an @ reference to my username."
819
  msgstr "Publique meus Posts com um @ referenciando meu usuário."
820
 
821
+ #: wp-to-twitter.php:1267
822
  msgid "Tweet my posts with an @ reference to both my username and to the main site username."
823
  msgstr "Publique meus Posts com um @ referenciando ambos meu usuário e usuário principal do site."
824
 
825
+ #: wp-to-twitter.php:1271
826
  msgid "Your Twitter Username"
827
  msgstr "Seu usuário do Twitter"
828
 
829
+ #: wp-to-twitter.php:1272
830
  msgid "Enter your own Twitter username."
831
  msgstr "Insira seu próprio usuário do Twitter"
832
 
833
+ #: wp-to-twitter.php:1329
834
+ msgid "Check off categories to tweet"
835
+ msgstr ""
836
+
837
+ #: wp-to-twitter.php:1333
838
+ msgid "Do not tweet posts in checked categories (Reverses default behavior)"
839
+ msgstr ""
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 ""
844
 
845
+ #: wp-to-twitter.php:1353
846
  msgid "Set Categories"
847
  msgstr "Defina categorias"
848
 
849
+ #: wp-to-twitter.php:1376
 
 
 
 
850
  msgid "Settings"
851
  msgstr "Configurações"
852
 
853
+ #: wp-to-twitter.php:1414
854
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
855
+ msgstr ""
856
+
857
+ msgid "WP to Twitter"
858
+ msgstr "WP to Twitter"
859
+
860
+ msgid "http://www.joedolson.com/articles/wp-to-twitter/"
861
+ msgstr "http://www.joedolson.com/articles/wp-to-twitter/"
862
+
863
+ msgid "Joseph Dolson"
864
+ msgstr "Joseph Dolson"
865
+
866
+ msgid "http://www.joedolson.com/"
867
+ msgstr "http://www.joedolson.com/"
868
+
869
+ #: wpt-functions.php:258
870
+ msgid "Please read the FAQ and other Help documents before making a support request."
871
+ msgstr "Por favor, leia o FAQ e outros documentos de Ajuda antes de fazer um pedido de suporte."
872
+
873
+ #: wpt-functions.php:260
874
+ msgid "Please describe your problem. I'm not psychic."
875
+ msgstr ""
876
+
877
+ #: wpt-functions.php:280
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 ""
880
+
881
+ #: wpt-functions.php:297
882
+ msgid "Send Support Request"
883
+ msgstr "Enviar Pedido de Suporte"
884
+
885
+ #: wpt-functions.php:300
886
+ msgid "The following additional information will be sent with your support request:"
887
+ msgstr "A informação adicional à seguir será enviada com seu pedido:"
888
+
889
+ #: wp-to-twitter-manager.php:41
890
+ msgid "No error information is available for your shortener."
891
+ msgstr "Nenhuma informação de erro está disponivel para seu encurtador."
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 foi incapaz de conectar com o seu serviço de encurtar URL.</strong></li>"
896
+
897
+ #: wp-to-twitter-manager.php:46
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 conectou com sucesso ao seu serviço de encurtar URLs.</strong> Este link deve apontar para página inicial do seu blog:"
900
+
901
+ #: wp-to-twitter-manager.php:54
902
+ msgid "<li><strong>WP to Twitter successfully submitted a status update to Twitter.</strong></li>"
903
+ msgstr "<li><strong>WP to Twitter enviou com sucesso atualização de status para o Twitter.</strong></li>"
904
+
905
+ #: wp-to-twitter-manager.php:57
906
+ msgid "<li class=\"error\"><strong>WP to Twitter failed to submit an update to Twitter.</strong></li>"
907
+ msgstr "<li class=\"error\"><strong>WP to Twitter falhou ao enviar atualização parao Twitter</strong></li>"
908
+
909
+ #: wp-to-twitter-manager.php:61
910
+ msgid "You have not connected WordPress to Twitter."
911
+ msgstr "Você não tem o Wordpress conectado ao Twitter."
912
+
913
+ #: wp-to-twitter-manager.php:65
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>Seu servidor parece não suportar os métodos necessários para suportar o WP to Twitter.</strong> Você pode testa-lo de qualquer maneira - os testes não são perfeitos</li>"
916
+
917
+ #: wp-to-twitter-manager.php:69
918
+ msgid "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
919
+ msgstr "<li><strong>Seu servidor deve rodar WP to Twitter com sucesso.</strong></li>"
920
+
921
+ #: wp-to-twitter-manager.php:87
922
+ msgid "WP to Twitter Errors Cleared"
923
+ msgstr "WP to Twitter erros limpos"
924
+
925
+ #: wp-to-twitter-manager.php:170
926
  msgid "WP to Twitter is now connected with Twitter."
927
  msgstr "WP to Twitter está agora conectado com o Twitter."
928
 
929
+ #: wp-to-twitter-manager.php:185
930
  msgid "OAuth Authentication Data Cleared."
931
  msgstr "Dados de autenticação OAuth limpos."
932
 
933
+ #: wp-to-twitter-manager.php:192
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 "Autenticação OAuth falhou. O horário do seu servidor não está sincronizado com o do Twitter. Converse com seu host para ver o que pode ser feito."
936
 
937
+ #: wp-to-twitter-manager.php:199
938
  msgid "OAuth Authentication response not understood."
939
  msgstr "Resposta de autenticação OAuth não compreendida."
940
 
941
+ #: wp-to-twitter-manager.php:376
 
 
 
 
 
 
 
 
 
 
 
 
942
  msgid "WP to Twitter Advanced Options Updated"
943
  msgstr "WP to Twitter Opções Avançadas de Atualização"
944
 
945
+ #: wp-to-twitter-shorteners.php:526
946
  msgid "You must add your Bit.ly login and API key in order to shorten URLs with Bit.ly."
947
  msgstr "Você deve adicionar seu usuário Bit.ly e API key para encurtar URLs com Bit.ly"
948
 
949
+ #: wp-to-twitter-shorteners.php:534
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 "Você deve adicionar sua URL remota do YOURLS, usuário e senha para encurtar URLs com uma instalação remota do YOURLS."
952
 
953
+ #: wp-to-twitter-shorteners.php:538
954
  msgid "You must add your YOURLS server path in order to shorten URLs with a remote installation of YOURLS."
955
  msgstr "Você deve adicionar o caminho do servidor para encurtar suas URLs com uma instalação remota do YOURLS."
956
 
957
+ #: wp-to-twitter-manager.php:394
958
  msgid "WP to Twitter Options Updated"
959
  msgstr "WP to Twitter Opções atualizadas"
960
 
961
+ #: wp-to-twitter-manager.php:403
962
  msgid "Category limits updated."
963
  msgstr "Limites de categorias atualizados."
964
 
965
+ #: wp-to-twitter-manager.php:407
966
  msgid "Category limits unset."
967
  msgstr "Limite de categorias indefinido."
968
 
969
+ #: wp-to-twitter-shorteners.php:406
970
  msgid "YOURLS password updated. "
971
  msgstr "YOURLS senha atualizada"
972
 
973
+ #: wp-to-twitter-shorteners.php:409
974
  msgid "YOURLS password deleted. You will be unable to use your remote YOURLS account to create short URLS."
975
  msgstr "YOURLS senha deletada. Você será incapaz de usar seu YOURLS remote para encurtar URLS."
976
 
977
+ #: wp-to-twitter-shorteners.php:411
978
  msgid "Failed to save your YOURLS password! "
979
  msgstr "Falha ao salvar sua senha YOURLS!"
980
 
981
+ #: wp-to-twitter-shorteners.php:415
982
  msgid "YOURLS username added. "
983
  msgstr "YOURS usuário adicionado"
984
 
985
+ #: wp-to-twitter-shorteners.php:419
986
  msgid "YOURLS API url added. "
987
  msgstr "YOURLS API url adicionada."
988
 
989
+ #: wp-to-twitter-shorteners.php:422
990
  msgid "YOURLS API url removed. "
991
  msgstr "YOURLS API url removida."
992
 
993
+ #: wp-to-twitter-shorteners.php:427
994
  msgid "YOURLS local server path added. "
995
  msgstr "YOURLS caminho local do servidor adicionado."
996
 
997
+ #: wp-to-twitter-shorteners.php:429
998
  msgid "The path to your YOURLS installation is not correct. "
999
  msgstr "O caminho para a instalação do seu YOURLS está incorreto."
1000
 
1001
+ #: wp-to-twitter-shorteners.php:433
1002
  msgid "YOURLS local server path removed. "
1003
  msgstr "YOURLS caminho local do servidor removido."
1004
 
1005
+ #: wp-to-twitter-shorteners.php:438
1006
  msgid "YOURLS will use Post ID for short URL slug."
1007
  msgstr "YOURLS utilizará ID do Post para chave da sua URL encurtada."
1008
 
1009
+ #: wp-to-twitter-shorteners.php:440
1010
+ msgid "YOURLS will use your custom keyword for short URL slug."
1011
+ msgstr ""
1012
+
1013
+ #: wp-to-twitter-shorteners.php:444
1014
  msgid "YOURLS will not use Post ID for the short URL slug."
1015
  msgstr "YOURLS não utilizará ID do Post para chave da sua URL encurtada."
1016
 
1017
+ #: wp-to-twitter-shorteners.php:452
1018
  msgid "Su.pr API Key and Username Updated"
1019
  msgstr "Su.pr API Key e usuários atualizados"
1020
 
1021
+ #: wp-to-twitter-shorteners.php:456
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 Key e usuário deletados. Su.pr URLs criados pelo WP to Twitter não estarão mais associados a sua conta."
1024
 
1025
+ #: wp-to-twitter-shorteners.php:458
1026
  msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
1027
  msgstr "Su.pr API Key não adicionada - <a href='http://su.pr/'>pegue uma aqui</a>! "
1028
 
1029
+ #: wp-to-twitter-shorteners.php:464
1030
  msgid "Bit.ly API Key Updated."
1031
  msgstr "Bit.ly API Key atualizada."
1032
 
1033
+ #: wp-to-twitter-shorteners.php:467
1034
  msgid "Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
1035
  msgstr "Bit.ly API Key deletada. Você não pode usar API do Bit.ly sem uma API key."
1036
 
1037
+ #: wp-to-twitter-shorteners.php:469
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 Key não adicionada - <a href='http://bit.ly/account/'>pegue uma aqui</a>! Uma API Key é necessária para utilizar o encurtador Bit.ly"
1040
 
1041
+ #: wp-to-twitter-shorteners.php:473
1042
  msgid " Bit.ly User Login Updated."
1043
  msgstr "Bit.ly usuário atualizado."
1044
 
1045
+ #: wp-to-twitter-shorteners.php:476
1046
  msgid "Bit.ly User Login deleted. You cannot use the Bit.ly API without providing your username. "
1047
  msgstr "Bit.ly usuário deletado. Você não pode utilizar a API do Bit.ly sem um usuário."
1048
 
1049
+ #: wp-to-twitter-shorteners.php:478
1050
  msgid "Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
1051
  msgstr "Bit.ly Usuário não adicionado - - <a href='http://bit.ly/account/'>pegue um aqui</a>! "
1052
 
1053
+ #: wp-to-twitter-manager.php:427
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 ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1056
 
1057
+ #: wp-to-twitter-manager.php:433
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 "Desculpe! Não foi possivel se comunicar com os servidores do Twitter para publicar <strong>new link</strong>! Você terá que postar ele manualmente."
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 ""
1064
 
1065
+ #: wp-to-twitter-manager.php:442
1066
+ msgid "Clear 'WP to Twitter' Error Messages"
1067
+ msgstr "Limpar mensagens de erro do 'WP to Twitter' "
1068
 
1069
+ #: wp-to-twitter-manager.php:448
1070
  msgid "WP to Twitter Options"
1071
  msgstr "WP to Twitter Opções"
1072
 
1073
+ #: wp-to-twitter-manager.php:461
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1074
  msgid "Basic Settings"
1075
  msgstr "Configurações Básicas"
1076
 
1077
+ #: wp-to-twitter-manager.php:467 wp-to-twitter-manager.php:511
1078
+ msgid "Save WP->Twitter Options"
1079
+ msgstr "Salvar opções do WP->Twitter "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1080
 
1081
+ #: wp-to-twitter-manager.php:500
1082
+ msgid "Settings for Links"
1083
+ msgstr "Configurações para Links"
1084
 
1085
+ #: wp-to-twitter-manager.php:503
1086
  msgid "Update Twitter when you post a Blogroll link"
1087
  msgstr "Atualize o Twitter quando postar um link Blogroll"
1088
 
1089
+ #: wp-to-twitter-manager.php:504
1090
  msgid "Text for new link updates:"
1091
  msgstr "Texto para atualização de novos links:"
1092
 
1093
+ #: wp-to-twitter-manager.php:504
1094
  msgid "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
1095
  msgstr "Shortcodes disponiveis: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
1096
 
1097
+ #: wp-to-twitter-shorteners.php:550
 
 
 
 
1098
  msgid "Don't shorten URLs."
1099
  msgstr "Não encurte URLs."
1100
 
1101
+ #: wp-to-twitter-shorteners.php:294
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1102
  msgid "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account Settings"
1103
  msgstr "Configurações da Conta do Encurtador de <abbr title=\"Uniform Resource Locator\">URL</abbr>"
1104
 
1105
+ #: wp-to-twitter-shorteners.php:298
1106
  msgid "Your Su.pr account details"
1107
  msgstr "Seus detalhes de conta do Su.pr"
1108
 
1109
+ #: wp-to-twitter-shorteners.php:303
1110
  msgid "Your Su.pr Username:"
1111
  msgstr "Seu usuário Su.pr:"
1112
 
1113
+ #: wp-to-twitter-shorteners.php:307
1114
  msgid "Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
1115
  msgstr "Sua <abbr title='application programming interface'>API</abbr> Key para Su.pr"
1116
 
1117
+ #: wp-to-twitter-shorteners.php:314
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 "Não tem conta Su.pr ou API Key? <a href='http://su.pr/'>Get one here</a>!<br /> Você precisará uma API Key para associar as URLs que você criar com sua conta Su.pr."
1120
 
1121
+ #: wp-to-twitter-shorteners.php:320
1122
  msgid "Your Bit.ly account details"
1123
  msgstr "Seus detalhes de conta Bit.ly"
1124
 
1125
+ #: wp-to-twitter-shorteners.php:325
1126
  msgid "Your Bit.ly username:"
1127
  msgstr "Seu usuário Bit.ly:"
1128
 
1129
+ #: wp-to-twitter-shorteners.php:329
1130
  msgid "Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
1131
  msgstr "Sua <abbr title='application programming interface'>API</abbr> Key para Bit.ly"
1132
 
1133
+ #: wp-to-twitter-shorteners.php:337
1134
  msgid "Save Bit.ly API Key"
1135
  msgstr "Salvar API Key do Bit.ly"
1136
 
1137
+ #: wp-to-twitter-shorteners.php:337
1138
  msgid "Clear Bit.ly API Key"
1139
  msgstr "Limpar API Key do Bit.ly"
1140
 
1141
+ #: wp-to-twitter-shorteners.php:337
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 "Uma API Key e usuário do Bit.ly são necessário para encurtar URLs usando Bit.ly e WP to Twitter."
1144
 
1145
+ #: wp-to-twitter-shorteners.php:343
1146
  msgid "Your YOURLS account details"
1147
  msgstr "Seus detalhes de conta do YOURLS"
1148
 
1149
+ #: wp-to-twitter-shorteners.php:348
1150
  msgid "Path to your YOURLS config file (Local installations)"
1151
  msgstr "Caminho para seu arquivo de configuração do YOURLS (instalação local)"
1152
 
1153
+ #: wp-to-twitter-shorteners.php:349 wp-to-twitter-shorteners.php:353
 
1154
  msgid "Example:"
1155
  msgstr "Exemplo:"
1156
 
1157
+ #: wp-to-twitter-shorteners.php:352
1158
  msgid "URI to the YOURLS API (Remote installations)"
1159
  msgstr "URI para sua API do YOURLS (instalação remota)"
1160
 
1161
+ #: wp-to-twitter-shorteners.php:356
1162
  msgid "Your YOURLS username:"
1163
  msgstr "Seu usuário do YOURLS:"
1164
 
1165
+ #: wp-to-twitter-shorteners.php:360
1166
  msgid "Your YOURLS password:"
1167
  msgstr "Sua senha do YOURLS:"
1168
 
1169
+ #: wp-to-twitter-shorteners.php:360
1170
  msgid "<em>Saved</em>"
1171
  msgstr "<em>Salvo</em>"
1172
 
1173
+ #: wp-to-twitter-shorteners.php:364
1174
+ msgid "Post ID for YOURLS url slug."
1175
+ msgstr ""
1176
+
1177
+ #: wp-to-twitter-shorteners.php:365
1178
+ msgid "Custom keyword for YOURLS url slug."
1179
+ msgstr ""
1180
+
1181
+ #: wp-to-twitter-shorteners.php:366
1182
+ msgid "Default: sequential URL numbering."
1183
+ msgstr ""
1184
 
1185
+ #: wp-to-twitter-shorteners.php:372
1186
  msgid "Save YOURLS Account Info"
1187
  msgstr "Salvar informações da conta do YOURLS"
1188
 
1189
+ #: wp-to-twitter-shorteners.php:372
1190
  msgid "Clear YOURLS password"
1191
  msgstr "Limpar senha do YOURLS"
1192
 
1193
+ #: wp-to-twitter-shorteners.php:372
1194
  msgid "A YOURLS password and username is required to shorten URLs via the remote YOURLS API and WP to Twitter."
1195
  msgstr "Um usuário e senha do YOURLS são necessário para encurtar URLs usando API remota do YOURLS e WP to Twitter."
1196
 
1197
+ #: wp-to-twitter-manager.php:522
1198
  msgid "Advanced Settings"
1199
  msgstr "Configurações avançadas"
1200
 
1201
+ #: wp-to-twitter-manager.php:527 wp-to-twitter-manager.php:706
1202
+ msgid "Save Advanced WP->Twitter Options"
1203
+ msgstr "Salvar opções avançadas do WP->Twitter"
 
 
 
 
 
 
 
 
1204
 
1205
+ #: wp-to-twitter-manager.php:532
1206
+ msgid "Strip nonalphanumeric characters from tags"
1207
+ msgstr ""
1208
 
1209
+ #: wp-to-twitter-manager.php:538
1210
+ msgid "Spaces in tags replaced with:"
1211
+ msgstr "Espaços em tags substituidos com:"
1212
 
1213
+ #: wp-to-twitter-manager.php:541
1214
  msgid "Maximum number of tags to include:"
1215
  msgstr "Número máximo de tags para incluir:"
1216
 
1217
+ #: wp-to-twitter-manager.php:542
1218
  msgid "Maximum length in characters for included tags:"
1219
  msgstr "Número máximo de caracteres para tags incluidas:"
1220
 
1221
+ #: wp-to-twitter-manager.php:548
 
 
 
 
1222
  msgid "Length of post excerpt (in characters):"
1223
  msgstr "Tamanho do pedaço do texto do post (em caracteres):"
1224
 
1225
+ #: wp-to-twitter-manager.php:551
 
 
 
 
1226
  msgid "WP to Twitter Date Formatting:"
1227
  msgstr "Formato da Data do WP to Twitter:"
1228
 
1229
+ #: wp-to-twitter-manager.php:551
1230
  msgid "Default is from your general settings. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
1231
  msgstr "Padrão é da sua configuração geral. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
1232
 
1233
+ #: wp-to-twitter-manager.php:555
1234
  msgid "Custom text before all Tweets:"
1235
  msgstr "Texto padrão antes de todos os Tweets:"
1236
 
1237
+ #: wp-to-twitter-manager.php:558
1238
  msgid "Custom text after all Tweets:"
1239
  msgstr "Texto padrão depois de todos os Tweets:"
1240
 
1241
+ #: wp-to-twitter-manager.php:561
1242
  msgid "Custom field for an alternate URL to be shortened and Tweeted:"
1243
  msgstr "Campo personalizado para URL alternativa a ser encurtada e Tweetar:"
1244
 
1245
+ #: wp-to-twitter-manager.php:598
 
 
 
 
1246
  msgid "Special Cases when WordPress should send a Tweet"
1247
  msgstr "Casos especiais que o WordPress deve enviar um Tweet"
1248
 
1249
+ #: wp-to-twitter-manager.php:601
1250
+ msgid "Do not post Tweets by default"
1251
+ msgstr ""
 
 
 
 
1252
 
1253
  #: wp-to-twitter-manager.php:607
1254
+ msgid "Allow status updates from Quick Edit"
1255
+ msgstr "Permitir atualização de status através da Edição Rápida"
1256
 
1257
+ #: wp-to-twitter-manager.php:612
1258
+ msgid "Delaying tweets with WP Tweets PRO moves Tweeting to an publishing-independent action."
1259
+ msgstr ""
1260
 
1261
+ #: wp-to-twitter-manager.php:619
1262
+ msgid "Send Twitter Updates on remote publication (Post by Email or XMLRPC Client)"
1263
+ msgstr "Envie atualizações ao Twitter em publicações remotas (Post por e-mail ou cliente XMLRPC)"
1264
 
1265
+ #: wp-to-twitter-manager.php:624
1266
  msgid "Google Analytics Settings"
1267
  msgstr "Configurações do Google Analytics "
1268
 
1269
+ #: wp-to-twitter-manager.php:625
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 "Você pode rastrear as respostas do seu Twitter usando Google Analytics definindo identificadores de campanha aqui. Você pode definir um identificador estatico ou dinamico. Identificadores estaticos não mudam de post a post; Identificadores dinamicos são derivados de informações relevante a um post especifico. Identificadores dinamicos permitem que você divida suas estatisticas por uma váriavel adicional."
1272
 
1273
+ #: wp-to-twitter-manager.php:628
1274
  msgid "Use a Static Identifier with WP-to-Twitter"
1275
  msgstr "Utilize um identificador estatico com WP-to-Twitter"
1276
 
1277
+ #: wp-to-twitter-manager.php:629
1278
  msgid "Static Campaign identifier for Google Analytics:"
1279
  msgstr "Identificador estatico para campanha com Google Analytics:"
1280
 
1281
+ #: wp-to-twitter-manager.php:633
1282
  msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
1283
  msgstr "Utilize um identificador dinamico com Google Analytics e WP-to-Twitter"
1284
 
1285
+ #: wp-to-twitter-manager.php:634
1286
  msgid "What dynamic identifier would you like to use?"
1287
  msgstr "Que identificador dinamico você gostaria de usar?"
1288
 
1289
+ #: wp-to-twitter-manager.php:636
1290
  msgid "Category"
1291
  msgstr "Categoria"
1292
 
1293
+ #: wp-to-twitter-manager.php:637
1294
  msgid "Post ID"
1295
  msgstr "ID do Post"
1296
 
1297
+ #: wp-to-twitter-manager.php:638
1298
  msgid "Post Title"
1299
  msgstr "Titulo do Post"
1300
 
1301
+ #: wp-to-twitter-manager.php:639
 
1302
  msgid "Author"
1303
+ msgstr "Autor"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lang/wp-to-twitter-ru_RU.mo CHANGED
Binary file
lang/wp-to-twitter-ru_RU.po CHANGED
@@ -2,1134 +2,1761 @@
2
  # This file is distributed under the same license as the WP to Twitter package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2013-04-11 17:07:11+0000\n"
 
 
 
 
 
 
6
  "MIME-Version: 1.0\n"
7
  "Content-Type: text/plain; charset=UTF-8\n"
8
  "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: WP to Twitter\n"
12
 
13
- #: wp-to-twitter-manager.php:526
14
- msgid "Tags"
15
- msgstr "Метки"
16
 
17
- #: wp-to-twitter-manager.php:542
18
- msgid "Template Tag Settings"
19
- msgstr "Настройка шаблона меток"
 
 
 
 
20
 
21
- #: wp-to-twitter-manager.php:544
22
- msgid "Extracted from the post. If you use the 'Excerpt' field, it will be used instead."
23
- msgstr "Выдержка из статьи. Если Вы используете поле 'Выдержка', то оно будет использоваться вместо этого."
 
 
 
 
 
24
 
25
- #: wp-to-twitter-manager.php:587
26
- msgid "Template tag priority order"
27
- msgstr "Приоритетный порядок шаблона меток"
 
 
 
 
28
 
29
- #: wp-to-twitter-manager.php:588
30
- msgid "The order in which items will be abbreviated or removed from your Tweet if the Tweet is too long to send to Twitter."
 
 
31
  msgstr ""
 
 
32
 
33
- #: wp-to-twitter-manager.php:641
34
- msgid "Author Settings"
35
- msgstr "Настройки автора"
36
 
37
- #: wp-to-twitter-manager.php:646
38
- 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."
 
 
 
39
  msgstr ""
 
 
 
40
 
41
- #: wp-to-twitter-manager.php:650
42
- msgid "Permissions"
43
- msgstr "Разрешения"
 
 
 
44
 
45
- #: wp-to-twitter-manager.php:687
46
- msgid "Error Messages and Debugging"
47
- msgstr "Сообщения об ошибках и отладке"
48
 
49
- #: wp-to-twitter-manager.php:807
50
- msgid "<code>#cat_desc#</code>: custom value from the category description field"
51
- msgstr "<code>#cat_desc#</code>: пользовательское значение в поле описания рубрики"
52
 
53
- #: wp-to-twitter-manager.php:814
54
- msgid "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
 
 
55
  msgstr ""
 
 
 
 
 
 
56
 
57
- #: wp-to-twitter-oauth.php:176
58
- msgid "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> queries</a>."
 
 
 
 
 
 
59
  msgstr ""
 
 
60
 
61
- #: wp-to-twitter-oauth.php:272
62
- 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>"
63
- msgstr "<strong>Совет по устранению неисправности:</strong> При подключении получаете ошибку, что Ваши учетные данные отсутствуют или неправильны? Проверьте свой маркет доступа на чтение и запись. Если нет, то Вам нужно создать новый маркер. <a href=\"http://www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">Прочитайте FAQ</a>"
64
 
65
- #: wp-to-twitter-oauth.php:298 wp-to-twitter-oauth.php:304
66
- msgid "Twitter's server time: "
67
- msgstr "Серверное время Твиттера:"
68
 
69
- #: wp-to-twitter.php:69
70
- 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>"
71
- msgstr "Плагину требуется WordPress версии 3.1.4 или более поздняя <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Пожалуйста, обновите WordPress, чтобы продолжить пользоваться всеми функциями плагина WP в Твиттер!</a>"
72
 
73
- #: wp-to-twitter.php:304
74
- 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."
75
- msgstr ""
76
 
77
- #: wp-to-twitter.php:1279
78
- msgid "Upgrade"
79
- msgstr "Обновить"
80
 
81
- #: wp-to-twitter-manager.php:531
82
- msgid "Use tag slug as hashtag value"
 
 
 
83
  msgstr ""
 
 
84
 
85
- #: wp-to-twitter.php:1024
86
- 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>."
 
 
87
  msgstr ""
 
 
88
 
89
- #: wp-to-twitter-manager.php:176
90
- msgid "WP to Twitter failed to connect with Twitter. Try <a href=\"#wpt_http\">switching to an HTTP connection</a>."
 
 
 
91
  msgstr ""
 
 
 
92
 
93
- #: wp-to-twitter-shorteners.php:445
94
- msgid "Choose a short URL service (account settings below)"
95
- msgstr ""
96
 
97
- #: wp-to-twitter-shorteners.php:451
98
- msgid "YOURLS (on this server)"
99
- msgstr ""
100
 
101
- #: wp-to-twitter-shorteners.php:452
102
- msgid "YOURLS (on a remote server)"
103
- msgstr ""
104
 
105
- #: wp-to-twitter-manager.php:493
106
- msgid "In addition to standard template tags, comments can use <code>#commenter#</code> to post the commenter's name in the Tweet. <em>Use this at your own risk</em>, as it lets anybody who can post a comment on your site post a phrase in your Twitter stream."
107
- msgstr ""
108
 
109
- #: wp-to-twitter.php:60
110
- msgid "The current version of WP Tweets PRO is <strong>%s</strong>. Upgrade for best compatibility!"
111
- msgstr ""
112
 
113
- #: wpt-functions.php:231
114
- 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>."
115
- msgstr ""
116
 
117
- #: wpt-functions.php:233
118
- msgid "Thanks for using WP to Twitter. Please ensure that you can receive email at <code>%s</code>."
119
- msgstr ""
120
 
121
- #: wpt-functions.php:253
122
- msgid "Reply to:"
123
- msgstr ""
124
 
125
- #: wp-to-twitter-manager.php:668
126
- msgid "The lowest user group that can add their Twitter information"
127
- msgstr ""
128
 
129
- #: wp-to-twitter-manager.php:673
130
- msgid "The lowest user group that can see the Custom Tweet options when posting"
131
- msgstr ""
132
 
133
- #: wp-to-twitter-manager.php:678
134
- msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
135
- msgstr ""
136
 
137
- #: wp-to-twitter-manager.php:683
138
- msgid "The lowest user group that can send Twitter updates"
139
- msgstr ""
140
 
141
- #: wp-to-twitter-manager.php:811
142
- msgid "<code>#author#</code>: the post author (@reference if available, otherwise display name)"
 
 
143
  msgstr ""
 
 
144
 
145
- #: wp-to-twitter-manager.php:812
146
- msgid "<code>#displayname#</code>: post author's display name"
147
- msgstr ""
148
 
149
- #: wp-to-twitter.php:274
150
- msgid "This tweet was blank and could not be sent to Twitter."
151
- msgstr ""
152
 
153
- #: wp-to-twitter.php:307
154
- msgid "404 Not Found: The URI requested is invalid or the resource requested does not exist."
155
- msgstr ""
156
 
157
- #: wp-to-twitter.php:310
158
- msgid "406 Not Acceptable: Invalid Format Specified."
159
- msgstr ""
160
 
161
- #: wp-to-twitter.php:313
162
- msgid "429 Too Many Requests: You have exceeded your rate limits."
163
- msgstr ""
164
 
165
- #: wp-to-twitter.php:325
166
- 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."
167
- msgstr ""
168
 
169
- #: wp-to-twitter.php:967
170
- msgid "Your prepended Tweet text; not part of your template."
171
- msgstr ""
172
 
173
- #: wp-to-twitter.php:970
174
- msgid "Your appended Tweet text; not part of your template."
175
- msgstr ""
176
 
177
- #: wp-to-twitter.php:1072
178
- msgid "Your role does not have the ability to Post Tweets from this site."
179
- msgstr ""
180
 
181
- #: wp-to-twitter.php:1178
182
- msgid "Hide account name in Tweets"
183
- msgstr ""
184
 
185
- #: wp-to-twitter.php:1179
186
- msgid "Do not display my account in the #account# template tag."
 
 
187
  msgstr ""
 
 
188
 
189
- #: wpt-functions.php:256
190
- msgid "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</span>"
191
- msgstr ""
192
 
193
- #: wpt-functions.php:259
194
- msgid "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
 
 
195
  msgstr ""
 
 
196
 
197
- #: wpt-functions.php:262
198
- msgid "Support Request:"
199
- msgstr "Запрос поддержки:"
200
 
201
- #: wp-to-twitter-manager.php:472
202
- msgid "Settings for type \"%1$s\""
203
- msgstr ""
204
 
205
- #: wp-to-twitter-manager.php:475
206
- msgid "Update when %1$s %2$s is published"
207
  msgstr ""
 
208
 
209
- #: wp-to-twitter-manager.php:475
210
- msgid "Text for new %1$s updates"
211
- msgstr ""
212
 
213
- #: wp-to-twitter-manager.php:479
214
- msgid "Update when %1$s %2$s is edited"
 
 
215
  msgstr ""
 
 
216
 
217
- #: wp-to-twitter-manager.php:479
218
- msgid "Text for %1$s editing updates"
219
- msgstr ""
220
 
221
- #: wp-to-twitter-oauth.php:209
222
- msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
223
- msgstr ""
224
 
225
- #: wp-to-twitter-shorteners.php:454
226
- msgid "Use Twitter Friendly Links."
227
- msgstr ""
228
 
229
- #: wp-to-twitter-shorteners.php:288
230
- msgid "View your Bit.ly username and API key"
231
- msgstr ""
232
 
233
- #: wp-to-twitter-shorteners.php:333
234
- msgid "Your shortener does not require any account settings."
235
- msgstr ""
236
 
237
- #: wp-to-twitter.php:288
238
- msgid "Your Twitter application does not have read and write permissions. Go to <a href=\"%s\">your Twitter apps</a> to modify these settings."
239
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
240
 
241
- #: wp-to-twitter.php:1044
242
- msgid "Failed Tweets"
243
- msgstr ""
244
 
245
- #: wp-to-twitter.php:1059
246
- msgid "No failed tweets on this post."
247
  msgstr ""
 
248
 
249
- #: wp-to-twitter-manager.php:785
250
- msgid "Upgrade to <strong>WP Tweets PRO</strong> for more options!"
251
- msgstr ""
252
 
253
- #: wp-to-twitter-manager.php:817
254
- 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."
255
- msgstr ""
256
 
257
- #: wp-to-twitter-oauth.php:276
258
- msgid "WP to Twitter could not contact Twitter's remote server. Here is the error triggered: "
259
- msgstr ""
260
 
261
- #: wp-to-twitter.php:259
262
- msgid "This account is not authorized to post to Twitter."
263
- msgstr ""
264
 
265
- #: wp-to-twitter.php:268
266
- msgid "This tweet is identical to another Tweet recently sent to this account."
267
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
268
 
269
- #: wp-to-twitter.php:959
270
- msgid "WP to Twitter can do more for you! Take a look at WP Tweets Pro!"
 
 
 
 
271
  msgstr ""
 
 
 
 
272
 
273
- #: wp-to-twitter-shorteners.php:254
274
- msgid "(optional)"
 
 
 
 
275
  msgstr ""
 
 
276
 
277
- #: wp-to-twitter-manager.php:599
278
- msgid "Do not post Tweets by default (editing only)"
 
279
  msgstr ""
 
 
280
 
281
- #: wp-to-twitter-manager.php:809
282
- msgid "<code>#modified#</code>: the post modified date"
283
  msgstr ""
 
 
284
 
285
- #: wp-to-twitter-oauth.php:274
286
- msgid "Your time stamps are more than 5 minutes apart. Your server could lose its connection with Twitter."
287
  msgstr ""
 
 
288
 
289
- #: wp-to-twitter-manager.php:644
290
- msgid "Authors have individual Twitter accounts"
291
- msgstr "Авторы имеют индивидуальные Твиттер аккаунты"
292
 
293
- #: wp-to-twitter-manager.php:689
294
  msgid "Disable global URL shortener error messages."
295
- msgstr ""
296
 
297
- #: wp-to-twitter-manager.php:690
298
  msgid "Disable global Twitter API error messages."
299
- msgstr ""
300
 
301
- #: wp-to-twitter-manager.php:692
302
  msgid "Get Debugging Data for OAuth Connection"
303
- msgstr ""
304
 
305
- #: wp-to-twitter-manager.php:694
306
  msgid "Switch to <code>http</code> connection. (Default is https)"
307
- msgstr ""
308
 
309
- #: wp-to-twitter-manager.php:696
310
  msgid "I made a donation, so stop whinging at me, please."
311
- msgstr ""
312
 
313
- #: wp-to-twitter-manager.php:710
314
  msgid "Limit Updating Categories"
315
- msgstr ""
316
 
317
- #: wp-to-twitter-manager.php:713
318
- msgid "If no categories are checked, limiting by category will be ignored, and all categories will be Tweeted."
 
 
319
  msgstr ""
 
 
320
 
321
- #: wp-to-twitter-manager.php:714
322
  msgid "<em>Category limits are disabled.</em>"
323
- msgstr ""
324
 
325
- #: wp-to-twitter-manager.php:723
326
  msgid "Get Plug-in Support"
327
- msgstr ""
328
 
329
- #: wp-to-twitter-manager.php:734
330
  msgid "Check Support"
331
- msgstr "Проверить поддержку"
332
-
333
- #: wp-to-twitter-manager.php:734
334
- 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."
335
- msgstr ""
336
 
337
- #: wp-to-twitter-manager.php:752
 
 
 
 
 
 
 
 
 
 
 
 
 
338
  msgid "Support WP to Twitter"
339
- msgstr ""
340
 
341
- #: wp-to-twitter-manager.php:754
342
  msgid "WP to Twitter Support"
343
- msgstr ""
344
 
345
- #: wp-to-twitter-manager.php:762 wp-to-twitter.php:1065 wp-to-twitter.php:1067
346
  msgid "Get Support"
347
- msgstr "Получить поддержку"
348
 
349
- #: wp-to-twitter-manager.php:765
350
- 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!"
 
 
 
351
  msgstr ""
 
 
 
352
 
353
- #: wp-to-twitter-manager.php:783
354
  msgid "Upgrade Now!"
 
 
 
 
355
  msgstr ""
 
 
356
 
357
- #: wp-to-twitter-manager.php:786
358
  msgid "Extra features with the PRO upgrade:"
359
- msgstr ""
 
 
 
 
360
 
361
  #: wp-to-twitter-manager.php:788
362
- msgid "Users can post to their own Twitter accounts"
363
  msgstr ""
 
 
364
 
365
  #: wp-to-twitter-manager.php:789
366
- msgid "Set a timer to send your Tweet minutes or hours after you publish the post"
367
- msgstr ""
368
 
369
  #: wp-to-twitter-manager.php:790
370
- msgid "Automatically re-send Tweets at an assigned time after publishing"
371
- msgstr ""
372
 
373
  #: wp-to-twitter-manager.php:799
374
  msgid "Shortcodes"
375
- msgstr ""
376
 
377
  #: wp-to-twitter-manager.php:801
378
  msgid "Available in post update templates:"
379
- msgstr ""
380
 
381
  #: wp-to-twitter-manager.php:803
382
  msgid "<code>#title#</code>: the title of your blog post"
383
- msgstr ""
384
 
385
  #: wp-to-twitter-manager.php:804
386
  msgid "<code>#blog#</code>: the title of your blog"
387
- msgstr ""
388
 
389
  #: wp-to-twitter-manager.php:805
390
  msgid "<code>#post#</code>: a short excerpt of the post content"
391
- msgstr ""
392
 
393
  #: wp-to-twitter-manager.php:806
394
  msgid "<code>#category#</code>: the first selected category for the post"
 
 
 
 
 
395
  msgstr ""
 
396
 
397
  #: wp-to-twitter-manager.php:808
398
  msgid "<code>#date#</code>: the post date"
399
- msgstr ""
 
 
 
 
400
 
401
  #: wp-to-twitter-manager.php:810
402
  msgid "<code>#url#</code>: the post URL"
 
 
 
 
 
 
403
  msgstr ""
 
 
 
 
 
 
404
 
405
  #: wp-to-twitter-manager.php:813
406
- msgid "<code>#account#</code>: the twitter @reference for the account (or the author, if author settings are enabled and set.)"
 
 
 
 
 
 
 
 
 
407
  msgstr ""
 
 
408
 
409
  #: wp-to-twitter-manager.php:815
410
- msgid "<code>#tags#</code>: your tags modified into hashtags. See options in the Advanced Settings section, below."
 
 
 
 
 
 
 
 
 
 
 
411
  msgstr ""
 
 
 
412
 
413
  #: wp-to-twitter-manager.php:820
414
- 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>"
 
 
 
 
415
  msgstr ""
 
 
 
 
416
 
417
- #: wp-to-twitter-oauth.php:107
418
  msgid "WP to Twitter was unable to establish a connection to Twitter."
 
 
 
 
 
 
419
  msgstr ""
 
 
420
 
421
- #: wp-to-twitter-oauth.php:177
422
  msgid "There was an error querying Twitter's servers"
 
 
 
 
 
 
423
  msgstr ""
 
 
424
 
425
- #: wp-to-twitter-oauth.php:201 wp-to-twitter-oauth.php:203
426
  msgid "Connect to Twitter"
427
- msgstr ""
428
 
429
- #: wp-to-twitter-oauth.php:206
430
  msgid "WP to Twitter Set-up"
431
- msgstr ""
432
 
433
- #: wp-to-twitter-oauth.php:207 wp-to-twitter-oauth.php:298
434
- #: wp-to-twitter-oauth.php:303
435
  msgid "Your server time:"
436
- msgstr ""
437
 
438
- #: wp-to-twitter-oauth.php:207
439
  msgid "Twitter's time:"
 
 
 
 
 
 
440
  msgstr ""
 
 
441
 
442
- #: wp-to-twitter-oauth.php:207
443
- msgid "If these timestamps are not within 5 minutes of each other, your server will not connect to Twitter."
444
  msgstr ""
 
445
 
446
- #: wp-to-twitter-oauth.php:213
447
  msgid "1. Register this site as an application on "
448
- msgstr ""
449
 
450
- #: wp-to-twitter-oauth.php:213
451
  msgid "Twitter's application registration page"
452
- msgstr ""
453
 
454
- #: wp-to-twitter-oauth.php:215
455
- msgid "If you're not currently logged in to Twitter, log-in to the account you want associated with this site"
 
 
456
  msgstr ""
 
 
457
 
458
- #: wp-to-twitter-oauth.php:216
459
- msgid "Your Application's Name will show up after \"via\" in your twitter stream. Your application name cannot include the word \"Twitter.\""
460
- msgstr ""
461
 
462
- #: wp-to-twitter-oauth.php:217
463
  msgid "Your Application Description can be anything."
464
- msgstr ""
465
 
466
- #: wp-to-twitter-oauth.php:218
467
  msgid "The WebSite and Callback URL should be "
468
- msgstr ""
469
 
470
- #: wp-to-twitter-oauth.php:220
471
  msgid "Agree to the Developer Rules of the Road and continue."
472
- msgstr ""
473
 
474
- #: wp-to-twitter-oauth.php:221
475
  msgid "2. Switch to the \"Settings\" tab in Twitter apps"
476
- msgstr ""
477
 
478
- #: wp-to-twitter-oauth.php:223
 
 
 
 
479
  msgid "Select \"Read and Write\" for the Application Type"
480
- msgstr ""
481
 
482
- #: wp-to-twitter-oauth.php:224
483
  msgid "Update the application settings"
484
- msgstr ""
485
 
486
- #: wp-to-twitter-oauth.php:225
487
- msgid "Return to the Details tab and create your access token. Refresh page to view your access tokens."
488
- msgstr ""
489
 
490
- #: wp-to-twitter-oauth.php:227
491
- msgid "Once you have registered your site as an application, you will be provided with four keys."
 
 
492
  msgstr ""
 
 
493
 
494
- #: wp-to-twitter-oauth.php:228
495
- msgid "3. Copy and paste your consumer key and consumer secret into the fields below"
 
496
  msgstr ""
 
497
 
498
- #: wp-to-twitter-oauth.php:231
499
  msgid "Twitter Consumer Key"
500
- msgstr ""
501
 
502
- #: wp-to-twitter-oauth.php:235
503
  msgid "Twitter Consumer Secret"
504
- msgstr ""
505
 
506
- #: wp-to-twitter-oauth.php:239
507
- msgid "4. Copy and paste your Access Token and Access Token Secret into the fields below"
 
 
508
  msgstr ""
 
509
 
510
- #: wp-to-twitter-oauth.php:240
511
- 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."
 
 
512
  msgstr ""
 
 
 
513
 
514
- #: wp-to-twitter-oauth.php:243
515
  msgid "Access Token"
516
- msgstr ""
517
 
518
- #: wp-to-twitter-oauth.php:247
519
  msgid "Access Token Secret"
520
- msgstr ""
521
 
522
- #: wp-to-twitter-oauth.php:266
523
  msgid "Disconnect Your WordPress and Twitter Account"
524
- msgstr ""
525
 
526
- #: wp-to-twitter-oauth.php:270
527
  msgid "Disconnect your WordPress and Twitter Account"
528
- msgstr ""
529
 
530
- #: wp-to-twitter-oauth.php:280
531
- msgid "Disconnect from Twitter"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
532
  msgstr ""
 
 
533
 
534
  #: wp-to-twitter-oauth.php:286
535
- msgid "Twitter Username "
 
 
536
  msgstr ""
 
 
 
 
 
 
 
 
 
537
 
538
- #: wp-to-twitter-oauth.php:287
539
  msgid "Consumer Key "
540
- msgstr ""
541
 
542
- #: wp-to-twitter-oauth.php:288
543
  msgid "Consumer Secret "
544
- msgstr ""
545
 
546
- #: wp-to-twitter-oauth.php:289
547
  msgid "Access Token "
548
- msgstr ""
549
 
550
- #: wp-to-twitter-oauth.php:290
551
  msgid "Access Token Secret "
552
- msgstr ""
553
 
554
- #: wp-to-twitter.php:42
555
- msgid "WP to Twitter requires PHP version 5 or above. Please upgrade PHP to run WP to Twitter."
556
- msgstr ""
557
 
558
- #: wp-to-twitter-oauth.php:192
559
- msgid "Twitter requires authentication by OAuth. You will need to <a href='%s'>update your settings</a> to complete installation of WP to Twitter."
 
 
560
  msgstr ""
 
 
561
 
562
- #: wp-to-twitter.php:293
563
- msgid "200 OK: Success!"
564
- msgstr ""
565
 
566
- #: wp-to-twitter.php:297
567
- msgid "400 Bad Request: The request was invalid. This is the status code returned during rate limiting."
568
- msgstr ""
569
 
570
- #: wp-to-twitter.php:300
571
- msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
572
- msgstr ""
573
 
574
- #: wp-to-twitter.php:316
575
- msgid "500 Internal Server Error: Something is broken at Twitter."
576
- msgstr ""
 
577
 
578
- #: wp-to-twitter.php:322
579
- msgid "503 Service Unavailable: The Twitter servers are up, but overloaded with requests - Please try again later."
 
 
 
580
  msgstr ""
 
 
 
581
 
582
- #: wp-to-twitter.php:319
583
- msgid "502 Bad Gateway: Twitter is down or being upgraded."
584
- msgstr ""
585
 
586
- #: wp-to-twitter.php:354
587
- msgid "No Twitter OAuth connection found."
588
- msgstr ""
589
 
590
- #: wp-to-twitter.php:1030
591
- msgid "Previous Tweets"
 
592
  msgstr ""
 
593
 
594
- #: wp-to-twitter.php:962
595
- msgid "Custom Twitter Post"
596
- msgstr ""
597
 
598
- #: wp-to-twitter.php:986
599
- msgid "Your template:"
600
- msgstr ""
601
 
602
- #: wp-to-twitter.php:991
603
- msgid "YOURLS Custom Keyword"
604
- msgstr ""
605
 
606
- #: wp-to-twitter.php:1065
607
- msgid "Upgrade to WP Tweets Pro"
 
 
608
  msgstr ""
 
 
609
 
610
- #: wp-to-twitter.php:1003
611
- msgid "Don't Tweet this post."
612
- msgstr "Не Твитить это сообщение."
613
 
614
- #: wp-to-twitter.php:1003
615
- msgid "Tweet this post."
616
- msgstr ""
617
 
618
- #: wp-to-twitter.php:1015
619
- msgid "Access to customizing WP to Twitter values is not allowed for your user role."
620
- msgstr ""
621
 
622
- #: wp-to-twitter.php:1104
623
- msgid "Characters left: "
624
- msgstr ""
625
 
626
- #: wp-to-twitter.php:1164
627
- msgid "WP Tweets User Settings"
628
- msgstr ""
629
 
630
- #: wp-to-twitter.php:1168
631
- msgid "Use My Twitter Username"
632
- msgstr ""
633
 
634
- #: wp-to-twitter.php:1169
635
- msgid "Tweet my posts with an @ reference to my username."
636
- msgstr ""
637
 
638
- #: wp-to-twitter.php:1170
639
- msgid "Tweet my posts with an @ reference to both my username and to the main site username."
640
- msgstr ""
641
 
642
- #: wp-to-twitter.php:1174
643
- msgid "Your Twitter Username"
644
- msgstr "Ваше имя пользователя Twitter "
645
 
646
- #: wp-to-twitter.php:1175
647
- msgid "Enter your own Twitter username."
648
- msgstr "Введите свое имя пользователя Twitter."
649
 
650
- #: wp-to-twitter.php:1231
651
- msgid "Check off categories to tweet"
652
- msgstr ""
653
 
654
- #: wp-to-twitter.php:1235
655
- msgid "Do not tweet posts in checked categories (Reverses default behavior)"
656
- msgstr ""
657
 
658
- #: wp-to-twitter.php:1252
659
- 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."
 
 
660
  msgstr ""
 
 
661
 
662
- #: wp-to-twitter.php:1255
663
- msgid "Set Categories"
664
- msgstr ""
665
 
666
- #: wp-to-twitter.php:1278
667
- msgid "Settings"
668
- msgstr "Настройки"
 
 
 
669
 
670
- #: wp-to-twitter.php:1316
671
- msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
 
 
672
  msgstr ""
 
673
 
674
- msgid "WP to Twitter"
675
- msgstr "WP to Twitter"
 
676
 
677
- msgid "http://www.joedolson.com/articles/wp-to-twitter/"
678
- msgstr "http://www.joedolson.com/articles/wp-to-twitter/"
 
679
 
680
- msgid "Posts a Tweet when you update your WordPress blog or post to your blogroll, using your chosen URL shortening service. Rich in features for customizing and promoting your Tweets."
681
- msgstr ""
 
682
 
683
- msgid "Joseph Dolson"
684
- msgstr "Joseph Dolson"
 
685
 
686
- msgid "http://www.joedolson.com/"
687
- msgstr "http://www.joedolson.com/"
 
688
 
689
- #: wpt-functions.php:225
690
- msgid "Please read the FAQ and other Help documents before making a support request."
 
 
691
  msgstr ""
 
 
692
 
693
- #: wpt-functions.php:227
694
- msgid "Please describe your problem. I'm not psychic."
695
- msgstr ""
696
 
697
- #: wpt-functions.php:248
698
- 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."
699
- msgstr ""
700
 
701
- #: wpt-functions.php:265
702
- msgid "Send Support Request"
 
 
703
  msgstr ""
 
 
704
 
705
- #: wpt-functions.php:268
706
- msgid "The following additional information will be sent with your support request:"
707
- msgstr ""
708
 
709
- #: wp-to-twitter-manager.php:39
710
- msgid "No error information is available for your shortener."
711
- msgstr ""
712
 
713
- #: wp-to-twitter-manager.php:41
714
- msgid "<li class=\"error\"><strong>WP to Twitter was unable to contact your selected URL shortening service.</strong></li>"
715
- msgstr ""
716
 
717
- #: wp-to-twitter-manager.php:44
718
- msgid "<li><strong>WP to Twitter successfully contacted your selected URL shortening service.</strong> The following link should point to your blog homepage:"
719
- msgstr ""
720
 
721
- #: wp-to-twitter-manager.php:52
722
- msgid "<li><strong>WP to Twitter successfully submitted a status update to Twitter.</strong></li>"
723
- msgstr ""
724
 
725
- #: wp-to-twitter-manager.php:55
726
- msgid "<li class=\"error\"><strong>WP to Twitter failed to submit an update to Twitter.</strong></li>"
727
- msgstr ""
728
 
729
- #: wp-to-twitter-manager.php:59
730
- msgid "You have not connected WordPress to Twitter."
731
- msgstr ""
732
 
733
- #: wp-to-twitter-manager.php:63
734
- 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>"
735
- msgstr ""
736
 
737
- #: wp-to-twitter-manager.php:67
738
- msgid "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
739
- msgstr "<li><strong>Ваш сервер дожнен успешно работать с WP to Twitter.</strong></li>"
740
 
741
- #: wp-to-twitter-manager.php:85
742
- msgid "WP to Twitter Errors Cleared"
743
- msgstr "WP to Twitter ошибки очищены"
744
 
745
- #: wp-to-twitter-manager.php:169
746
- msgid "WP to Twitter is now connected with Twitter."
747
- msgstr ""
748
 
749
- #: wp-to-twitter-manager.php:183
750
- msgid "OAuth Authentication Data Cleared."
 
 
751
  msgstr ""
 
 
752
 
753
- #: wp-to-twitter-manager.php:190
754
- 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."
755
  msgstr ""
 
 
756
 
757
- #: wp-to-twitter-manager.php:197
758
- msgid "OAuth Authentication response not understood."
 
 
 
 
 
759
  msgstr ""
 
760
 
761
- #: wp-to-twitter-manager.php:360
762
- msgid "WP to Twitter Advanced Options Updated"
 
 
763
  msgstr ""
 
 
764
 
765
- #: wp-to-twitter-shorteners.php:427
766
- msgid "You must add your Bit.ly login and API key in order to shorten URLs with Bit.ly."
767
- msgstr "Вы должны добавить свой Bit.ly логин и API key для того, чтобы сократить URL используя Bit.ly."
768
 
769
- #: wp-to-twitter-shorteners.php:431
770
- msgid "You must add your YOURLS remote URL, login, and password in order to shorten URLs with a remote installation of YOURLS."
 
 
771
  msgstr ""
 
772
 
773
- #: wp-to-twitter-shorteners.php:435
774
- msgid "You must add your YOURLS server path in order to shorten URLs with a remote installation of YOURLS."
 
775
  msgstr ""
 
 
776
 
777
- #: wp-to-twitter-manager.php:382
778
- msgid "WP to Twitter Options Updated"
779
- msgstr "WP to Twitter параметры обновлены"
780
 
781
- #: wp-to-twitter-manager.php:391
782
- msgid "Category limits updated."
 
 
783
  msgstr ""
 
 
784
 
785
- #: wp-to-twitter-manager.php:395
786
- msgid "Category limits unset."
 
 
 
787
  msgstr ""
 
 
 
788
 
789
- #: wp-to-twitter-shorteners.php:345
790
- msgid "YOURLS password updated. "
791
- msgstr ""
792
 
793
- #: wp-to-twitter-shorteners.php:348
794
- msgid "YOURLS password deleted. You will be unable to use your remote YOURLS account to create short URLS."
 
 
795
  msgstr ""
 
 
796
 
797
- #: wp-to-twitter-shorteners.php:350
798
- msgid "Failed to save your YOURLS password! "
 
 
799
  msgstr ""
 
 
800
 
801
- #: wp-to-twitter-shorteners.php:354
802
- msgid "YOURLS username added. "
803
- msgstr ""
804
 
805
- #: wp-to-twitter-shorteners.php:358
806
- msgid "YOURLS API url added. "
807
- msgstr ""
808
 
809
- #: wp-to-twitter-shorteners.php:361
810
- msgid "YOURLS API url removed. "
811
- msgstr ""
812
 
813
- #: wp-to-twitter-shorteners.php:366
814
- msgid "YOURLS local server path added. "
815
- msgstr ""
816
 
817
- #: wp-to-twitter-shorteners.php:368
818
- msgid "The path to your YOURLS installation is not correct. "
 
 
819
  msgstr ""
 
820
 
821
- #: wp-to-twitter-shorteners.php:372
822
- msgid "YOURLS local server path removed. "
 
 
823
  msgstr ""
 
 
824
 
825
- #: wp-to-twitter-shorteners.php:377
826
- msgid "YOURLS will use Post ID for short URL slug."
 
 
827
  msgstr ""
 
 
828
 
829
- #: wp-to-twitter-shorteners.php:379
830
- msgid "YOURLS will use your custom keyword for short URL slug."
 
 
831
  msgstr ""
 
 
832
 
833
- #: wp-to-twitter-shorteners.php:383
834
- msgid "YOURLS will not use Post ID for the short URL slug."
835
- msgstr ""
836
 
837
- #: wp-to-twitter-shorteners.php:391
838
- msgid "Su.pr API Key and Username Updated"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
839
  msgstr ""
 
 
840
 
841
- #: wp-to-twitter-shorteners.php:395
842
- msgid "Su.pr API Key and username deleted. Su.pr URLs created by WP to Twitter will no longer be associated with your account. "
 
 
 
843
  msgstr ""
 
 
 
844
 
845
- #: wp-to-twitter-shorteners.php:397
846
- msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
 
 
 
847
  msgstr ""
 
 
 
848
 
849
- #: wp-to-twitter-shorteners.php:403
850
- msgid "Bit.ly API Key Updated."
851
- msgstr "Bit.ly API Key обновлен."
852
 
853
- #: wp-to-twitter-shorteners.php:406
854
- msgid "Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
855
- msgstr "Bit.ly API Key удален. Вы не можете использовать Bit.ly API без API key. "
 
856
 
857
- #: wp-to-twitter-shorteners.php:408
858
- 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."
859
- msgstr "Bit.ly API Key не добавлен - <a href='http://bit.ly/account/'>получить здесь</a>! API key должен использовать сервис сокращения URL Bit.ly."
860
 
861
- #: wp-to-twitter-shorteners.php:412
862
- msgid " Bit.ly User Login Updated."
863
- msgstr " Bit.ly логин пользователя обновлен."
 
 
 
 
 
864
 
865
- #: wp-to-twitter-shorteners.php:415
866
- msgid "Bit.ly User Login deleted. You cannot use the Bit.ly API without providing your username. "
867
- msgstr "Bit.ly логин пользователя удален. Вы не можете использовать Bit.ly API без Вашего логина. "
868
 
869
- #: wp-to-twitter-shorteners.php:417
870
- msgid "Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
871
- msgstr "Bit.ly логин не добавлен - <a href='http://bit.ly/account/'>получить здесь</a>! "
872
 
873
- #: wp-to-twitter-manager.php:414
874
- 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>"
875
- msgstr ""
 
 
876
 
877
- #: wp-to-twitter-manager.php:420
878
- 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. "
879
- msgstr "Извините! Я не могу соединиться с серверами Twitter для отправки Вашей <strong>новой ссылки</strong>! Я боюсь, что Вам придется разместить ее вручную."
 
880
 
881
- #: wp-to-twitter-manager.php:423
882
- 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>"
 
 
 
883
  msgstr ""
 
 
 
884
 
885
- #: wp-to-twitter-manager.php:429
886
- msgid "Clear 'WP to Twitter' Error Messages"
887
- msgstr "Очистить 'WP to Twitter' сообщения об ошибках"
 
 
888
 
889
- #: wp-to-twitter-manager.php:435
890
- msgid "WP to Twitter Options"
891
- msgstr "WP to Twitter параметры"
892
 
893
- #: wp-to-twitter-manager.php:448
894
- msgid "Basic Settings"
895
  msgstr ""
 
 
896
 
897
- #: wp-to-twitter-manager.php:454 wp-to-twitter-manager.php:507
898
- msgid "Save WP->Twitter Options"
899
- msgstr "Сохранить WP->Twitter параметры"
900
 
901
- #: wp-to-twitter-manager.php:487
902
- msgid "Settings for Comments"
903
- msgstr ""
904
 
905
- #: wp-to-twitter-manager.php:490
906
- msgid "Update Twitter when new comments are posted"
907
- msgstr ""
908
 
909
- #: wp-to-twitter-manager.php:491
910
- msgid "Text for new comments:"
 
 
911
  msgstr ""
 
 
912
 
913
- #: wp-to-twitter-manager.php:496
914
- msgid "Settings for Links"
 
 
915
  msgstr ""
 
 
916
 
917
- #: wp-to-twitter-manager.php:499
918
- msgid "Update Twitter when you post a Blogroll link"
919
- msgstr "Обновить Twitter, когда разместите Blogroll ссылку"
920
 
921
- #: wp-to-twitter-manager.php:500
922
- msgid "Text for new link updates:"
923
- msgstr "Текст обновления для новой ссылки:"
924
 
925
- #: wp-to-twitter-manager.php:500
926
- msgid "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
927
- msgstr "Доступные коды: <code>#url#</code>, <code>#title#</code>, и <code>#description#</code>."
928
 
929
- #: wp-to-twitter-shorteners.php:447
930
- msgid "Don't shorten URLs."
931
- msgstr "Не сокращать URL."
932
 
933
- #: wp-to-twitter-shorteners.php:250
934
- msgid "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account Settings"
935
- msgstr ""
936
 
937
- #: wp-to-twitter-shorteners.php:254
938
- msgid "Your Su.pr account details"
939
- msgstr ""
940
 
941
- #: wp-to-twitter-shorteners.php:259
942
- msgid "Your Su.pr Username:"
943
- msgstr ""
944
 
945
- #: wp-to-twitter-shorteners.php:263
946
- msgid "Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
 
 
 
 
 
 
 
 
 
 
947
  msgstr ""
 
 
948
 
949
- #: wp-to-twitter-shorteners.php:270
950
- 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."
 
 
951
  msgstr ""
 
 
952
 
953
- #: wp-to-twitter-shorteners.php:276
954
- msgid "Your Bit.ly account details"
955
- msgstr "Настройки Вашей учетной записи Bit.ly"
 
956
 
957
- #: wp-to-twitter-shorteners.php:281
958
- msgid "Your Bit.ly username:"
959
- msgstr "Имя Вашей учетной записи в Bit.ly:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
960
 
961
- #: wp-to-twitter-shorteners.php:285
962
- msgid "Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
963
- msgstr "Ваш Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
964
 
965
- #: wp-to-twitter-shorteners.php:293
966
- msgid "Save Bit.ly API Key"
967
- msgstr "Сохранить Bit.ly API Key"
968
 
969
- #: wp-to-twitter-shorteners.php:293
970
- msgid "Clear Bit.ly API Key"
971
- msgstr "Удалить Bit.ly API Key"
972
 
973
- #: wp-to-twitter-shorteners.php:293
974
- msgid "A Bit.ly API key and username is required to shorten URLs via the Bit.ly API and WP to Twitter."
975
- msgstr "Bit.ly API key и имя учетной записи требуется для сокращения URL через Bit.ly API и WP to Twitter."
976
 
977
- #: wp-to-twitter-shorteners.php:299
978
- msgid "Your YOURLS account details"
979
- msgstr ""
980
 
981
- #: wp-to-twitter-shorteners.php:304
982
- msgid "Path to your YOURLS config file (Local installations)"
983
- msgstr ""
984
 
985
- #: wp-to-twitter-shorteners.php:305 wp-to-twitter-shorteners.php:309
986
- msgid "Example:"
987
- msgstr ""
988
 
989
- #: wp-to-twitter-shorteners.php:308
990
- msgid "URI to the YOURLS API (Remote installations)"
991
- msgstr ""
992
 
993
- #: wp-to-twitter-shorteners.php:312
994
- msgid "Your YOURLS username:"
995
- msgstr ""
996
 
997
- #: wp-to-twitter-shorteners.php:316
998
- msgid "Your YOURLS password:"
 
 
999
  msgstr ""
 
 
1000
 
1001
- #: wp-to-twitter-shorteners.php:316
1002
- msgid "<em>Saved</em>"
1003
- msgstr ""
1004
 
1005
- #: wp-to-twitter-shorteners.php:320
1006
- msgid "Post ID for YOURLS url slug."
1007
- msgstr ""
1008
 
1009
- #: wp-to-twitter-shorteners.php:321
1010
- msgid "Custom keyword for YOURLS url slug."
 
 
 
 
 
 
 
 
 
 
 
 
1011
  msgstr ""
 
1012
 
1013
- #: wp-to-twitter-shorteners.php:322
1014
- msgid "Default: sequential URL numbering."
 
 
1015
  msgstr ""
 
 
1016
 
1017
- #: wp-to-twitter-shorteners.php:328
1018
- msgid "Save YOURLS Account Info"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1019
  msgstr ""
 
 
1020
 
1021
- #: wp-to-twitter-shorteners.php:328
1022
- msgid "Clear YOURLS password"
 
 
 
1023
  msgstr ""
 
 
 
1024
 
1025
- #: wp-to-twitter-shorteners.php:328
1026
- msgid "A YOURLS password and username is required to shorten URLs via the remote YOURLS API and WP to Twitter."
 
 
 
 
 
1027
  msgstr ""
 
 
1028
 
1029
- #: wp-to-twitter-manager.php:518
1030
- msgid "Advanced Settings"
 
 
 
 
 
 
 
1031
  msgstr ""
 
 
1032
 
1033
- #: wp-to-twitter-manager.php:523 wp-to-twitter-manager.php:702
1034
- msgid "Save Advanced WP->Twitter Options"
 
 
1035
  msgstr ""
 
 
1036
 
1037
- #: wp-to-twitter-manager.php:528
1038
- msgid "Strip nonalphanumeric characters from tags"
 
 
 
1039
  msgstr ""
 
 
 
1040
 
1041
- #: wp-to-twitter-manager.php:534
1042
- msgid "Spaces in tags replaced with:"
 
 
1043
  msgstr ""
 
 
1044
 
1045
- #: wp-to-twitter-manager.php:537
1046
- msgid "Maximum number of tags to include:"
1047
- msgstr "Максимальное число тэгов для включения:"
1048
 
1049
- #: wp-to-twitter-manager.php:538
1050
- msgid "Maximum length in characters for included tags:"
1051
- msgstr "Максимальная длина в символах для включенных тегов:"
1052
 
1053
- #: wp-to-twitter-manager.php:544
1054
- msgid "Length of post excerpt (in characters):"
1055
- msgstr "Длина выдержки из сообщения символах):"
1056
 
1057
- #: wp-to-twitter-manager.php:547
1058
- msgid "WP to Twitter Date Formatting:"
1059
- msgstr "WP to Twitter форматирование даты:"
1060
 
1061
- #: wp-to-twitter-manager.php:547
1062
- msgid "Default is from your general settings. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
1063
- msgstr "По умолчанию из общих настроек. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
1064
 
1065
- #: wp-to-twitter-manager.php:551
1066
- msgid "Custom text before all Tweets:"
 
 
1067
  msgstr ""
 
1068
 
1069
- #: wp-to-twitter-manager.php:554
1070
- msgid "Custom text after all Tweets:"
1071
- msgstr ""
 
1072
 
1073
- #: wp-to-twitter-manager.php:557
1074
- msgid "Custom field for an alternate URL to be shortened and Tweeted:"
1075
- msgstr "Пользовательское поле для альтернативных URL, чтобы сократить и 'затвиттить':"
1076
 
1077
- #: wp-to-twitter-manager.php:594
1078
- msgid "Special Cases when WordPress should send a Tweet"
1079
- msgstr "Специальные случаи, когда WordPress должен отправить сообщение"
1080
 
1081
- #: wp-to-twitter-manager.php:597
1082
- msgid "Do not post Tweets by default"
 
1083
  msgstr ""
 
1084
 
1085
- #: wp-to-twitter-manager.php:603
1086
- msgid "Allow status updates from Quick Edit"
1087
- msgstr ""
1088
 
1089
- #: wp-to-twitter-manager.php:608
1090
- msgid "Delaying tweets with WP Tweets PRO moves Tweeting to an publishing-independent action."
1091
- msgstr ""
1092
 
1093
- #: wp-to-twitter-manager.php:615
1094
- msgid "Send Twitter Updates on remote publication (Post by Email or XMLRPC Client)"
1095
- msgstr "Отправить обновления Twitter по удаленной публикации (Сообщение по email или XMLRPC клиент)"
1096
 
1097
- #: wp-to-twitter-manager.php:620
1098
- msgid "Google Analytics Settings"
1099
- msgstr ""
1100
 
1101
- #: wp-to-twitter-manager.php:621
1102
- 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."
1103
- msgstr ""
1104
 
1105
- #: wp-to-twitter-manager.php:625
1106
- msgid "Use a Static Identifier with WP-to-Twitter"
1107
- msgstr ""
1108
 
1109
- #: wp-to-twitter-manager.php:626
1110
- msgid "Static Campaign identifier for Google Analytics:"
1111
- msgstr ""
1112
 
1113
- #: wp-to-twitter-manager.php:630
1114
- msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
1115
- msgstr ""
1116
 
1117
- #: wp-to-twitter-manager.php:631
1118
- msgid "What dynamic identifier would you like to use?"
1119
- msgstr ""
1120
 
1121
- #: wp-to-twitter-manager.php:633
1122
- msgid "Category"
1123
- msgstr ""
1124
 
1125
- #: wp-to-twitter-manager.php:634
1126
- msgid "Post ID"
1127
- msgstr ""
1128
 
1129
- #: wp-to-twitter-manager.php:635
1130
- msgid "Post Title"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1131
  msgstr ""
 
 
 
1132
 
1133
- #: wp-to-twitter-manager.php:636
1134
- msgid "Author"
1135
- msgstr "Автор"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  # This file is distributed under the same license as the WP to Twitter package.
3
  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: 2013-09-26 22:21:38+00:00\n"
8
+ "PO-Revision-Date: 2013-10-29 23:17+0400\n"
9
+ "Last-Translator: Elvis TEAM <elviswebteam@gmail.com>\n"
10
+ "Language-Team: Elvis WT <elviswebteam@gmail.com>\n"
11
+ "Language: RUSSIAN\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.5.7\n"
18
 
19
+ #: wp-to-twitter-manager.php:41
20
+ msgid "No error information is available for your shortener."
21
+ msgstr "Информация об ошибках недоступна в данном сервисе сокращения ссылок."
22
 
23
+ #: wp-to-twitter-manager.php:43
24
+ msgid ""
25
+ "<li class=\"error\"><strong>WP to Twitter was unable to contact your "
26
+ "selected URL shortening service.</strong></li>"
27
+ msgstr ""
28
+ "<li class=\"error\"><strong>Плагин WP to Twitter не смог получить доступ к "
29
+ "выбранному сервису сокращения ссылок.</strong></li>"
30
 
31
+ #: wp-to-twitter-manager.php:46
32
+ msgid ""
33
+ "<li><strong>WP to Twitter successfully contacted your selected URL "
34
+ "shortening service.</strong> The following link should point to your blog "
35
+ "homepage:"
36
+ msgstr ""
37
+ "<li><strong>Плагин WP to Twitter успешно получил доступ к выбранному сервису "
38
+ "сокращения ссылок.</strong> Следующая ссылка должны вести на главную блога:"
39
 
40
+ #: wp-to-twitter-manager.php:54
41
+ msgid ""
42
+ "<li><strong>WP to Twitter successfully submitted a status update to Twitter."
43
+ "</strong></li>"
44
+ msgstr ""
45
+ "<li><strong>Плагин WP to Twitter успешно смог отправить обновление в Twitter."
46
+ "</strong></li>"
47
 
48
+ #: wp-to-twitter-manager.php:57
49
+ msgid ""
50
+ "<li class=\"error\"><strong>WP to Twitter failed to submit an update to "
51
+ "Twitter.</strong></li>"
52
  msgstr ""
53
+ "<li class=\"error\"><strong>Плагин WP to Twitter не смог отправить "
54
+ "обновление в Twitter.</strong></li>"
55
 
56
+ #: wp-to-twitter-manager.php:61
57
+ msgid "You have not connected WordPress to Twitter."
58
+ msgstr "Вы не соединили WordPress с Twitter."
59
 
60
+ #: wp-to-twitter-manager.php:65
61
+ msgid ""
62
+ "<li class=\"error\"><strong>Your server does not appear to support the "
63
+ "required methods for WP to Twitter to function.</strong> You can try it "
64
+ "anyway - these tests aren't perfect.</li>"
65
  msgstr ""
66
+ "<li class=\"error\"><strong>Похоже что Ваш сервер/хостинг не поддерживает "
67
+ "требуемые для работы WP to Twitter функции.</strong> Но Вы все равно можете "
68
+ "попробовать - все может получиться :)</li>"
69
 
70
+ #: wp-to-twitter-manager.php:69
71
+ msgid ""
72
+ "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
73
+ msgstr ""
74
+ "<li><strong>Плагин WP to Twitter совместим с Вашим сервером/хостингом.</"
75
+ "strong></li>"
76
 
77
+ #: wp-to-twitter-manager.php:87
78
+ msgid "WP to Twitter Errors Cleared"
79
+ msgstr "Ошибки WP to Twitter удалены"
80
 
81
+ #: wp-to-twitter-manager.php:170
82
+ msgid "WP to Twitter is now connected with Twitter."
83
+ msgstr "Плагин WP to Twitter успешно соединен с Twitter."
84
 
85
+ #: wp-to-twitter-manager.php:177
86
+ msgid ""
87
+ "WP to Twitter failed to connect with Twitter. Try <a href=\"#wpt_http"
88
+ "\">switching to an HTTP connection</a>."
89
  msgstr ""
90
+ "Плагин WP to Twitter не смог соединиться с Twitter. Попробуйте использовать "
91
+ "<a href=\"#wpt_http\">HTTP соединение</a>."
92
+
93
+ #: wp-to-twitter-manager.php:178
94
+ msgid "Error:"
95
+ msgstr "Ошибка:"
96
 
97
+ #: wp-to-twitter-manager.php:185
98
+ msgid "OAuth Authentication Data Cleared."
99
+ msgstr "Данные авторизации OAuth удалены."
100
+
101
+ #: wp-to-twitter-manager.php:192
102
+ msgid ""
103
+ "OAuth Authentication Failed. Your server time is not in sync with the "
104
+ "Twitter servers. Talk to your hosting service to see what can be done."
105
  msgstr ""
106
+ "Авторизация OAuth не удалась. Время сервера не синхронизировано с сервером "
107
+ "Twitter. Обратитесь в поддержку Вашего хостинг-провайдера."
108
 
109
+ #: wp-to-twitter-manager.php:199
110
+ msgid "OAuth Authentication response not understood."
111
+ msgstr "Непонятный ответ авторизации OAuth."
112
 
113
+ #: wp-to-twitter-manager.php:376
114
+ msgid "WP to Twitter Advanced Options Updated"
115
+ msgstr "Дополнительные настройки плагина обновлены"
116
 
117
+ #: wp-to-twitter-manager.php:394
118
+ msgid "WP to Twitter Options Updated"
119
+ msgstr "Параметры WP to Twitter обновлены"
120
 
121
+ #: wp-to-twitter-manager.php:403
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.</"
133
+ "p>"
134
  msgstr ""
135
+ "<p>Несколько последних записей не было отправлено в Twitter. Эти твиты "
136
+ "сохранен, так что Вы можете вручную попробовать отправить их снова.</p>"
137
 
138
+ #: wp-to-twitter-manager.php:433
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. "
142
  msgstr ""
143
+ "Извините! Я не могу соединиться с серверами Twitter для отправки Вашей "
144
+ "<strong>новой ссылки</strong>! Я боюсь, Вам придется разместить ее вручную."
145
 
146
+ #: wp-to-twitter-manager.php:436
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 "
150
+ "provider to see if there are any known issues.</p>"
151
  msgstr ""
152
+ "<p>Запрос к сервису сокращения ссылок закончился неудачно, ссылка не была "
153
+ "обработана. К твиту прикреплена полная ссылка. Проверьте настройки сервиса "
154
+ "сокращения ссылок.</p>"
155
 
156
+ #: wp-to-twitter-manager.php:442
157
+ msgid "Clear 'WP to Twitter' Error Messages"
158
+ msgstr "Удалить сообщения об ошибках 'WP to Twitter' "
159
 
160
+ #: wp-to-twitter-manager.php:448
161
+ msgid "WP to Twitter Options"
162
+ msgstr "Параметры WP to Twitter"
163
 
164
+ #: wp-to-twitter-manager.php:471
165
+ msgid "Basic Settings"
166
+ msgstr "Основные настройки"
167
 
168
+ #: wp-to-twitter-manager.php:477 wp-to-twitter-manager.php:521
169
+ msgid "Save WP->Twitter Options"
170
+ msgstr "Сохранить настройки WP->Twitter"
171
 
172
+ #: wp-to-twitter-manager.php:495
173
+ msgid "Settings for type \"%1$s\""
174
+ msgstr "Настройки для \"%1$s\""
175
 
176
+ #: wp-to-twitter-manager.php:498
177
+ msgid "Update when %1$s %2$s is published"
178
+ msgstr "Твитнуть, когда %1$s %2$s опубликована"
179
 
180
+ #: wp-to-twitter-manager.php:498
181
+ msgid "Text for new %1$s updates"
182
+ msgstr "Шаблон твита при новом %1$s"
183
 
184
+ #: wp-to-twitter-manager.php:502
185
+ msgid "Update when %1$s %2$s is edited"
186
+ msgstr "Твитнуть, когда %1$s %2$s отредактирована"
187
 
188
+ #: wp-to-twitter-manager.php:502
189
+ msgid "Text for %1$s editing updates"
190
+ msgstr "Шаблон твита при редактировании %1$s"
191
 
192
+ #: wp-to-twitter-manager.php:510
193
+ msgid "Settings for Links"
194
+ msgstr "Настройки для ссылок"
195
 
196
+ #: wp-to-twitter-manager.php:513
197
+ msgid "Update Twitter when you post a Blogroll link"
198
+ msgstr "Обновить Twitter при добавлении ссылки в блогролл"
199
 
200
+ #: wp-to-twitter-manager.php:514
201
+ msgid "Text for new link updates:"
202
+ msgstr "Шаблон твита при новой ссылке:"
203
 
204
+ #: wp-to-twitter-manager.php:514
205
+ msgid ""
206
+ "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and "
207
+ "<code>#description#</code>."
208
  msgstr ""
209
+ "Доступные шоткоды: <code>#url#</code>, <code>#title#</code>, и "
210
+ "<code>#description#</code>."
211
 
212
+ #: wp-to-twitter-manager.php:532
213
+ msgid "Advanced Settings"
214
+ msgstr "Дополнительные настройки"
215
 
216
+ #: wp-to-twitter-manager.php:537 wp-to-twitter-manager.php:701
217
+ msgid "Save Advanced WP->Twitter Options"
218
+ msgstr "Сохранить доп. настройки WP->Twitter"
219
 
220
+ #: wp-to-twitter-manager.php:540
221
+ msgid "Tags"
222
+ msgstr "Настройки меток"
223
 
224
+ #: wp-to-twitter-manager.php:542
225
+ msgid "Strip nonalphanumeric characters from tags"
226
+ msgstr "Вычищать не буквенно-цифровые символы из меток"
227
 
228
+ #: wp-to-twitter-manager.php:545
229
+ msgid "Use tag slug as hashtag value"
230
+ msgstr "Использовать ярлык меток как хештег"
231
 
232
+ #: wp-to-twitter-manager.php:548
233
+ msgid "Spaces in tags replaced with:"
234
+ msgstr "Заменять пробелы в метках на:"
235
 
236
+ #: wp-to-twitter-manager.php:551
237
+ msgid "Maximum number of tags to include:"
238
+ msgstr "Максимальное количество тэгов:"
239
 
240
+ #: wp-to-twitter-manager.php:552
241
+ msgid "Maximum length in characters for included tags:"
242
+ msgstr "Максимальная длина тегов (в символах):"
243
 
244
+ #: wp-to-twitter-manager.php:556
245
+ msgid "Template Tag Settings"
246
+ msgstr "Настройки внешнего вида"
247
 
248
+ #: wp-to-twitter-manager.php:558
249
+ msgid "Length of post excerpt (in characters):"
250
+ msgstr "Длина выдержки записи (в символах):"
251
 
252
+ #: wp-to-twitter-manager.php:558
253
+ msgid ""
254
+ "Extracted from the post. If you use the 'Excerpt' field, it will be used "
255
+ "instead."
256
  msgstr ""
257
+ "Выдержка. Если Вы используете поле 'Цитата', то будет использоваться текст "
258
+ "оттуда."
259
 
260
+ #: wp-to-twitter-manager.php:561
261
+ msgid "WP to Twitter Date Formatting:"
262
+ msgstr "Формат даты WP to Twitter:"
263
 
264
+ #: wp-to-twitter-manager.php:561
265
+ msgid ""
266
+ "Default is from your general settings. <a href='http://codex.wordpress.org/"
267
+ "Formatting_Date_and_Time'>Date Formatting Documentation</a>."
268
  msgstr ""
269
+ "По умолчанию, значение будет взято из общих настроек. <a href='http://codex."
270
+ "wordpress.org/Formatting_Date_and_Time'>Форматирование даты и времени</a>."
271
 
272
+ #: wp-to-twitter-manager.php:565
273
+ msgid "Custom text before all Tweets:"
274
+ msgstr "Произвольный текст перед всеми твитами:"
275
 
276
+ #: wp-to-twitter-manager.php:568
277
+ msgid "Custom text after all Tweets:"
278
+ msgstr "Произвольный текст после всех твитов:"
279
 
280
+ #: wp-to-twitter-manager.php:571
281
+ msgid "Custom field for an alternate URL to be shortened and Tweeted:"
282
  msgstr ""
283
+ "Произвольное поле альтернативной сокращенной и отправленной в Twitter ссылки:"
284
 
285
+ #: wp-to-twitter-manager.php:601
286
+ msgid "Template tag priority order"
287
+ msgstr "Настройки приоритета вывода тегов"
288
 
289
+ #: wp-to-twitter-manager.php:602
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."
293
  msgstr ""
294
+ "Порядок, в котором будут сокращены или удалены из твитов те или иные "
295
+ "объекты, если длина твита превышает допустимую."
296
 
297
+ #: wp-to-twitter-manager.php:608
298
+ msgid "Special Cases when WordPress should send a Tweet"
299
+ msgstr "Особые случаи, когда WordPress нужно отправить твит"
300
 
301
+ #: wp-to-twitter-manager.php:611
302
+ msgid "Do not post Tweets by default"
303
+ msgstr "Не размещать твиты по умолчанию"
304
 
305
+ #: wp-to-twitter-manager.php:613
306
+ msgid "Do not post Tweets by default (editing only)"
307
+ msgstr "Не размещать твиты по умолчанию (только редактирование)"
308
 
309
+ #: wp-to-twitter-manager.php:615
310
+ msgid "Allow status updates from Quick Edit"
311
+ msgstr "Разрешить обновления через быстрое редактирование"
312
 
313
+ #: wp-to-twitter-manager.php:619
314
+ msgid "Google Analytics Settings"
315
+ msgstr "Настройки Google Analytics "
316
 
317
+ #: wp-to-twitter-manager.php:620
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 "
321
+ "dynamic identifier. Static identifiers don't change from post to post; "
322
+ "dynamic identifiers are derived from information relevant to the specific "
323
+ "post. Dynamic identifiers will allow you to break down your statistics by an "
324
+ "additional variable."
325
+ msgstr ""
326
+ "Вы можете следить за статистикой Twitter, используя сервис Google. Чтобы "
327
+ "включить отслеживание, используйте любой из типов идентификатора ниже (можно "
328
+ "использовать статический или динамический). Статические идентификаторы не "
329
+ "меняются от записи к записи, в то время как динамические меняются в "
330
+ "зависимости от информации в текущей записи. Динамические идентификаторы "
331
+ "позволят разбить статистику на дополнительные переменные."
332
+
333
+ #: wp-to-twitter-manager.php:623
334
+ msgid "Use a Static Identifier with WP-to-Twitter"
335
+ msgstr "Использовать статический идентификатор WP-to-Twitter"
336
 
337
+ #: wp-to-twitter-manager.php:624
338
+ msgid "Static Campaign identifier for Google Analytics:"
339
+ msgstr "Статический идентификатор компании для Google Analytics:"
340
 
341
+ #: wp-to-twitter-manager.php:628
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:629
347
+ msgid "What dynamic identifier would you like to use?"
348
+ msgstr "Какой динамический идентификатор использовать?"
349
 
350
+ #: wp-to-twitter-manager.php:631
351
+ msgid "Category"
352
+ msgstr "Рубрика"
353
 
354
+ #: wp-to-twitter-manager.php:632
355
+ msgid "Post ID"
356
+ msgstr "ID записи"
357
 
358
+ #: wp-to-twitter-manager.php:633
359
+ msgid "Post Title"
360
+ msgstr "Заголовок"
361
 
362
+ #: wp-to-twitter-manager.php:634
363
+ msgid "Author"
364
+ msgstr "Автор"
365
+
366
+ #: wp-to-twitter-manager.php:638
367
+ msgid "No Analytics"
368
+ msgstr "Не вести отслаживание"
369
+
370
+ #: wp-to-twitter-manager.php:642
371
+ msgid "Author Settings"
372
+ msgstr "Настройки для авторов"
373
+
374
+ #: wp-to-twitter-manager.php:645
375
+ msgid "Authors have individual Twitter accounts"
376
+ msgstr "Расширенный режим аккаунтов Twitter для авторов"
377
 
378
+ #: wp-to-twitter-manager.php:647
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
+ "Авторы могут добавлять свои логины Twitter в профиль. В бесплатной версии "
386
+ "включение опции добавит @ссылку на автора. @ссылка размещается с помощью "
387
+ "шоткода <code>#account#</code>. Если пользователь не укажет логин, будет "
388
+ "показано имя основного аккаунта (из настроек плагина)."
389
 
390
+ #: wp-to-twitter-manager.php:651
391
+ msgid "Permissions"
392
+ msgstr "Права доступа"
393
+
394
+ #: wp-to-twitter-manager.php:667
395
+ msgid "The lowest user group that can add their Twitter information"
396
  msgstr ""
397
+ "Группа пользователей (и все группы выше по уровню доступа), которые могут "
398
+ "добавлять информацию Twitter"
399
 
400
+ #: wp-to-twitter-manager.php:672
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:677
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:682
414
+ msgid "The lowest user group that can send Twitter updates"
415
  msgstr ""
416
+ "Группа пользователей (и все группы выше по уровню доступа), которые могут "
417
+ "отправлять обновления Twitter"
418
 
419
+ #: wp-to-twitter-manager.php:686
420
+ msgid "Error Messages and Debugging"
421
+ msgstr "Сообщения об ошибках и отладка"
422
 
423
+ #: wp-to-twitter-manager.php:688
424
  msgid "Disable global URL shortener error messages."
425
+ msgstr "Отключить отображение ошибок сервисов сокращения ссылок."
426
 
427
+ #: wp-to-twitter-manager.php:689
428
  msgid "Disable global Twitter API error messages."
429
+ msgstr "Отключить отображение ошибок API Twitter."
430
 
431
+ #: wp-to-twitter-manager.php:691
432
  msgid "Get Debugging Data for OAuth Connection"
433
+ msgstr "Собирать отладочную информацию для соединения OAuth"
434
 
435
+ #: wp-to-twitter-manager.php:693
436
  msgid "Switch to <code>http</code> connection. (Default is https)"
437
+ msgstr "Переключитесь на <code>http</code> соединение. (по умолчанию https)"
438
 
439
+ #: wp-to-twitter-manager.php:695
440
  msgid "I made a donation, so stop whinging at me, please."
441
+ msgstr "Я сделал пожертвование, не показывать больше уведомления."
442
 
443
+ #: wp-to-twitter-manager.php:709
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:733
464
  msgid "Check Support"
465
+ msgstr "Тест на совместимость"
 
 
 
 
466
 
467
+ #: wp-to-twitter-manager.php:733
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 "
471
+ "shortening APIs. This test will send a status update to Twitter and shorten "
472
+ "a URL using your selected methods."
473
+ msgstr ""
474
+ "Проверьте, совместим ли Ваш сервер/хостинг с <a href=\"http://www.joedolson."
475
+ "com/articles/wp-to-twitter/\">WP to Twitter</a>, может ли плагин номрально "
476
+ "соединиться с Twitter и доступно ли API сервисов сокращения ссылок. Во время "
477
+ "теста будет отправлено обновление на Twitter и получена сокращенная ссылка "
478
+ "(используя выбранный метод)."
479
+
480
+ #: wp-to-twitter-manager.php:751
481
  msgid "Support WP to Twitter"
482
+ msgstr "Поддержите плагин"
483
 
484
+ #: wp-to-twitter-manager.php:753
485
  msgid "WP to Twitter Support"
486
+ msgstr "Поддержка плагина"
487
 
488
+ #: wp-to-twitter-manager.php:761 wp-to-twitter.php:1132 wp-to-twitter.php:1134
489
  msgid "Get Support"
490
+ msgstr "Поддержка"
491
 
492
+ #: wp-to-twitter-manager.php:764
493
+ msgid ""
494
+ "<a href=\"http://www.joedolson.com/donate.php\">Make a donation today!</a> "
495
+ "Every donation counts - donate $2, $10, or $100 and help me keep this plug-"
496
+ "in running!"
497
  msgstr ""
498
+ "<a href=\"http://www.joedolson.com/donate.php\">Поддержите плагин сегодня!</"
499
+ "a> Важно каждое пожертвование - будь то $2, $10, или $100 - все деньги идут "
500
+ "на разработку плагина!"
501
 
502
+ #: wp-to-twitter-manager.php:782
503
  msgid "Upgrade Now!"
504
+ msgstr "Обновить!"
505
+
506
+ #: wp-to-twitter-manager.php:784
507
+ msgid "Upgrade to <strong>WP Tweets PRO</strong> for more options!"
508
  msgstr ""
509
+ "Чтобы получить больше возможностей, обновитесь до <strong>WP Tweets ПРО</"
510
+ "strong>!"
511
 
512
+ #: wp-to-twitter-manager.php:785
513
  msgid "Extra features with the PRO upgrade:"
514
+ msgstr "Дополнительные функции ПРО версии:"
515
+
516
+ #: wp-to-twitter-manager.php:787
517
+ msgid "Allow users to post to their own Twitter accounts"
518
+ msgstr "Позволить пользователям твитить в свои аккаунты Twitter"
519
 
520
  #: wp-to-twitter-manager.php:788
521
+ msgid "Set a timer to send your Tweet minutes or hours after you publish"
522
  msgstr ""
523
+ "Задайте таймер (в часах и/или минутах) для отправки твитов после публикации "
524
+ "записи"
525
 
526
  #: wp-to-twitter-manager.php:789
527
+ msgid "Automatically re-send Tweets after publishing"
528
+ msgstr "Автоматически пере-твитать сообщения после публикации"
529
 
530
  #: wp-to-twitter-manager.php:790
531
+ msgid "Send Tweets for approved comments"
532
+ msgstr "Шаблон твита при одобренных ответах"
533
 
534
  #: wp-to-twitter-manager.php:799
535
  msgid "Shortcodes"
536
+ msgstr "Шоткоды"
537
 
538
  #: wp-to-twitter-manager.php:801
539
  msgid "Available in post update templates:"
540
+ msgstr "Поддерживаемые коды в шаблоне:"
541
 
542
  #: wp-to-twitter-manager.php:803
543
  msgid "<code>#title#</code>: the title of your blog post"
544
+ msgstr "<code>#title#</code>: заголовок записи"
545
 
546
  #: wp-to-twitter-manager.php:804
547
  msgid "<code>#blog#</code>: the title of your blog"
548
+ msgstr "<code>#blog#</code>: заголовок блога"
549
 
550
  #: wp-to-twitter-manager.php:805
551
  msgid "<code>#post#</code>: a short excerpt of the post content"
552
+ msgstr "<code>#post#</code>: краткая выдержка из текста записи"
553
 
554
  #: wp-to-twitter-manager.php:806
555
  msgid "<code>#category#</code>: the first selected category for the post"
556
+ msgstr "<code>#category#</code>: первая выбранная рубрика записи"
557
+
558
+ #: wp-to-twitter-manager.php:807
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:808
565
  msgid "<code>#date#</code>: the post date"
566
+ msgstr "<code>#date#</code>: дата записи"
567
+
568
+ #: wp-to-twitter-manager.php:809
569
+ msgid "<code>#modified#</code>: the post modified date"
570
+ msgstr "<code>#modified#</code>: дата изменения записи"
571
 
572
  #: wp-to-twitter-manager.php:810
573
  msgid "<code>#url#</code>: the post URL"
574
+ msgstr "<code>#url#</code>: ссылка на запись"
575
+
576
+ #: wp-to-twitter-manager.php:811
577
+ msgid ""
578
+ "<code>#author#</code>: the post author (@reference if available, otherwise "
579
+ "display name)"
580
  msgstr ""
581
+ "<code>#author#</code>: автор записи (возможна @ссылка, если нет - выводится "
582
+ "имя автора)"
583
+
584
+ #: wp-to-twitter-manager.php:812
585
+ msgid "<code>#displayname#</code>: post author's display name"
586
+ msgstr "<code>#displayname#</code>: имя автора записи"
587
 
588
  #: wp-to-twitter-manager.php:813
589
+ msgid ""
590
+ "<code>#account#</code>: the twitter @reference for the account (or the "
591
+ "author, if author settings are enabled and set.)"
592
+ msgstr ""
593
+ "<code>#account#</code>: @ссылка на аккаунт (или автора, если расширенный "
594
+ "режим включен и настроен)"
595
+
596
+ #: wp-to-twitter-manager.php:814
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:815
604
+ msgid ""
605
+ "<code>#tags#</code>: your tags modified into hashtags. See options in the "
606
+ "Advanced Settings section, below."
607
+ msgstr ""
608
+ "<code>#tags#</code>: метки записи будут переведены в хештеги (другие "
609
+ "настройки ищите в ниже)"
610
+
611
+ #: wp-to-twitter-manager.php:817
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 "
615
+ "to main account."
616
  msgstr ""
617
+ "<code>#reference#</code>: использовать при со-твитинге. @ссылка на основной "
618
+ "аккаунт, когда размещается запись на аккаунт автора, @ссылка на аккаунт "
619
+ "автора в записи на главный аккаунт."
620
 
621
  #: wp-to-twitter-manager.php:820
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: <code>"
626
+ "[[custom_field]]</code></p>"
627
  msgstr ""
628
+ "Вы также можете создать произвольные шоткоды, чтобы работать с произвольными "
629
+ "полями WordPress. Используйте двойные квадратные скобки вокруг имени тега "
630
+ "(произвольного поля), чтобы добавить его. Пример: <code>[[custom_field]]</"
631
+ "code></p>"
632
 
633
+ #: wp-to-twitter-oauth.php:115
634
  msgid "WP to Twitter was unable to establish a connection to Twitter."
635
+ msgstr "WP to Twitter не смог поддерживать соединение с Twitter."
636
+
637
+ #: wp-to-twitter-oauth.php:186
638
+ msgid ""
639
+ "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> "
640
+ "queries</a>."
641
  msgstr ""
642
+ "Проблемы при подключении? Попробуйте <a href='#wpt_http'>переключиться на "
643
+ "<code>http</code> запросы</a>."
644
 
645
+ #: wp-to-twitter-oauth.php:187
646
  msgid "There was an error querying Twitter's servers"
647
+ msgstr "Ошибка при обращении к серверам Twitter"
648
+
649
+ #: wp-to-twitter-oauth.php:202
650
+ msgid ""
651
+ "Twitter requires authentication by OAuth. You will need to <a "
652
+ "href='%s'>update your settings</a> to complete installation of WP to Twitter."
653
  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:213
658
  msgid "Connect to Twitter"
659
+ msgstr "Подключиться к Twitter"
660
 
661
+ #: wp-to-twitter-oauth.php:216
662
  msgid "WP to Twitter Set-up"
663
+ msgstr "Настройка плагина"
664
 
665
+ #: wp-to-twitter-oauth.php:217 wp-to-twitter-oauth.php:308
666
+ #: wp-to-twitter-oauth.php:313
667
  msgid "Your server time:"
668
+ msgstr "Время сервера:"
669
 
670
+ #: wp-to-twitter-oauth.php:217
671
  msgid "Twitter's time:"
672
+ msgstr "Время Twitter:"
673
+
674
+ #: wp-to-twitter-oauth.php:217
675
+ msgid ""
676
+ "If these timestamps are not within 5 minutes of each other, your server will "
677
+ "not connect to Twitter."
678
  msgstr ""
679
+ "Если эти временные отметки не совпадают (разница более 5 минут), соединения "
680
+ "с Twitter не будет."
681
 
682
+ #: wp-to-twitter-oauth.php:219
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:223
688
  msgid "1. Register this site as an application on "
689
+ msgstr "1. Зарегистрируйте свой сайт как приложение на "
690
 
691
+ #: wp-to-twitter-oauth.php:223
692
  msgid "Twitter's application registration page"
693
+ msgstr "странице регистрации приложений Twitter"
694
 
695
+ #: wp-to-twitter-oauth.php:225
696
+ msgid ""
697
+ "If you're not currently logged in to Twitter, log-in to the account you want "
698
+ "associated with this site"
699
  msgstr ""
700
+ "Если Вы еще не вошли в Twitter и войдите в тот аккаунт, с которым хотите "
701
+ "связать этот сайт"
702
 
703
+ #: wp-to-twitter-oauth.php:226
704
+ msgid "Your application name cannot include the word \"Twitter.\""
705
+ msgstr "В названии приложения не должно употребляться слово \"Twitter.\""
706
 
707
+ #: wp-to-twitter-oauth.php:227
708
  msgid "Your Application Description can be anything."
709
+ msgstr "Описание приложения может быть любым."
710
 
711
+ #: wp-to-twitter-oauth.php:228
712
  msgid "The WebSite and Callback URL should be "
713
+ msgstr "В поле веб-сайт и Callback URL должна быть ссылка "
714
 
715
+ #: wp-to-twitter-oauth.php:230
716
  msgid "Agree to the Developer Rules of the Road and continue."
717
+ msgstr "Примите все соглашения на странице и нажмите продолжить."
718
 
719
+ #: wp-to-twitter-oauth.php:231
720
  msgid "2. Switch to the \"Settings\" tab in Twitter apps"
721
+ msgstr "2. Перейдите на вкладку \"Settings\" (\"Настройки\") в Twitter apps"
722
 
723
+ #: wp-to-twitter-oauth.php:231
724
+ msgid "<em>Do NOT create your access token yet.</em>"
725
+ msgstr "<em>НЕ создавайте пока что access token.</em>"
726
+
727
+ #: wp-to-twitter-oauth.php:233
728
  msgid "Select \"Read and Write\" for the Application Type"
729
+ msgstr "Укажите тип приложения \"Read and Write\" "
730
 
731
+ #: wp-to-twitter-oauth.php:234
732
  msgid "Update the application settings"
733
+ msgstr "Обновить настройки приложения"
734
 
735
+ #: wp-to-twitter-oauth.php:235
736
+ msgid "Return to the Details tab and create your access token."
737
+ msgstr "Вернитесь обратно на вкладку \"Детали\" и создайте access token."
738
 
739
+ #: wp-to-twitter-oauth.php:237
740
+ msgid ""
741
+ "Once you have registered your site as an application, you will be provided "
742
+ "with four keys."
743
  msgstr ""
744
+ "Создав приложение для своего сайта, Вы получите четыре ключа, необходимые "
745
+ "для настройки плагина."
746
 
747
+ #: wp-to-twitter-oauth.php:238
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:241
754
  msgid "Twitter Consumer Key"
755
+ msgstr "Twitter Consumer Key"
756
 
757
+ #: wp-to-twitter-oauth.php:245
758
  msgid "Twitter Consumer Secret"
759
+ msgstr "Twitter Consumer Secret"
760
 
761
+ #: wp-to-twitter-oauth.php:249
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:250
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."
772
  msgstr ""
773
+ "Если доступ у приложения отличается от \"<em>Read and write</em>"
774
+ "\" (\"<em>Чтение и запись</em>\"), вернитесь ко второму пункту и создайте "
775
+ "новый Access Token."
776
 
777
+ #: wp-to-twitter-oauth.php:253
778
  msgid "Access Token"
779
+ msgstr "Access Token"
780
 
781
+ #: wp-to-twitter-oauth.php:257
782
  msgid "Access Token Secret"
783
+ msgstr "Access Token Secret"
784
 
785
+ #: wp-to-twitter-oauth.php:276
786
  msgid "Disconnect Your WordPress and Twitter Account"
787
+ msgstr "Отключить блог WordPress от аккаунта Twitter"
788
 
789
+ #: wp-to-twitter-oauth.php:280
790
  msgid "Disconnect your WordPress and Twitter Account"
791
+ msgstr "Отключить блог WordPress от аккаунта Twitter"
792
 
793
+ #: wp-to-twitter-oauth.php:282
794
+ msgid ""
795
+ "<strong>Troubleshooting tip:</strong> Connected, but getting a error that "
796
+ "your Authentication credentials are missing or incorrect? Check that your "
797
+ "Access token has read and write permission. If not, you'll need to create a "
798
+ "new token. <a href=\"http://www.joedolson.com/articles/wp-to-twitter/"
799
+ "support-2/#q1\">Read the FAQ</a>"
800
+ msgstr ""
801
+ "<strong>Совет по устранению неисправности:</strong> При подключении возникла "
802
+ "ошибка, что данные отсутствуют или неправильны? Проверьте настройки "
803
+ "приложения, права доступа должны быть \"Чтение и Запись\" (read and write). "
804
+ "Если нет, то нужно создать новый Token. Подробнее читайте <a href=\"http://"
805
+ "www.joedolson.com/articles/wp-to-twitter/support-2/#q1\">ЧАВО</a>"
806
+
807
+ #: wp-to-twitter-oauth.php:284
808
+ msgid ""
809
+ "Your time stamps are more than 5 minutes apart. Your server could lose its "
810
+ "connection with Twitter."
811
  msgstr ""
812
+ "Временные отметки не совпадают (разница более 5 минут), сервер может "
813
+ "потерять соединение с Twitter."
814
 
815
  #: wp-to-twitter-oauth.php:286
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:290
823
+ msgid "Disconnect from Twitter"
824
+ msgstr "Отключиться от Twitter"
825
+
826
+ #: wp-to-twitter-oauth.php:296
827
+ msgid "Twitter Username "
828
+ msgstr "Логин Twitter"
829
 
830
+ #: wp-to-twitter-oauth.php:297
831
  msgid "Consumer Key "
832
+ msgstr "Consumer Key "
833
 
834
+ #: wp-to-twitter-oauth.php:298
835
  msgid "Consumer Secret "
836
+ msgstr "Consumer Secret "
837
 
838
+ #: wp-to-twitter-oauth.php:299
839
  msgid "Access Token "
840
+ msgstr "Access Token "
841
 
842
+ #: wp-to-twitter-oauth.php:300
843
  msgid "Access Token Secret "
844
+ msgstr "Access Token Secret "
845
 
846
+ #: wp-to-twitter-oauth.php:308 wp-to-twitter-oauth.php:314
847
+ msgid "Twitter's server time: "
848
+ msgstr "Время сервера Twitter:"
849
 
850
+ #: wp-to-twitter-shorteners.php:294
851
+ msgid ""
852
+ "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account "
853
+ "Settings"
854
  msgstr ""
855
+ "Настройки сервиса сокращения <abbr title=\"Uniform Resource Locator"
856
+ "\">ссылок</abbr>"
857
 
858
+ #: wp-to-twitter-shorteners.php:298
859
+ msgid "Your Su.pr account details"
860
+ msgstr "Настройки сервиса Su.pr"
861
 
862
+ #: wp-to-twitter-shorteners.php:298
863
+ msgid "(optional)"
864
+ msgstr "(опционально)"
865
 
866
+ #: wp-to-twitter-shorteners.php:303
867
+ msgid "Your Su.pr Username:"
868
+ msgstr "Логин Su.pr:"
869
 
870
+ #: wp-to-twitter-shorteners.php:307
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:314
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 "
879
+ "with your Su.pr account."
880
  msgstr ""
881
+ "Нет аккаунта Su.pr или ключа API? <a href='http://su.pr/'>Получите все "
882
+ "здесь</a>!<br />Чтобы создавать сокращенные ссылки через Su.pr, Вам "
883
+ "потребуется ключ API сервиса."
884
 
885
+ #: wp-to-twitter-shorteners.php:320
886
+ msgid "Your Bit.ly account details"
887
+ msgstr "Настройки сервиса Bit.ly"
888
 
889
+ #: wp-to-twitter-shorteners.php:325
890
+ msgid "Your Bit.ly username:"
891
+ msgstr "Логин Bit.ly:"
892
 
893
+ #: wp-to-twitter-shorteners.php:329
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:332
900
+ msgid "View your Bit.ly username and API key"
901
+ msgstr "Посмотреть ключ API и логин Bit.ly"
902
 
903
+ #: wp-to-twitter-shorteners.php:337
904
+ msgid "Save Bit.ly API Key"
905
+ msgstr "Сохранить ключ API Bit.ly"
906
 
907
+ #: wp-to-twitter-shorteners.php:337
908
+ msgid "Clear Bit.ly API Key"
909
+ msgstr "Удалить ключ API Bit.ly"
910
 
911
+ #: wp-to-twitter-shorteners.php:337
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."
915
  msgstr ""
916
+ "Логин Bit.ly и ключ API небходимы для сокращения URL через Bit.ly API и WP "
917
+ "to Twitter."
918
 
919
+ #: wp-to-twitter-shorteners.php:343
920
+ msgid "Your YOURLS account details"
921
+ msgstr "Детали аккаунта YOURLS"
922
 
923
+ #: wp-to-twitter-shorteners.php:348
924
+ msgid "Path to your YOURLS config file (Local installations)"
925
+ msgstr "Путь до конфигурационного файла YOURLS (локальная установка)"
926
 
927
+ #: wp-to-twitter-shorteners.php:349 wp-to-twitter-shorteners.php:353
928
+ msgid "Example:"
929
+ msgstr "Пример:"
930
 
931
+ #: wp-to-twitter-shorteners.php:352
932
+ msgid "URI to the YOURLS API (Remote installations)"
933
+ msgstr "URI на API YOURLS (удаленная установка)"
934
 
935
+ #: wp-to-twitter-shorteners.php:356
936
+ msgid "Your YOURLS username:"
937
+ msgstr "Логин YOURLS:"
938
 
939
+ #: wp-to-twitter-shorteners.php:360
940
+ msgid "Your YOURLS password:"
941
+ msgstr "Пароль YOURLS:"
942
 
943
+ #: wp-to-twitter-shorteners.php:360
944
+ msgid "<em>Saved</em>"
945
+ msgstr "<em>Сохранено</em>"
946
 
947
+ #: wp-to-twitter-shorteners.php:364
948
+ msgid "Post ID for YOURLS url slug."
949
+ msgstr "ID записи в сокращенной ссылке YOURLS "
950
 
951
+ #: wp-to-twitter-shorteners.php:365
952
+ msgid "Custom keyword for YOURLS url slug."
953
+ msgstr "Произвольное ключевое слово в сслыке YOURLS."
954
 
955
+ #: wp-to-twitter-shorteners.php:366
956
+ msgid "Default: sequential URL numbering."
957
+ msgstr "По умолчанию: последовательная нумерация URL."
958
 
959
+ #: wp-to-twitter-shorteners.php:372
960
+ msgid "Save YOURLS Account Info"
961
+ msgstr "Сохранить настройки для YOURLS"
962
 
963
+ #: wp-to-twitter-shorteners.php:372
964
+ msgid "Clear YOURLS password"
965
+ msgstr "Удалить пароль YOURLS"
966
 
967
+ #: wp-to-twitter-shorteners.php:372
968
+ msgid ""
969
+ "A YOURLS password and username is required to shorten URLs via the remote "
970
+ "YOURLS API and WP to Twitter."
971
  msgstr ""
972
+ "Чтобы создавать сокращенные ссылки через удаленную YOURLS API и WP to "
973
+ "Twitter требуется логин и пароль YOURLS."
974
 
975
+ #: wp-to-twitter-shorteners.php:378
976
+ msgid "Your jotURL account details"
977
+ msgstr "Детали аккаунта jotURL"
978
 
979
+ #: wp-to-twitter-shorteners.php:382
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:383
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:384
994
+ msgid "Parameters to add to the long URL (before shortening):"
995
+ msgstr "Параметры, добавляемые к длинным ссылкам (до сокращения):"
996
 
997
+ #: wp-to-twitter-shorteners.php:384
998
+ msgid "Parameters to add to the short URL (after shortening):"
999
+ msgstr "Параметры, добавляемые к коротким ссылкам (после сокращения):"
1000
 
1001
+ #: wp-to-twitter-shorteners.php:385
1002
+ msgid "View your jotURL public and private API key"
1003
+ msgstr "Посмотреть публичный и приватный ключ API jotURL"
1004
 
1005
+ #: wp-to-twitter-shorteners.php:388
1006
+ msgid "Save jotURL settings"
1007
+ msgstr "Сохранить настройки jotURL"
1008
 
1009
+ #: wp-to-twitter-shorteners.php:388
1010
+ msgid "Clear jotURL settings"
1011
+ msgstr "Удалить настройки jotURL"
1012
 
1013
+ #: wp-to-twitter-shorteners.php:389
1014
+ msgid ""
1015
+ "A jotURL public and private API key is required to shorten URLs via the "
1016
+ "jotURL API and WP to Twitter."
1017
  msgstr ""
1018
+ "Чтобы создавать сокращенные ссылки через удаленную jotURL API и WP to "
1019
+ "Twitter требуется логин и пароль jotURL."
1020
 
1021
+ #: wp-to-twitter-shorteners.php:394
1022
+ msgid "Your shortener does not require any account settings."
1023
+ msgstr "Выбранный сервис сокращения ссылок не требует дополнительных настроек."
1024
 
1025
+ #: wp-to-twitter-shorteners.php:406
1026
+ msgid "YOURLS password updated. "
1027
+ msgstr "Пароль YOURLS обновлен."
1028
 
1029
+ #: wp-to-twitter-shorteners.php:409
1030
+ msgid ""
1031
+ "YOURLS password deleted. You will be unable to use your remote YOURLS "
1032
+ "account to create short URLS."
1033
  msgstr ""
1034
+ "Пароль YOURLS удален. Вы не сможете пользоваться сервисом YOURLS, пока не "
1035
+ "настроите аккаунт."
1036
 
1037
+ #: wp-to-twitter-shorteners.php:411
1038
+ msgid "Failed to save your YOURLS password! "
1039
+ msgstr "Ошибка при сохранении пароля YOURLS!"
1040
 
1041
+ #: wp-to-twitter-shorteners.php:415
1042
+ msgid "YOURLS username added. "
1043
+ msgstr "Логин YOURLS добавлен."
1044
 
1045
+ #: wp-to-twitter-shorteners.php:419
1046
+ msgid "YOURLS API url added. "
1047
+ msgstr "Ключ API YOURLS добавлен."
1048
 
1049
+ #: wp-to-twitter-shorteners.php:422
1050
+ msgid "YOURLS API url removed. "
1051
+ msgstr "Ключ API YOURLS удален."
1052
 
1053
+ #: wp-to-twitter-shorteners.php:427
1054
+ msgid "YOURLS local server path added. "
1055
+ msgstr "Локальный путь YOURLS добавлен."
1056
 
1057
+ #: wp-to-twitter-shorteners.php:429
1058
+ msgid "The path to your YOURLS installation is not correct. "
1059
+ msgstr "Неверный путь до YOURLS."
1060
 
1061
+ #: wp-to-twitter-shorteners.php:433
1062
+ msgid "YOURLS local server path removed. "
1063
+ msgstr "Локальный путь YOURLS удален."
1064
 
1065
+ #: wp-to-twitter-shorteners.php:438
1066
+ msgid "YOURLS will use Post ID for short URL slug."
1067
+ msgstr "YOURLS будет использовать ID записей в сокращенных ссылках."
1068
 
1069
+ #: wp-to-twitter-shorteners.php:440
1070
+ msgid "YOURLS will use your custom keyword for short URL slug."
1071
+ msgstr "YOURLS не будет использовать произвольный ключ в сокращенных ссылках."
1072
 
1073
+ #: wp-to-twitter-shorteners.php:444
1074
+ msgid "YOURLS will not use Post ID for the short URL slug."
1075
+ msgstr "YOURLS не будет использовать ID записей в сокращенных ссылках."
1076
 
1077
+ #: wp-to-twitter-shorteners.php:452
1078
+ msgid "Su.pr API Key and Username Updated"
1079
+ msgstr "Ключ API и логин Su.pr обновлены"
1080
 
1081
+ #: wp-to-twitter-shorteners.php:456
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. "
1085
  msgstr ""
1086
+ "Ключ API и логин Su.pr удалены. Созданные плагином сокращенные ссылки больше "
1087
+ "не связаны с Вашим аккаунтом."
1088
 
1089
+ #: wp-to-twitter-shorteners.php:458
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:464
1096
+ msgid "Bit.ly API Key Updated."
1097
+ msgstr "Ключ API Bit.ly обновлен."
1098
+
1099
+ #: wp-to-twitter-shorteners.php:467
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:469
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."
1109
  msgstr ""
1110
+ "Ключ API Bit.ly не введен - <a href='http://bit.ly/account/'>получите его "
1111
+ "здесь</a>! Ключ API требуется для работы сервиса сокращения ссылок."
1112
 
1113
+ #: wp-to-twitter-shorteners.php:473
1114
+ msgid " Bit.ly User Login Updated."
1115
+ msgstr " Логин пользователя Bit.ly обновлен."
1116
 
1117
+ #: wp-to-twitter-shorteners.php:476
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:478
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:484
1132
+ msgid "jotURL private API Key Updated. "
1133
+ msgstr "Приватный ключ API jotURL обновлен."
1134
 
1135
+ #: wp-to-twitter-shorteners.php:487
1136
+ msgid ""
1137
+ "jotURL private API Key deleted. You cannot use the jotURL API without a "
1138
+ "private API key. "
1139
  msgstr ""
1140
+ "Приватный ключ API jotURL удален. Вы не сможете использовать jotURL без "
1141
+ "него. "
1142
 
1143
+ #: wp-to-twitter-shorteners.php:489
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 "
1147
+ "URL shortening service. "
1148
  msgstr ""
1149
+ "Приватный ключ API jotURL не введен - <a href='https://www.joturl.com/"
1150
+ "reserved/api.html'>получите его здесь</a>! Приватный ключ API требуется для "
1151
+ "работы сервиса сокращения ссылок."
1152
 
1153
+ #: wp-to-twitter-shorteners.php:493
1154
+ msgid "jotURL public API Key Updated. "
1155
+ msgstr "Публичный ключ API jotURL обновлен."
1156
 
1157
+ #: wp-to-twitter-shorteners.php:496
1158
+ msgid ""
1159
+ "jotURL public API Key deleted. You cannot use the jotURL API without "
1160
+ "providing your public API Key. "
1161
  msgstr ""
1162
+ "Публичный ключ API jotURL удален. Вы не сможете использовать jotURL API без "
1163
+ "него. "
1164
 
1165
+ #: wp-to-twitter-shorteners.php:498
1166
+ msgid ""
1167
+ "jotURL public API Key not added - <a href='https://www.joturl.com/reserved/"
1168
+ "api.html'>get one here</a>! "
1169
  msgstr ""
1170
+ "Публичный ключ API jotURL не задан - <a href='https://www.joturl.com/"
1171
+ "reserved/api.html'>получите его здесь</a>! "
1172
 
1173
+ #: wp-to-twitter-shorteners.php:504
1174
+ msgid "Long URL parameters added. "
1175
+ msgstr "Добавлены параметры длинных ссылок."
1176
 
1177
+ #: wp-to-twitter-shorteners.php:507
1178
+ msgid "Long URL parameters deleted. "
1179
+ msgstr "Параметры длинных ссылок удалены."
1180
 
1181
+ #: wp-to-twitter-shorteners.php:513
1182
+ msgid "Short URL parameters added. "
1183
+ msgstr "Добавлены параметры коротких ссылок."
1184
 
1185
+ #: wp-to-twitter-shorteners.php:516
1186
+ msgid "Short URL parameters deleted. "
1187
+ msgstr "Параметры коротких ссылок удалены."
1188
 
1189
+ #: wp-to-twitter-shorteners.php:526
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:530
1197
+ msgid ""
1198
+ "You must add your jotURL public and private API key in order to shorten URLs "
1199
+ "with jotURL."
1200
  msgstr ""
1201
+ "Вы должны добавить публичный и приватный ключ API сервиса jotURL для "
1202
+ "сокращения ссылок."
1203
 
1204
+ #: wp-to-twitter-shorteners.php:534
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."
1208
  msgstr ""
1209
+ "Чтобы использовать удаленный сервис сокращения ссылок YOURLS, нужно ввести "
1210
+ "пароль, логин и удаленный путь YOURLS."
1211
 
1212
+ #: wp-to-twitter-shorteners.php:538
1213
+ msgid ""
1214
+ "You must add your YOURLS server path in order to shorten URLs with a remote "
1215
+ "installation of YOURLS."
1216
  msgstr ""
1217
+ "Чтобы использовать сервис YOURLS удаленно, нужно ввести путь удаленного "
1218
+ "сервера YOURLS."
1219
 
1220
+ #: wp-to-twitter-shorteners.php:548
1221
+ msgid "Choose a short URL service (account settings below)"
1222
+ msgstr "Выберите сервис сокращения ссылок (настройки ниже)"
1223
 
1224
+ #: wp-to-twitter-shorteners.php:550
1225
+ msgid "Don't shorten URLs."
1226
+ msgstr "Не сокращать ссылки"
1227
+
1228
+ #: wp-to-twitter-shorteners.php:554
1229
+ msgid "YOURLS (on this server)"
1230
+ msgstr "YOURLS (на этом сервере)"
1231
+
1232
+ #: wp-to-twitter-shorteners.php:555
1233
+ msgid "YOURLS (on a remote server)"
1234
+ msgstr "YOURLS (на удаленном сервере)"
1235
+
1236
+ #: wp-to-twitter-shorteners.php:558
1237
+ msgid "Use Twitter Friendly Links."
1238
+ msgstr "Использовать дружелюбные ссылки Twitter."
1239
+
1240
+ #: wp-to-twitter.php:69
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 "
1244
+ "compatibility!</a>"
1245
  msgstr ""
1246
+ "Текущая версия WP Tweets ПРО <strong>%s</strong>. <a href=\"http://www."
1247
+ "joedolson.com/articles/account/\">Для большей совместимости обновитесь!</a>"
1248
 
1249
+ #: wp-to-twitter.php:78
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"
1263
+ "\">Dismiss</a>"
1264
  msgstr ""
1265
+ "Опции твита ответов были перенесены в <a href=\"%1$s\">WP Tweets ПРО</a>. "
1266
+ "Чтобы пользоваться этими настройками, Вам нужно обновить плагин. <a href="
1267
+ "\"%2$s\">Закрыть</a>"
1268
 
1269
+ #: wp-to-twitter.php:264
1270
+ msgid "This account is not authorized to post to Twitter."
1271
+ msgstr "У Вас нет прав отправлять записи в Twitter."
1272
 
1273
+ #: wp-to-twitter.php:273
1274
+ msgid "This tweet is identical to another Tweet recently sent to this account."
1275
+ msgstr ""
1276
+ "Этот твит идентичен другому твиту, отправленному ранее через этот аккаунт."
1277
 
1278
+ #: wp-to-twitter.php:279
1279
+ msgid "This tweet was blank and could not be sent to Twitter."
1280
+ msgstr "Пустой твит не может быть отправлен в Twitter."
1281
 
1282
+ #: wp-to-twitter.php:314
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."
1286
+ msgstr ""
1287
+ "У приложения в Twitter не стоят права чтения и записи (read and write). "
1288
+ "Перейдите на <a href=\"%s\">вкладку приложений Twitter</a>, чтобы изменить "
1289
+ "настройки."
1290
 
1291
+ #: wp-to-twitter.php:319
1292
+ msgid "200 OK: Success!"
1293
+ msgstr "200 OK: Успех!"
1294
 
1295
+ #: wp-to-twitter.php:323
1296
+ msgid "304 Not Modified: There was no new data to return"
1297
+ msgstr "304 Не изменялось: Ничего нового нет"
1298
 
1299
+ #: wp-to-twitter.php:326
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:329
1306
+ msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
1307
+ msgstr ""
1308
+ "401 Авторизация отклонена: Данные авторизации отсутствуют или неверные."
1309
 
1310
+ #: wp-to-twitter.php:333
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 "
1314
+ "than 140 characters. Not an error from WP to Twitter."
1315
  msgstr ""
1316
+ "403 Запрещено: Запрос корректный, но был отклонен Twitter. Причины: Слишком "
1317
+ "много твитов за короткий промежуток времени или один твит был отправлен "
1318
+ "дважды, длина твита более 140 символов. Эта ошибка НЕ связана с плагином."
1319
 
1320
+ #: wp-to-twitter.php:336
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:339
1327
+ msgid "406 Not Acceptable: Invalid Format Specified."
1328
+ msgstr "406 Неприемлемый запрос. Ошибка формата запроса."
1329
 
1330
+ #: wp-to-twitter.php:342
1331
+ msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
1332
  msgstr ""
1333
+ "422 Необрабатываемая запись: Загруженное изображение не может быть "
1334
+ "обработано..."
1335
 
1336
+ #: wp-to-twitter.php:345
1337
+ msgid "429 Too Many Requests: You have exceeded your rate limits."
1338
+ msgstr "429 Слишком много запросов: Превышен лимит запросов."
1339
 
1340
+ #: wp-to-twitter.php:348
1341
+ msgid "500 Internal Server Error: Something is broken at Twitter."
1342
+ msgstr "500 Внутренняя ошибка сервера: Что-то не так с Twitter..."
1343
 
1344
+ #: wp-to-twitter.php:351
1345
+ msgid "502 Bad Gateway: Twitter is down or being upgraded."
1346
+ msgstr "502 Временная ошибка: Twitter недоступен или обновляется."
1347
 
1348
+ #: wp-to-twitter.php:354
1349
+ msgid ""
1350
+ "503 Service Unavailable: The Twitter servers are up, but overloaded with "
1351
+ "requests - Please try again later."
1352
  msgstr ""
1353
+ "503 Сервис недоступен: Сервера Twitter включены, но перегружены запросами - "
1354
+ "попробуйте позже."
1355
 
1356
+ #: wp-to-twitter.php:357
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."
1360
  msgstr ""
1361
+ "504 Таймаут: Сервера Twitter включены, но запрос не может быть выполнен по "
1362
+ "каким-то причинам... Попробуйте позже."
1363
 
1364
+ #: wp-to-twitter.php:394
1365
+ msgid "No Twitter OAuth connection found."
1366
+ msgstr "Соединения с Twitter OAuth не найдено."
1367
 
1368
+ #: wp-to-twitter.php:1023
1369
+ msgid "Tweeting %s edits is disabled."
1370
+ msgstr "Редактирование твита %s отключено."
1371
 
1372
+ #: wp-to-twitter.php:1036
1373
+ msgid "Custom Twitter Post"
1374
+ msgstr "Произвольный текст твита"
1375
 
1376
+ #: wp-to-twitter.php:1041
1377
+ msgid "Your prepended Tweet text; not part of your template."
1378
+ msgstr "Добавляемый в начале текст твита; не часть Вашего шаблона."
1379
 
1380
+ #: wp-to-twitter.php:1044
1381
+ msgid "Your appended Tweet text; not part of your template."
1382
+ msgstr "Добавляемый в конце текст твита; не часть Вашего шаблона."
1383
 
1384
+ #: wp-to-twitter.php:1047
1385
+ msgid "Your template:"
1386
+ msgstr "Вид твита:"
1387
 
1388
+ #: wp-to-twitter.php:1051
1389
+ msgid "YOURLS Custom Keyword"
1390
+ msgstr "Произвольный ключ YOURLS"
1391
 
1392
+ #: wp-to-twitter.php:1062
1393
+ msgid "Don't Tweet this post."
1394
+ msgstr "Не создавать твит"
1395
+
1396
+ #: wp-to-twitter.php:1062
1397
+ msgid "Tweet this post."
1398
+ msgstr "Создать твит"
1399
+
1400
+ #: wp-to-twitter.php:1089
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>"
1404
  msgstr ""
1405
+ "Плагин WP Tweets ПРО 1.5.2+ позволяет выбирать аккаунты Twitter. <a href=\"%s"
1406
+ "\">Залогиньтесь и обновитесь!</a>"
1407
 
1408
+ #: wp-to-twitter.php:1091
1409
+ msgid ""
1410
+ "Upgrade to WP Tweets PRO to select Twitter accounts! <a href=\"%s\">Upgrade "
1411
+ "now!</a>"
1412
  msgstr ""
1413
+ "Обновитесь до WP Tweets ПРО, чтобы выбрать аккаунты Twitter! <a href=\"%s"
1414
+ "\">Обновить!</a>"
1415
 
1416
+ #: wp-to-twitter.php:1110
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:1122
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>, "
1425
+ "<code>#post#</code>, <code>#category#</code>, <code>#date#</code>, "
1426
+ "<code>#modified#</code>, <code>#author#</code>, <code>#account#</code>, "
1427
+ "<code>#tags#</code>, or <code>#blog#</code>."
1428
+ msgstr ""
1429
+ "Не более 140 символов; ссылка считается как 20-21 символ. Допустимы метки: "
1430
+ "<code>#url#</code>, <code>#title#</code>, <code>#post#</code>, "
1431
+ "<code>#category#</code>, <code>#date#</code>, <code>#modified#</code>, "
1432
+ "<code>#author#</code>, <code>#account#</code>, <code>#tags#</code>, или "
1433
+ "<code>#blog#</code>."
1434
+
1435
+ #: wp-to-twitter.php:1132
1436
+ msgid "Upgrade to WP Tweets Pro"
1437
+ msgstr "Обновить до WP Tweets ПРО"
1438
 
1439
+ #: wp-to-twitter.php:1141
1440
+ msgid "Your role does not have the ability to Post Tweets from this site."
1441
+ msgstr "У Вас нет прав на размещение твитов с этого сайта!"
1442
 
1443
+ #: wp-to-twitter.php:1149
1444
+ msgid "Previous Tweets"
1445
+ msgstr "Прошлый твит"
1446
 
1447
+ #: wp-to-twitter.php:1165
1448
+ msgid "Failed Tweets"
1449
+ msgstr "Неудачные твиты"
1450
 
1451
+ #: wp-to-twitter.php:1180
1452
+ msgid "No failed tweets on this post."
1453
+ msgstr "Нет неудачных твитов записи."
1454
 
1455
+ #: wp-to-twitter.php:1186
1456
+ msgid "Delete Tweet History"
1457
+ msgstr "Удалить историю твитов"
1458
 
1459
+ #: wp-to-twitter.php:1212
1460
+ msgid "Characters left: "
1461
+ msgstr "Символов осталось:"
1462
 
1463
+ #: wp-to-twitter.php:1281
1464
+ msgid "WP Tweets User Settings"
1465
+ msgstr "Настройки пользователей WP Tweets"
1466
 
1467
+ #: wp-to-twitter.php:1285
1468
+ msgid "Use My Twitter Username"
1469
+ msgstr "Использовать мой логин Twitter"
1470
 
1471
+ #: wp-to-twitter.php:1286
1472
+ msgid "Tweet my posts with an @ reference to my username."
1473
+ msgstr "Твитить мои записи с @ссылкой на мой логин."
1474
 
1475
+ #: wp-to-twitter.php:1287
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:1291
1484
+ msgid "Your Twitter Username"
1485
+ msgstr "Логин Twitter "
1486
 
1487
+ #: wp-to-twitter.php:1292
1488
+ msgid "Enter your own Twitter username."
1489
+ msgstr "Введите логин от Twitter."
1490
 
1491
+ #: wp-to-twitter.php:1295
1492
+ msgid "Hide account name in Tweets"
1493
+ msgstr "Скрывать логины в твитах"
1494
+
1495
+ #: wp-to-twitter.php:1296
1496
+ msgid "Do not display my account in the #account# template tag."
1497
+ msgstr "Не показывать мой аккаунт через шоткод #account# ."
1498
+
1499
+ #: wp-to-twitter.php:1349
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:1397
1525
+ msgid "Upgrade"
1526
+ msgstr "Обновить"
1527
+
1528
+ #: wp-to-twitter.php:1434
1529
+ msgid ""
1530
+ "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href="
1531
+ "\"%1$s\">changelog</a> before upgrading."
1532
  msgstr ""
1533
+ "<br /><strong>Заметка:</strong> Перед обновлением, посмотрите <a class="
1534
+ "\"thickbox\" href=\"%1$s\">список изменений</a>."
1535
 
1536
+ #: wp-to-twitter.php:1523
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 "
1540
+ "WordPress! <a href='%s'>Dismiss</a>"
1541
  msgstr ""
1542
+ "Надеюсь, Вам понравился плагин <strong>WP to Twitter</strong>! Взгляните на "
1543
+ "<a href='%s'>upgrading to WP Tweets ПРО</a> и откройте для себя новые "
1544
+ "возможности! <a href='%s'>Закрыть</a>"
1545
 
1546
+ #: wpt-feed.php:164
1547
+ msgid "Twitter returned an invalid response. It is probably down."
1548
+ msgstr "Twitter вернул некорректный ответ. Возможно, сервер не работает."
1549
+
1550
+ #: wpt-functions.php:291
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:293
1558
+ msgid "Please describe your problem. I'm not psychic."
1559
+ msgstr "Опишите Вашу проблему подробно. Я не ясновидящий..."
1560
+
1561
+ #: wpt-functions.php:297
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 "
1565
+ "at <code>%s</code>."
1566
  msgstr ""
1567
+ "Спасибо за Вашу поддержку в разработке плагина! Я свяжусь с Вами как только "
1568
+ "смогу. Пожалуйтса, убедитесь что Ваш эл. адрес <code>%s</code> активен."
1569
 
1570
+ #: wpt-functions.php:299
1571
+ msgid ""
1572
+ "Thanks for using WP to Twitter. Please ensure that you can receive email at "
1573
+ "<code>%s</code>."
1574
  msgstr ""
1575
+ "Спасибо за использование плагина WP to Twitter. Пожалуйтса, убедитесь что "
1576
+ "Ваш эл. адрес <code>%s</code> активен."
1577
 
1578
+ #: wpt-functions.php:313
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>: Я записываю все сделанные пожертвования <em>"
1585
+ "(от переводчика: ставьте галочку в это поле только честно, если же Вы делали "
1586
+ "пожертвования с другого аккаунта - укажите это)</em>."
1587
 
1588
+ #: wpt-functions.php:317
1589
+ msgid ""
1590
+ "If you're having trouble with WP to Twitter, please try to answer these "
1591
+ "questions in your message:"
1592
  msgstr ""
1593
+ "Если у Вас возникли проблемы при работе с плагином WP to Twitter, ответьте "
1594
+ "на эти вопросы в своем сообщении:"
1595
 
1596
+ #: wpt-functions.php:320
1597
+ msgid "Did this error happen only once, or repeatedly?"
1598
+ msgstr "Эта ошибка возникает постоянно или нет?"
1599
 
1600
+ #: wpt-functions.php:321
1601
+ msgid "What was the Tweet, or an example Tweet, that produced this error?"
1602
+ msgstr "Что было в твите, вызвавшем ошибку?"
1603
 
1604
+ #: wpt-functions.php:322
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:323
1609
+ msgid "What is the template you're using for your Tweets?"
1610
+ msgstr "Какой шаблон Вы используете для твитов?"
1611
 
1612
+ #: wpt-functions.php:328
1613
+ msgid "Reply to:"
1614
+ msgstr "Ответить:"
1615
 
1616
+ #: wpt-functions.php:331
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:334
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:337
1629
+ msgid "Support Request:"
1630
+ msgstr "Запрос в тех. поддержку:"
1631
 
1632
+ #: wpt-functions.php:340
1633
+ msgid "Send Support Request"
1634
+ msgstr "Отправить запрос на тех. поддержку"
1635
 
1636
+ #: wpt-functions.php:343
1637
+ msgid ""
1638
+ "The following additional information will be sent with your support request:"
1639
  msgstr ""
1640
+ "Дополнительная информация, которая будет отправлена вместе с Вашим запросом."
1641
 
1642
+ #: wpt-widget.php:86
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:88
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:139
1651
+ msgid "Display a list of your latest tweets."
1652
+ msgstr "Показать список последних твитов."
1653
 
1654
+ #: wpt-widget.php:147
1655
+ msgid "WP to Twitter - Latest Tweets"
1656
+ msgstr "WP to Twitter - Последние твиты"
1657
 
1658
+ #: wpt-widget.php:203
1659
+ msgid "Title"
1660
+ msgstr "Заголовок"
1661
 
1662
+ #: wpt-widget.php:208
1663
+ msgid "Twitter Username"
1664
+ msgstr "Логин Twitter"
1665
 
1666
+ #: wpt-widget.php:213
1667
+ msgid "Number of Tweets to Show"
1668
+ msgstr "Кол-во твитов в списке"
1669
 
1670
+ #: wpt-widget.php:219
1671
+ msgid "Hide @ Replies"
1672
+ msgstr "Скрыть @ Ответы"
1673
 
1674
+ #: wpt-widget.php:224
1675
+ msgid "Include Retweets"
1676
+ msgstr "Включить ретвит"
1677
 
1678
+ #: wpt-widget.php:229
1679
+ msgid "Parse links"
1680
+ msgstr "Парсить ссылки"
1681
 
1682
+ #: wpt-widget.php:234
1683
+ msgid "Parse @mentions"
1684
+ msgstr "Парсить @упоминания"
1685
 
1686
+ #: wpt-widget.php:239
1687
+ msgid "Parse #hashtags"
1688
+ msgstr "Парсить #hashtags"
1689
+
1690
+ #: wpt-widget.php:244
1691
+ msgid "Include Reply/Retweet/Favorite Links"
1692
+ msgstr "Включить ответ/ретвит/понравившиеся ссылки"
1693
+
1694
+ #: wpt-widget.php:249
1695
+ msgid "Include Tweet source"
1696
+ msgstr "Включить исходный твит"
1697
+
1698
+ #. Plugin Name of the plugin/theme
1699
+ msgid "WP to Twitter"
1700
+ msgstr "WP to Twitter"
1701
+
1702
+ #. Plugin URI of the plugin/theme
1703
+ msgid "http://www.joedolson.com/articles/wp-to-twitter/"
1704
+ msgstr "http://www.joedolson.com/articles/wp-to-twitter/"
1705
+
1706
+ #. Description of the plugin/theme
1707
+ msgid ""
1708
+ "Posts a Tweet when you update your WordPress blog or post to your blogroll, "
1709
+ "using your URL shortening service. Rich in features for customizing and "
1710
+ "promoting your Tweets."
1711
  msgstr ""
1712
+ "Сообщайте в Twitter каждый раз, когда обновляется Ваш блог WordPress или "
1713
+ "записи на нем, используя сервис сокращения ссылок и проихвольные шоткоды. "
1714
+ "Плагин содержит множество настроек для твитов."
1715
 
1716
+ #. Author of the plugin/theme
1717
+ msgid "Joseph Dolson"
1718
+ msgstr "Joseph Dolson"
1719
+
1720
+ #. Author URI of the plugin/theme
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. "
1727
+ #~ "<em>Use this at your own risk</em>, as it lets anybody who can post a "
1728
+ #~ "comment on your site post a phrase in your Twitter stream."
1729
+ #~ msgstr ""
1730
+ #~ "Дополнительно, с обычными метками шаблона, ответы могут использовать "
1731
+ #~ "шоткод <code>#commenter#</code> для размещения имени комментатора в "
1732
+ #~ "твите. <em>Используйте на свой страх и риск</em>, так как любой "
1733
+ #~ "комментатор с Вашего сайта может \"отметиться\" в ленте Twitter."
1734
+
1735
+ #~ msgid "WP to Twitter can do more for you! Take a look at WP Tweets Pro!"
1736
+ #~ msgstr ""
1737
+ #~ "WP to Twitter может и больше! Посмотрите на возможности WP Tweets ПРО!"
1738
+
1739
+ #~ msgid ""
1740
+ #~ "WP to Twitter requires PHP version 5 or above. Please upgrade PHP to run "
1741
+ #~ "WP to Twitter."
1742
+ #~ msgstr ""
1743
+ #~ "Для работы WP to Twitter требуется PHP версии 5 или выше. Обновите версию "
1744
+ #~ "PHP, чтобы использовать плагин."
1745
+
1746
+ #~ msgid "Settings for Comments"
1747
+ #~ msgstr "Настройки для ответов"
1748
+
1749
+ #~ msgid "Update Twitter when new comments are posted"
1750
+ #~ msgstr "Обновить Twitter при добавлении нового ответа"
1751
+
1752
+ #~ msgid ""
1753
+ #~ "Delaying tweets with WP Tweets PRO moves Tweeting to an publishing-"
1754
+ #~ "independent action."
1755
+ #~ msgstr "Отложенные твиты в ПРО версии публикуются независимым действием."
1756
+
1757
+ #~ msgid ""
1758
+ #~ "Send Twitter Updates on remote publication (Post by Email or XMLRPC "
1759
+ #~ "Client)"
1760
+ #~ msgstr ""
1761
+ #~ "Отправлять обновления Twitter через удаленный инструмент (по mail или "
1762
+ #~ "через клиент XMLRPC)"
lang/wp-to-twitter-sv_SE.mo ADDED
Binary file
lang/wp-to-twitter-sv_SE.po ADDED
@@ -0,0 +1,1303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of WP to Twitter in Swedish
2
+ # This file is distributed under the same license as the WP to Twitter package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2013-09-26 20:48:32+0000\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
+ "X-Generator: GlotPress/0.1\n"
11
+ "Project-Id-Version: WP to Twitter\n"
12
+
13
+ #: wp-to-twitter-oauth.php:224
14
+ msgid "Your application name cannot include the word \"Twitter.\""
15
+ msgstr "Ditt applikationsnamn kan inte inkludera ordet \"Twitter\"."
16
+
17
+ #: wp-to-twitter-oauth.php:229
18
+ msgid "<em>Do NOT create your access token yet.</em>"
19
+ msgstr "<em>Skapa INTE din åtkomsttoken än.</em>"
20
+
21
+ #: wp-to-twitter-oauth.php:233
22
+ msgid "Return to the Details tab and create your access token."
23
+ msgstr "Återgå till Detaljfliken och skapa din åtkomsttoken."
24
+
25
+ #: wp-to-twitter.php:326
26
+ msgid "304 Not Modified: There was no new data to return"
27
+ msgstr "304 inte modifierad: Fanns ingen ny data att skicka"
28
+
29
+ #: wp-to-twitter.php:345
30
+ msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
31
+ msgstr "422 Obearbetbar Enhet: Den uppladdade bilden kunde inte bearbetas."
32
+
33
+ #: wp-to-twitter.php:1076
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 tillåter dig att välja Twitter konton. <a href=\"%s\">Logga in och ladda ner 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 "Uppgradera till WP Tweets PRO för att välja Twitter konton! <a href=\"%s\">Uppgradera nu!</a>"
40
+
41
+ #: wp-to-twitter.php:1109
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 måste vara kortare än 140 tecken; Twitter räknar URL:er som 22 eller 23 tecken. Malltaggar: <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>, eller <code>#blog#</code>."
44
+
45
+ #: wp-to-twitter.php:1499
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 returnerade ett ogiltigt svar. Det ligger förmodligen ner."
52
+
53
+ #: wpt-widget.php:50
54
+ msgid "Display a list of your latest tweets."
55
+ msgstr "Visa en lista över dina senaste tweets."
56
+
57
+ #: wpt-widget.php:59
58
+ msgid "WP to Twitter - Latest Tweets"
59
+ msgstr "WP to Twitter - Senaste tweets"
60
+
61
+ #: wpt-widget.php:121
62
+ msgid "<a href=\"%3$s\">about %1$s ago</a> via %2$s"
63
+ msgstr "<a href=\"%3$s\">för %1$s sen</a> via %2$s"
64
+
65
+ #: wpt-widget.php:123
66
+ msgid "<a href=\"%2$s\">about %1$s ago</a>"
67
+ msgstr "<a href=\"%2$s\">för %1$s sen</a>"
68
+
69
+ #: wpt-widget.php:179
70
+ msgid "Title"
71
+ msgstr ""
72
+
73
+ #: wpt-widget.php:184
74
+ msgid "Twitter Username"
75
+ msgstr "Twitter användarnamn"
76
+
77
+ #: wpt-widget.php:189
78
+ msgid "Number of Tweets to Show"
79
+ msgstr "Antalet tweets att visa"
80
+
81
+ #: wpt-widget.php:195
82
+ msgid "Hide @ Replies"
83
+ msgstr "Gömma @ svar"
84
+
85
+ #: wpt-widget.php:200
86
+ msgid "Include Retweets"
87
+ msgstr "Inkludera retweet"
88
+
89
+ #: wpt-widget.php:205
90
+ msgid "Parse links"
91
+ msgstr "Tolka länkar"
92
+
93
+ #: wpt-widget.php:210
94
+ msgid "Parse @mentions"
95
+ msgstr "Tolka @omnämnande"
96
+
97
+ #: wpt-widget.php:215
98
+ msgid "Parse #hashtags"
99
+ msgstr "Tolka #hashtaggar"
100
+
101
+ #: wpt-widget.php:220
102
+ msgid "Include Reply/Retweet/Favorite Links"
103
+ msgstr "Inkludera Svar/ Retweet/ Favoritlänkar"
104
+
105
+ #: wpt-widget.php:225
106
+ msgid "Include Tweet source"
107
+ msgstr "Inkludera tweetkälla"
108
+
109
+ #: wp-to-twitter-manager.php:178
110
+ msgid "Error:"
111
+ msgstr "Fel:"
112
+
113
+ #: wp-to-twitter-manager.php:643
114
+ msgid "No Analytics"
115
+ msgstr "Ingen Analytics"
116
+
117
+ #: wp-to-twitter-manager.php:792
118
+ msgid "Allow users to post to their own Twitter accounts"
119
+ msgstr "Tillåt användare att posta till sina egna Twitter-konton"
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 "Ställ in en timer för att skicka din tweet minuter eller timmar efter att du publicerat den"
124
+
125
+ #: wp-to-twitter-manager.php:794
126
+ msgid "Automatically re-send Tweets after publishing"
127
+ msgstr "Återsänd tweets automatiskt efter publicering"
128
+
129
+ #: wp-to-twitter-manager.php:795
130
+ msgid "Send Tweets for approved comments"
131
+ msgstr "Skicka tweets för godkända kommentarer"
132
+
133
+ #: wp-to-twitter.php:64
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 "Nuvarande version av WP Tweets PRO är <strong>%s</strong>. <a href=\"http://www.joedolson.com/articles/account/\">Uppgradera för bästa kompatibilitet!</a>"
136
+
137
+ #: wp-to-twitter.php:86
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 "Tweeta kommentarer har flyttats till <a href=\"%1$s\">WP Tweets PRO</a>. Du måste uppgradera för att Tweeta kommentarer. <a href=\"%2$s\">Avfärda</a>"
140
+
141
+ #: wp-to-twitter.php:1010
142
+ msgid "Tweeting %s edits is disabled."
143
+ msgstr "Tweeting %s redigeringar är inaktiverad."
144
+
145
+ #: wp-to-twitter.php:1454
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 "Jag hoppas du har haft ett nöje med<strong> WP to Twitter </strong>! Ta en titt på <a href='%s'>att uppgradera till WP Tweets PRO </a> för avancerad Tweeting med WordPress! <a href=\"%2$s\">Avfärda</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 "Publicera en tweet när du uppdaterar din WordPress blogg eller klistra in i länklistan, använd din URL-förkortningstjänst. Rik på funktioner för att anpassa och främja dina tweets."
151
+
152
+ #: wp-to-twitter-shorteners.php:378
153
+ msgid "Your jotURL account details"
154
+ msgstr "Dina kontodetaljer för jotURL"
155
+
156
+ #: wp-to-twitter-shorteners.php:382
157
+ msgid "Your jotURL public <abbr title='application programming interface'>API</abbr> key:"
158
+ msgstr "Din publika jotURL <abbr title='application programming interface'>API</abbr> nyckel:"
159
+
160
+ #: wp-to-twitter-shorteners.php:383
161
+ msgid "Your jotURL private <abbr title='application programming interface'>API</abbr> key:"
162
+ msgstr "Din privata jotURL <abbr title='application programming interface'>API</abbr> nyckel:"
163
+
164
+ #: wp-to-twitter-shorteners.php:384
165
+ msgid "Parameters to add to the long URL (before shortening):"
166
+ msgstr "Parametrar att lägga till den långa webbadressen (före förkortning):"
167
+
168
+ #: wp-to-twitter-shorteners.php:384
169
+ msgid "Parameters to add to the short URL (after shortening):"
170
+ msgstr "Parametrar att lägga till den korta webbadressen (efter förkortning):"
171
+
172
+ #: wp-to-twitter-shorteners.php:385
173
+ msgid "View your jotURL public and private API key"
174
+ msgstr "Visa din publika och privata jotURL API-nyckel"
175
+
176
+ #: wp-to-twitter-shorteners.php:388
177
+ msgid "Save jotURL settings"
178
+ msgstr "Spara jotURL inställningarna"
179
+
180
+ #: wp-to-twitter-shorteners.php:388
181
+ msgid "Clear jotURL settings"
182
+ msgstr "Rensa jotURL inställningar"
183
+
184
+ #: wp-to-twitter-shorteners.php:389
185
+ msgid "A jotURL public and private API key is required to shorten URLs via the jotURL API and WP to Twitter."
186
+ msgstr "En publik och en privat jotURL API nyckel krävs för att förkorta webbadresser via jotURL och WP to Twitter."
187
+
188
+ #: wp-to-twitter-shorteners.php:484
189
+ msgid "jotURL private API Key Updated. "
190
+ msgstr "Privata jotURL API nyckeln uppdaterad."
191
+
192
+ #: wp-to-twitter-shorteners.php:487
193
+ msgid "jotURL private API Key deleted. You cannot use the jotURL API without a private API key. "
194
+ msgstr ""
195
+
196
+ #: wp-to-twitter-shorteners.php:489
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 ""
199
+
200
+ #: wp-to-twitter-shorteners.php:493
201
+ msgid "jotURL public API Key Updated. "
202
+ msgstr ""
203
+
204
+ #: wp-to-twitter-shorteners.php:496
205
+ msgid "jotURL public API Key deleted. You cannot use the jotURL API without providing your public API Key. "
206
+ msgstr ""
207
+
208
+ #: wp-to-twitter-shorteners.php:498
209
+ msgid "jotURL public API Key not added - <a href='https://www.joturl.com/reserved/api.html'>get one here</a>! "
210
+ msgstr ""
211
+
212
+ #: wp-to-twitter-shorteners.php:504
213
+ msgid "Long URL parameters added. "
214
+ msgstr ""
215
+
216
+ #: wp-to-twitter-shorteners.php:507
217
+ msgid "Long URL parameters deleted. "
218
+ msgstr ""
219
+
220
+ #: wp-to-twitter-shorteners.php:513
221
+ msgid "Short URL parameters added. "
222
+ msgstr ""
223
+
224
+ #: wp-to-twitter-shorteners.php:516
225
+ msgid "Short URL parameters deleted. "
226
+ msgstr ""
227
+
228
+ #: wp-to-twitter-shorteners.php:530
229
+ msgid "You must add your jotURL public and private API key in order to shorten URLs with jotURL."
230
+ msgstr ""
231
+
232
+ #: wp-to-twitter-manager.php:530
233
+ msgid "Tags"
234
+ msgstr ""
235
+
236
+ #: wp-to-twitter-manager.php:546
237
+ msgid "Template Tag Settings"
238
+ msgstr ""
239
+
240
+ #: wp-to-twitter-manager.php:548
241
+ msgid "Extracted from the post. If you use the 'Excerpt' field, it will be used instead."
242
+ msgstr ""
243
+
244
+ #: wp-to-twitter-manager.php:591
245
+ msgid "Template tag priority order"
246
+ msgstr ""
247
+
248
+ #: wp-to-twitter-manager.php:592
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 ""
251
+
252
+ #: wp-to-twitter-manager.php:647
253
+ msgid "Author Settings"
254
+ msgstr ""
255
+
256
+ #: wp-to-twitter-manager.php:652
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 ""
259
+
260
+ #: wp-to-twitter-manager.php:656
261
+ msgid "Permissions"
262
+ msgstr ""
263
+
264
+ #: wp-to-twitter-manager.php:691
265
+ msgid "Error Messages and Debugging"
266
+ msgstr ""
267
+
268
+ #: wp-to-twitter-manager.php:812
269
+ msgid "<code>#cat_desc#</code>: custom value from the category description field"
270
+ msgstr ""
271
+
272
+ #: wp-to-twitter-manager.php:819
273
+ msgid "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
274
+ msgstr ""
275
+
276
+ #: wp-to-twitter-oauth.php:184
277
+ msgid "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> queries</a>."
278
+ msgstr ""
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 ""
283
+
284
+ #: wp-to-twitter-oauth.php:306 wp-to-twitter-oauth.php:312
285
+ msgid "Twitter's server time: "
286
+ msgstr ""
287
+
288
+ #: wp-to-twitter.php:73
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 ""
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 ""
295
+
296
+ #: wp-to-twitter.php:1377
297
+ msgid "Upgrade"
298
+ msgstr ""
299
+
300
+ #: wp-to-twitter-manager.php:535
301
+ msgid "Use tag slug as hashtag value"
302
+ msgstr ""
303
+
304
+ #: wp-to-twitter-manager.php:177
305
+ msgid "WP to Twitter failed to connect with Twitter. Try <a href=\"#wpt_http\">switching to an HTTP connection</a>."
306
+ msgstr ""
307
+
308
+ #: wp-to-twitter-shorteners.php:548
309
+ msgid "Choose a short URL service (account settings below)"
310
+ msgstr ""
311
+
312
+ #: wp-to-twitter-shorteners.php:554
313
+ msgid "YOURLS (on this server)"
314
+ msgstr ""
315
+
316
+ #: wp-to-twitter-shorteners.php:555
317
+ msgid "YOURLS (on a remote server)"
318
+ msgstr ""
319
+
320
+ #: wpt-functions.php:264
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 ""
323
+
324
+ #: wpt-functions.php:266
325
+ msgid "Thanks for using WP to Twitter. Please ensure that you can receive email at <code>%s</code>."
326
+ msgstr ""
327
+
328
+ #: wpt-functions.php:285
329
+ msgid "Reply to:"
330
+ msgstr ""
331
+
332
+ #: wp-to-twitter-manager.php:672
333
+ msgid "The lowest user group that can add their Twitter information"
334
+ msgstr ""
335
+
336
+ #: wp-to-twitter-manager.php:677
337
+ msgid "The lowest user group that can see the Custom Tweet options when posting"
338
+ msgstr ""
339
+
340
+ #: wp-to-twitter-manager.php:682
341
+ msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
342
+ msgstr ""
343
+
344
+ #: wp-to-twitter-manager.php:687
345
+ msgid "The lowest user group that can send Twitter updates"
346
+ msgstr ""
347
+
348
+ #: wp-to-twitter-manager.php:816
349
+ msgid "<code>#author#</code>: the post author (@reference if available, otherwise display name)"
350
+ msgstr ""
351
+
352
+ #: wp-to-twitter-manager.php:817
353
+ msgid "<code>#displayname#</code>: post author's display name"
354
+ msgstr ""
355
+
356
+ #: wp-to-twitter.php:291
357
+ msgid "This tweet was blank and could not be sent to Twitter."
358
+ msgstr ""
359
+
360
+ #: wp-to-twitter.php:339
361
+ msgid "404 Not Found: The URI requested is invalid or the resource requested does not exist."
362
+ msgstr ""
363
+
364
+ #: wp-to-twitter.php:342
365
+ msgid "406 Not Acceptable: Invalid Format Specified."
366
+ msgstr ""
367
+
368
+ #: wp-to-twitter.php:348
369
+ msgid "429 Too Many Requests: You have exceeded your rate limits."
370
+ msgstr ""
371
+
372
+ #: wp-to-twitter.php:360
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 ""
375
+
376
+ #: wp-to-twitter.php:1028
377
+ msgid "Your prepended Tweet text; not part of your template."
378
+ msgstr ""
379
+
380
+ #: wp-to-twitter.php:1031
381
+ msgid "Your appended Tweet text; not part of your template."
382
+ msgstr ""
383
+
384
+ #: wp-to-twitter.php:1130
385
+ msgid "Your role does not have the ability to Post Tweets from this site."
386
+ msgstr ""
387
+
388
+ #: wp-to-twitter.php:1275
389
+ msgid "Hide account name in Tweets"
390
+ msgstr ""
391
+
392
+ #: wp-to-twitter.php:1276
393
+ msgid "Do not display my account in the #account# template tag."
394
+ msgstr ""
395
+
396
+ #: wpt-functions.php:288
397
+ msgid "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</span>"
398
+ msgstr ""
399
+
400
+ #: wpt-functions.php:291
401
+ msgid "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
402
+ msgstr ""
403
+
404
+ #: wpt-functions.php:294
405
+ msgid "Support Request:"
406
+ msgstr ""
407
+
408
+ #: wp-to-twitter-manager.php:485
409
+ msgid "Settings for type \"%1$s\""
410
+ msgstr ""
411
+
412
+ #: wp-to-twitter-manager.php:488
413
+ msgid "Update when %1$s %2$s is published"
414
+ msgstr ""
415
+
416
+ #: wp-to-twitter-manager.php:488
417
+ msgid "Text for new %1$s updates"
418
+ msgstr ""
419
+
420
+ #: wp-to-twitter-manager.php:492
421
+ msgid "Update when %1$s %2$s is edited"
422
+ msgstr ""
423
+
424
+ #: wp-to-twitter-manager.php:492
425
+ msgid "Text for %1$s editing updates"
426
+ msgstr ""
427
+
428
+ #: wp-to-twitter-oauth.php:217
429
+ msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
430
+ msgstr ""
431
+
432
+ #: wp-to-twitter-shorteners.php:558
433
+ msgid "Use Twitter Friendly Links."
434
+ msgstr ""
435
+
436
+ #: wp-to-twitter-shorteners.php:332
437
+ msgid "View your Bit.ly username and API key"
438
+ msgstr ""
439
+
440
+ #: wp-to-twitter-shorteners.php:394
441
+ msgid "Your shortener does not require any account settings."
442
+ msgstr ""
443
+
444
+ #: wp-to-twitter.php:317
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 ""
447
+
448
+ #: wp-to-twitter.php:1152
449
+ msgid "Failed Tweets"
450
+ msgstr ""
451
+
452
+ #: wp-to-twitter.php:1167
453
+ msgid "No failed tweets on this post."
454
+ msgstr ""
455
+
456
+ #: wp-to-twitter-manager.php:789
457
+ msgid "Upgrade to <strong>WP Tweets PRO</strong> for more options!"
458
+ msgstr ""
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 ""
463
+
464
+ #: wp-to-twitter-oauth.php:284
465
+ msgid "WP to Twitter could not contact Twitter's remote server. Here is the error triggered: "
466
+ msgstr ""
467
+
468
+ #: wp-to-twitter.php:276
469
+ msgid "This account is not authorized to post to Twitter."
470
+ msgstr ""
471
+
472
+ #: wp-to-twitter.php:285
473
+ msgid "This tweet is identical to another Tweet recently sent to this account."
474
+ msgstr ""
475
+
476
+ #: wp-to-twitter-shorteners.php:298
477
+ msgid "(optional)"
478
+ msgstr ""
479
+
480
+ #: wp-to-twitter-manager.php:603
481
+ msgid "Do not post Tweets by default (editing only)"
482
+ msgstr ""
483
+
484
+ #: wp-to-twitter-manager.php:814
485
+ msgid "<code>#modified#</code>: the post modified date"
486
+ msgstr ""
487
+
488
+ #: wp-to-twitter-oauth.php:282
489
+ msgid "Your time stamps are more than 5 minutes apart. Your server could lose its connection with Twitter."
490
+ msgstr ""
491
+
492
+ #: wp-to-twitter-manager.php:650
493
+ msgid "Authors have individual Twitter accounts"
494
+ msgstr ""
495
+
496
+ #: wp-to-twitter-manager.php:693
497
+ msgid "Disable global URL shortener error messages."
498
+ msgstr ""
499
+
500
+ #: wp-to-twitter-manager.php:694
501
+ msgid "Disable global Twitter API error messages."
502
+ msgstr ""
503
+
504
+ #: wp-to-twitter-manager.php:696
505
+ msgid "Get Debugging Data for OAuth Connection"
506
+ msgstr ""
507
+
508
+ #: wp-to-twitter-manager.php:698
509
+ msgid "Switch to <code>http</code> connection. (Default is https)"
510
+ msgstr ""
511
+
512
+ #: wp-to-twitter-manager.php:700
513
+ msgid "I made a donation, so stop whinging at me, please."
514
+ msgstr ""
515
+
516
+ #: wp-to-twitter-manager.php:714
517
+ msgid "Limit Updating Categories"
518
+ msgstr ""
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 ""
523
+
524
+ #: wp-to-twitter-manager.php:718
525
+ msgid "<em>Category limits are disabled.</em>"
526
+ msgstr ""
527
+
528
+ #: wp-to-twitter-manager.php:727
529
+ msgid "Get Plug-in Support"
530
+ msgstr ""
531
+
532
+ #: wp-to-twitter-manager.php:738
533
+ msgid "Check Support"
534
+ msgstr ""
535
+
536
+ #: wp-to-twitter-manager.php:738
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 ""
539
+
540
+ #: wp-to-twitter-manager.php:756
541
+ msgid "Support WP to Twitter"
542
+ msgstr ""
543
+
544
+ #: wp-to-twitter-manager.php:758
545
+ msgid "WP to Twitter Support"
546
+ msgstr ""
547
+
548
+ #: wp-to-twitter-manager.php:766 wp-to-twitter.php:1119 wp-to-twitter.php:1121
549
+ msgid "Get Support"
550
+ msgstr ""
551
+
552
+ #: wp-to-twitter-manager.php:769
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 ""
555
+
556
+ #: wp-to-twitter-manager.php:787
557
+ msgid "Upgrade Now!"
558
+ msgstr ""
559
+
560
+ #: wp-to-twitter-manager.php:790
561
+ msgid "Extra features with the PRO upgrade:"
562
+ msgstr ""
563
+
564
+ #: wp-to-twitter-manager.php:804
565
+ msgid "Shortcodes"
566
+ msgstr ""
567
+
568
+ #: wp-to-twitter-manager.php:806
569
+ msgid "Available in post update templates:"
570
+ msgstr ""
571
+
572
+ #: wp-to-twitter-manager.php:808
573
+ msgid "<code>#title#</code>: the title of your blog post"
574
+ msgstr ""
575
+
576
+ #: wp-to-twitter-manager.php:809
577
+ msgid "<code>#blog#</code>: the title of your blog"
578
+ msgstr ""
579
+
580
+ #: wp-to-twitter-manager.php:810
581
+ msgid "<code>#post#</code>: a short excerpt of the post content"
582
+ msgstr ""
583
+
584
+ #: wp-to-twitter-manager.php:811
585
+ msgid "<code>#category#</code>: the first selected category for the post"
586
+ msgstr ""
587
+
588
+ #: wp-to-twitter-manager.php:813
589
+ msgid "<code>#date#</code>: the post date"
590
+ msgstr ""
591
+
592
+ #: wp-to-twitter-manager.php:815
593
+ msgid "<code>#url#</code>: the post URL"
594
+ msgstr ""
595
+
596
+ #: wp-to-twitter-manager.php:818
597
+ msgid "<code>#account#</code>: the twitter @reference for the account (or the author, if author settings are enabled and set.)"
598
+ msgstr ""
599
+
600
+ #: wp-to-twitter-manager.php:820
601
+ msgid "<code>#tags#</code>: your tags modified into hashtags. See options in the Advanced Settings section, below."
602
+ msgstr ""
603
+
604
+ #: wp-to-twitter-manager.php:825
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 ""
607
+
608
+ #: wp-to-twitter-oauth.php:115
609
+ msgid "WP to Twitter was unable to establish a connection to Twitter."
610
+ msgstr ""
611
+
612
+ #: wp-to-twitter-oauth.php:185
613
+ msgid "There was an error querying Twitter's servers"
614
+ msgstr ""
615
+
616
+ #: wp-to-twitter-oauth.php:209 wp-to-twitter-oauth.php:211
617
+ msgid "Connect to Twitter"
618
+ msgstr ""
619
+
620
+ #: wp-to-twitter-oauth.php:214
621
+ msgid "WP to Twitter Set-up"
622
+ msgstr ""
623
+
624
+ #: wp-to-twitter-oauth.php:215 wp-to-twitter-oauth.php:306
625
+ #: wp-to-twitter-oauth.php:311
626
+ msgid "Your server time:"
627
+ msgstr ""
628
+
629
+ #: wp-to-twitter-oauth.php:215
630
+ msgid "Twitter's time:"
631
+ msgstr ""
632
+
633
+ #: wp-to-twitter-oauth.php:215
634
+ msgid "If these timestamps are not within 5 minutes of each other, your server will not connect to Twitter."
635
+ msgstr ""
636
+
637
+ #: wp-to-twitter-oauth.php:221
638
+ msgid "1. Register this site as an application on "
639
+ msgstr ""
640
+
641
+ #: wp-to-twitter-oauth.php:221
642
+ msgid "Twitter's application registration page"
643
+ msgstr ""
644
+
645
+ #: wp-to-twitter-oauth.php:223
646
+ msgid "If you're not currently logged in to Twitter, log-in to the account you want associated with this site"
647
+ msgstr ""
648
+
649
+ #: wp-to-twitter-oauth.php:225
650
+ msgid "Your Application Description can be anything."
651
+ msgstr ""
652
+
653
+ #: wp-to-twitter-oauth.php:226
654
+ msgid "The WebSite and Callback URL should be "
655
+ msgstr ""
656
+
657
+ #: wp-to-twitter-oauth.php:228
658
+ msgid "Agree to the Developer Rules of the Road and continue."
659
+ msgstr ""
660
+
661
+ #: wp-to-twitter-oauth.php:229
662
+ msgid "2. Switch to the \"Settings\" tab in Twitter apps"
663
+ msgstr ""
664
+
665
+ #: wp-to-twitter-oauth.php:231
666
+ msgid "Select \"Read and Write\" for the Application Type"
667
+ msgstr ""
668
+
669
+ #: wp-to-twitter-oauth.php:232
670
+ msgid "Update the application settings"
671
+ msgstr ""
672
+
673
+ #: wp-to-twitter-oauth.php:235
674
+ msgid "Once you have registered your site as an application, you will be provided with four keys."
675
+ msgstr ""
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 ""
680
+
681
+ #: wp-to-twitter-oauth.php:239
682
+ msgid "Twitter Consumer Key"
683
+ msgstr ""
684
+
685
+ #: wp-to-twitter-oauth.php:243
686
+ msgid "Twitter Consumer Secret"
687
+ msgstr ""
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 ""
692
+
693
+ #: wp-to-twitter-oauth.php:248
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 ""
696
+
697
+ #: wp-to-twitter-oauth.php:251
698
+ msgid "Access Token"
699
+ msgstr ""
700
+
701
+ #: wp-to-twitter-oauth.php:255
702
+ msgid "Access Token Secret"
703
+ msgstr ""
704
+
705
+ #: wp-to-twitter-oauth.php:274
706
+ msgid "Disconnect Your WordPress and Twitter Account"
707
+ msgstr ""
708
+
709
+ #: wp-to-twitter-oauth.php:278
710
+ msgid "Disconnect your WordPress and Twitter Account"
711
+ msgstr ""
712
+
713
+ #: wp-to-twitter-oauth.php:288
714
+ msgid "Disconnect from Twitter"
715
+ msgstr ""
716
+
717
+ #: wp-to-twitter-oauth.php:294
718
+ msgid "Twitter Username "
719
+ msgstr ""
720
+
721
+ #: wp-to-twitter-oauth.php:295
722
+ msgid "Consumer Key "
723
+ msgstr ""
724
+
725
+ #: wp-to-twitter-oauth.php:296
726
+ msgid "Consumer Secret "
727
+ msgstr ""
728
+
729
+ #: wp-to-twitter-oauth.php:297
730
+ msgid "Access Token "
731
+ msgstr ""
732
+
733
+ #: wp-to-twitter-oauth.php:298
734
+ msgid "Access Token Secret "
735
+ msgstr ""
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 ""
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 ""
744
+
745
+ #: wp-to-twitter.php:322
746
+ msgid "200 OK: Success!"
747
+ msgstr ""
748
+
749
+ #: wp-to-twitter.php:329
750
+ msgid "400 Bad Request: The request was invalid. This is the status code returned during rate limiting."
751
+ msgstr ""
752
+
753
+ #: wp-to-twitter.php:332
754
+ msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
755
+ msgstr ""
756
+
757
+ #: wp-to-twitter.php:351
758
+ msgid "500 Internal Server Error: Something is broken at Twitter."
759
+ msgstr ""
760
+
761
+ #: wp-to-twitter.php:357
762
+ msgid "503 Service Unavailable: The Twitter servers are up, but overloaded with requests - Please try again later."
763
+ msgstr ""
764
+
765
+ #: wp-to-twitter.php:354
766
+ msgid "502 Bad Gateway: Twitter is down or being upgraded."
767
+ msgstr ""
768
+
769
+ #: wp-to-twitter.php:397
770
+ msgid "No Twitter OAuth connection found."
771
+ msgstr ""
772
+
773
+ #: wp-to-twitter.php:1138
774
+ msgid "Previous Tweets"
775
+ msgstr ""
776
+
777
+ #: wp-to-twitter.php:1023
778
+ msgid "Custom Twitter Post"
779
+ msgstr ""
780
+
781
+ #: wp-to-twitter.php:1034
782
+ msgid "Your template:"
783
+ msgstr ""
784
+
785
+ #: wp-to-twitter.php:1038
786
+ msgid "YOURLS Custom Keyword"
787
+ msgstr ""
788
+
789
+ #: wp-to-twitter.php:1119
790
+ msgid "Upgrade to WP Tweets Pro"
791
+ msgstr ""
792
+
793
+ #: wp-to-twitter.php:1049
794
+ msgid "Don't Tweet this post."
795
+ msgstr ""
796
+
797
+ #: wp-to-twitter.php:1049
798
+ msgid "Tweet this post."
799
+ msgstr ""
800
+
801
+ #: wp-to-twitter.php:1097
802
+ msgid "Access to customizing WP to Twitter values is not allowed for your user role."
803
+ msgstr ""
804
+
805
+ #: wp-to-twitter.php:1196
806
+ msgid "Characters left: "
807
+ msgstr ""
808
+
809
+ #: wp-to-twitter.php:1261
810
+ msgid "WP Tweets User Settings"
811
+ msgstr ""
812
+
813
+ #: wp-to-twitter.php:1265
814
+ msgid "Use My Twitter Username"
815
+ msgstr ""
816
+
817
+ #: wp-to-twitter.php:1266
818
+ msgid "Tweet my posts with an @ reference to my username."
819
+ msgstr ""
820
+
821
+ #: wp-to-twitter.php:1267
822
+ msgid "Tweet my posts with an @ reference to both my username and to the main site username."
823
+ msgstr ""
824
+
825
+ #: wp-to-twitter.php:1271
826
+ msgid "Your Twitter Username"
827
+ msgstr ""
828
+
829
+ #: wp-to-twitter.php:1272
830
+ msgid "Enter your own Twitter username."
831
+ msgstr ""
832
+
833
+ #: wp-to-twitter.php:1329
834
+ msgid "Check off categories to tweet"
835
+ msgstr ""
836
+
837
+ #: wp-to-twitter.php:1333
838
+ msgid "Do not tweet posts in checked categories (Reverses default behavior)"
839
+ msgstr ""
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 ""
844
+
845
+ #: wp-to-twitter.php:1353
846
+ msgid "Set Categories"
847
+ msgstr ""
848
+
849
+ #: wp-to-twitter.php:1376
850
+ msgid "Settings"
851
+ msgstr ""
852
+
853
+ #: wp-to-twitter.php:1414
854
+ msgid "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href=\"%1$s\">changelog</a> before upgrading."
855
+ msgstr ""
856
+
857
+ msgid "WP to Twitter"
858
+ msgstr ""
859
+
860
+ msgid "http://www.joedolson.com/articles/wp-to-twitter/"
861
+ msgstr ""
862
+
863
+ msgid "Joseph Dolson"
864
+ msgstr ""
865
+
866
+ msgid "http://www.joedolson.com/"
867
+ msgstr ""
868
+
869
+ #: wpt-functions.php:258
870
+ msgid "Please read the FAQ and other Help documents before making a support request."
871
+ msgstr ""
872
+
873
+ #: wpt-functions.php:260
874
+ msgid "Please describe your problem. I'm not psychic."
875
+ msgstr ""
876
+
877
+ #: wpt-functions.php:280
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 ""
880
+
881
+ #: wpt-functions.php:297
882
+ msgid "Send Support Request"
883
+ msgstr ""
884
+
885
+ #: wpt-functions.php:300
886
+ msgid "The following additional information will be sent with your support request:"
887
+ msgstr ""
888
+
889
+ #: wp-to-twitter-manager.php:41
890
+ msgid "No error information is available for your shortener."
891
+ msgstr ""
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 ""
896
+
897
+ #: wp-to-twitter-manager.php:46
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 ""
900
+
901
+ #: wp-to-twitter-manager.php:54
902
+ msgid "<li><strong>WP to Twitter successfully submitted a status update to Twitter.</strong></li>"
903
+ msgstr ""
904
+
905
+ #: wp-to-twitter-manager.php:57
906
+ msgid "<li class=\"error\"><strong>WP to Twitter failed to submit an update to Twitter.</strong></li>"
907
+ msgstr ""
908
+
909
+ #: wp-to-twitter-manager.php:61
910
+ msgid "You have not connected WordPress to Twitter."
911
+ msgstr ""
912
+
913
+ #: wp-to-twitter-manager.php:65
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 ""
916
+
917
+ #: wp-to-twitter-manager.php:69
918
+ msgid "<li><strong>Your server should run WP to Twitter successfully.</strong></li>"
919
+ msgstr ""
920
+
921
+ #: wp-to-twitter-manager.php:87
922
+ msgid "WP to Twitter Errors Cleared"
923
+ msgstr ""
924
+
925
+ #: wp-to-twitter-manager.php:170
926
+ msgid "WP to Twitter is now connected with Twitter."
927
+ msgstr ""
928
+
929
+ #: wp-to-twitter-manager.php:185
930
+ msgid "OAuth Authentication Data Cleared."
931
+ msgstr ""
932
+
933
+ #: wp-to-twitter-manager.php:192
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 ""
936
+
937
+ #: wp-to-twitter-manager.php:199
938
+ msgid "OAuth Authentication response not understood."
939
+ msgstr ""
940
+
941
+ #: wp-to-twitter-manager.php:376
942
+ msgid "WP to Twitter Advanced Options Updated"
943
+ msgstr ""
944
+
945
+ #: wp-to-twitter-shorteners.php:526
946
+ msgid "You must add your Bit.ly login and API key in order to shorten URLs with Bit.ly."
947
+ msgstr ""
948
+
949
+ #: wp-to-twitter-shorteners.php:534
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 ""
952
+
953
+ #: wp-to-twitter-shorteners.php:538
954
+ msgid "You must add your YOURLS server path in order to shorten URLs with a remote installation of YOURLS."
955
+ msgstr ""
956
+
957
+ #: wp-to-twitter-manager.php:394
958
+ msgid "WP to Twitter Options Updated"
959
+ msgstr ""
960
+
961
+ #: wp-to-twitter-manager.php:403
962
+ msgid "Category limits updated."
963
+ msgstr ""
964
+
965
+ #: wp-to-twitter-manager.php:407
966
+ msgid "Category limits unset."
967
+ msgstr ""
968
+
969
+ #: wp-to-twitter-shorteners.php:406
970
+ msgid "YOURLS password updated. "
971
+ msgstr ""
972
+
973
+ #: wp-to-twitter-shorteners.php:409
974
+ msgid "YOURLS password deleted. You will be unable to use your remote YOURLS account to create short URLS."
975
+ msgstr ""
976
+
977
+ #: wp-to-twitter-shorteners.php:411
978
+ msgid "Failed to save your YOURLS password! "
979
+ msgstr ""
980
+
981
+ #: wp-to-twitter-shorteners.php:415
982
+ msgid "YOURLS username added. "
983
+ msgstr ""
984
+
985
+ #: wp-to-twitter-shorteners.php:419
986
+ msgid "YOURLS API url added. "
987
+ msgstr ""
988
+
989
+ #: wp-to-twitter-shorteners.php:422
990
+ msgid "YOURLS API url removed. "
991
+ msgstr ""
992
+
993
+ #: wp-to-twitter-shorteners.php:427
994
+ msgid "YOURLS local server path added. "
995
+ msgstr ""
996
+
997
+ #: wp-to-twitter-shorteners.php:429
998
+ msgid "The path to your YOURLS installation is not correct. "
999
+ msgstr ""
1000
+
1001
+ #: wp-to-twitter-shorteners.php:433
1002
+ msgid "YOURLS local server path removed. "
1003
+ msgstr ""
1004
+
1005
+ #: wp-to-twitter-shorteners.php:438
1006
+ msgid "YOURLS will use Post ID for short URL slug."
1007
+ msgstr ""
1008
+
1009
+ #: wp-to-twitter-shorteners.php:440
1010
+ msgid "YOURLS will use your custom keyword for short URL slug."
1011
+ msgstr ""
1012
+
1013
+ #: wp-to-twitter-shorteners.php:444
1014
+ msgid "YOURLS will not use Post ID for the short URL slug."
1015
+ msgstr ""
1016
+
1017
+ #: wp-to-twitter-shorteners.php:452
1018
+ msgid "Su.pr API Key and Username Updated"
1019
+ msgstr ""
1020
+
1021
+ #: wp-to-twitter-shorteners.php:456
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 ""
1024
+
1025
+ #: wp-to-twitter-shorteners.php:458
1026
+ msgid "Su.pr API Key not added - <a href='http://su.pr/'>get one here</a>! "
1027
+ msgstr ""
1028
+
1029
+ #: wp-to-twitter-shorteners.php:464
1030
+ msgid "Bit.ly API Key Updated."
1031
+ msgstr ""
1032
+
1033
+ #: wp-to-twitter-shorteners.php:467
1034
+ msgid "Bit.ly API Key deleted. You cannot use the Bit.ly API without an API key. "
1035
+ msgstr ""
1036
+
1037
+ #: wp-to-twitter-shorteners.php:469
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 ""
1040
+
1041
+ #: wp-to-twitter-shorteners.php:473
1042
+ msgid " Bit.ly User Login Updated."
1043
+ msgstr ""
1044
+
1045
+ #: wp-to-twitter-shorteners.php:476
1046
+ msgid "Bit.ly User Login deleted. You cannot use the Bit.ly API without providing your username. "
1047
+ msgstr ""
1048
+
1049
+ #: wp-to-twitter-shorteners.php:478
1050
+ msgid "Bit.ly Login not added - <a href='http://bit.ly/account/'>get one here</a>! "
1051
+ msgstr ""
1052
+
1053
+ #: wp-to-twitter-manager.php:427
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 ""
1056
+
1057
+ #: wp-to-twitter-manager.php:433
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 ""
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 ""
1064
+
1065
+ #: wp-to-twitter-manager.php:442
1066
+ msgid "Clear 'WP to Twitter' Error Messages"
1067
+ msgstr ""
1068
+
1069
+ #: wp-to-twitter-manager.php:448
1070
+ msgid "WP to Twitter Options"
1071
+ msgstr ""
1072
+
1073
+ #: wp-to-twitter-manager.php:461
1074
+ msgid "Basic Settings"
1075
+ msgstr ""
1076
+
1077
+ #: wp-to-twitter-manager.php:467 wp-to-twitter-manager.php:511
1078
+ msgid "Save WP->Twitter Options"
1079
+ msgstr ""
1080
+
1081
+ #: wp-to-twitter-manager.php:500
1082
+ msgid "Settings for Links"
1083
+ msgstr ""
1084
+
1085
+ #: wp-to-twitter-manager.php:503
1086
+ msgid "Update Twitter when you post a Blogroll link"
1087
+ msgstr ""
1088
+
1089
+ #: wp-to-twitter-manager.php:504
1090
+ msgid "Text for new link updates:"
1091
+ msgstr ""
1092
+
1093
+ #: wp-to-twitter-manager.php:504
1094
+ msgid "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and <code>#description#</code>."
1095
+ msgstr ""
1096
+
1097
+ #: wp-to-twitter-shorteners.php:550
1098
+ msgid "Don't shorten URLs."
1099
+ msgstr ""
1100
+
1101
+ #: wp-to-twitter-shorteners.php:294
1102
+ msgid "<abbr title=\"Uniform Resource Locator\">URL</abbr> Shortener Account Settings"
1103
+ msgstr ""
1104
+
1105
+ #: wp-to-twitter-shorteners.php:298
1106
+ msgid "Your Su.pr account details"
1107
+ msgstr ""
1108
+
1109
+ #: wp-to-twitter-shorteners.php:303
1110
+ msgid "Your Su.pr Username:"
1111
+ msgstr ""
1112
+
1113
+ #: wp-to-twitter-shorteners.php:307
1114
+ msgid "Your Su.pr <abbr title='application programming interface'>API</abbr> Key:"
1115
+ msgstr ""
1116
+
1117
+ #: wp-to-twitter-shorteners.php:314
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:320
1122
+ msgid "Your Bit.ly account details"
1123
+ msgstr ""
1124
+
1125
+ #: wp-to-twitter-shorteners.php:325
1126
+ msgid "Your Bit.ly username:"
1127
+ msgstr ""
1128
+
1129
+ #: wp-to-twitter-shorteners.php:329
1130
+ msgid "Your Bit.ly <abbr title='application programming interface'>API</abbr> Key:"
1131
+ msgstr ""
1132
+
1133
+ #: wp-to-twitter-shorteners.php:337
1134
+ msgid "Save Bit.ly API Key"
1135
+ msgstr ""
1136
+
1137
+ #: wp-to-twitter-shorteners.php:337
1138
+ msgid "Clear Bit.ly API Key"
1139
+ msgstr ""
1140
+
1141
+ #: wp-to-twitter-shorteners.php:337
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 ""
1144
+
1145
+ #: wp-to-twitter-shorteners.php:343
1146
+ msgid "Your YOURLS account details"
1147
+ msgstr ""
1148
+
1149
+ #: wp-to-twitter-shorteners.php:348
1150
+ msgid "Path to your YOURLS config file (Local installations)"
1151
+ msgstr ""
1152
+
1153
+ #: wp-to-twitter-shorteners.php:349 wp-to-twitter-shorteners.php:353
1154
+ msgid "Example:"
1155
+ msgstr ""
1156
+
1157
+ #: wp-to-twitter-shorteners.php:352
1158
+ msgid "URI to the YOURLS API (Remote installations)"
1159
+ msgstr ""
1160
+
1161
+ #: wp-to-twitter-shorteners.php:356
1162
+ msgid "Your YOURLS username:"
1163
+ msgstr ""
1164
+
1165
+ #: wp-to-twitter-shorteners.php:360
1166
+ msgid "Your YOURLS password:"
1167
+ msgstr ""
1168
+
1169
+ #: wp-to-twitter-shorteners.php:360
1170
+ msgid "<em>Saved</em>"
1171
+ msgstr ""
1172
+
1173
+ #: wp-to-twitter-shorteners.php:364
1174
+ msgid "Post ID for YOURLS url slug."
1175
+ msgstr ""
1176
+
1177
+ #: wp-to-twitter-shorteners.php:365
1178
+ msgid "Custom keyword for YOURLS url slug."
1179
+ msgstr ""
1180
+
1181
+ #: wp-to-twitter-shorteners.php:366
1182
+ msgid "Default: sequential URL numbering."
1183
+ msgstr ""
1184
+
1185
+ #: wp-to-twitter-shorteners.php:372
1186
+ msgid "Save YOURLS Account Info"
1187
+ msgstr ""
1188
+
1189
+ #: wp-to-twitter-shorteners.php:372
1190
+ msgid "Clear YOURLS password"
1191
+ msgstr ""
1192
+
1193
+ #: wp-to-twitter-shorteners.php:372
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:522
1198
+ msgid "Advanced Settings"
1199
+ msgstr ""
1200
+
1201
+ #: wp-to-twitter-manager.php:527 wp-to-twitter-manager.php:706
1202
+ msgid "Save Advanced WP->Twitter Options"
1203
+ msgstr ""
1204
+
1205
+ #: wp-to-twitter-manager.php:532
1206
+ msgid "Strip nonalphanumeric characters from tags"
1207
+ msgstr ""
1208
+
1209
+ #: wp-to-twitter-manager.php:538
1210
+ msgid "Spaces in tags replaced with:"
1211
+ msgstr ""
1212
+
1213
+ #: wp-to-twitter-manager.php:541
1214
+ msgid "Maximum number of tags to include:"
1215
+ msgstr ""
1216
+
1217
+ #: wp-to-twitter-manager.php:542
1218
+ msgid "Maximum length in characters for included tags:"
1219
+ msgstr ""
1220
+
1221
+ #: wp-to-twitter-manager.php:548
1222
+ msgid "Length of post excerpt (in characters):"
1223
+ msgstr ""
1224
+
1225
+ #: wp-to-twitter-manager.php:551
1226
+ msgid "WP to Twitter Date Formatting:"
1227
+ msgstr ""
1228
+
1229
+ #: wp-to-twitter-manager.php:551
1230
+ msgid "Default is from your general settings. <a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Date Formatting Documentation</a>."
1231
+ msgstr ""
1232
+
1233
+ #: wp-to-twitter-manager.php:555
1234
+ msgid "Custom text before all Tweets:"
1235
+ msgstr ""
1236
+
1237
+ #: wp-to-twitter-manager.php:558
1238
+ msgid "Custom text after all Tweets:"
1239
+ msgstr ""
1240
+
1241
+ #: wp-to-twitter-manager.php:561
1242
+ msgid "Custom field for an alternate URL to be shortened and Tweeted:"
1243
+ msgstr ""
1244
+
1245
+ #: wp-to-twitter-manager.php:598
1246
+ msgid "Special Cases when WordPress should send a Tweet"
1247
+ msgstr ""
1248
+
1249
+ #: wp-to-twitter-manager.php:601
1250
+ msgid "Do not post Tweets by default"
1251
+ msgstr ""
1252
+
1253
+ #: wp-to-twitter-manager.php:607
1254
+ msgid "Allow status updates from Quick Edit"
1255
+ msgstr ""
1256
+
1257
+ #: wp-to-twitter-manager.php:612
1258
+ msgid "Delaying tweets with WP Tweets PRO moves Tweeting to an publishing-independent action."
1259
+ msgstr ""
1260
+
1261
+ #: wp-to-twitter-manager.php:619
1262
+ msgid "Send Twitter Updates on remote publication (Post by Email or XMLRPC Client)"
1263
+ msgstr ""
1264
+
1265
+ #: wp-to-twitter-manager.php:624
1266
+ msgid "Google Analytics Settings"
1267
+ msgstr ""
1268
+
1269
+ #: wp-to-twitter-manager.php:625
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 ""
1272
+
1273
+ #: wp-to-twitter-manager.php:628
1274
+ msgid "Use a Static Identifier with WP-to-Twitter"
1275
+ msgstr ""
1276
+
1277
+ #: wp-to-twitter-manager.php:629
1278
+ msgid "Static Campaign identifier for Google Analytics:"
1279
+ msgstr ""
1280
+
1281
+ #: wp-to-twitter-manager.php:633
1282
+ msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
1283
+ msgstr ""
1284
+
1285
+ #: wp-to-twitter-manager.php:634
1286
+ msgid "What dynamic identifier would you like to use?"
1287
+ msgstr ""
1288
+
1289
+ #: wp-to-twitter-manager.php:636
1290
+ msgid "Category"
1291
+ msgstr ""
1292
+
1293
+ #: wp-to-twitter-manager.php:637
1294
+ msgid "Post ID"
1295
+ msgstr ""
1296
+
1297
+ #: wp-to-twitter-manager.php:638
1298
+ msgid "Post Title"
1299
+ msgstr ""
1300
+
1301
+ #: wp-to-twitter-manager.php:639
1302
+ msgid "Author"
1303
+ msgstr ""
lang/wp-to-twitter.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the WP to Twitter package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WP to Twitter 2.7.0\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-to-twitter\n"
7
- "POT-Creation-Date: 2013-07-18 15:24:37+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -133,162 +133,151 @@ msgstr ""
133
  msgid "WP to Twitter Options"
134
  msgstr ""
135
 
136
- #: wp-to-twitter-manager.php:461
137
  msgid "Basic Settings"
138
  msgstr ""
139
 
140
- #: wp-to-twitter-manager.php:467 wp-to-twitter-manager.php:511
141
  msgid "Save WP->Twitter Options"
142
  msgstr ""
143
 
144
- #: wp-to-twitter-manager.php:485
145
  msgid "Settings for type \"%1$s\""
146
  msgstr ""
147
 
148
- #: wp-to-twitter-manager.php:488
149
  msgid "Update when %1$s %2$s is published"
150
  msgstr ""
151
 
152
- #: wp-to-twitter-manager.php:488
153
  msgid "Text for new %1$s updates"
154
  msgstr ""
155
 
156
- #: wp-to-twitter-manager.php:492
157
  msgid "Update when %1$s %2$s is edited"
158
  msgstr ""
159
 
160
- #: wp-to-twitter-manager.php:492
161
  msgid "Text for %1$s editing updates"
162
  msgstr ""
163
 
164
- #: wp-to-twitter-manager.php:500
165
  msgid "Settings for Links"
166
  msgstr ""
167
 
168
- #: wp-to-twitter-manager.php:503
169
  msgid "Update Twitter when you post a Blogroll link"
170
  msgstr ""
171
 
172
- #: wp-to-twitter-manager.php:504
173
  msgid "Text for new link updates:"
174
  msgstr ""
175
 
176
- #: wp-to-twitter-manager.php:504
177
  msgid ""
178
  "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and "
179
  "<code>#description#</code>."
180
  msgstr ""
181
 
182
- #: wp-to-twitter-manager.php:522
183
  msgid "Advanced Settings"
184
  msgstr ""
185
 
186
- #: wp-to-twitter-manager.php:527 wp-to-twitter-manager.php:706
187
  msgid "Save Advanced WP->Twitter Options"
188
  msgstr ""
189
 
190
- #: wp-to-twitter-manager.php:530
191
  msgid "Tags"
192
  msgstr ""
193
 
194
- #: wp-to-twitter-manager.php:532
195
  msgid "Strip nonalphanumeric characters from tags"
196
  msgstr ""
197
 
198
- #: wp-to-twitter-manager.php:535
199
  msgid "Use tag slug as hashtag value"
200
  msgstr ""
201
 
202
- #: wp-to-twitter-manager.php:538
203
  msgid "Spaces in tags replaced with:"
204
  msgstr ""
205
 
206
- #: wp-to-twitter-manager.php:541
207
  msgid "Maximum number of tags to include:"
208
  msgstr ""
209
 
210
- #: wp-to-twitter-manager.php:542
211
  msgid "Maximum length in characters for included tags:"
212
  msgstr ""
213
 
214
- #: wp-to-twitter-manager.php:546
215
  msgid "Template Tag Settings"
216
  msgstr ""
217
 
218
- #: wp-to-twitter-manager.php:548
219
  msgid "Length of post excerpt (in characters):"
220
  msgstr ""
221
 
222
- #: wp-to-twitter-manager.php:548
223
  msgid ""
224
  "Extracted from the post. If you use the 'Excerpt' field, it will be used "
225
  "instead."
226
  msgstr ""
227
 
228
- #: wp-to-twitter-manager.php:551
229
  msgid "WP to Twitter Date Formatting:"
230
  msgstr ""
231
 
232
- #: wp-to-twitter-manager.php:551
233
  msgid ""
234
  "Default is from your general settings. <a href='http://codex.wordpress.org/"
235
  "Formatting_Date_and_Time'>Date Formatting Documentation</a>."
236
  msgstr ""
237
 
238
- #: wp-to-twitter-manager.php:555
239
  msgid "Custom text before all Tweets:"
240
  msgstr ""
241
 
242
- #: wp-to-twitter-manager.php:558
243
  msgid "Custom text after all Tweets:"
244
  msgstr ""
245
 
246
- #: wp-to-twitter-manager.php:561
247
  msgid "Custom field for an alternate URL to be shortened and Tweeted:"
248
  msgstr ""
249
 
250
- #: wp-to-twitter-manager.php:591
251
  msgid "Template tag priority order"
252
  msgstr ""
253
 
254
- #: wp-to-twitter-manager.php:592
255
  msgid ""
256
  "The order in which items will be abbreviated or removed from your Tweet if "
257
  "the Tweet is too long to send to Twitter."
258
  msgstr ""
259
 
260
- #: wp-to-twitter-manager.php:598
261
  msgid "Special Cases when WordPress should send a Tweet"
262
  msgstr ""
263
 
264
- #: wp-to-twitter-manager.php:601
265
  msgid "Do not post Tweets by default"
266
  msgstr ""
267
 
268
- #: wp-to-twitter-manager.php:603
269
  msgid "Do not post Tweets by default (editing only)"
270
  msgstr ""
271
 
272
- #: wp-to-twitter-manager.php:607
273
  msgid "Allow status updates from Quick Edit"
274
  msgstr ""
275
 
276
- #: wp-to-twitter-manager.php:612
277
- msgid ""
278
- "Delaying tweets with WP Tweets PRO moves Tweeting to an publishing-"
279
- "independent action."
280
- msgstr ""
281
-
282
  #: wp-to-twitter-manager.php:619
283
- msgid ""
284
- "Send Twitter Updates on remote publication (Post by Email or XMLRPC Client)"
285
- msgstr ""
286
-
287
- #: wp-to-twitter-manager.php:624
288
  msgid "Google Analytics Settings"
289
  msgstr ""
290
 
291
- #: wp-to-twitter-manager.php:625
292
  msgid ""
293
  "You can track the response from Twitter using Google Analytics by defining a "
294
  "campaign identifier here. You can either define a static identifier or a "
@@ -298,51 +287,51 @@ msgid ""
298
  "additional variable."
299
  msgstr ""
300
 
301
- #: wp-to-twitter-manager.php:628
302
  msgid "Use a Static Identifier with WP-to-Twitter"
303
  msgstr ""
304
 
305
- #: wp-to-twitter-manager.php:629
306
  msgid "Static Campaign identifier for Google Analytics:"
307
  msgstr ""
308
 
309
- #: wp-to-twitter-manager.php:633
310
  msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
311
  msgstr ""
312
 
313
- #: wp-to-twitter-manager.php:634
314
  msgid "What dynamic identifier would you like to use?"
315
  msgstr ""
316
 
317
- #: wp-to-twitter-manager.php:636
318
  msgid "Category"
319
  msgstr ""
320
 
321
- #: wp-to-twitter-manager.php:637
322
  msgid "Post ID"
323
  msgstr ""
324
 
325
- #: wp-to-twitter-manager.php:638
326
  msgid "Post Title"
327
  msgstr ""
328
 
329
- #: wp-to-twitter-manager.php:639
330
  msgid "Author"
331
  msgstr ""
332
 
333
- #: wp-to-twitter-manager.php:643
334
  msgid "No Analytics"
335
  msgstr ""
336
 
337
- #: wp-to-twitter-manager.php:647
338
  msgid "Author Settings"
339
  msgstr ""
340
 
341
- #: wp-to-twitter-manager.php:650
342
  msgid "Authors have individual Twitter accounts"
343
  msgstr ""
344
 
345
- #: wp-to-twitter-manager.php:652
346
  msgid ""
347
  "Authors can add their username in their user profile. With the free edition "
348
  "of WP to Twitter, it adds an @reference to the author. The @reference is "
@@ -350,74 +339,74 @@ msgid ""
350
  "main account if the user account isn't configured."
351
  msgstr ""
352
 
353
- #: wp-to-twitter-manager.php:656
354
  msgid "Permissions"
355
  msgstr ""
356
 
357
- #: wp-to-twitter-manager.php:672
358
  msgid "The lowest user group that can add their Twitter information"
359
  msgstr ""
360
 
361
- #: wp-to-twitter-manager.php:677
362
  msgid ""
363
  "The lowest user group that can see the Custom Tweet options when posting"
364
  msgstr ""
365
 
366
- #: wp-to-twitter-manager.php:682
367
  msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
368
  msgstr ""
369
 
370
- #: wp-to-twitter-manager.php:687
371
  msgid "The lowest user group that can send Twitter updates"
372
  msgstr ""
373
 
374
- #: wp-to-twitter-manager.php:691
375
  msgid "Error Messages and Debugging"
376
  msgstr ""
377
 
378
- #: wp-to-twitter-manager.php:693
379
  msgid "Disable global URL shortener error messages."
380
  msgstr ""
381
 
382
- #: wp-to-twitter-manager.php:694
383
  msgid "Disable global Twitter API error messages."
384
  msgstr ""
385
 
386
- #: wp-to-twitter-manager.php:696
387
  msgid "Get Debugging Data for OAuth Connection"
388
  msgstr ""
389
 
390
- #: wp-to-twitter-manager.php:698
391
  msgid "Switch to <code>http</code> connection. (Default is https)"
392
  msgstr ""
393
 
394
- #: wp-to-twitter-manager.php:700
395
  msgid "I made a donation, so stop whinging at me, please."
396
  msgstr ""
397
 
398
- #: wp-to-twitter-manager.php:714
399
  msgid "Limit Updating Categories"
400
  msgstr ""
401
 
402
- #: wp-to-twitter-manager.php:717
403
  msgid ""
404
  "If no categories are checked, limiting by category will be ignored, and all "
405
  "categories will be Tweeted."
406
  msgstr ""
407
 
408
- #: wp-to-twitter-manager.php:718
409
  msgid "<em>Category limits are disabled.</em>"
410
  msgstr ""
411
 
412
- #: wp-to-twitter-manager.php:727
413
  msgid "Get Plug-in Support"
414
  msgstr ""
415
 
416
- #: wp-to-twitter-manager.php:738
417
  msgid "Check Support"
418
  msgstr ""
419
 
420
- #: wp-to-twitter-manager.php:738
421
  msgid ""
422
  "Check whether your server supports <a href=\"http://www.joedolson.com/"
423
  "articles/wp-to-twitter/\">WP to Twitter's</a> queries to the Twitter and URL "
@@ -425,129 +414,129 @@ msgid ""
425
  "a URL using your selected methods."
426
  msgstr ""
427
 
428
- #: wp-to-twitter-manager.php:756
429
  msgid "Support WP to Twitter"
430
  msgstr ""
431
 
432
- #: wp-to-twitter-manager.php:758
433
  msgid "WP to Twitter Support"
434
  msgstr ""
435
 
436
- #: wp-to-twitter-manager.php:766 wp-to-twitter.php:1119 wp-to-twitter.php:1121
437
  msgid "Get Support"
438
  msgstr ""
439
 
440
- #: wp-to-twitter-manager.php:769
441
  msgid ""
442
  "<a href=\"http://www.joedolson.com/donate.php\">Make a donation today!</a> "
443
  "Every donation counts - donate $2, $10, or $100 and help me keep this plug-"
444
  "in running!"
445
  msgstr ""
446
 
447
- #: wp-to-twitter-manager.php:787
448
  msgid "Upgrade Now!"
449
  msgstr ""
450
 
451
- #: wp-to-twitter-manager.php:789
452
  msgid "Upgrade to <strong>WP Tweets PRO</strong> for more options!"
453
  msgstr ""
454
 
455
- #: wp-to-twitter-manager.php:790
456
  msgid "Extra features with the PRO upgrade:"
457
  msgstr ""
458
 
459
- #: wp-to-twitter-manager.php:792
460
  msgid "Allow users to post to their own Twitter accounts"
461
  msgstr ""
462
 
463
- #: wp-to-twitter-manager.php:793
464
  msgid "Set a timer to send your Tweet minutes or hours after you publish"
465
  msgstr ""
466
 
467
- #: wp-to-twitter-manager.php:794
468
  msgid "Automatically re-send Tweets after publishing"
469
  msgstr ""
470
 
471
- #: wp-to-twitter-manager.php:795
472
  msgid "Send Tweets for approved comments"
473
  msgstr ""
474
 
475
- #: wp-to-twitter-manager.php:804
476
  msgid "Shortcodes"
477
  msgstr ""
478
 
479
- #: wp-to-twitter-manager.php:806
480
  msgid "Available in post update templates:"
481
  msgstr ""
482
 
483
- #: wp-to-twitter-manager.php:808
484
  msgid "<code>#title#</code>: the title of your blog post"
485
  msgstr ""
486
 
487
- #: wp-to-twitter-manager.php:809
488
  msgid "<code>#blog#</code>: the title of your blog"
489
  msgstr ""
490
 
491
- #: wp-to-twitter-manager.php:810
492
  msgid "<code>#post#</code>: a short excerpt of the post content"
493
  msgstr ""
494
 
495
- #: wp-to-twitter-manager.php:811
496
  msgid "<code>#category#</code>: the first selected category for the post"
497
  msgstr ""
498
 
499
- #: wp-to-twitter-manager.php:812
500
  msgid ""
501
  "<code>#cat_desc#</code>: custom value from the category description field"
502
  msgstr ""
503
 
504
- #: wp-to-twitter-manager.php:813
505
  msgid "<code>#date#</code>: the post date"
506
  msgstr ""
507
 
508
- #: wp-to-twitter-manager.php:814
509
  msgid "<code>#modified#</code>: the post modified date"
510
  msgstr ""
511
 
512
- #: wp-to-twitter-manager.php:815
513
  msgid "<code>#url#</code>: the post URL"
514
  msgstr ""
515
 
516
- #: wp-to-twitter-manager.php:816
517
  msgid ""
518
  "<code>#author#</code>: the post author (@reference if available, otherwise "
519
  "display name)"
520
  msgstr ""
521
 
522
- #: wp-to-twitter-manager.php:817
523
  msgid "<code>#displayname#</code>: post author's display name"
524
  msgstr ""
525
 
526
- #: wp-to-twitter-manager.php:818
527
  msgid ""
528
  "<code>#account#</code>: the twitter @reference for the account (or the "
529
  "author, if author settings are enabled and set.)"
530
  msgstr ""
531
 
532
- #: wp-to-twitter-manager.php:819
533
  msgid ""
534
  "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
535
  msgstr ""
536
 
537
- #: wp-to-twitter-manager.php:820
538
  msgid ""
539
  "<code>#tags#</code>: your tags modified into hashtags. See options in the "
540
  "Advanced Settings section, below."
541
  msgstr ""
542
 
543
- #: wp-to-twitter-manager.php:822
544
  msgid ""
545
  "<code>#reference#</code>: Used only in co-tweeting. @reference to main "
546
  "account when posted to author account, @reference to author account in post "
547
  "to main account."
548
  msgstr ""
549
 
550
- #: wp-to-twitter-manager.php:825
551
  msgid ""
552
  "You can also create custom shortcodes to access WordPress custom fields. Use "
553
  "doubled square brackets surrounding the name of your custom field to add the "
@@ -559,147 +548,147 @@ msgstr ""
559
  msgid "WP to Twitter was unable to establish a connection to Twitter."
560
  msgstr ""
561
 
562
- #: wp-to-twitter-oauth.php:184
563
  msgid ""
564
  "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> "
565
  "queries</a>."
566
  msgstr ""
567
 
568
- #: wp-to-twitter-oauth.php:185
569
  msgid "There was an error querying Twitter's servers"
570
  msgstr ""
571
 
572
- #: wp-to-twitter-oauth.php:200
573
  msgid ""
574
  "Twitter requires authentication by OAuth. You will need to <a "
575
  "href='%s'>update your settings</a> to complete installation of WP to Twitter."
576
  msgstr ""
577
 
578
- #: wp-to-twitter-oauth.php:209 wp-to-twitter-oauth.php:211
579
  msgid "Connect to Twitter"
580
  msgstr ""
581
 
582
- #: wp-to-twitter-oauth.php:214
583
  msgid "WP to Twitter Set-up"
584
  msgstr ""
585
 
586
- #: wp-to-twitter-oauth.php:215 wp-to-twitter-oauth.php:306
587
- #: wp-to-twitter-oauth.php:311
588
  msgid "Your server time:"
589
  msgstr ""
590
 
591
- #: wp-to-twitter-oauth.php:215
592
  msgid "Twitter's time:"
593
  msgstr ""
594
 
595
- #: wp-to-twitter-oauth.php:215
596
  msgid ""
597
  "If these timestamps are not within 5 minutes of each other, your server will "
598
  "not connect to Twitter."
599
  msgstr ""
600
 
601
- #: wp-to-twitter-oauth.php:217
602
  msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
603
  msgstr ""
604
 
605
- #: wp-to-twitter-oauth.php:221
606
  msgid "1. Register this site as an application on "
607
  msgstr ""
608
 
609
- #: wp-to-twitter-oauth.php:221
610
  msgid "Twitter's application registration page"
611
  msgstr ""
612
 
613
- #: wp-to-twitter-oauth.php:223
614
  msgid ""
615
  "If you're not currently logged in to Twitter, log-in to the account you want "
616
  "associated with this site"
617
  msgstr ""
618
 
619
- #: wp-to-twitter-oauth.php:224
620
  msgid "Your application name cannot include the word \"Twitter.\""
621
  msgstr ""
622
 
623
- #: wp-to-twitter-oauth.php:225
624
  msgid "Your Application Description can be anything."
625
  msgstr ""
626
 
627
- #: wp-to-twitter-oauth.php:226
628
  msgid "The WebSite and Callback URL should be "
629
  msgstr ""
630
 
631
- #: wp-to-twitter-oauth.php:228
632
  msgid "Agree to the Developer Rules of the Road and continue."
633
  msgstr ""
634
 
635
- #: wp-to-twitter-oauth.php:229
636
  msgid "2. Switch to the \"Settings\" tab in Twitter apps"
637
  msgstr ""
638
 
639
- #: wp-to-twitter-oauth.php:229
640
  msgid "<em>Do NOT create your access token yet.</em>"
641
  msgstr ""
642
 
643
- #: wp-to-twitter-oauth.php:231
644
  msgid "Select \"Read and Write\" for the Application Type"
645
  msgstr ""
646
 
647
- #: wp-to-twitter-oauth.php:232
648
  msgid "Update the application settings"
649
  msgstr ""
650
 
651
- #: wp-to-twitter-oauth.php:233
652
  msgid "Return to the Details tab and create your access token."
653
  msgstr ""
654
 
655
- #: wp-to-twitter-oauth.php:235
656
  msgid ""
657
  "Once you have registered your site as an application, you will be provided "
658
  "with four keys."
659
  msgstr ""
660
 
661
- #: wp-to-twitter-oauth.php:236
662
  msgid ""
663
  "3. Copy and paste your consumer key and consumer secret into the fields below"
664
  msgstr ""
665
 
666
- #: wp-to-twitter-oauth.php:239
667
  msgid "Twitter Consumer Key"
668
  msgstr ""
669
 
670
- #: wp-to-twitter-oauth.php:243
671
  msgid "Twitter Consumer Secret"
672
  msgstr ""
673
 
674
- #: wp-to-twitter-oauth.php:247
675
  msgid ""
676
  "4. Copy and paste your Access Token and Access Token Secret into the fields "
677
  "below"
678
  msgstr ""
679
 
680
- #: wp-to-twitter-oauth.php:248
681
  msgid ""
682
  "If the Access level for your Access Token is not \"<em>Read and write</em>"
683
  "\", you must return to step 2 and generate a new Access Token."
684
  msgstr ""
685
 
686
- #: wp-to-twitter-oauth.php:251
687
  msgid "Access Token"
688
  msgstr ""
689
 
690
- #: wp-to-twitter-oauth.php:255
691
  msgid "Access Token Secret"
692
  msgstr ""
693
 
694
- #: wp-to-twitter-oauth.php:274
695
  msgid "Disconnect Your WordPress and Twitter Account"
696
  msgstr ""
697
 
698
- #: wp-to-twitter-oauth.php:278
699
  msgid "Disconnect your WordPress and Twitter Account"
700
  msgstr ""
701
 
702
- #: wp-to-twitter-oauth.php:280
703
  msgid ""
704
  "<strong>Troubleshooting tip:</strong> Connected, but getting a error that "
705
  "your Authentication credentials are missing or incorrect? Check that your "
@@ -708,43 +697,43 @@ msgid ""
708
  "support-2/#q1\">Read the FAQ</a>"
709
  msgstr ""
710
 
711
- #: wp-to-twitter-oauth.php:282
712
  msgid ""
713
  "Your time stamps are more than 5 minutes apart. Your server could lose its "
714
  "connection with Twitter."
715
  msgstr ""
716
 
717
- #: wp-to-twitter-oauth.php:284
718
  msgid ""
719
  "WP to Twitter could not contact Twitter's remote server. Here is the error "
720
  "triggered: "
721
  msgstr ""
722
 
723
- #: wp-to-twitter-oauth.php:288
724
  msgid "Disconnect from Twitter"
725
  msgstr ""
726
 
727
- #: wp-to-twitter-oauth.php:294
728
  msgid "Twitter Username "
729
  msgstr ""
730
 
731
- #: wp-to-twitter-oauth.php:295
732
  msgid "Consumer Key "
733
  msgstr ""
734
 
735
- #: wp-to-twitter-oauth.php:296
736
  msgid "Consumer Secret "
737
  msgstr ""
738
 
739
- #: wp-to-twitter-oauth.php:297
740
  msgid "Access Token "
741
  msgstr ""
742
 
743
- #: wp-to-twitter-oauth.php:298
744
  msgid "Access Token Secret "
745
  msgstr ""
746
 
747
- #: wp-to-twitter-oauth.php:306 wp-to-twitter-oauth.php:312
748
  msgid "Twitter's server time: "
749
  msgstr ""
750
 
@@ -1096,168 +1085,162 @@ msgstr ""
1096
  msgid "Use Twitter Friendly Links."
1097
  msgstr ""
1098
 
1099
- #: wp-to-twitter.php:43
1100
- msgid ""
1101
- "WP to Twitter requires PHP version 5 or above. Please upgrade PHP to run WP "
1102
- "to Twitter."
1103
- msgstr ""
1104
-
1105
- #: wp-to-twitter.php:64
1106
  msgid ""
1107
  "The current version of WP Tweets PRO is <strong>%s</strong>. <a href="
1108
  "\"http://www.joedolson.com/articles/account/\">Upgrade for best "
1109
  "compatibility!</a>"
1110
  msgstr ""
1111
 
1112
- #: wp-to-twitter.php:73
1113
  msgid ""
1114
- "WP to Twitter requires WordPress 3.1.4 or a more recent version <a href="
1115
  "\"http://codex.wordpress.org/Upgrading_WordPress\">Please update WordPress "
1116
  "to continue using WP to Twitter with all features!</a>"
1117
  msgstr ""
1118
 
1119
- #: wp-to-twitter.php:86
1120
  msgid ""
1121
  "Tweeting of comments has been moved to <a href=\"%1$s\">WP Tweets PRO</a>. "
1122
  "You will need to upgrade in order to Tweet comments. <a href=\"%2$s"
1123
  "\">Dismiss</a>"
1124
  msgstr ""
1125
 
1126
- #: wp-to-twitter.php:276
1127
  msgid "This account is not authorized to post to Twitter."
1128
  msgstr ""
1129
 
1130
- #: wp-to-twitter.php:285
1131
  msgid "This tweet is identical to another Tweet recently sent to this account."
1132
  msgstr ""
1133
 
1134
- #: wp-to-twitter.php:291
1135
  msgid "This tweet was blank and could not be sent to Twitter."
1136
  msgstr ""
1137
 
1138
- #: wp-to-twitter.php:317
1139
  msgid ""
1140
  "Your Twitter application does not have read and write permissions. Go to <a "
1141
  "href=\"%s\">your Twitter apps</a> to modify these settings."
1142
  msgstr ""
1143
 
1144
- #: wp-to-twitter.php:322
1145
  msgid "200 OK: Success!"
1146
  msgstr ""
1147
 
1148
- #: wp-to-twitter.php:326
1149
  msgid "304 Not Modified: There was no new data to return"
1150
  msgstr ""
1151
 
1152
- #: wp-to-twitter.php:329
1153
  msgid ""
1154
  "400 Bad Request: The request was invalid. This is the status code returned "
1155
  "during rate limiting."
1156
  msgstr ""
1157
 
1158
- #: wp-to-twitter.php:332
1159
  msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
1160
  msgstr ""
1161
 
1162
- #: wp-to-twitter.php:336
1163
  msgid ""
1164
- "403 Forbidden: The request is understood, but it has been refused by "
1165
- "Twitter. Reasons: Too many Tweets in a short time or the same Tweet was "
1166
- "submitted twice, among others. Not an error from WP to Twitter."
1167
  msgstr ""
1168
 
1169
- #: wp-to-twitter.php:339
1170
  msgid ""
1171
  "404 Not Found: The URI requested is invalid or the resource requested does "
1172
  "not exist."
1173
  msgstr ""
1174
 
1175
- #: wp-to-twitter.php:342
1176
  msgid "406 Not Acceptable: Invalid Format Specified."
1177
  msgstr ""
1178
 
1179
- #: wp-to-twitter.php:345
1180
  msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
1181
  msgstr ""
1182
 
1183
- #: wp-to-twitter.php:348
1184
  msgid "429 Too Many Requests: You have exceeded your rate limits."
1185
  msgstr ""
1186
 
1187
- #: wp-to-twitter.php:351
1188
  msgid "500 Internal Server Error: Something is broken at Twitter."
1189
  msgstr ""
1190
 
1191
- #: wp-to-twitter.php:354
1192
  msgid "502 Bad Gateway: Twitter is down or being upgraded."
1193
  msgstr ""
1194
 
1195
- #: wp-to-twitter.php:357
1196
  msgid ""
1197
  "503 Service Unavailable: The Twitter servers are up, but overloaded with "
1198
  "requests - Please try again later."
1199
  msgstr ""
1200
 
1201
- #: wp-to-twitter.php:360
1202
  msgid ""
1203
  "504 Gateway Timeout: The Twitter servers are up, but the request couldn't be "
1204
  "serviced due to some failure within our stack. Try again later."
1205
  msgstr ""
1206
 
1207
- #: wp-to-twitter.php:397
1208
  msgid "No Twitter OAuth connection found."
1209
  msgstr ""
1210
 
1211
- #: wp-to-twitter.php:1010
1212
  msgid "Tweeting %s edits is disabled."
1213
  msgstr ""
1214
 
1215
- #: wp-to-twitter.php:1023
1216
  msgid "Custom Twitter Post"
1217
  msgstr ""
1218
 
1219
- #: wp-to-twitter.php:1028
1220
  msgid "Your prepended Tweet text; not part of your template."
1221
  msgstr ""
1222
 
1223
- #: wp-to-twitter.php:1031
1224
  msgid "Your appended Tweet text; not part of your template."
1225
  msgstr ""
1226
 
1227
- #: wp-to-twitter.php:1034
1228
  msgid "Your template:"
1229
  msgstr ""
1230
 
1231
- #: wp-to-twitter.php:1038
1232
  msgid "YOURLS Custom Keyword"
1233
  msgstr ""
1234
 
1235
- #: wp-to-twitter.php:1049
1236
  msgid "Don't Tweet this post."
1237
  msgstr ""
1238
 
1239
- #: wp-to-twitter.php:1049
1240
  msgid "Tweet this post."
1241
  msgstr ""
1242
 
1243
- #: wp-to-twitter.php:1076
1244
  msgid ""
1245
- "WP Tweets PRO 1.5.2 allows you to select Twitter accounts. <a href=\"%s"
1246
  "\">Log in and download now!</a>"
1247
  msgstr ""
1248
 
1249
- #: wp-to-twitter.php:1078
1250
  msgid ""
1251
  "Upgrade to WP Tweets PRO to select Twitter accounts! <a href=\"%s\">Upgrade "
1252
  "now!</a>"
1253
  msgstr ""
1254
 
1255
- #: wp-to-twitter.php:1097
1256
  msgid ""
1257
  "Access to customizing WP to Twitter values is not allowed for your user role."
1258
  msgstr ""
1259
 
1260
- #: wp-to-twitter.php:1109
1261
  msgid ""
1262
  "Tweets must be less than 140 characters; Twitter counts URLs as 22 or 23 "
1263
  "characters. Template Tags: <code>#url#</code>, <code>#title#</code>, "
@@ -1266,221 +1249,243 @@ msgid ""
1266
  "<code>#tags#</code>, or <code>#blog#</code>."
1267
  msgstr ""
1268
 
1269
- #: wp-to-twitter.php:1119
1270
  msgid "Upgrade to WP Tweets Pro"
1271
  msgstr ""
1272
 
1273
- #: wp-to-twitter.php:1130
1274
  msgid "Your role does not have the ability to Post Tweets from this site."
1275
  msgstr ""
1276
 
1277
- #: wp-to-twitter.php:1138
1278
  msgid "Previous Tweets"
1279
  msgstr ""
1280
 
1281
- #: wp-to-twitter.php:1152
1282
  msgid "Failed Tweets"
1283
  msgstr ""
1284
 
1285
- #: wp-to-twitter.php:1167
1286
  msgid "No failed tweets on this post."
1287
  msgstr ""
1288
 
1289
- #: wp-to-twitter.php:1196
 
 
 
 
1290
  msgid "Characters left: "
1291
  msgstr ""
1292
 
1293
- #: wp-to-twitter.php:1261
1294
  msgid "WP Tweets User Settings"
1295
  msgstr ""
1296
 
1297
- #: wp-to-twitter.php:1265
1298
  msgid "Use My Twitter Username"
1299
  msgstr ""
1300
 
1301
- #: wp-to-twitter.php:1266
1302
  msgid "Tweet my posts with an @ reference to my username."
1303
  msgstr ""
1304
 
1305
- #: wp-to-twitter.php:1267
1306
  msgid ""
1307
  "Tweet my posts with an @ reference to both my username and to the main site "
1308
  "username."
1309
  msgstr ""
1310
 
1311
- #: wp-to-twitter.php:1271
1312
  msgid "Your Twitter Username"
1313
  msgstr ""
1314
 
1315
- #: wp-to-twitter.php:1272
1316
  msgid "Enter your own Twitter username."
1317
  msgstr ""
1318
 
1319
- #: wp-to-twitter.php:1275
1320
  msgid "Hide account name in Tweets"
1321
  msgstr ""
1322
 
1323
- #: wp-to-twitter.php:1276
1324
  msgid "Do not display my account in the #account# template tag."
1325
  msgstr ""
1326
 
1327
- #: wp-to-twitter.php:1329
1328
  msgid "Check off categories to tweet"
1329
  msgstr ""
1330
 
1331
- #: wp-to-twitter.php:1333
1332
  msgid "Do not tweet posts in checked categories (Reverses default behavior)"
1333
  msgstr ""
1334
 
1335
- #: wp-to-twitter.php:1350
1336
  msgid ""
1337
  "Limits are exclusive. If a post is in one category which should be posted "
1338
  "and one category that should not, it will not be posted."
1339
  msgstr ""
1340
 
1341
- #: wp-to-twitter.php:1353
1342
  msgid "Set Categories"
1343
  msgstr ""
1344
 
1345
- #: wp-to-twitter.php:1376
1346
  msgid "Settings"
1347
  msgstr ""
1348
 
1349
- #: wp-to-twitter.php:1377
1350
  msgid "Upgrade"
1351
  msgstr ""
1352
 
1353
- #: wp-to-twitter.php:1414
1354
  msgid ""
1355
  "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href="
1356
  "\"%1$s\">changelog</a> before upgrading."
1357
  msgstr ""
1358
 
1359
- #: wp-to-twitter.php:1454
1360
  msgid ""
1361
  "I hope you've enjoyed <strong>WP to Twitter</strong>! Take a look at <a "
1362
  "href='%s'>upgrading to WP Tweets PRO</a> for advanced Tweeting with "
1363
  "WordPress! <a href='%s'>Dismiss</a>"
1364
  msgstr ""
1365
 
1366
- #: wp-to-twitter.php:1499
1367
- msgid "Tweet Status"
1368
- msgstr ""
1369
-
1370
- #: wpt-feed.php:149
1371
  msgid "Twitter returned an invalid response. It is probably down."
1372
  msgstr ""
1373
 
1374
- #: wpt-functions.php:258
1375
  msgid ""
1376
  "Please read the FAQ and other Help documents before making a support request."
1377
  msgstr ""
1378
 
1379
- #: wpt-functions.php:260
1380
  msgid "Please describe your problem. I'm not psychic."
1381
  msgstr ""
1382
 
1383
- #: wpt-functions.php:264
1384
  msgid ""
1385
  "Thank you for supporting the continuing development of this plug-in! I'll "
1386
  "get back to you as soon as I can. Please ensure that you can receive email "
1387
  "at <code>%s</code>."
1388
  msgstr ""
1389
 
1390
- #: wpt-functions.php:266
1391
  msgid ""
1392
  "Thanks for using WP to Twitter. Please ensure that you can receive email at "
1393
  "<code>%s</code>."
1394
  msgstr ""
1395
 
1396
- #: wpt-functions.php:280
1397
  msgid ""
1398
  "<strong>Please note</strong>: I do keep records of those who have donated, "
1399
  "but if your donation came from somebody other than your account at this web "
1400
  "site, you must note this in your message."
1401
  msgstr ""
1402
 
1403
- #: wpt-functions.php:285
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1404
  msgid "Reply to:"
1405
  msgstr ""
1406
 
1407
- #: wpt-functions.php:288
1408
  msgid ""
1409
  "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</"
1410
  "span>"
1411
  msgstr ""
1412
 
1413
- #: wpt-functions.php:291
1414
  msgid ""
1415
  "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
1416
  msgstr ""
1417
 
1418
- #: wpt-functions.php:294
1419
  msgid "Support Request:"
1420
  msgstr ""
1421
 
1422
- #: wpt-functions.php:297
1423
  msgid "Send Support Request"
1424
  msgstr ""
1425
 
1426
- #: wpt-functions.php:300
1427
  msgid ""
1428
  "The following additional information will be sent with your support request:"
1429
  msgstr ""
1430
 
1431
- #: wpt-widget.php:50
1432
- msgid "Display a list of your latest tweets."
1433
  msgstr ""
1434
 
1435
- #: wpt-widget.php:59
1436
- msgid "WP to Twitter - Latest Tweets"
1437
  msgstr ""
1438
 
1439
- #: wpt-widget.php:121
1440
- msgid "<a href=\"%3$s\">about %1$s ago</a> via %2$s"
1441
  msgstr ""
1442
 
1443
- #: wpt-widget.php:123
1444
- msgid "<a href=\"%2$s\">about %1$s ago</a>"
1445
  msgstr ""
1446
 
1447
- #: wpt-widget.php:179
1448
  msgid "Title"
1449
  msgstr ""
1450
 
1451
- #: wpt-widget.php:184
1452
  msgid "Twitter Username"
1453
  msgstr ""
1454
 
1455
- #: wpt-widget.php:189
1456
  msgid "Number of Tweets to Show"
1457
  msgstr ""
1458
 
1459
- #: wpt-widget.php:195
1460
  msgid "Hide @ Replies"
1461
  msgstr ""
1462
 
1463
- #: wpt-widget.php:200
1464
  msgid "Include Retweets"
1465
  msgstr ""
1466
 
1467
- #: wpt-widget.php:205
1468
  msgid "Parse links"
1469
  msgstr ""
1470
 
1471
- #: wpt-widget.php:210
1472
  msgid "Parse @mentions"
1473
  msgstr ""
1474
 
1475
- #: wpt-widget.php:215
1476
  msgid "Parse #hashtags"
1477
  msgstr ""
1478
 
1479
- #: wpt-widget.php:220
1480
  msgid "Include Reply/Retweet/Favorite Links"
1481
  msgstr ""
1482
 
1483
- #: wpt-widget.php:225
1484
  msgid "Include Tweet source"
1485
  msgstr ""
1486
 
2
  # This file is distributed under the same license as the WP to Twitter package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WP to Twitter 2.7.4\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-to-twitter\n"
7
+ "POT-Creation-Date: 2013-09-26 22:21:38+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
133
  msgid "WP to Twitter Options"
134
  msgstr ""
135
 
136
+ #: wp-to-twitter-manager.php:471
137
  msgid "Basic Settings"
138
  msgstr ""
139
 
140
+ #: wp-to-twitter-manager.php:477 wp-to-twitter-manager.php:521
141
  msgid "Save WP->Twitter Options"
142
  msgstr ""
143
 
144
+ #: wp-to-twitter-manager.php:495
145
  msgid "Settings for type \"%1$s\""
146
  msgstr ""
147
 
148
+ #: wp-to-twitter-manager.php:498
149
  msgid "Update when %1$s %2$s is published"
150
  msgstr ""
151
 
152
+ #: wp-to-twitter-manager.php:498
153
  msgid "Text for new %1$s updates"
154
  msgstr ""
155
 
156
+ #: wp-to-twitter-manager.php:502
157
  msgid "Update when %1$s %2$s is edited"
158
  msgstr ""
159
 
160
+ #: wp-to-twitter-manager.php:502
161
  msgid "Text for %1$s editing updates"
162
  msgstr ""
163
 
164
+ #: wp-to-twitter-manager.php:510
165
  msgid "Settings for Links"
166
  msgstr ""
167
 
168
+ #: wp-to-twitter-manager.php:513
169
  msgid "Update Twitter when you post a Blogroll link"
170
  msgstr ""
171
 
172
+ #: wp-to-twitter-manager.php:514
173
  msgid "Text for new link updates:"
174
  msgstr ""
175
 
176
+ #: wp-to-twitter-manager.php:514
177
  msgid ""
178
  "Available shortcodes: <code>#url#</code>, <code>#title#</code>, and "
179
  "<code>#description#</code>."
180
  msgstr ""
181
 
182
+ #: wp-to-twitter-manager.php:532
183
  msgid "Advanced Settings"
184
  msgstr ""
185
 
186
+ #: wp-to-twitter-manager.php:537 wp-to-twitter-manager.php:701
187
  msgid "Save Advanced WP->Twitter Options"
188
  msgstr ""
189
 
190
+ #: wp-to-twitter-manager.php:540
191
  msgid "Tags"
192
  msgstr ""
193
 
194
+ #: wp-to-twitter-manager.php:542
195
  msgid "Strip nonalphanumeric characters from tags"
196
  msgstr ""
197
 
198
+ #: wp-to-twitter-manager.php:545
199
  msgid "Use tag slug as hashtag value"
200
  msgstr ""
201
 
202
+ #: wp-to-twitter-manager.php:548
203
  msgid "Spaces in tags replaced with:"
204
  msgstr ""
205
 
206
+ #: wp-to-twitter-manager.php:551
207
  msgid "Maximum number of tags to include:"
208
  msgstr ""
209
 
210
+ #: wp-to-twitter-manager.php:552
211
  msgid "Maximum length in characters for included tags:"
212
  msgstr ""
213
 
214
+ #: wp-to-twitter-manager.php:556
215
  msgid "Template Tag Settings"
216
  msgstr ""
217
 
218
+ #: wp-to-twitter-manager.php:558
219
  msgid "Length of post excerpt (in characters):"
220
  msgstr ""
221
 
222
+ #: wp-to-twitter-manager.php:558
223
  msgid ""
224
  "Extracted from the post. If you use the 'Excerpt' field, it will be used "
225
  "instead."
226
  msgstr ""
227
 
228
+ #: wp-to-twitter-manager.php:561
229
  msgid "WP to Twitter Date Formatting:"
230
  msgstr ""
231
 
232
+ #: wp-to-twitter-manager.php:561
233
  msgid ""
234
  "Default is from your general settings. <a href='http://codex.wordpress.org/"
235
  "Formatting_Date_and_Time'>Date Formatting Documentation</a>."
236
  msgstr ""
237
 
238
+ #: wp-to-twitter-manager.php:565
239
  msgid "Custom text before all Tweets:"
240
  msgstr ""
241
 
242
+ #: wp-to-twitter-manager.php:568
243
  msgid "Custom text after all Tweets:"
244
  msgstr ""
245
 
246
+ #: wp-to-twitter-manager.php:571
247
  msgid "Custom field for an alternate URL to be shortened and Tweeted:"
248
  msgstr ""
249
 
250
+ #: wp-to-twitter-manager.php:601
251
  msgid "Template tag priority order"
252
  msgstr ""
253
 
254
+ #: wp-to-twitter-manager.php:602
255
  msgid ""
256
  "The order in which items will be abbreviated or removed from your Tweet if "
257
  "the Tweet is too long to send to Twitter."
258
  msgstr ""
259
 
260
+ #: wp-to-twitter-manager.php:608
261
  msgid "Special Cases when WordPress should send a Tweet"
262
  msgstr ""
263
 
264
+ #: wp-to-twitter-manager.php:611
265
  msgid "Do not post Tweets by default"
266
  msgstr ""
267
 
268
+ #: wp-to-twitter-manager.php:613
269
  msgid "Do not post Tweets by default (editing only)"
270
  msgstr ""
271
 
272
+ #: wp-to-twitter-manager.php:615
273
  msgid "Allow status updates from Quick Edit"
274
  msgstr ""
275
 
 
 
 
 
 
 
276
  #: wp-to-twitter-manager.php:619
 
 
 
 
 
277
  msgid "Google Analytics Settings"
278
  msgstr ""
279
 
280
+ #: wp-to-twitter-manager.php:620
281
  msgid ""
282
  "You can track the response from Twitter using Google Analytics by defining a "
283
  "campaign identifier here. You can either define a static identifier or a "
287
  "additional variable."
288
  msgstr ""
289
 
290
+ #: wp-to-twitter-manager.php:623
291
  msgid "Use a Static Identifier with WP-to-Twitter"
292
  msgstr ""
293
 
294
+ #: wp-to-twitter-manager.php:624
295
  msgid "Static Campaign identifier for Google Analytics:"
296
  msgstr ""
297
 
298
+ #: wp-to-twitter-manager.php:628
299
  msgid "Use a dynamic identifier with Google Analytics and WP-to-Twitter"
300
  msgstr ""
301
 
302
+ #: wp-to-twitter-manager.php:629
303
  msgid "What dynamic identifier would you like to use?"
304
  msgstr ""
305
 
306
+ #: wp-to-twitter-manager.php:631
307
  msgid "Category"
308
  msgstr ""
309
 
310
+ #: wp-to-twitter-manager.php:632
311
  msgid "Post ID"
312
  msgstr ""
313
 
314
+ #: wp-to-twitter-manager.php:633
315
  msgid "Post Title"
316
  msgstr ""
317
 
318
+ #: wp-to-twitter-manager.php:634
319
  msgid "Author"
320
  msgstr ""
321
 
322
+ #: wp-to-twitter-manager.php:638
323
  msgid "No Analytics"
324
  msgstr ""
325
 
326
+ #: wp-to-twitter-manager.php:642
327
  msgid "Author Settings"
328
  msgstr ""
329
 
330
+ #: wp-to-twitter-manager.php:645
331
  msgid "Authors have individual Twitter accounts"
332
  msgstr ""
333
 
334
+ #: wp-to-twitter-manager.php:647
335
  msgid ""
336
  "Authors can add their username in their user profile. With the free edition "
337
  "of WP to Twitter, it adds an @reference to the author. The @reference is "
339
  "main account if the user account isn't configured."
340
  msgstr ""
341
 
342
+ #: wp-to-twitter-manager.php:651
343
  msgid "Permissions"
344
  msgstr ""
345
 
346
+ #: wp-to-twitter-manager.php:667
347
  msgid "The lowest user group that can add their Twitter information"
348
  msgstr ""
349
 
350
+ #: wp-to-twitter-manager.php:672
351
  msgid ""
352
  "The lowest user group that can see the Custom Tweet options when posting"
353
  msgstr ""
354
 
355
+ #: wp-to-twitter-manager.php:677
356
  msgid "The lowest user group that can toggle the Tweet/Don't Tweet option"
357
  msgstr ""
358
 
359
+ #: wp-to-twitter-manager.php:682
360
  msgid "The lowest user group that can send Twitter updates"
361
  msgstr ""
362
 
363
+ #: wp-to-twitter-manager.php:686
364
  msgid "Error Messages and Debugging"
365
  msgstr ""
366
 
367
+ #: wp-to-twitter-manager.php:688
368
  msgid "Disable global URL shortener error messages."
369
  msgstr ""
370
 
371
+ #: wp-to-twitter-manager.php:689
372
  msgid "Disable global Twitter API error messages."
373
  msgstr ""
374
 
375
+ #: wp-to-twitter-manager.php:691
376
  msgid "Get Debugging Data for OAuth Connection"
377
  msgstr ""
378
 
379
+ #: wp-to-twitter-manager.php:693
380
  msgid "Switch to <code>http</code> connection. (Default is https)"
381
  msgstr ""
382
 
383
+ #: wp-to-twitter-manager.php:695
384
  msgid "I made a donation, so stop whinging at me, please."
385
  msgstr ""
386
 
387
+ #: wp-to-twitter-manager.php:709
388
  msgid "Limit Updating Categories"
389
  msgstr ""
390
 
391
+ #: wp-to-twitter-manager.php:712
392
  msgid ""
393
  "If no categories are checked, limiting by category will be ignored, and all "
394
  "categories will be Tweeted."
395
  msgstr ""
396
 
397
+ #: wp-to-twitter-manager.php:713
398
  msgid "<em>Category limits are disabled.</em>"
399
  msgstr ""
400
 
401
+ #: wp-to-twitter-manager.php:722
402
  msgid "Get Plug-in Support"
403
  msgstr ""
404
 
405
+ #: wp-to-twitter-manager.php:733
406
  msgid "Check Support"
407
  msgstr ""
408
 
409
+ #: wp-to-twitter-manager.php:733
410
  msgid ""
411
  "Check whether your server supports <a href=\"http://www.joedolson.com/"
412
  "articles/wp-to-twitter/\">WP to Twitter's</a> queries to the Twitter and URL "
414
  "a URL using your selected methods."
415
  msgstr ""
416
 
417
+ #: wp-to-twitter-manager.php:751
418
  msgid "Support WP to Twitter"
419
  msgstr ""
420
 
421
+ #: wp-to-twitter-manager.php:753
422
  msgid "WP to Twitter Support"
423
  msgstr ""
424
 
425
+ #: wp-to-twitter-manager.php:761 wp-to-twitter.php:1132 wp-to-twitter.php:1134
426
  msgid "Get Support"
427
  msgstr ""
428
 
429
+ #: wp-to-twitter-manager.php:764
430
  msgid ""
431
  "<a href=\"http://www.joedolson.com/donate.php\">Make a donation today!</a> "
432
  "Every donation counts - donate $2, $10, or $100 and help me keep this plug-"
433
  "in running!"
434
  msgstr ""
435
 
436
+ #: wp-to-twitter-manager.php:782
437
  msgid "Upgrade Now!"
438
  msgstr ""
439
 
440
+ #: wp-to-twitter-manager.php:784
441
  msgid "Upgrade to <strong>WP Tweets PRO</strong> for more options!"
442
  msgstr ""
443
 
444
+ #: wp-to-twitter-manager.php:785
445
  msgid "Extra features with the PRO upgrade:"
446
  msgstr ""
447
 
448
+ #: wp-to-twitter-manager.php:787
449
  msgid "Allow users to post to their own Twitter accounts"
450
  msgstr ""
451
 
452
+ #: wp-to-twitter-manager.php:788
453
  msgid "Set a timer to send your Tweet minutes or hours after you publish"
454
  msgstr ""
455
 
456
+ #: wp-to-twitter-manager.php:789
457
  msgid "Automatically re-send Tweets after publishing"
458
  msgstr ""
459
 
460
+ #: wp-to-twitter-manager.php:790
461
  msgid "Send Tweets for approved comments"
462
  msgstr ""
463
 
464
+ #: wp-to-twitter-manager.php:799
465
  msgid "Shortcodes"
466
  msgstr ""
467
 
468
+ #: wp-to-twitter-manager.php:801
469
  msgid "Available in post update templates:"
470
  msgstr ""
471
 
472
+ #: wp-to-twitter-manager.php:803
473
  msgid "<code>#title#</code>: the title of your blog post"
474
  msgstr ""
475
 
476
+ #: wp-to-twitter-manager.php:804
477
  msgid "<code>#blog#</code>: the title of your blog"
478
  msgstr ""
479
 
480
+ #: wp-to-twitter-manager.php:805
481
  msgid "<code>#post#</code>: a short excerpt of the post content"
482
  msgstr ""
483
 
484
+ #: wp-to-twitter-manager.php:806
485
  msgid "<code>#category#</code>: the first selected category for the post"
486
  msgstr ""
487
 
488
+ #: wp-to-twitter-manager.php:807
489
  msgid ""
490
  "<code>#cat_desc#</code>: custom value from the category description field"
491
  msgstr ""
492
 
493
+ #: wp-to-twitter-manager.php:808
494
  msgid "<code>#date#</code>: the post date"
495
  msgstr ""
496
 
497
+ #: wp-to-twitter-manager.php:809
498
  msgid "<code>#modified#</code>: the post modified date"
499
  msgstr ""
500
 
501
+ #: wp-to-twitter-manager.php:810
502
  msgid "<code>#url#</code>: the post URL"
503
  msgstr ""
504
 
505
+ #: wp-to-twitter-manager.php:811
506
  msgid ""
507
  "<code>#author#</code>: the post author (@reference if available, otherwise "
508
  "display name)"
509
  msgstr ""
510
 
511
+ #: wp-to-twitter-manager.php:812
512
  msgid "<code>#displayname#</code>: post author's display name"
513
  msgstr ""
514
 
515
+ #: wp-to-twitter-manager.php:813
516
  msgid ""
517
  "<code>#account#</code>: the twitter @reference for the account (or the "
518
  "author, if author settings are enabled and set.)"
519
  msgstr ""
520
 
521
+ #: wp-to-twitter-manager.php:814
522
  msgid ""
523
  "<code>#@#</code>: the twitter @reference for the author or blank, if not set"
524
  msgstr ""
525
 
526
+ #: wp-to-twitter-manager.php:815
527
  msgid ""
528
  "<code>#tags#</code>: your tags modified into hashtags. See options in the "
529
  "Advanced Settings section, below."
530
  msgstr ""
531
 
532
+ #: wp-to-twitter-manager.php:817
533
  msgid ""
534
  "<code>#reference#</code>: Used only in co-tweeting. @reference to main "
535
  "account when posted to author account, @reference to author account in post "
536
  "to main account."
537
  msgstr ""
538
 
539
+ #: wp-to-twitter-manager.php:820
540
  msgid ""
541
  "You can also create custom shortcodes to access WordPress custom fields. Use "
542
  "doubled square brackets surrounding the name of your custom field to add the "
548
  msgid "WP to Twitter was unable to establish a connection to Twitter."
549
  msgstr ""
550
 
551
+ #: wp-to-twitter-oauth.php:186
552
  msgid ""
553
  "Connection Problems? Try <a href='#wpt_http'>switching to <code>http</code> "
554
  "queries</a>."
555
  msgstr ""
556
 
557
+ #: wp-to-twitter-oauth.php:187
558
  msgid "There was an error querying Twitter's servers"
559
  msgstr ""
560
 
561
+ #: wp-to-twitter-oauth.php:202
562
  msgid ""
563
  "Twitter requires authentication by OAuth. You will need to <a "
564
  "href='%s'>update your settings</a> to complete installation of WP to Twitter."
565
  msgstr ""
566
 
567
+ #: wp-to-twitter-oauth.php:211 wp-to-twitter-oauth.php:213
568
  msgid "Connect to Twitter"
569
  msgstr ""
570
 
571
+ #: wp-to-twitter-oauth.php:216
572
  msgid "WP to Twitter Set-up"
573
  msgstr ""
574
 
575
+ #: wp-to-twitter-oauth.php:217 wp-to-twitter-oauth.php:308
576
+ #: wp-to-twitter-oauth.php:313
577
  msgid "Your server time:"
578
  msgstr ""
579
 
580
+ #: wp-to-twitter-oauth.php:217
581
  msgid "Twitter's time:"
582
  msgstr ""
583
 
584
+ #: wp-to-twitter-oauth.php:217
585
  msgid ""
586
  "If these timestamps are not within 5 minutes of each other, your server will "
587
  "not connect to Twitter."
588
  msgstr ""
589
 
590
+ #: wp-to-twitter-oauth.php:219
591
  msgid "Your server timezone (should be UTC,GMT,Europe/London or equivalent):"
592
  msgstr ""
593
 
594
+ #: wp-to-twitter-oauth.php:223
595
  msgid "1. Register this site as an application on "
596
  msgstr ""
597
 
598
+ #: wp-to-twitter-oauth.php:223
599
  msgid "Twitter's application registration page"
600
  msgstr ""
601
 
602
+ #: wp-to-twitter-oauth.php:225
603
  msgid ""
604
  "If you're not currently logged in to Twitter, log-in to the account you want "
605
  "associated with this site"
606
  msgstr ""
607
 
608
+ #: wp-to-twitter-oauth.php:226
609
  msgid "Your application name cannot include the word \"Twitter.\""
610
  msgstr ""
611
 
612
+ #: wp-to-twitter-oauth.php:227
613
  msgid "Your Application Description can be anything."
614
  msgstr ""
615
 
616
+ #: wp-to-twitter-oauth.php:228
617
  msgid "The WebSite and Callback URL should be "
618
  msgstr ""
619
 
620
+ #: wp-to-twitter-oauth.php:230
621
  msgid "Agree to the Developer Rules of the Road and continue."
622
  msgstr ""
623
 
624
+ #: wp-to-twitter-oauth.php:231
625
  msgid "2. Switch to the \"Settings\" tab in Twitter apps"
626
  msgstr ""
627
 
628
+ #: wp-to-twitter-oauth.php:231
629
  msgid "<em>Do NOT create your access token yet.</em>"
630
  msgstr ""
631
 
632
+ #: wp-to-twitter-oauth.php:233
633
  msgid "Select \"Read and Write\" for the Application Type"
634
  msgstr ""
635
 
636
+ #: wp-to-twitter-oauth.php:234
637
  msgid "Update the application settings"
638
  msgstr ""
639
 
640
+ #: wp-to-twitter-oauth.php:235
641
  msgid "Return to the Details tab and create your access token."
642
  msgstr ""
643
 
644
+ #: wp-to-twitter-oauth.php:237
645
  msgid ""
646
  "Once you have registered your site as an application, you will be provided "
647
  "with four keys."
648
  msgstr ""
649
 
650
+ #: wp-to-twitter-oauth.php:238
651
  msgid ""
652
  "3. Copy and paste your consumer key and consumer secret into the fields below"
653
  msgstr ""
654
 
655
+ #: wp-to-twitter-oauth.php:241
656
  msgid "Twitter Consumer Key"
657
  msgstr ""
658
 
659
+ #: wp-to-twitter-oauth.php:245
660
  msgid "Twitter Consumer Secret"
661
  msgstr ""
662
 
663
+ #: wp-to-twitter-oauth.php:249
664
  msgid ""
665
  "4. Copy and paste your Access Token and Access Token Secret into the fields "
666
  "below"
667
  msgstr ""
668
 
669
+ #: wp-to-twitter-oauth.php:250
670
  msgid ""
671
  "If the Access level for your Access Token is not \"<em>Read and write</em>"
672
  "\", you must return to step 2 and generate a new Access Token."
673
  msgstr ""
674
 
675
+ #: wp-to-twitter-oauth.php:253
676
  msgid "Access Token"
677
  msgstr ""
678
 
679
+ #: wp-to-twitter-oauth.php:257
680
  msgid "Access Token Secret"
681
  msgstr ""
682
 
683
+ #: wp-to-twitter-oauth.php:276
684
  msgid "Disconnect Your WordPress and Twitter Account"
685
  msgstr ""
686
 
687
+ #: wp-to-twitter-oauth.php:280
688
  msgid "Disconnect your WordPress and Twitter Account"
689
  msgstr ""
690
 
691
+ #: wp-to-twitter-oauth.php:282
692
  msgid ""
693
  "<strong>Troubleshooting tip:</strong> Connected, but getting a error that "
694
  "your Authentication credentials are missing or incorrect? Check that your "
697
  "support-2/#q1\">Read the FAQ</a>"
698
  msgstr ""
699
 
700
+ #: wp-to-twitter-oauth.php:284
701
  msgid ""
702
  "Your time stamps are more than 5 minutes apart. Your server could lose its "
703
  "connection with Twitter."
704
  msgstr ""
705
 
706
+ #: wp-to-twitter-oauth.php:286
707
  msgid ""
708
  "WP to Twitter could not contact Twitter's remote server. Here is the error "
709
  "triggered: "
710
  msgstr ""
711
 
712
+ #: wp-to-twitter-oauth.php:290
713
  msgid "Disconnect from Twitter"
714
  msgstr ""
715
 
716
+ #: wp-to-twitter-oauth.php:296
717
  msgid "Twitter Username "
718
  msgstr ""
719
 
720
+ #: wp-to-twitter-oauth.php:297
721
  msgid "Consumer Key "
722
  msgstr ""
723
 
724
+ #: wp-to-twitter-oauth.php:298
725
  msgid "Consumer Secret "
726
  msgstr ""
727
 
728
+ #: wp-to-twitter-oauth.php:299
729
  msgid "Access Token "
730
  msgstr ""
731
 
732
+ #: wp-to-twitter-oauth.php:300
733
  msgid "Access Token Secret "
734
  msgstr ""
735
 
736
+ #: wp-to-twitter-oauth.php:308 wp-to-twitter-oauth.php:314
737
  msgid "Twitter's server time: "
738
  msgstr ""
739
 
1085
  msgid "Use Twitter Friendly Links."
1086
  msgstr ""
1087
 
1088
+ #: wp-to-twitter.php:69
 
 
 
 
 
 
1089
  msgid ""
1090
  "The current version of WP Tweets PRO is <strong>%s</strong>. <a href="
1091
  "\"http://www.joedolson.com/articles/account/\">Upgrade for best "
1092
  "compatibility!</a>"
1093
  msgstr ""
1094
 
1095
+ #: wp-to-twitter.php:78
1096
  msgid ""
1097
+ "WP to Twitter requires WordPress 3.2.1 or a more recent version <a href="
1098
  "\"http://codex.wordpress.org/Upgrading_WordPress\">Please update WordPress "
1099
  "to continue using WP to Twitter with all features!</a>"
1100
  msgstr ""
1101
 
1102
+ #: wp-to-twitter.php:91
1103
  msgid ""
1104
  "Tweeting of comments has been moved to <a href=\"%1$s\">WP Tweets PRO</a>. "
1105
  "You will need to upgrade in order to Tweet comments. <a href=\"%2$s"
1106
  "\">Dismiss</a>"
1107
  msgstr ""
1108
 
1109
+ #: wp-to-twitter.php:264
1110
  msgid "This account is not authorized to post to Twitter."
1111
  msgstr ""
1112
 
1113
+ #: wp-to-twitter.php:273
1114
  msgid "This tweet is identical to another Tweet recently sent to this account."
1115
  msgstr ""
1116
 
1117
+ #: wp-to-twitter.php:279
1118
  msgid "This tweet was blank and could not be sent to Twitter."
1119
  msgstr ""
1120
 
1121
+ #: wp-to-twitter.php:314
1122
  msgid ""
1123
  "Your Twitter application does not have read and write permissions. Go to <a "
1124
  "href=\"%s\">your Twitter apps</a> to modify these settings."
1125
  msgstr ""
1126
 
1127
+ #: wp-to-twitter.php:319
1128
  msgid "200 OK: Success!"
1129
  msgstr ""
1130
 
1131
+ #: wp-to-twitter.php:323
1132
  msgid "304 Not Modified: There was no new data to return"
1133
  msgstr ""
1134
 
1135
+ #: wp-to-twitter.php:326
1136
  msgid ""
1137
  "400 Bad Request: The request was invalid. This is the status code returned "
1138
  "during rate limiting."
1139
  msgstr ""
1140
 
1141
+ #: wp-to-twitter.php:329
1142
  msgid "401 Unauthorized: Authentication credentials were missing or incorrect."
1143
  msgstr ""
1144
 
1145
+ #: wp-to-twitter.php:333
1146
  msgid ""
1147
+ "403 Forbidden: The request is understood, but has been refused by Twitter. "
1148
+ "Possible reasons: too many Tweets, same Tweet submitted twice, Tweet longer "
1149
+ "than 140 characters. Not an error from WP to Twitter."
1150
  msgstr ""
1151
 
1152
+ #: wp-to-twitter.php:336
1153
  msgid ""
1154
  "404 Not Found: The URI requested is invalid or the resource requested does "
1155
  "not exist."
1156
  msgstr ""
1157
 
1158
+ #: wp-to-twitter.php:339
1159
  msgid "406 Not Acceptable: Invalid Format Specified."
1160
  msgstr ""
1161
 
1162
+ #: wp-to-twitter.php:342
1163
  msgid "422 Unprocessable Entity: The image uploaded could not be processed.."
1164
  msgstr ""
1165
 
1166
+ #: wp-to-twitter.php:345
1167
  msgid "429 Too Many Requests: You have exceeded your rate limits."
1168
  msgstr ""
1169
 
1170
+ #: wp-to-twitter.php:348
1171
  msgid "500 Internal Server Error: Something is broken at Twitter."
1172
  msgstr ""
1173
 
1174
+ #: wp-to-twitter.php:351
1175
  msgid "502 Bad Gateway: Twitter is down or being upgraded."
1176
  msgstr ""
1177
 
1178
+ #: wp-to-twitter.php:354
1179
  msgid ""
1180
  "503 Service Unavailable: The Twitter servers are up, but overloaded with "
1181
  "requests - Please try again later."
1182
  msgstr ""
1183
 
1184
+ #: wp-to-twitter.php:357
1185
  msgid ""
1186
  "504 Gateway Timeout: The Twitter servers are up, but the request couldn't be "
1187
  "serviced due to some failure within our stack. Try again later."
1188
  msgstr ""
1189
 
1190
+ #: wp-to-twitter.php:394
1191
  msgid "No Twitter OAuth connection found."
1192
  msgstr ""
1193
 
1194
+ #: wp-to-twitter.php:1023
1195
  msgid "Tweeting %s edits is disabled."
1196
  msgstr ""
1197
 
1198
+ #: wp-to-twitter.php:1036
1199
  msgid "Custom Twitter Post"
1200
  msgstr ""
1201
 
1202
+ #: wp-to-twitter.php:1041
1203
  msgid "Your prepended Tweet text; not part of your template."
1204
  msgstr ""
1205
 
1206
+ #: wp-to-twitter.php:1044
1207
  msgid "Your appended Tweet text; not part of your template."
1208
  msgstr ""
1209
 
1210
+ #: wp-to-twitter.php:1047
1211
  msgid "Your template:"
1212
  msgstr ""
1213
 
1214
+ #: wp-to-twitter.php:1051
1215
  msgid "YOURLS Custom Keyword"
1216
  msgstr ""
1217
 
1218
+ #: wp-to-twitter.php:1062
1219
  msgid "Don't Tweet this post."
1220
  msgstr ""
1221
 
1222
+ #: wp-to-twitter.php:1062
1223
  msgid "Tweet this post."
1224
  msgstr ""
1225
 
1226
+ #: wp-to-twitter.php:1089
1227
  msgid ""
1228
+ "WP Tweets PRO 1.5.2+ allows you to select Twitter accounts. <a href=\"%s"
1229
  "\">Log in and download now!</a>"
1230
  msgstr ""
1231
 
1232
+ #: wp-to-twitter.php:1091
1233
  msgid ""
1234
  "Upgrade to WP Tweets PRO to select Twitter accounts! <a href=\"%s\">Upgrade "
1235
  "now!</a>"
1236
  msgstr ""
1237
 
1238
+ #: wp-to-twitter.php:1110
1239
  msgid ""
1240
  "Access to customizing WP to Twitter values is not allowed for your user role."
1241
  msgstr ""
1242
 
1243
+ #: wp-to-twitter.php:1122
1244
  msgid ""
1245
  "Tweets must be less than 140 characters; Twitter counts URLs as 22 or 23 "
1246
  "characters. Template Tags: <code>#url#</code>, <code>#title#</code>, "
1249
  "<code>#tags#</code>, or <code>#blog#</code>."
1250
  msgstr ""
1251
 
1252
+ #: wp-to-twitter.php:1132
1253
  msgid "Upgrade to WP Tweets Pro"
1254
  msgstr ""
1255
 
1256
+ #: wp-to-twitter.php:1141
1257
  msgid "Your role does not have the ability to Post Tweets from this site."
1258
  msgstr ""
1259
 
1260
+ #: wp-to-twitter.php:1149
1261
  msgid "Previous Tweets"
1262
  msgstr ""
1263
 
1264
+ #: wp-to-twitter.php:1165
1265
  msgid "Failed Tweets"
1266
  msgstr ""
1267
 
1268
+ #: wp-to-twitter.php:1180
1269
  msgid "No failed tweets on this post."
1270
  msgstr ""
1271
 
1272
+ #: wp-to-twitter.php:1186
1273
+ msgid "Delete Tweet History"
1274
+ msgstr ""
1275
+
1276
+ #: wp-to-twitter.php:1212
1277
  msgid "Characters left: "
1278
  msgstr ""
1279
 
1280
+ #: wp-to-twitter.php:1281
1281
  msgid "WP Tweets User Settings"
1282
  msgstr ""
1283
 
1284
+ #: wp-to-twitter.php:1285
1285
  msgid "Use My Twitter Username"
1286
  msgstr ""
1287
 
1288
+ #: wp-to-twitter.php:1286
1289
  msgid "Tweet my posts with an @ reference to my username."
1290
  msgstr ""
1291
 
1292
+ #: wp-to-twitter.php:1287
1293
  msgid ""
1294
  "Tweet my posts with an @ reference to both my username and to the main site "
1295
  "username."
1296
  msgstr ""
1297
 
1298
+ #: wp-to-twitter.php:1291
1299
  msgid "Your Twitter Username"
1300
  msgstr ""
1301
 
1302
+ #: wp-to-twitter.php:1292
1303
  msgid "Enter your own Twitter username."
1304
  msgstr ""
1305
 
1306
+ #: wp-to-twitter.php:1295
1307
  msgid "Hide account name in Tweets"
1308
  msgstr ""
1309
 
1310
+ #: wp-to-twitter.php:1296
1311
  msgid "Do not display my account in the #account# template tag."
1312
  msgstr ""
1313
 
1314
+ #: wp-to-twitter.php:1349
1315
  msgid "Check off categories to tweet"
1316
  msgstr ""
1317
 
1318
+ #: wp-to-twitter.php:1353
1319
  msgid "Do not tweet posts in checked categories (Reverses default behavior)"
1320
  msgstr ""
1321
 
1322
+ #: wp-to-twitter.php:1370
1323
  msgid ""
1324
  "Limits are exclusive. If a post is in one category which should be posted "
1325
  "and one category that should not, it will not be posted."
1326
  msgstr ""
1327
 
1328
+ #: wp-to-twitter.php:1373
1329
  msgid "Set Categories"
1330
  msgstr ""
1331
 
1332
+ #: wp-to-twitter.php:1396
1333
  msgid "Settings"
1334
  msgstr ""
1335
 
1336
+ #: wp-to-twitter.php:1397
1337
  msgid "Upgrade"
1338
  msgstr ""
1339
 
1340
+ #: wp-to-twitter.php:1434
1341
  msgid ""
1342
  "<br /><strong>Note:</strong> Please review the <a class=\"thickbox\" href="
1343
  "\"%1$s\">changelog</a> before upgrading."
1344
  msgstr ""
1345
 
1346
+ #: wp-to-twitter.php:1523
1347
  msgid ""
1348
  "I hope you've enjoyed <strong>WP to Twitter</strong>! Take a look at <a "
1349
  "href='%s'>upgrading to WP Tweets PRO</a> for advanced Tweeting with "
1350
  "WordPress! <a href='%s'>Dismiss</a>"
1351
  msgstr ""
1352
 
1353
+ #: wpt-feed.php:164
 
 
 
 
1354
  msgid "Twitter returned an invalid response. It is probably down."
1355
  msgstr ""
1356
 
1357
+ #: wpt-functions.php:291
1358
  msgid ""
1359
  "Please read the FAQ and other Help documents before making a support request."
1360
  msgstr ""
1361
 
1362
+ #: wpt-functions.php:293
1363
  msgid "Please describe your problem. I'm not psychic."
1364
  msgstr ""
1365
 
1366
+ #: wpt-functions.php:297
1367
  msgid ""
1368
  "Thank you for supporting the continuing development of this plug-in! I'll "
1369
  "get back to you as soon as I can. Please ensure that you can receive email "
1370
  "at <code>%s</code>."
1371
  msgstr ""
1372
 
1373
+ #: wpt-functions.php:299
1374
  msgid ""
1375
  "Thanks for using WP to Twitter. Please ensure that you can receive email at "
1376
  "<code>%s</code>."
1377
  msgstr ""
1378
 
1379
+ #: wpt-functions.php:313
1380
  msgid ""
1381
  "<strong>Please note</strong>: I do keep records of those who have donated, "
1382
  "but if your donation came from somebody other than your account at this web "
1383
  "site, you must note this in your message."
1384
  msgstr ""
1385
 
1386
+ #: wpt-functions.php:317
1387
+ msgid ""
1388
+ "If you're having trouble with WP to Twitter, please try to answer these "
1389
+ "questions in your message:"
1390
+ msgstr ""
1391
+
1392
+ #: wpt-functions.php:320
1393
+ msgid "Did this error happen only once, or repeatedly?"
1394
+ msgstr ""
1395
+
1396
+ #: wpt-functions.php:321
1397
+ msgid "What was the Tweet, or an example Tweet, that produced this error?"
1398
+ msgstr ""
1399
+
1400
+ #: wpt-functions.php:322
1401
+ msgid "If there was an error message from WP to Twitter, what was it?"
1402
+ msgstr ""
1403
+
1404
+ #: wpt-functions.php:323
1405
+ msgid "What is the template you're using for your Tweets?"
1406
+ msgstr ""
1407
+
1408
+ #: wpt-functions.php:328
1409
  msgid "Reply to:"
1410
  msgstr ""
1411
 
1412
+ #: wpt-functions.php:331
1413
  msgid ""
1414
  "I have read <a href=\"%1$s\">the FAQ for this plug-in</a> <span>(required)</"
1415
  "span>"
1416
  msgstr ""
1417
 
1418
+ #: wpt-functions.php:334
1419
  msgid ""
1420
  "I have <a href=\"%1$s\">made a donation to help support this plug-in</a>"
1421
  msgstr ""
1422
 
1423
+ #: wpt-functions.php:337
1424
  msgid "Support Request:"
1425
  msgstr ""
1426
 
1427
+ #: wpt-functions.php:340
1428
  msgid "Send Support Request"
1429
  msgstr ""
1430
 
1431
+ #: wpt-functions.php:343
1432
  msgid ""
1433
  "The following additional information will be sent with your support request:"
1434
  msgstr ""
1435
 
1436
+ #: wpt-widget.php:86
1437
+ msgid "<a href=\"%3$s\">about %1$s ago</a> via %2$s"
1438
  msgstr ""
1439
 
1440
+ #: wpt-widget.php:88
1441
+ msgid "<a href=\"%2$s\">about %1$s ago</a>"
1442
  msgstr ""
1443
 
1444
+ #: wpt-widget.php:139
1445
+ msgid "Display a list of your latest tweets."
1446
  msgstr ""
1447
 
1448
+ #: wpt-widget.php:147
1449
+ msgid "WP to Twitter - Latest Tweets"
1450
  msgstr ""
1451
 
1452
+ #: wpt-widget.php:203
1453
  msgid "Title"
1454
  msgstr ""
1455
 
1456
+ #: wpt-widget.php:208
1457
  msgid "Twitter Username"
1458
  msgstr ""
1459
 
1460
+ #: wpt-widget.php:213
1461
  msgid "Number of Tweets to Show"
1462
  msgstr ""
1463
 
1464
+ #: wpt-widget.php:219
1465
  msgid "Hide @ Replies"
1466
  msgstr ""
1467
 
1468
+ #: wpt-widget.php:224
1469
  msgid "Include Retweets"
1470
  msgstr ""
1471
 
1472
+ #: wpt-widget.php:229
1473
  msgid "Parse links"
1474
  msgstr ""
1475
 
1476
+ #: wpt-widget.php:234
1477
  msgid "Parse @mentions"
1478
  msgstr ""
1479
 
1480
+ #: wpt-widget.php:239
1481
  msgid "Parse #hashtags"
1482
  msgstr ""
1483
 
1484
+ #: wpt-widget.php:244
1485
  msgid "Include Reply/Retweet/Favorite Links"
1486
  msgstr ""
1487
 
1488
+ #: wpt-widget.php:249
1489
  msgid "Include Tweet source"
1490
  msgstr ""
1491
 
readme.txt CHANGED
@@ -2,18 +2,18 @@
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.2.1
6
- Tested up to: 3.6
7
  License: GPLv2 or later
8
- Stable tag: trunk
9
 
10
  Auto-posts a Twitter update when you update your WordPress blog or blogroll, with your chosen URL shortening service.
11
 
12
  == Description ==
13
 
14
- WP to Twitter automatically posts Tweets from WordPress to Twitter using your URL shortening service to provide a link back to your post from Twitter. You can also use WP to Twitter to display a feed of recent Tweets using widgets.
15
 
16
- Upgrade to [WP Tweets Pro](http://www.joedolson.com/articles/wp-tweets-pro/)
17
 
18
  The plugin supports a customizable Tweet template for updating or editing posts and pages, supports your custom post types, and allows you to write a custom Tweet for each post, using a selection of custom template tags to generate the text.
19
 
@@ -23,9 +23,9 @@ Additional features include:
23
  * Use alternate URLs in place of post permalinks
24
  * Support for Google Analytics
25
  * Support for XMLRPC remote clients
26
- * Limiting Tweeting from specific categories
27
 
28
- Any status update longer than 140 characters will be truncated by the plugin.
29
 
30
  Upgrade to [WP Tweets Pro](http://www.joedolson.com/articles/wp-tweets-pro/) for extra features, including:
31
 
@@ -41,7 +41,7 @@ Translations:
41
  Visit the [WP to Twitter translations page](http://translate.joedolson.com/projects/wp-to-twitter) to see how complete these are.
42
 
43
  Languages available (in order of completeness):
44
- Italian, French, Danish, Catalan, Dutch, Chinese, Portuguese, Japanese, Romanian, Estonian, Russian, German, Ukrainian, Lithuanian, Belarusian, Irish, Spanish, Turkish, Persian
45
 
46
  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!
47
 
@@ -51,6 +51,44 @@ Contributions by [Thor Erik](http://www.thorerik.net), Bill Berry and [Andrea Ba
51
 
52
  == Changelog ==
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  = 2.7.3 =
55
 
56
  * Don't display promotional notice if donation option checked.
@@ -77,7 +115,7 @@ Contributions by [Thor Erik](http://www.thorerik.net), Bill Berry and [Andrea Ba
77
  * Bug fix: Could not re-order template tag truncation order.
78
  * Bug fix: Corrected encoding of category names and descriptions.
79
  * Bug fix: Better handling of wp_get_shortlink for custom post types. (Custom post types don't support wp_get_shortlink)
80
- * Adds a Twitter Feed widget.
81
  * Deprecated support for WP 3.1.4.
82
 
83
  = 2.6.9 =
@@ -876,4 +914,4 @@ Writing and maintaining a plug-in is a lot of work. You can help me by providing
876
 
877
  == Upgrade Notice ==
878
 
879
- * 2.7.0 UI Redesign. Added Twitter Feed widget. Bug fixes.
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.3.3
6
+ Tested up to: 3.7.1
7
  License: GPLv2 or later
8
+ Stable tag: 2.7.6
9
 
10
  Auto-posts a Twitter update when you update your WordPress blog or blogroll, with your chosen URL shortening service.
11
 
12
  == Description ==
13
 
14
+ WP to Twitter automatically posts Tweets from WordPress to Twitter using your URL shortening service to provide a link back from Twitter. WP to Twitter will also display a feed of recent Tweets using widgets.
15
 
16
+ Upgrade to [WP Tweets Pro](http://www.joedolson.com/articles/wp-tweets-pro/) for Tweet scheduling, automatic re-tweeting, and more!
17
 
18
  The plugin supports a customizable Tweet template for updating or editing posts and pages, supports your custom post types, and allows you to write a custom Tweet for each post, using a selection of custom template tags to generate the text.
19
 
23
  * Use alternate URLs in place of post permalinks
24
  * Support for Google Analytics
25
  * Support for XMLRPC remote clients
26
+ * Filter Tweeting by category
27
 
28
+ Status updates longer than 140 characters will be truncated.
29
 
30
  Upgrade to [WP Tweets Pro](http://www.joedolson.com/articles/wp-tweets-pro/) for extra features, including:
31
 
41
  Visit the [WP to Twitter translations page](http://translate.joedolson.com/projects/wp-to-twitter) to see how complete these are.
42
 
43
  Languages available (in order of completeness):
44
+ Italian, French, Dutch, Russian, Danish, Catalan, Portuguese, Chinese, Japanese, Romanian, Estonian, Spanish, German, Swedish, Irish, Ukrainian, Lithuanian, Belarusian, Turkish, Persian
45
 
46
  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!
47
 
51
 
52
  == Changelog ==
53
 
54
+ = 2.7.7 =
55
+
56
+ * Bug fix: #author# template tag
57
+ * Bug fix: tag filtering error.
58
+ * Bug fix: eliminated one PHP notice.
59
+ * Minor text changes.
60
+ * Updated: Russian translation.
61
+
62
+ = 2.7.6 =
63
+
64
+ * Added citation for StormTwitter feed source.
65
+ * Reverted use of 'extract()' due to very obscure bug.
66
+ * New feature for WP Tweets PRO: custom templates for re-posts
67
+ * Update Dutch translation.
68
+
69
+ = 2.7.5 =
70
+
71
+ * Setting a post to 'pending' or any custom status caused a Tweet to be published in 2.7.4
72
+
73
+ = 2.7.4 =
74
+
75
+ * Update API endpoint for Bit.ly
76
+ * Added filter to modify "Tweet this" value during editing, based on $_POST data. ('wpt_tweet_this_edit')
77
+ * Altered order of limits for determining whether to Tweet.
78
+ * Deprecated upgrade routine for versions below 2.2.9. (Upgrade will still work.)
79
+ * Added questions to support request form.
80
+ * Added option to delete Tweet history for a post.
81
+ * Made Twitter Feed available via shortcode [get_tweets id='twitter_username']
82
+ * Debugging improvements.
83
+ * Moved to save_post actions
84
+ * Removed option to disable XMLRPC-based Tweeting.
85
+ * Deprecated support for WP versions older than 3.3.3.
86
+ * Renamed StormTwitter class for better namespacing and because it's substantively changed as I'm using it.
87
+ * Modified Twitter feed caching to save as local file or as transient if file system not available.
88
+ * Removed PHP < 5 warning, since I no longer support versions of WordPress that allow PHP 4.
89
+ * #author# Template tag only worked if WP Tweets PRO installed.
90
+ * Updated Portuguese Brazilian & added Swedish translations. (Partial)
91
+
92
  = 2.7.3 =
93
 
94
  * Don't display promotional notice if donation option checked.
115
  * Bug fix: Could not re-order template tag truncation order.
116
  * Bug fix: Corrected encoding of category names and descriptions.
117
  * Bug fix: Better handling of wp_get_shortlink for custom post types. (Custom post types don't support wp_get_shortlink)
118
+ * Adds a Twitter Feed widget. Original code source from StormTwitter feed by [Liam Gladdy](http://www.stormconsultancy.co.uk/blog/development/tools-plugins/oauth-twitter-feed-for-developers-library-and-wordpress-plugin/)
119
  * Deprecated support for WP 3.1.4.
120
 
121
  = 2.6.9 =
914
 
915
  == Upgrade Notice ==
916
 
917
+ * 2.7.6 New WP Tweets PRO feature; bug fixes.
styles.css CHANGED
@@ -18,7 +18,8 @@ legend {font-weight: 700;font-size: 1.2em;padding: 6px 0;}
18
  #wp-to-twitter .postbox { margin: 10px 10px 0 0; }
19
  #wp-to-twitter .meta-box-sortables { min-height: 0; }
20
  #wp-to-twitter .wpt-template, #wp-to-twitter .support-request { width: 95%; }
21
- .wp-tweets-notes { float: right; width: 30%; min-width: 140px; max-width: 240px; margin-left: 10px; }
22
- #wp-to-twitter .indent { margin-left: 30px; }
23
  #wp-to-twitter .flattr { float: right; }
24
- .wpt_image { padding-left: 20px; background: url(image.png) left 50% no-repeat; display: block; }
 
 
 
18
  #wp-to-twitter .postbox { margin: 10px 10px 0 0; }
19
  #wp-to-twitter .meta-box-sortables { min-height: 0; }
20
  #wp-to-twitter .wpt-template, #wp-to-twitter .support-request { width: 95%; }
 
 
21
  #wp-to-twitter .flattr { float: right; }
22
+ .wpt_image { padding-left: 20px; background: url(image.png) left 50% no-repeat; display: block; }
23
+ #wpt_license_key { font-size: 1.3em; padding: 5px; letter-spacing: .5px;}
24
+ label[for="wpt_license_key"] { font-size: 1.3em; }
25
+ #wp-to-twitter .wpt-upgrade { background: crimson; color: #fff; text-shadow: #000 0 1px 0; }
wp-to-twitter-manager.php CHANGED
@@ -49,7 +49,7 @@ function jd_check_functions() {
49
  //check twitter credentials
50
  if ( wtt_oauth_test() ) {
51
  $rand = rand(1000000,9999999);
52
- $testpost = jd_doTwitterAPIPost( "This is a test of WP->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 {
@@ -448,7 +448,17 @@ function wpt_update_settings() {
448
  <h2><?php _e("WP to Twitter Options", 'wp-to-twitter'); ?></h2>
449
  <div id="wpt_settings_page" class="postbox-container" style="width: 70%">
450
 
451
- <?php $wp_to_twitter_directory = get_bloginfo( 'wpurl' ) . '/' . WP_PLUGIN_DIR . '/' . dirname( plugin_basename(__FILE__) ); ?>
 
 
 
 
 
 
 
 
 
 
452
 
453
  <div class="metabox-holder">
454
 
@@ -464,32 +474,34 @@ function wpt_update_settings() {
464
  <form method="post" action="">
465
  <?php $nonce = wp_nonce_field('wp-to-twitter-nonce', '_wpnonce', true, false).wp_referer_field(false); echo "<div>$nonce</div>"; ?>
466
  <div>
467
- <input type="submit" name="submit" value="<?php _e("Save WP->Twitter Options", 'wp-to-twitter'); ?>" class="button-primary button-side" />
468
  <?php echo apply_filters('wpt_pick_shortener',''); ?>
469
  <?php
470
 
471
- $post_types = get_post_types( array('public'=>true), 'names' );
472
  $wpt_settings = get_option('wpt_post_types');
473
 
474
  foreach( $post_types as $type ) {
475
- if ( $type == 'attachment' || $type == 'nav_menu_item' || $type == 'revision' ) {
 
 
 
476
 
477
  } else {
478
  $vowels = array( 'a','e','i','o','u' );
479
  foreach ( $vowels as $vowel ) {
480
- if ( strpos($type, $vowel ) === 0 ) { $word = 'an'; break; } else { $word = 'a'; }
481
  }
482
  ?>
483
  <fieldset class='wpt_types'>
484
-
485
- <legend><?php printf(__('Settings for type "%1$s"','wp-to-twitter'),$type); ?></legend>
486
  <p>
487
- <input type="checkbox" name="wpt_post_types[<?php echo $type; ?>][post-published-update]" id="<?php echo $type; ?>-post-published-update" value="1" <?php echo jd_checkCheckbox('wpt_post_types',$type,'post-published-update')?> />
488
- <label for="<?php echo $type; ?>-post-published-update"><strong><?php printf(__('Update when %1$s %2$s is published','wp-to-twitter'),$word, $type); ?></strong></label> <label for="<?php echo $type; ?>-post-published-text"><br /><?php printf(__('Text for new %1$s updates','wp-to-twitter'),$type); ?></label><br /><input type="text" class="wpt-template" name="wpt_post_types[<?php echo $type; ?>][post-published-text]" id="<?php echo $type; ?>-post-published-text" size="60" maxlength="120" value="<?php if ( isset( $wpt_settings[$type] ) ) { echo esc_attr( stripslashes( $wpt_settings[$type]['post-published-text'] ) ); } ?>" />
489
  </p>
490
  <p>
491
- <input type="checkbox" name="wpt_post_types[<?php echo $type; ?>][post-edited-update]" id="<?php echo $type; ?>-post-edited-update" value="1" <?php echo jd_checkCheckbox('wpt_post_types',$type,'post-edited-update')?> />
492
- <label for="<?php echo $type; ?>-post-edited-update"><strong><?php printf(__('Update when %1$s %2$s is edited','wp-to-twitter'),$word, $type); ?></strong></label><br /><label for="<?php echo $type; ?>-post-edited-text"><?php printf(__('Text for %1$s editing updates','wp-to-twitter'),$type); ?></label><br /><input type="text" class="wpt-template" name="wpt_post_types[<?php echo $type; ?>][post-edited-text]" id="<?php echo $type; ?>-post-edited-text" size="60" maxlength="120" value="<?php if ( isset( $wpt_settings[$type] ) ) { echo esc_attr( stripslashes( $wpt_settings[$type]['post-edited-text'] ) ); } ?>" />
493
  </p>
494
  </fieldset>
495
  <?php
@@ -497,7 +509,7 @@ function wpt_update_settings() {
497
  }
498
  ?>
499
  <fieldset>
500
- <legend><?php _e('Settings for Links','wp-to-twitter'); ?></legend>
501
  <p>
502
  <input type="checkbox" name="jd_twit_blogroll" id="jd_twit_blogroll" value="1" <?php echo jd_checkCheckbox('jd_twit_blogroll')?> />
503
  <label for="jd_twit_blogroll"><strong><?php _e("Update Twitter when you post a Blogroll link", 'wp-to-twitter'); ?></strong></label><br />
@@ -508,7 +520,7 @@ function wpt_update_settings() {
508
  <div>
509
  <input type="hidden" name="submit-type" value="options" />
510
  </div>
511
- <input type="submit" name="submit" value="<?php _e("Save WP->Twitter Options", 'wp-to-twitter'); ?>" class="button-primary" />
512
  </div>
513
  </form>
514
  </div>
@@ -524,7 +536,7 @@ function wpt_update_settings() {
524
  <form method="post" action="">
525
  <div>
526
  <?php $nonce = wp_nonce_field('wp-to-twitter-nonce', '_wpnonce', true, false).wp_referer_field(false); echo "<div>$nonce</div>"; ?>
527
- <input type="submit" name="submit" value="<?php _e("Save Advanced WP->Twitter Options", 'wp-to-twitter'); ?>" class="button-primary button-side" />
528
 
529
  <fieldset>
530
  <legend><?php _e('Tags','wp-to-twitter'); ?></legend>
@@ -600,24 +612,9 @@ function wpt_update_settings() {
600
  <input type="checkbox" name="jd_tweet_default" id="jd_tweet_default" value="1" <?php echo jd_checkCheckbox('jd_tweet_default')?> />
601
  <label for="jd_tweet_default"><?php _e("Do not post Tweets by default", 'wp-to-twitter'); ?></label><br />
602
  <input type="checkbox" name="jd_tweet_default_edit" id="jd_tweet_default_edit" value="1" <?php echo jd_checkCheckbox('jd_tweet_default_edit')?> />
603
- <label for="jd_tweet_default_edit"><?php _e("Do not post Tweets by default (editing only)", 'wp-to-twitter'); ?></label><br />
604
- </p>
605
- <p>
606
  <input type="checkbox" name="wpt_inline_edits" id="wpt_inline_edits" value="1" <?php echo jd_checkCheckbox('wpt_inline_edits')?> />
607
  <label for="wpt_inline_edits"><?php _e("Allow status updates from Quick Edit", 'wp-to-twitter'); ?></label><br />
608
-
609
- </p>
610
- <?php if ( function_exists( 'wpt_pro_exists') && wpt_pro_exists() == true && get_option( 'wpt_delay_tweets' ) > 0 ) {
611
- $r_disabled = " disabled='disabled'";
612
- $r_message = "<em>".__('Delaying tweets with WP Tweets PRO moves Tweeting to an publishing-independent action.','wp-to-twitter' )."</em>";
613
- } else {
614
- $r_disabled = '';
615
- $r_message = '';
616
- } ?>
617
- <p>
618
- <input type="checkbox"<?php echo $r_disabled; ?> name="jd_twit_remote" id="jd_twit_remote" value="1" <?php echo jd_checkCheckbox('jd_twit_remote')?> />
619
- <label for="jd_twit_remote"><?php _e("Send Twitter Updates on remote publication (Post by Email or XMLRPC Client)", 'wp-to-twitter'); ?></label><br />
620
- <?php echo $r_message; ?>
621
  </p>
622
  </fieldset>
623
  <fieldset>
@@ -703,7 +700,7 @@ function wpt_update_settings() {
703
  <div>
704
  <input type="hidden" name="submit-type" value="advanced" />
705
  </div>
706
- <input type="submit" name="submit" value="<?php _e("Save Advanced WP->Twitter Options", 'wp-to-twitter'); ?>" class="button-primary" />
707
  </div>
708
  </form>
709
  </div>
@@ -764,9 +761,9 @@ function wpt_sidebar() {
764
  </p>
765
  <?php if ( function_exists( 'wpt_pro_exists' ) ) { $support = admin_url('admin.php?page=wp-tweets-pro'); } else { $support = admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php'); } ?>
766
  <a href="<?php echo $support; ?>#get-support"><?php _e("Get Support",'wp-to-twitter'); ?></a>
767
- <?php if ( get_option('jd_donations') != 1 && !function_exists( 'wpt_pro_exists' ) ) { ?>
768
  <div>
769
- <p><?php _e('<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!','wp-to-twitter'); ?></p>
770
  <p class='flattr'><a href="http://flattr.com/thing/559528/WP-to-Twitter"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr WP to Twitter" /></a></p>
771
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
772
  <div>
@@ -777,28 +774,33 @@ function wpt_sidebar() {
777
  </div>
778
  </form>
779
  </div>
780
- <?php } ?>
781
  </div>
782
  </div>
783
  </div>
784
  <?php if ( !function_exists( 'wpt_pro_exists' ) ) { ?>
785
  <div class="ui-sortable meta-box-sortables">
786
  <div class="postbox">
787
- <h3><strong><?php _e('Upgrade Now!','wp-to-twitter'); ?></strong></h3>
788
  <div class="inside purchase">
789
- <strong><a href="http://www.joedolson.com/articles/wp-tweets-pro/"><?php _e('Upgrade to <strong>WP Tweets PRO</strong> for more options!','wp-to-twitter'); ?></a></strong>
790
- <p><?php _e('Extra features with the PRO upgrade:','wp-to-twitter'); ?></p>
791
  <ul>
792
- <li><?php _e('Allow users to post to their own Twitter accounts','wp-to-twitter'); ?></li>
793
- <li><?php _e('Set a timer to send your Tweet minutes or hours after you publish','wp-to-twitter'); ?></li>
794
- <li><?php _e('Automatically re-send Tweets after publishing','wp-to-twitter'); ?></li>
795
  <li><?php _e('Send Tweets for approved comments','wp-to-twitter'); ?></li>
796
  </ul>
797
 
798
  </div>
799
  </div>
800
  </div>
801
- <?php } ?>
 
 
 
 
 
802
  <div class="ui-sortable meta-box-sortables">
803
  <div class="postbox">
804
  <h3><?php _e('Shortcodes','wp-to-twitter'); ?></h3>
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 {
448
  <h2><?php _e("WP to Twitter Options", 'wp-to-twitter'); ?></h2>
449
  <div id="wpt_settings_page" class="postbox-container" style="width: 70%">
450
 
451
+ <?php
452
+ if ( isset($_GET['debug']) && $_GET['debug'] == 'true' ) {
453
+ $debug = get_option( 'wpt_debug' );
454
+ echo "<pre>";
455
+ print_r( $debug );
456
+ echo "</pre>";
457
+ }
458
+ if ( isset($_GET['debug']) && $_GET['debug'] == 'delete' ) {
459
+ delete_option( 'wpt_debug' );
460
+ }
461
+ $wp_to_twitter_directory = get_bloginfo( 'wpurl' ) . '/' . WP_PLUGIN_DIR . '/' . dirname( plugin_basename(__FILE__) ); ?>
462
 
463
  <div class="metabox-holder">
464
 
474
  <form method="post" action="">
475
  <?php $nonce = wp_nonce_field('wp-to-twitter-nonce', '_wpnonce', true, false).wp_referer_field(false); echo "<div>$nonce</div>"; ?>
476
  <div>
477
+ <input type="submit" name="submit" value="<?php _e("Save WP to Twitter Options", 'wp-to-twitter'); ?>" class="button-primary button-side" />
478
  <?php echo apply_filters('wpt_pick_shortener',''); ?>
479
  <?php
480
 
481
+ $post_types = get_post_types( array( 'public'=>true ), 'objects' );
482
  $wpt_settings = get_option('wpt_post_types');
483
 
484
  foreach( $post_types as $type ) {
485
+ $name = $type->labels->name;
486
+ $singular = $type->labels->singular_name;
487
+ $slug = $type->name;
488
+ if ( $slug == 'attachment' || $slug == 'nav_menu_item' || $slug == 'revision' ) {
489
 
490
  } else {
491
  $vowels = array( 'a','e','i','o','u' );
492
  foreach ( $vowels as $vowel ) {
493
+ if ( strpos($name, $vowel ) === 0 ) { $word = 'an'; break; } else { $word = 'a'; }
494
  }
495
  ?>
496
  <fieldset class='wpt_types'>
497
+ <legend><?php echo $name ?></legend>
 
498
  <p>
499
+ <input type="checkbox" name="wpt_post_types[<?php echo $slug; ?>][post-published-update]" id="<?php echo $slug; ?>-post-published-update" value="1" <?php echo jd_checkCheckbox('wpt_post_types',$slug,'post-published-update')?> />
500
+ <label for="<?php echo $slug; ?>-post-published-update"><strong><?php printf(__('Update when %1$s %2$s is published','wp-to-twitter'),$word, $singular); ?></strong></label> <label for="<?php echo $slug; ?>-post-published-text"><br /><?php printf(__('Template for new %1$s updates','wp-to-twitter'),$name); ?></label><br /><input type="text" class="wpt-template" name="wpt_post_types[<?php echo $slug; ?>][post-published-text]" id="<?php echo $slug; ?>-post-published-text" size="60" maxlength="120" value="<?php if ( isset( $wpt_settings[$slug] ) ) { echo esc_attr( stripslashes( $wpt_settings[$slug]['post-published-text'] ) ); } ?>" />
501
  </p>
502
  <p>
503
+ <input type="checkbox" name="wpt_post_types[<?php echo $slug; ?>][post-edited-update]" id="<?php echo $slug; ?>-post-edited-update" value="1" <?php echo jd_checkCheckbox('wpt_post_types',$slug,'post-edited-update')?> />
504
+ <label for="<?php echo $slug; ?>-post-edited-update"><strong><?php printf(__('Update when %1$s %2$s is edited','wp-to-twitter'),$word, $singular); ?></strong></label><br /><label for="<?php echo $slug; ?>-post-edited-text"><?php printf(__('Template for %1$s editing updates','wp-to-twitter'),$name); ?></label><br /><input type="text" class="wpt-template" name="wpt_post_types[<?php echo $slug; ?>][post-edited-text]" id="<?php echo $slug; ?>-post-edited-text" size="60" maxlength="120" value="<?php if ( isset( $wpt_settings[$slug] ) ) { echo esc_attr( stripslashes( $wpt_settings[$slug]['post-edited-text'] ) ); } ?>" />
505
  </p>
506
  </fieldset>
507
  <?php
509
  }
510
  ?>
511
  <fieldset>
512
+ <legend><?php _e('Links','wp-to-twitter'); ?></legend>
513
  <p>
514
  <input type="checkbox" name="jd_twit_blogroll" id="jd_twit_blogroll" value="1" <?php echo jd_checkCheckbox('jd_twit_blogroll')?> />
515
  <label for="jd_twit_blogroll"><strong><?php _e("Update Twitter when you post a Blogroll link", 'wp-to-twitter'); ?></strong></label><br />
520
  <div>
521
  <input type="hidden" name="submit-type" value="options" />
522
  </div>
523
+ <input type="submit" name="submit" value="<?php _e("Save WP to Twitter Options", 'wp-to-twitter'); ?>" class="button-primary" />
524
  </div>
525
  </form>
526
  </div>
536
  <form method="post" action="">
537
  <div>
538
  <?php $nonce = wp_nonce_field('wp-to-twitter-nonce', '_wpnonce', true, false).wp_referer_field(false); echo "<div>$nonce</div>"; ?>
539
+ <input type="submit" name="submit" value="<?php _e("Save Advanced WP to Twitter Options", 'wp-to-twitter'); ?>" class="button-primary button-side" />
540
 
541
  <fieldset>
542
  <legend><?php _e('Tags','wp-to-twitter'); ?></legend>
612
  <input type="checkbox" name="jd_tweet_default" id="jd_tweet_default" value="1" <?php echo jd_checkCheckbox('jd_tweet_default')?> />
613
  <label for="jd_tweet_default"><?php _e("Do not post Tweets by default", 'wp-to-twitter'); ?></label><br />
614
  <input type="checkbox" name="jd_tweet_default_edit" id="jd_tweet_default_edit" value="1" <?php echo jd_checkCheckbox('jd_tweet_default_edit')?> />
615
+ <label for="jd_tweet_default_edit"><?php _e("Do not post Tweets by default (editing only)", 'wp-to-twitter'); ?></label><br />
 
 
616
  <input type="checkbox" name="wpt_inline_edits" id="wpt_inline_edits" value="1" <?php echo jd_checkCheckbox('wpt_inline_edits')?> />
617
  <label for="wpt_inline_edits"><?php _e("Allow status updates from Quick Edit", 'wp-to-twitter'); ?></label><br />
 
 
 
 
 
 
 
 
 
 
 
 
 
618
  </p>
619
  </fieldset>
620
  <fieldset>
700
  <div>
701
  <input type="hidden" name="submit-type" value="advanced" />
702
  </div>
703
+ <input type="submit" name="submit" value="<?php _e("Save Advanced WP to Twitter Options", 'wp-to-twitter'); ?>" class="button-primary" />
704
  </div>
705
  </form>
706
  </div>
761
  </p>
762
  <?php if ( function_exists( 'wpt_pro_exists' ) ) { $support = admin_url('admin.php?page=wp-tweets-pro'); } else { $support = admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php'); } ?>
763
  <a href="<?php echo $support; ?>#get-support"><?php _e("Get Support",'wp-to-twitter'); ?></a>
764
+ <?php /* if ( get_option('jd_donations') != 1 && !function_exists( 'wpt_pro_exists' ) ) { ?>
765
  <div>
766
+ <p><?php _e('<a href="http://www.joedolson.com/donate.php">Make a donation today!</a> Every donation counts - donate $5, $20, or $100 and help me keep this plug-in running!','wp-to-twitter'); ?></p>
767
  <p class='flattr'><a href="http://flattr.com/thing/559528/WP-to-Twitter"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr WP to Twitter" /></a></p>
768
  <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
769
  <div>
774
  </div>
775
  </form>
776
  </div>
777
+ <?php } */ ?>
778
  </div>
779
  </div>
780
  </div>
781
  <?php if ( !function_exists( 'wpt_pro_exists' ) ) { ?>
782
  <div class="ui-sortable meta-box-sortables">
783
  <div class="postbox">
784
+ <h3 class='wpt-upgrade'><strong><?php _e('Upgrade Now!','wp-to-twitter'); ?></strong></h3>
785
  <div class="inside purchase">
786
+ <strong><a href="http://www.joedolson.com/articles/wp-tweets-pro/"><?php _e('Upgrade to <strong>WP Tweets PRO</strong>!','wp-to-twitter'); ?></a></strong>
787
+ <p><?php _e('Bonuses in the PRO upgrade:','wp-to-twitter'); ?></p>
788
  <ul>
789
+ <li><?php _e('Your authors can post to their own Twitter accounts','wp-to-twitter'); ?></li>
790
+ <li><?php _e('Delay your Tweets minutes or hours after you publish','wp-to-twitter'); ?></li>
791
+ <li><?php _e('Automatically schedule Tweets to post again later','wp-to-twitter'); ?></li>
792
  <li><?php _e('Send Tweets for approved comments','wp-to-twitter'); ?></li>
793
  </ul>
794
 
795
  </div>
796
  </div>
797
  </div>
798
+ <?php
799
+ } else {
800
+ if ( function_exists( 'wpt_notes' ) ) {
801
+ wpt_notes();
802
+ }
803
+ } ?>
804
  <div class="ui-sortable meta-box-sortables">
805
  <div class="postbox">
806
  <h3><?php _e('Shortcodes','wp-to-twitter'); ?></h3>
wp-to-twitter-shorteners.php CHANGED
@@ -9,7 +9,7 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
9
 
10
  function jd_shorten_link( $url, $thisposttitle, $post_ID, $testmode=false ) {
11
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
12
- wp_mail( WPT_DEBUG_ADDRESS,"Initial Link Data: #$post_ID","$url, $thisposttitle, $post_ID, $testmode" ); // DEBUG
13
  }
14
  // filter link before sending to shortener or adding analytics
15
  $url = apply_filters('wpt_shorten_link',$url,$post_ID );
@@ -71,9 +71,9 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
71
  if ( !$shrink ) { $shrink = $url; }
72
  break;
73
  case 2: // updated to v3 3/31/2010
74
- $bitlyapi = trim ( get_option( 'bitlyapi' ) );
75
- $bitlylogin = trim ( strtolower( get_option( 'bitlylogin' ) ) );
76
- $decoded = jd_remote_json( "http://api.bitly.com/v3/shorten?longUrl=".$encoded."&login=".$bitlylogin."&apiKey=".$bitlyapi."&format=json" );
77
  $error = '';
78
  if ($decoded) {
79
  if ($decoded['status_code'] != 200) {
@@ -122,12 +122,12 @@ if ( !function_exists( 'jd_shorten_link' ) ) { // prep work for future plug-in r
122
  $yourlsapi = stripcslashes( get_option( 'yourlsapi' ) );
123
  $api_url = sprintf( get_option('yourlsurl') . '?username=%s&password=%s&url=%s&format=json&action=shorturl&keyword=%s',
124
  $yourlslogin, $yourlsapi, $encoded, $keyword_format );
125
- $json = jd_remote_json( $api_url, false );
126
  if ($json) {
127
  $shrink = $json->shorturl;
128
  } else {
129
  $shrink = false;
130
- }
131
  break;
132
  case 7:
133
  $suprapi = trim ( get_option( 'suprapi' ) );
9
 
10
  function jd_shorten_link( $url, $thisposttitle, $post_ID, $testmode=false ) {
11
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
12
+ wpt_mail( "Initial Link Data: #$post_ID","$url, $thisposttitle, $post_ID, $testmode" ); // DEBUG
13
  }
14
  // filter link before sending to shortener or adding analytics
15
  $url = apply_filters('wpt_shorten_link',$url,$post_ID );
71
  if ( !$shrink ) { $shrink = $url; }
72
  break;
73
  case 2: // updated to v3 3/31/2010
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) {
122
  $yourlsapi = stripcslashes( get_option( 'yourlsapi' ) );
123
  $api_url = sprintf( get_option('yourlsurl') . '?username=%s&password=%s&url=%s&format=json&action=shorturl&keyword=%s',
124
  $yourlslogin, $yourlsapi, $encoded, $keyword_format );
125
+ $json = jd_remote_json( $api_url, false );
126
  if ($json) {
127
  $shrink = $json->shorturl;
128
  } else {
129
  $shrink = false;
130
+ }
131
  break;
132
  case 7:
133
  $suprapi = trim ( get_option( 'suprapi' ) );
wp-to-twitter.php CHANGED
@@ -3,7 +3,7 @@
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.7.3
7
  Author: Joseph Dolson
8
  Author URI: http://www.joedolson.com/
9
  */
@@ -25,27 +25,21 @@ Author URI: http://www.joedolson.com/
25
  */
26
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
27
 
28
- if ('wp-to-twitter.php' == basename($_SERVER['SCRIPT_FILENAME'])) { die ('<h2>Direct File Access Prohibited</h2>');}
29
  global $wp_version;
30
  $wp_content_url = content_url();
31
  $wp_content_dir = str_replace( '/plugins/wp-to-twitter','',plugin_dir_path( __FILE__ ) );
32
  if ( defined('WP_CONTENT_URL') ) { $wp_content_url = constant('WP_CONTENT_URL');}
33
  if ( defined('WP_CONTENT_DIR') ) { $wp_content_dir = constant('WP_CONTENT_DIR');}
34
 
35
- define( 'WPT_DEBUG',false );
36
  define( 'WPT_DEBUG_ADDRESS', 'debug@joedolson.com' );
 
37
  // define( 'WPT_DEBUG_ADDRESS', 'debug@joedolson.com, yourname@youraddress.com' ); // for multiple recipients.
38
 
39
  $wp_plugin_url = plugins_url();
40
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // required in order to access is_plugin_active()
41
 
42
- if ( version_compare( phpversion(), '5.0', '<' ) ) {
43
- $warning = __('WP to Twitter requires PHP version 5 or above. Please upgrade PHP to run WP to Twitter.','wp-to-twitter' );
44
- add_action('admin_notices', create_function( '', "echo \"<div class='error'><p>$warning</p></div>\";" ) );
45
- } else {
46
- require_once( plugin_dir_path(__FILE__).'/wp-to-twitter-oauth.php' );
47
- }
48
-
49
  require_once( plugin_dir_path(__FILE__).'/wp-to-twitter-shorteners.php' );
50
  require_once( plugin_dir_path(__FILE__).'/wp-to-twitter-manager.php' );
51
  require_once( plugin_dir_path(__FILE__).'/wpt-functions.php' );
@@ -53,13 +47,24 @@ require_once( plugin_dir_path(__FILE__).'/wpt-feed.php' );
53
  require_once( plugin_dir_path(__FILE__).'/wpt-widget.php' );
54
 
55
  global $wpt_version,$jd_plugin_url;
56
- $wpt_version = "2.7.3";
57
  $plugin_dir = basename(dirname(__FILE__));
58
  load_plugin_textdomain( 'wp-to-twitter', false, dirname( plugin_basename( __FILE__ ) ) . '/lang' );
59
 
 
 
 
 
 
 
 
 
 
 
 
60
  function wpt_pro_compatibility() {
61
  global $wptp_version;
62
- $current_wptp_version = '1.5.5';
63
  if ( version_compare( $wptp_version, $current_wptp_version, '<' ) ) {
64
  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/">Upgrade for best compatibility!</a>','wp-to-twitter'),$current_wptp_version )."</p></div>";
65
  }
@@ -70,8 +75,8 @@ $jd_donate_url = "http://www.joedolson.com/articles/wp-tweets-pro/";
70
 
71
  function wpt_marginal_function() {
72
  global $wp_version;
73
- $exit_msg=__('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>','wp-to-twitter');
74
- if ( version_compare( $wp_version,"3.1.4","<" ) ) {
75
  if ( is_admin() ) {
76
  echo "<div class='error'><p>".($exit_msg)."</p></div>";
77
  }
@@ -109,27 +114,10 @@ function wpt_check_version() {
109
  }
110
 
111
  function wptotwitter_activate() {
112
- global $wpt_version;
113
- $prev_version = get_option( 'wp_to_twitter_version' );
114
- // this is a switch to plan for future versions
115
- $upgrade = version_compare( $prev_version,"2.2.9","<" );
116
- if ($upgrade) {
117
- delete_option( 'x-twitterlogin' );
118
- delete_option( 'twitterlogin' );
119
- delete_option( 'twitterpw' );
120
- delete_option( 'jd-use-link-title' );
121
- delete_option( 'jd-use-link-description' );
122
- delete_option( 'jd_use_both_services' );
123
- delete_option( 'jd-twitter-service-name' );
124
- delete_option( 'jd_api_post_status' );
125
- delete_option( 'jd-twitter-char-limit' );
126
- delete_option( 'x-twitterpw' );
127
- delete_option( 'x_jd_api_post_status' );
128
- delete_option( 'cligsapi' );
129
- delete_option( 'cligslogin' );
130
- delete_option( 'wp_cligs_error' );
131
- }
132
- $upgrade = version_compare( $prev_version, "2.3.1","<" );
133
  if ($upgrade) {
134
  $array =
135
  array(
@@ -161,15 +149,15 @@ $upgrade = version_compare( $prev_version, "2.3.1","<" );
161
  delete_option( 'jd_twit_edited_pages' );
162
  delete_option( 'jd_twit_postie' );
163
  }
164
- $upgrade = version_compare( $prev_version, "2.3.3","<" );
165
  if ( $upgrade ) {
166
  delete_option( 'jd_twit_quickpress' );
167
  }
168
- $upgrade = version_compare( $prev_version, "2.3.4","<" );
169
  if ( $upgrade ) {
170
  add_option( 'wpt_inline_edits', '0' );
171
  }
172
- $upgrade = version_compare( $prev_version, "2.3.15","<" );
173
  if ( $upgrade ) {
174
  $use = get_option( 'use_tags_as_hashtags' );
175
  if ( $use == 1 ) {
@@ -255,10 +243,10 @@ $upgrade = version_compare( $prev_version, "2.3.15","<" );
255
  // Function checks for an alternate URL to be Tweeted. Contribution by Bill Berry.
256
  function wpt_link( $post_ID ) {
257
  $ex_link = false;
258
- $wtb_extlink_custom_field = get_option('jd_twit_custom_url');
259
  $permalink = get_permalink( $post_ID );
260
- if ( $wtb_extlink_custom_field != '' ) {
261
- $ex_link = get_post_meta($post_ID, $wtb_extlink_custom_field, true);
262
  }
263
  return ( $ex_link ) ? $ex_link : $permalink;
264
  }
@@ -272,47 +260,56 @@ function wpt_saves_error( $id, $auth, $twit, $error, $http_code, $ts ) {
272
 
273
  // This function performs the API post to Twitter
274
  function jd_doTwitterAPIPost( $twit, $auth=false, $id=false, $media=false ) {
275
- if ( !wpt_check_oauth( $auth ) ) {
276
- wpt_saves_error( $id, $auth, $twit, __('This account is not authorized to post to Twitter.','wp-tweets-pro'), '401', time() );
277
- return true;
278
  } // exit silently if not authorized
279
  $check = ( !$auth )?get_option('jd_last_tweet'):get_user_meta( $auth, 'wpt_last_tweet', true ); // get user's last tweet
280
  // prevent duplicate Tweets
281
  if ( $check == $twit ) {
282
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
283
- wp_mail( WPT_DEBUG_ADDRESS,"Matched twit check: tweet identical: #$id","$twit, $auth, $id" ); // DEBUG
284
  }
285
  wpt_saves_error( $id, $auth, $twit, __('This tweet is identical to another Tweet recently sent to this account.','wp-tweets-pro'), '403', time() );
286
  return true;
287
  } else if ( $twit == '' || !$twit ) {
288
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
289
- wp_mail( WPT_DEBUG_ADDRESS,"Tweet check: empty sentence: #$id","$twit, $auth, $id" ); // DEBUG
290
  }
291
  wpt_saves_error( $id, $auth, $twit, __('This tweet was blank and could not be sent to Twitter.','wp-tweets-pro'), '403', time() );
292
  return true;
293
  } else {
294
- $protocol = ( get_option( 'wpt_http' ) == '1' )?'http:':'https:';
295
- if ( $media ) {
296
- $jdwp_api_post_status = "$protocol//api.twitter.com/1.1/statuses/update_with_media.json";
297
- } else {
298
- $jdwp_api_post_status = "$protocol//api.twitter.com/1.1/statuses/update.json";
 
 
 
 
 
299
  }
 
 
300
  if ( wtt_oauth_test( $auth ) && ( $connection = wtt_oauth_connection( $auth ) ) ) {
301
- if ( $media ) {
302
- $connection->media( $jdwp_api_post_status, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true', 'id'=>$id, 'auth'=>$auth ) );
303
  } else {
304
- $connection->post( $jdwp_api_post_status, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true' ) );
305
  }
306
  $http_code = ($connection)?$connection->http_code:'failed';
307
  } else if ( wtt_oauth_test( false ) && ( $connection = wtt_oauth_connection( false ) ) ) {
308
  if ( $media ) {
309
- $connection->media( $jdwp_api_post_status, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true', 'id'=>$id, 'auth'=>$auth ) );
310
  } else {
311
- $connection->post( $jdwp_api_post_status, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true' ) );
312
  }
313
  $http_code = ($connection)?$connection->http_code:'failed';
314
  }
315
-
 
 
316
  if ( $connection ) {
317
  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 = ''; }
318
  $return = false;
@@ -333,7 +330,7 @@ function jd_doTwitterAPIPost( $twit, $auth=false, $id=false, $media=false ) {
333
  update_option( 'wpt_authentication_missing',"$auth");
334
  break;
335
  case '403':
336
- $error = __("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.",'wp-to-twitter');
337
  break;
338
  case '404':
339
  $error = __("404 Not Found: The URI requested is invalid or the resource requested does not exist.",'wp-to-twitter');
@@ -366,7 +363,7 @@ function jd_doTwitterAPIPost( $twit, $auth=false, $id=false, $media=false ) {
366
  $error .= ($supplement != '')?" $supplement":'';
367
  // debugging
368
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
369
- wp_mail( WPT_DEBUG_ADDRESS,"Twitter Response Code: #$id","$http_code, $error" ); // DEBUG
370
  }
371
  // end debugging
372
  $update = ( !$auth )?update_option( 'jd_last_tweet',$twit ):update_user_meta( $auth, 'wpt_last_tweet',$twit );
@@ -412,30 +409,24 @@ function wpt_is_ssl( $url ) {
412
  if ( stripos( $url, 'https' ) ) { return true; } else { return false; }
413
  }
414
 
415
- function jd_truncate_tweet( $sentence, $postinfo, $post_ID, $retweet=false, $ref=false ) {
416
  // media file occupies 22 characters, need to account for in shortening.
417
  $tweet_length = ( wpt_post_with_media( $post_ID ) ) ? 117 : 139;
418
  $sentence = trim(custom_shortcodes( $sentence, $post_ID ));
419
- $post = get_post( $post_ID );
420
-
421
- if ( $postinfo['shortUrl'] != '' ) {
422
- $shrink = $postinfo['shortUrl'];
423
- } else {
424
- $shrink = apply_filters( 'wptt_shorten_link', $postinfo['postLink'], $postinfo['postTitle'], $post_ID, false );
425
- }
426
  // generate all template variable values
427
- $auth = $postinfo['authId'];
428
- $title = trim( apply_filters( 'wpt_status', $postinfo['postTitle'], $post_ID, 'title' ) );
429
- $blogname = trim($postinfo['blogTitle']);
430
- $excerpt = trim( apply_filters( 'wpt_status', $postinfo['postExcerpt'], $post_ID, 'post' ) );
431
  $thisposturl = trim($shrink);
432
- $category = trim($postinfo['category']);
433
- $cat_desc = trim($postinfo['cat_desc']);
434
  $user_account = get_user_meta( $auth,'wtt_twitter_username', true ) ;
435
  $tags = wpt_generate_hash_tags( $post_ID );
436
  $account = get_option('wtt_twitter_username');
437
- $date = trim($postinfo['postDate']);
438
- $modified = trim($postinfo['postModified']);
439
  if ( get_option( 'jd_individual_twitter_users' ) == 1 ) {
440
  if ( $user_account == '' ) {
441
  if ( get_user_meta( $auth, 'wp-to-twitter-enable-user',true ) == 'mainAtTwitter' ) {
@@ -447,9 +438,9 @@ function jd_truncate_tweet( $sentence, $postinfo, $post_ID, $retweet=false, $ref
447
  $account = "$user_account";
448
  }
449
  }
450
- $display_name = get_the_author_meta( 'display_name',$post->post_author );
451
  // value of #author#
452
- $author = ( $user_account != '' )?"@$user_account":$display_name;
453
  // value of #account#
454
  $account = ( $account != '' )?"@$account":'';
455
  // value of #@#
@@ -608,7 +599,7 @@ function wpt_in_allowed_category( $array ) {
608
  if ( is_array( $array ) && is_array( $allowed_categories ) ) {
609
  $common = @array_intersect( $array,$allowed_categories );
610
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
611
- wp_mail(WPT_DEBUG_ADDRESS,'Category Limits Results: ---', print_r($common,1) );
612
  }
613
  if ( count( $common ) >= 1 ) {
614
  return true;
@@ -641,32 +632,31 @@ function jd_post_info( $post_ID ) {
641
  $values['_postModified'] = mysql2date( $altformat,$moddate );
642
  $values['postModified'] = mysql2date( $dateformat,$moddate );
643
  // get first category
644
- $category = $cat_desc = null;
645
- $categories = get_the_category( $post_ID );
646
- if ( is_array( $categories ) ) {
647
- if ( count($categories) > 0 ) {
648
- $category = $categories[0]->cat_name;
649
- $cat_desc = $categories[0]->description;
650
- }
651
- foreach ($categories AS $cat) {
652
- $category_ids[] = $cat->term_id;
653
- }
654
- } else {
655
- $category = '';
656
- $cat_desc = '';
657
- $category_ids = array();
658
  }
 
 
 
 
 
659
  $values['categoryIds'] = $category_ids;
660
  $values['category'] = html_entity_decode( $category, ENT_COMPAT, $encoding );
661
  $values['cat_desc'] = html_entity_decode( $cat_desc, ENT_COMPAT, $encoding );
662
  $excerpt_length = get_option( 'jd_post_excerpt' );
663
  $post_excerpt = ( trim( $post->post_excerpt ) == "" )?@mb_substr( strip_tags( strip_shortcodes( $post->post_content ) ), 0, $excerpt_length ):@mb_substr( strip_tags( strip_shortcodes( $post->post_excerpt ) ), 0, $excerpt_length );
664
-
665
  $values['postExcerpt'] = html_entity_decode( $post_excerpt, ENT_COMPAT, $encoding );
666
  $thisposttitle = stripcslashes( strip_tags( $post->post_title ) );
667
- if ($thisposttitle == "") {
668
- $thisposttitle = stripcslashes( strip_tags( $_POST['title'] ) );
669
- }
670
  $values['postTitle'] = html_entity_decode( $thisposttitle, ENT_COMPAT, $encoding );
671
  $values['postLink'] = wpt_link( $post_ID );
672
  $values['blogTitle'] = get_bloginfo( 'name' );
@@ -678,27 +668,19 @@ function jd_post_info( $post_ID ) {
678
  }
679
 
680
  function wpt_short_url( $post_id ) {
681
- $jd_short = get_post_meta( $post_id, '_wp_jd_clig', true );
 
682
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_supr', true ); }
683
- if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_ind', true ); }
684
- if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_bitly', true );}
685
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_wp', true ); }
 
686
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_yourls', true );}
687
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_url', true );}
688
- if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_goo', true );}
689
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_joturl', true );}
690
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_target', true );}
 
691
  return $jd_short;
692
  }
693
 
694
- function jd_get_post_meta( $post_ID, $value, $boolean ) {
695
- $return = get_post_meta( $post_ID, "_$value", TRUE );
696
- if (!$return) {
697
- $return = get_post_meta( $post_ID, $value, TRUE );
698
- }
699
- return $return;
700
- }
701
-
702
  function wpt_post_with_media( $post_ID ) {
703
  if ( !function_exists( 'wpt_pro_exists' ) || get_option( 'wpt_media') != '1' ) {
704
  return false;
@@ -710,22 +692,40 @@ function wpt_post_with_media( $post_ID ) {
710
  return false;
711
  }
712
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
713
  function jd_twit( $post_ID, $type='instant' ) {
714
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
715
- wp_mail( WPT_DEBUG_ADDRESS, "0: jd_twit running #$post_ID","Post ID: $post_ID / $type" ); // DEBUG
716
  }
717
  if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision($post_ID) ) { return $post_ID; }
718
  wpt_check_version();
719
  $jd_tweet_this = get_post_meta( $post_ID, '_jd_tweet_this', true );
720
  $newpost = $oldpost = $is_inline_edit = false;
721
- $sentence = '';
722
  if ( get_option('wpt_inline_edits') != 1 ) {
723
  if ( isset($_POST['_inline_edit']) || isset( $_REQUEST['bulk_edit'] ) ) { return; }
724
  } else {
725
  if ( isset($_POST['_inline_edit']) || isset( $_REQUEST['bulk_edit'] ) ) { $is_inline_edit = true; }
726
  }
727
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
728
- wp_mail( WPT_DEBUG_ADDRESS, "1: JD Tweet This Value: #$post_ID","Tweet this: $jd_tweet_this /". get_option('jd_tweet_default')." / $type" ); // DEBUG
729
  }
730
  if ( get_option('jd_tweet_default') == 0 ) {
731
  $test = ( $jd_tweet_this != 'no')?true:false;
@@ -742,167 +742,166 @@ function jd_twit( $post_ID, $type='instant' ) {
742
  }
743
  /* debug data */
744
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
745
- wp_mail(WPT_DEBUG_ADDRESS, "2: POST Debug Data #$post_ID","Post_Info: ".print_r($post_info,1)."\n\nPOST: ".print_r($_POST, 1). " / $type" );
746
  }
747
  if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true && function_exists('wpt_filter_post_info') ) {
748
  $filter = wpt_filter_post_info( $post_info );
749
  if ( $filter == true ) {
750
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
751
- wp_mail( WPT_DEBUG_ADDRESS, "3: Post filtered: #$post_ID",print_r($post_info,1)." / $type" );
752
  }
753
- return false;
754
  }
755
  }
756
  $post_type = $post_info['postType'];
757
- if ( $type == 'future' ) {
758
  $new = 1; // if this is a future action, then it should be published regardless of relationship
759
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
760
- wp_mail( WPT_DEBUG_ADDRESS, "4: Future post: #$post_ID",print_r($post_info,1)." / $type" );
761
  }
 
762
  } else {
763
  // if the post modified date and the post date are the same, this is new.
764
  // true if first date before or equal to last date
765
  $new = wpt_date_compare( $post_info['_postModified'], $post_info['_postDate'] );
766
  }
767
- // if this post is not previously published but has been backdated:
768
- // lit. if post date is edited, but save option is 'publish'
769
  if ( $new == 0 && ( isset( $_POST['edit_date'] ) && $_POST['edit_date'] == 1 && !isset( $_POST['save'] ) ) ) { $new = 1; }
770
  // can't catch posts that were set to a past date as a draft, then published.
771
  $post_type_settings = get_option('wpt_post_types');
772
  $post_types = array_keys($post_type_settings);
773
  if ( in_array( $post_type, $post_types ) ) {
774
- $template = '';
 
 
 
775
  $cT = get_post_meta( $post_ID, '_jd_twitter', true );
776
  if ( isset( $_POST['_jd_twitter'] ) && $_POST['_jd_twitter'] != '' ) { $cT = $_POST['_jd_twitter']; }
777
  $customTweet = ( $cT != '' )?stripcslashes( trim( $cT ) ):'';
778
- // if ops is set and equals 'publish', this is being edited. Otherwise, it's a new post.
779
- if ( ( $new == 0 && $post_info['postStatus'] != 'future' ) || $is_inline_edit == true ) {
780
- // if this is an old post and editing updates are enabled
781
- if ( get_option( 'jd_tweet_default_edit' ) == 1 ) {
782
- if ( $jd_tweet_this != 'yes' ) return;
783
- }
784
- if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
785
- wp_mail( WPT_DEBUG_ADDRESS, "4a: Processed as an Edit #$post_ID","Tweet this post: ".$post_info['postTitle']."\n".print_r($post_info,1)." / $type" ); // DEBUG
786
- }
787
- if ( $post_type_settings[$post_type]['post-edited-update'] == '1' ) {
788
- $nptext = stripcslashes( $post_type_settings[$post_type]['post-edited-text'] );
789
- $oldpost = true;
790
- }
791
- } else {
792
- if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
793
- wp_mail( WPT_DEBUG_ADDRESS, "4b: Processed as a New Post #$post_ID","Tweet this: ".$post_info['postTitle']."\n".print_r($post_info,1)." / $type" ); // DEBUG
794
- }
795
- if ( $post_type_settings[$post_type]['post-published-update'] == '1' ) {
796
- $nptext = stripcslashes( $post_type_settings[$post_type]['post-published-text'] );
797
- $newpost = true;
798
- }
 
 
 
 
 
799
  }
800
- // }
801
  if ( $newpost || $oldpost ) {
802
  $template = ( $customTweet != "" ) ? $customTweet : $nptext;
803
  $sentence = jd_truncate_tweet( $template, $post_info, $post_ID );
804
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
805
- wp_mail( WPT_DEBUG_ADDRESS, "5: Tweet Truncated #$post_ID","Truncated Tweet: $sentence / $type" ); // DEBUG
806
  }
807
  if ( function_exists('wpt_pro_exists') && wpt_pro_exists() == true ) {
808
  $sentence2 = jd_truncate_tweet( $template, $post_info, $post_ID, false, $auth );
809
  }
810
  }
811
  if ( $sentence != '' ) {
812
- $post_type_cats = get_object_taxonomies( $post_type );
813
- $continue = true;
814
- if ( in_array( 'category', $post_type_cats ) ) {
815
- // 'category' is assigned to this post type, so apply filters.
816
- if ( get_option('jd_twit_cats') == '1' ) {
817
- $continue = ( !wpt_in_allowed_category( $post_info['categoryIds'] ) )?true:false;
818
- } else {
819
- $continue = ( wpt_in_allowed_category( $post_info['categoryIds'] ) )?true:false;
820
  }
821
- }
822
- if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) && !$continue ) {
823
- wp_mail( WPT_DEBUG_ADDRESS, "6: Category limits applied #$post_ID", print_r($post_info['categoryIds'],1)." / $type" );
824
- }
825
- $continue = ( get_option('limit_categories') == '0' )?true:$continue;
826
- if ( $continue ) {
827
- // WPT PRO //
828
- if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true ) {
829
- $wpt_selected_users = $post_info['wpt_authorized_users'];
830
- /* set up basic author/main account values */
831
- $auth_verified = wtt_oauth_test( $auth,'verify' );
832
- if ( empty( $wpt_selected_users ) && get_option( 'jd_individual_twitter_users' ) == 1 ) {
833
- $wpt_selected_users = ($auth_verified)? array( $auth ) : array( false );
834
- }
835
-
836
- if ( $post_info['wpt_cotweet'] == 1 || get_option( 'jd_individual_twitter_users' ) != 1 ) {
837
- $wpt_selected_users[] = false;
838
  }
839
-
840
- if ( $post_info['wpt_delay_tweet'] == 0 || $post_info['wpt_delay_tweet'] == '' || $post_info['wpt_no_delay'] == 'on' ) {
841
- foreach ( $wpt_selected_users as $acct ) {
842
- if ( wtt_oauth_test( $acct, 'verify' ) ) {
843
- $tweet = jd_doTwitterAPIPost( $sentence2, $acct, $post_ID, $media );
844
- }
845
  }
846
- } else {
847
- foreach ( $wpt_selected_users as $acct ) {
848
- if ( $auth != $acct ) {
849
- $offset = rand(60,480); // offset by 1-8 minutes for additional users
850
- }
851
- if ( wtt_oauth_test( $acct,'verify' ) ) {
852
- $time = apply_filters( 'wpt_schedule_delay',( (int) $post_info['wpt_delay_tweet'] )*60, $acct );
853
- wp_schedule_single_event( time()+$time+$offset, 'wpt_schedule_tweet_action', array( 'id'=>$acct, 'sentence'=>$sentence, 'rt'=>0, 'post_id'=>$post_ID ) );
854
- $tweet = true; // if scheduled, return true.
855
- if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
856
- wp_mail( WPT_DEBUG_ADDRESS, "7: JD Tweet Scheduled for Auth ID #$acct #$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') ),1)." / $type" ); // DEBUG
857
- }
858
  }
859
  }
860
  }
861
- /* This cycle handles scheduling the automatic retweets */
862
- if ( $post_info['wpt_retweet_after'] != 0 && $post_info['wpt_no_repost'] != 'on' ) {
863
- $repeat = $post_info['wpt_retweet_repeat'];
864
- $first = true;
865
- foreach ( $wpt_selected_users as $acct ) {
866
- if ( wtt_oauth_test( $acct,'verify' ) ) {
867
- for ( $i=1;$i<=$repeat;$i++ ) {
868
- switch( $i ) {
869
- case 1:
870
- $prepend = ( get_option('wpt_prepend') == 1 )?'':get_option('wpt_prepend_rt');
871
- $append = ( get_option('wpt_prepend') != 1 )?'':get_option('wpt_prepend_rt');
872
- break;
873
- case 2:
874
- $prepend = ( get_option('wpt_prepend') == 1 )?'':get_option('wpt_prepend_rt2');
875
- $append = ( get_option('wpt_prepend') != 1 )?'':get_option('wpt_prepend_rt2');
876
- break;
877
- case 3:
878
- $prepend = ( get_option('wpt_prepend') == 1 )?'':get_option('wpt_prepend_rt3');
879
- $append = ( get_option('wpt_prepend') != 1 )?'':get_option('wpt_prepend_rt3');
880
- break;
881
- }
 
 
 
 
882
  $retweet = jd_truncate_tweet( trim( $prepend.$template.$append ), $post_info, $post_ID, true, $acct );
883
- // add original delay to schedule
884
- $delay = ( isset($post_info['wpt_delay_tweet'] ) )?( (int) $post_info['wpt_delay_tweet'] )*60:0;
885
- /* Don't delay the first Tweet of the group */
886
- $offset = ( $first == true )?0:rand(60,240); // delay each co-tweet by 1-4 minutes
887
- $time = apply_filters( 'wpt_schedule_retweet',($post_info['wpt_retweet_after'])*(60*60)*$i, $acct );
888
- wp_schedule_single_event( time()+$time+$offset+$delay, 'wpt_schedule_tweet_action', array( 'id'=>$acct, 'sentence'=>$retweet, 'rt'=>$i, 'post_id'=>$post_ID ) );
889
- $tweet = true;
890
- if ( $i == 4 ) { break; }
891
  }
 
 
 
 
 
 
 
 
892
  }
893
- $first = false;
894
  }
 
895
  }
896
- } else {
897
- $tweet = jd_doTwitterAPIPost( $sentence, false, $post_ID, $media );
898
- }
899
- // END WPT PRO //
900
- if ( $tweet == false ) {
901
- update_option( 'wp_twitter_failure','1' );
902
  }
 
 
 
 
 
 
903
  }
904
  }
905
  } else {
 
 
 
906
  return $post_ID;
907
  }
908
  }
@@ -966,6 +965,7 @@ function wpt_generate_hash_tags( $post_ID ) {
966
  $replace = get_option( 'jd_replace_character' );
967
  $replace = ( $replace == "[ ]" || $replace == "" )?"":$replace;
968
  $tag = str_ireplace( " ",$replace,trim( $tag ) );
 
969
  if ($strip == '1') { $tag = preg_replace( $search, $replace, $tag ); }
970
  switch ( $term_meta ) {
971
  case 1 : $newtag = "#$tag"; break;
@@ -974,8 +974,8 @@ function wpt_generate_hash_tags( $post_ID ) {
974
  default: $newtag = "#$tag";
975
  }
976
  if ( mb_strlen( $newtag ) > 2 && (mb_strlen( $newtag ) <= $max_characters) && ($i <= $max_tags) ) {
977
- $hashtags .= "$newtag ";
978
- $i++;
979
  }
980
  }
981
  }
@@ -1089,7 +1089,7 @@ function jd_add_twitter_inner_box( $post ) {
1089
  } else {
1090
  echo "<div class='wptab' id='authors'><p>";
1091
  if ( function_exists( 'wpt_pro_exists' ) ) {
1092
- printf( __( 'WP Tweets PRO 1.5.2 allows you to select Twitter accounts. <a href="%s">Log in and download now!</a>', 'wp-to-twitter' ), 'http://www.joedolson.com/articles/account/' );
1093
  } else {
1094
  printf( __( 'Upgrade to WP Tweets PRO to select Twitter accounts! <a href="%s">Upgrade now!</a>', 'wp-to-twitter' ), 'http://www.joedolson.com/articles/wp-tweets-pro/' );
1095
  }
@@ -1137,9 +1137,7 @@ function jd_add_twitter_inner_box( $post ) {
1137
  <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> &raquo;
1138
  <?php } ?>
1139
  </p>
1140
- <?php
1141
- wpt_show_tweets( $previous_tweets, $failed_tweets );
1142
- ?>
1143
  </div>
1144
  <?php
1145
  } else { // permissions: this user isn't allowed to Tweet;
@@ -1150,41 +1148,46 @@ function jd_add_twitter_inner_box( $post ) {
1150
  function wpt_show_tweets( $previous_tweets, $failed_tweets ) {
1151
  if ( !is_array( $previous_tweets ) && $previous_tweets != '' ) { $previous_tweets = array( 0=>$previous_tweets ); }
1152
  if ( ! empty( $previous_tweets ) || ! empty( $failed_tweets ) ) { ?>
1153
- <hr>
1154
- <p class='error'><em><?php _e('Previous Tweets','wp-to-twitter'); ?>:</em></p>
1155
- <ul>
1156
- <?php
1157
- $hidden_fields = '';
1158
- if ( is_array( $previous_tweets ) ) {
1159
- foreach ( $previous_tweets as $previous_tweet ) {
1160
- if ( $previous_tweet != '' ) {
1161
- $hidden_fields .= "<input type='hidden' name='_jd_wp_twitter[]' value='".esc_attr($previous_tweet)."' />";
1162
- echo "<li>$previous_tweet <a href='http://twitter.com/intent/tweet?text=".urlencode($previous_tweet)."'>Retweet this</a></li>";
 
 
 
1163
  }
1164
  }
1165
- }
1166
- ?>
1167
- </ul>
1168
- <p class='error'><em><?php _e('Failed Tweets','wp-to-twitter'); ?>:</em></p>
1169
- <ul>
1170
- <?php
1171
- $list = false;
1172
- if ( is_array( $failed_tweets ) ) {
1173
- foreach ( $failed_tweets as $failed_tweet ) {
1174
- if ( !empty($failed_tweet) ) {
1175
- $ft = $failed_tweet['sentence'];
1176
- $reason = $failed_tweet['code'];
1177
- $error = $failed_tweet['error'];
1178
- $list = true;
1179
- echo "<li> <code>Error: $reason</code> $ft <a href='http://twitter.com/intent/tweet?text=".urlencode($ft)."'>Tweet this</a><br /><em>$error</em></li>";
1180
  }
1181
  }
 
 
 
 
 
 
 
1182
  }
1183
- if ( !$list ) { echo "<li>".__('No failed tweets on this post.','wp-to-twitter')."</li>"; }
1184
- ?>
1185
- </ul>
1186
- <?php
1187
- echo "<div>".$hidden_fields."</div>";
1188
  }
1189
  }
1190
 
@@ -1233,34 +1236,38 @@ add_action( 'admin_head', 'wpt_admin_script' );
1233
 
1234
  // Post the Custom Tweet into the post meta table
1235
  function post_jd_twitter( $id ) {
1236
- if ( empty($_POST) || ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE ) || wp_is_post_revision($id) || isset($_POST['_inline_edit']) ) { return $id; }
1237
  if ( isset( $_POST['_yourls_keyword'] ) ) {
1238
  $yourls = $_POST[ '_yourls_keyword' ];
1239
- update_post_meta( $id, '_yourls_keyword', $yourls );
1240
  }
1241
  if ( isset( $_POST[ '_jd_twitter' ] ) && $_POST['_jd_twitter'] != '' ) {
1242
  $jd_twitter = $_POST[ '_jd_twitter' ];
1243
- update_post_meta( $id, '_jd_twitter', $jd_twitter );
1244
  }
1245
  if ( isset( $_POST[ '_jd_wp_twitter' ] ) && $_POST['_jd_wp_twitter'] != '' ) {
1246
  $jd_wp_twitter = $_POST[ '_jd_wp_twitter' ];
1247
- update_post_meta( $id, '_jd_wp_twitter', $jd_wp_twitter );
1248
  }
1249
  if ( isset( $_POST[ '_jd_tweet_this' ] ) ) {
1250
  $jd_tweet_this = ( $_POST[ '_jd_tweet_this' ] == 'no')?'no':'yes';
1251
- update_post_meta( $id, '_jd_tweet_this', $jd_tweet_this );
1252
  } else {
1253
  if ( isset($_POST['_wpnonce'] ) ) {
1254
  $jd_tweet_default = ( get_option( 'jd_tweet_default' ) == 1 )?'no':'yes';
1255
- update_post_meta( $id, '_jd_tweet_this', $jd_tweet_default );
1256
  }
1257
  }
 
 
 
 
1258
  // WPT PRO //
1259
- apply_filters( 'wpt_insert_post', $_POST, $id );
1260
  // WPT PRO //
1261
-
1262
- if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
1263
- wp_mail( WPT_DEBUG_ADDRESS,"Post Meta Inserted: #$id",print_r($_POST,1) ); // DEBUG
1264
  }
1265
  }
1266
 
@@ -1381,7 +1388,7 @@ function jd_addTwitterAdminPages() {
1381
  add_action( 'admin_head', 'jd_addTwitterAdminStyles' );
1382
  function jd_addTwitterAdminStyles() {
1383
  if ( isset($_GET['page']) && ( $_GET['page'] == "wp-to-twitter" || $_GET['page'] == "wp-to-twitter/wp-to-twitter.php" || $_GET['page'] == "wp-tweets-pro" || $_GET['page'] == "wp-to-twitter-schedule" || $_GET['page'] == "wp-to-twitter-tweets" || $_GET['page'] == "wp-to-twitter-errors" ) ) {
1384
- echo '<link type="text/css" rel="stylesheet" href="'.plugins_url('/wp-to-twitter/styles.css').'" />';
1385
  }
1386
  }
1387
 
@@ -1435,7 +1442,7 @@ function wpt_plugin_update_message() {
1435
  if ( get_option( 'jd_twit_blogroll' ) == '1' ) {
1436
  add_action( 'add_link', 'jd_twit_link' );
1437
  }
1438
-
1439
  $post_type_settings = get_option('wpt_post_types');
1440
  if ( is_array( $post_type_settings ) ) {
1441
  $post_types = array_keys($post_type_settings);
@@ -1448,28 +1455,25 @@ if ( is_array( $post_type_settings ) ) {
1448
  add_action( 'publish_'.$value, 'wpt_twit_instant', 16 );
1449
  }
1450
  }
1451
- add_action( 'wpt_schedule_promotion_action', 'wpt_schedule_promotion' );
1452
- function wpt_schedule_promotion() {
1453
- if ( !function_exists( 'wpt_pro_exists' ) && get_option( 'wpt_promotion_scheduled' ) == 1 ) {
1454
- update_option( 'wpt_promotion_scheduled', 2 );
1455
- }
 
 
 
 
1456
  }
1457
 
1458
- function wpt_dismiss_promotion() {
1459
- if ( isset($_GET['dismiss']) && $_GET['dismiss'] == 'promotion' ) {
1460
- update_option( 'wpt_promotion_scheduled', 3 );
1461
- }
1462
- }
1463
- wpt_dismiss_promotion();
1464
-
1465
- add_action( 'admin_notices', 'wpt_promotion_notice' );
1466
- function wpt_promotion_notice() {
1467
- if ( current_user_can( 'activate_plugins' ) && get_option( 'wpt_promotion_scheduled' ) == 2 && get_option( 'jd_donations' ) != 1 ) {
1468
- $upgrade = "http://www.joedolson.com/articles/wp-tweets-pro/";
1469
- $dismiss = admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php&dismiss=promotion');
1470
- echo "<div class='updated fade'><p>".sprintf( __("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>",'wp-to-twitter'), $upgrade, $dismiss )."</p></div>";
1471
- }
1472
  }
 
 
1473
 
1474
  function wpt_twit_future( $id ) {
1475
  set_transient( '_wpt_twit_future', $id, 10 );
@@ -1490,14 +1494,31 @@ function wpt_twit_instant( $id ) {
1490
  jd_twit( $id, 'instant' );
1491
  }
1492
  function wpt_twit_xmlrpc( $id ) {
 
1493
  jd_twit( $id, 'xmlrpc' );
1494
  }
1495
 
1496
- add_action( 'save_post', 'post_jd_twitter', 10 ); // Now things will happen twice. Hmmm...guess that's OK.
 
 
 
 
 
 
 
 
 
 
 
 
1497
 
1498
- if ( get_option( 'jd_twit_remote' ) == '1' || ( function_exists( 'wpt_pro_exists') && wpt_pro_exists() == true && get_option( 'wpt_delay_tweets' ) > 0 ) ) {
1499
- add_action( 'xmlrpc_publish_post', 'wpt_twit_xmlrpc' );
1500
- add_action( 'publish_phone', 'wpt_twit_xmlrpc' ); // to add later
 
 
 
 
1501
  }
1502
 
1503
  add_action( 'admin_menu', 'jd_addTwitterAdminPages' );
@@ -1508,7 +1529,7 @@ function wpt_stylesheet() {
1508
  $file = plugins_url( 'twitter-feed.css',__FILE__);
1509
  wp_register_style( 'wpt-twitter-feed', $file );
1510
  }
1511
-
1512
  // Add notes about Tweet status to posts admin
1513
  function wpt_column($cols) {
1514
  $cols['wpt'] = __('Tweet Status','wp-to-twitter');
@@ -1529,19 +1550,19 @@ function wpt_return_value($value, $column_name, $id) {
1529
  }
1530
  return $value;
1531
  }
1532
-
1533
  // Output CSS for width of new column
1534
  function wpt_css() {
1535
  ?>
1536
  <style type="text/css">
1537
  th#wpt { width: 60px; }
1538
- .wpt {text-align:center;}
1539
  .wpt_twitter .authorized { color: green; }
1540
  </style>
1541
  <?php
1542
  }
1543
-
1544
  // Actions/Filters for various tables and the css output
 
1545
  function wpt_add() {
1546
  $post_type_settings = get_option('wpt_post_types');
1547
  $post_types = array_keys($post_type_settings);
@@ -1559,7 +1580,4 @@ function wpt_add() {
1559
  add_action("manage_${types}_columns", 'wpt_column');
1560
  add_filter("manage_${types}_custom_column", 'wpt_value', 10, 2);
1561
  }
1562
-
1563
- }
1564
-
1565
- add_action('admin_init', 'wpt_add');
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.7.7
7
  Author: Joseph Dolson
8
  Author URI: http://www.joedolson.com/
9
  */
25
  */
26
  if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
27
 
 
28
  global $wp_version;
29
  $wp_content_url = content_url();
30
  $wp_content_dir = str_replace( '/plugins/wp-to-twitter','',plugin_dir_path( __FILE__ ) );
31
  if ( defined('WP_CONTENT_URL') ) { $wp_content_url = constant('WP_CONTENT_URL');}
32
  if ( defined('WP_CONTENT_DIR') ) { $wp_content_dir = constant('WP_CONTENT_DIR');}
33
 
34
+ define( 'WPT_DEBUG', false );
35
  define( 'WPT_DEBUG_ADDRESS', 'debug@joedolson.com' );
36
+ define( 'WPT_FROM', "From: \"".get_option('blogname')."\" <".get_option('admin_email').">" );
37
  // define( 'WPT_DEBUG_ADDRESS', 'debug@joedolson.com, yourname@youraddress.com' ); // for multiple recipients.
38
 
39
  $wp_plugin_url = plugins_url();
40
  include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); // required in order to access is_plugin_active()
41
 
42
+ require_once( plugin_dir_path(__FILE__).'/wp-to-twitter-oauth.php' );
 
 
 
 
 
 
43
  require_once( plugin_dir_path(__FILE__).'/wp-to-twitter-shorteners.php' );
44
  require_once( plugin_dir_path(__FILE__).'/wp-to-twitter-manager.php' );
45
  require_once( plugin_dir_path(__FILE__).'/wpt-functions.php' );
47
  require_once( plugin_dir_path(__FILE__).'/wpt-widget.php' );
48
 
49
  global $wpt_version,$jd_plugin_url;
50
+ $wpt_version = "2.7.7";
51
  $plugin_dir = basename(dirname(__FILE__));
52
  load_plugin_textdomain( 'wp-to-twitter', false, dirname( plugin_basename( __FILE__ ) ) . '/lang' );
53
 
54
+ function wpt_mail( $subject, $body ) {
55
+ $use_email = true;
56
+ if ( $use_email ) {
57
+ wp_mail( WPT_DEBUG_ADDRESS, $subject, $body, WPT_FROM );
58
+ } else {
59
+ $debug = get_option( 'wpt_debug' );
60
+ $debug[date( 'Y-m-d H:i:s' )] = array( $subject, $body );
61
+ update_option( 'wpt_debug', $debug );
62
+ }
63
+ }
64
+
65
  function wpt_pro_compatibility() {
66
  global $wptp_version;
67
+ $current_wptp_version = '1.5.8';
68
  if ( version_compare( $wptp_version, $current_wptp_version, '<' ) ) {
69
  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/">Upgrade for best compatibility!</a>','wp-to-twitter'),$current_wptp_version )."</p></div>";
70
  }
75
 
76
  function wpt_marginal_function() {
77
  global $wp_version;
78
+ $exit_msg=__('WP to Twitter requires WordPress 3.2.1 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>','wp-to-twitter');
79
+ if ( version_compare( $wp_version,"3.2.1","<" ) ) {
80
  if ( is_admin() ) {
81
  echo "<div class='error'><p>".($exit_msg)."</p></div>";
82
  }
114
  }
115
 
116
  function wptotwitter_activate() {
117
+ global $wpt_version;
118
+ $prev_version = get_option( 'wp_to_twitter_version' );
119
+ // this is a switch to plan for future versions
120
+ $upgrade = version_compare( $prev_version, "2.3.1","<" );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  if ($upgrade) {
122
  $array =
123
  array(
149
  delete_option( 'jd_twit_edited_pages' );
150
  delete_option( 'jd_twit_postie' );
151
  }
152
+ $upgrade = version_compare( $prev_version, "2.3.3","<" );
153
  if ( $upgrade ) {
154
  delete_option( 'jd_twit_quickpress' );
155
  }
156
+ $upgrade = version_compare( $prev_version, "2.3.4","<" );
157
  if ( $upgrade ) {
158
  add_option( 'wpt_inline_edits', '0' );
159
  }
160
+ $upgrade = version_compare( $prev_version, "2.3.15","<" );
161
  if ( $upgrade ) {
162
  $use = get_option( 'use_tags_as_hashtags' );
163
  if ( $use == 1 ) {
243
  // Function checks for an alternate URL to be Tweeted. Contribution by Bill Berry.
244
  function wpt_link( $post_ID ) {
245
  $ex_link = false;
246
+ $external_link = get_option('jd_twit_custom_url');
247
  $permalink = get_permalink( $post_ID );
248
+ if ( $external_link != '' ) {
249
+ $ex_link = get_post_meta( $post_ID, $external_link, true );
250
  }
251
  return ( $ex_link ) ? $ex_link : $permalink;
252
  }
260
 
261
  // This function performs the API post to Twitter
262
  function jd_doTwitterAPIPost( $twit, $auth=false, $id=false, $media=false ) {
263
+ if ( !wpt_check_oauth( $auth ) ) {
264
+ wpt_saves_error( $id, $auth, $twit, __('This account is not authorized to post to Twitter.','wp-tweets-pro'), '401', time() );
265
+ return true;
266
  } // exit silently if not authorized
267
  $check = ( !$auth )?get_option('jd_last_tweet'):get_user_meta( $auth, 'wpt_last_tweet', true ); // get user's last tweet
268
  // prevent duplicate Tweets
269
  if ( $check == $twit ) {
270
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
271
+ wpt_mail( "Matched: tweet identical: #$id","$twit, $auth, $id" ); // DEBUG
272
  }
273
  wpt_saves_error( $id, $auth, $twit, __('This tweet is identical to another Tweet recently sent to this account.','wp-tweets-pro'), '403', time() );
274
  return true;
275
  } else if ( $twit == '' || !$twit ) {
276
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
277
+ wpt_mail( "Tweet check: empty sentence: #$id","$twit, $auth, $id"); // DEBUG
278
  }
279
  wpt_saves_error( $id, $auth, $twit, __('This tweet was blank and could not be sent to Twitter.','wp-tweets-pro'), '403', time() );
280
  return true;
281
  } else {
282
+ // must be designated as media and have a valid attachment
283
+ $attachment = ( $media ) ? wpt_post_attachment( $id ) : false;
284
+ if ( $attachment ) {
285
+ $meta = wp_get_attachment_metadata($attachment);
286
+ if ( !isset( $meta['width'], $meta['height'] ) ) {
287
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
288
+ wpt_mail( "Image Data Does not Exist for Attachment #$attachment", print_r( $args, 1 ) );
289
+ }
290
+ $attachment = false;
291
+ }
292
  }
293
+ $api = ( get_option( 'wpt_http' ) == '1' )?'http:':'https:';
294
+ $api .= ( $media && $attachment )?"//api.twitter.com/1.1/statuses/update_with_media.json":"//api.twitter.com/1.1/statuses/update.json";
295
  if ( wtt_oauth_test( $auth ) && ( $connection = wtt_oauth_connection( $auth ) ) ) {
296
+ if ( $media && $attachment ) {
297
+ $connection->media( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true', 'id'=>$id, 'auth'=>$auth ) );
298
  } else {
299
+ $connection->post( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true' ) );
300
  }
301
  $http_code = ($connection)?$connection->http_code:'failed';
302
  } else if ( wtt_oauth_test( false ) && ( $connection = wtt_oauth_connection( false ) ) ) {
303
  if ( $media ) {
304
+ $connection->media( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true', 'id'=>$id, 'auth'=>$auth ) );
305
  } else {
306
+ $connection->post( $api, array( 'status' => $twit, 'source' => 'wp-to-twitter', 'include_entities' => 'true' ) );
307
  }
308
  $http_code = ($connection)?$connection->http_code:'failed';
309
  }
310
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
311
+ wpt_mail( 'Twitter Connection', print_r( $connection, 1 ) );
312
+ }
313
  if ( $connection ) {
314
  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 = ''; }
315
  $return = false;
330
  update_option( 'wpt_authentication_missing',"$auth");
331
  break;
332
  case '403':
333
+ $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. Not an error from WP to Twitter.",'wp-to-twitter');
334
  break;
335
  case '404':
336
  $error = __("404 Not Found: The URI requested is invalid or the resource requested does not exist.",'wp-to-twitter');
363
  $error .= ($supplement != '')?" $supplement":'';
364
  // debugging
365
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
366
+ wpt_mail( "Twitter Response: $http_code, #$id","$http_code, $error"); // DEBUG
367
  }
368
  // end debugging
369
  $update = ( !$auth )?update_option( 'jd_last_tweet',$twit ):update_user_meta( $auth, 'wpt_last_tweet',$twit );
409
  if ( stripos( $url, 'https' ) ) { return true; } else { return false; }
410
  }
411
 
412
+ function jd_truncate_tweet( $sentence, $post, $post_ID, $retweet=false, $ref=false ) {
413
  // media file occupies 22 characters, need to account for in shortening.
414
  $tweet_length = ( wpt_post_with_media( $post_ID ) ) ? 117 : 139;
415
  $sentence = trim(custom_shortcodes( $sentence, $post_ID ));
416
+ $shrink = ( $post['shortUrl'] != '' )?$post['shortUrl']:apply_filters( 'wptt_shorten_link', $post['postLink'], $post['postTitle'], $post_ID, false );
 
 
 
 
 
 
417
  // generate all template variable values
418
+ $auth = $post['authId'];
419
+ $title = trim( apply_filters( 'wpt_status', $post['postTitle'], $post_ID, 'title' ) );
420
+ $blogname = trim($post['blogTitle']);
421
+ $excerpt = trim( apply_filters( 'wpt_status', $post['postExcerpt'], $post_ID, 'post' ) );
422
  $thisposturl = trim($shrink);
423
+ $category = trim($post['category']);
424
+ $cat_desc = trim($post['cat_desc']);
425
  $user_account = get_user_meta( $auth,'wtt_twitter_username', true ) ;
426
  $tags = wpt_generate_hash_tags( $post_ID );
427
  $account = get_option('wtt_twitter_username');
428
+ $date = trim($post['postDate']);
429
+ $modified = trim($post['postModified']);
430
  if ( get_option( 'jd_individual_twitter_users' ) == 1 ) {
431
  if ( $user_account == '' ) {
432
  if ( get_user_meta( $auth, 'wp-to-twitter-enable-user',true ) == 'mainAtTwitter' ) {
438
  $account = "$user_account";
439
  }
440
  }
441
+ $display_name = get_the_author_meta( 'display_name', $auth );
442
  // value of #author#
443
+ $author = ( $account != '' )?"@$account":$display_name;
444
  // value of #account#
445
  $account = ( $account != '' )?"@$account":'';
446
  // value of #@#
599
  if ( is_array( $array ) && is_array( $allowed_categories ) ) {
600
  $common = @array_intersect( $array,$allowed_categories );
601
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
602
+ wpt_mail( 'Category Limits Results: ---', print_r($common,1) );
603
  }
604
  if ( count( $common ) >= 1 ) {
605
  return true;
632
  $values['_postModified'] = mysql2date( $altformat,$moddate );
633
  $values['postModified'] = mysql2date( $dateformat,$moddate );
634
  // get first category
635
+ $category = $cat_desc = null;
636
+ $categories = get_the_category( $post_ID );
637
+ if ( is_array( $categories ) ) {
638
+ if ( count($categories) > 0 ) {
639
+ $category = $categories[0]->cat_name;
640
+ $cat_desc = $categories[0]->description;
641
+ }
642
+ foreach ($categories AS $cat) {
643
+ $category_ids[] = $cat->term_id;
 
 
 
 
 
644
  }
645
+ } else {
646
+ $category = '';
647
+ $cat_desc = '';
648
+ $category_ids = array();
649
+ }
650
  $values['categoryIds'] = $category_ids;
651
  $values['category'] = html_entity_decode( $category, ENT_COMPAT, $encoding );
652
  $values['cat_desc'] = html_entity_decode( $cat_desc, ENT_COMPAT, $encoding );
653
  $excerpt_length = get_option( 'jd_post_excerpt' );
654
  $post_excerpt = ( trim( $post->post_excerpt ) == "" )?@mb_substr( strip_tags( strip_shortcodes( $post->post_content ) ), 0, $excerpt_length ):@mb_substr( strip_tags( strip_shortcodes( $post->post_excerpt ) ), 0, $excerpt_length );
 
655
  $values['postExcerpt'] = html_entity_decode( $post_excerpt, ENT_COMPAT, $encoding );
656
  $thisposttitle = stripcslashes( strip_tags( $post->post_title ) );
657
+ if ($thisposttitle == "") {
658
+ $thisposttitle = stripcslashes( strip_tags( $_POST['title'] ) );
659
+ }
660
  $values['postTitle'] = html_entity_decode( $thisposttitle, ENT_COMPAT, $encoding );
661
  $values['postLink'] = wpt_link( $post_ID );
662
  $values['blogTitle'] = get_bloginfo( 'name' );
668
  }
669
 
670
  function wpt_short_url( $post_id ) {
671
+ $jd_short = get_post_meta( $post_id, '_wp_jd_bitly', true );
672
+ if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_goo', true );}
673
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_supr', true ); }
 
 
674
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_wp', true ); }
675
+ if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_ind', true ); }
676
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_yourls', true );}
677
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_url', true );}
 
678
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_joturl', true );}
679
  if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_target', true );}
680
+ if ( $jd_short == "" ) {$jd_short = get_post_meta( $post_id, '_wp_jd_clig', true );}
681
  return $jd_short;
682
  }
683
 
 
 
 
 
 
 
 
 
684
  function wpt_post_with_media( $post_ID ) {
685
  if ( !function_exists( 'wpt_pro_exists' ) || get_option( 'wpt_media') != '1' ) {
686
  return false;
692
  return false;
693
  }
694
 
695
+ function wpt_category_limit( $post_type, $post_info, $post_ID ) {
696
+ $post_type_cats = get_object_taxonomies( $post_type );
697
+ $continue = true;
698
+ if ( in_array( 'category', $post_type_cats ) ) {
699
+ // 'category' is assigned to this post type, so apply filters.
700
+ if ( get_option('jd_twit_cats') == '1' ) {
701
+ $continue = ( !wpt_in_allowed_category( $post_info['categoryIds'] ) )?true:false;
702
+ } else {
703
+ $continue = ( wpt_in_allowed_category( $post_info['categoryIds'] ) )?true:false;
704
+ }
705
+ }
706
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) && !$continue ) {
707
+ wpt_mail( "3b: Category limits applied #$post_ID", print_r($post_info['categoryIds'],1));
708
+ }
709
+ $continue = ( get_option('limit_categories') == '0' )?true:$continue;
710
+ return $continue;
711
+ }
712
+
713
  function jd_twit( $post_ID, $type='instant' ) {
714
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
715
+ wpt_mail( "0: jd_twit running #$post_ID","Post ID: $post_ID / $type"); // DEBUG
716
  }
717
  if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision($post_ID) ) { return $post_ID; }
718
  wpt_check_version();
719
  $jd_tweet_this = get_post_meta( $post_ID, '_jd_tweet_this', true );
720
  $newpost = $oldpost = $is_inline_edit = false;
721
+ $sentence = $template = '';
722
  if ( get_option('wpt_inline_edits') != 1 ) {
723
  if ( isset($_POST['_inline_edit']) || isset( $_REQUEST['bulk_edit'] ) ) { return; }
724
  } else {
725
  if ( isset($_POST['_inline_edit']) || isset( $_REQUEST['bulk_edit'] ) ) { $is_inline_edit = true; }
726
  }
727
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
728
+ wpt_mail( "1: JD Tweet This Value: #$post_ID","Tweet this: $jd_tweet_this /". get_option('jd_tweet_default')." / $type"); // DEBUG
729
  }
730
  if ( get_option('jd_tweet_default') == 0 ) {
731
  $test = ( $jd_tweet_this != 'no')?true:false;
742
  }
743
  /* debug data */
744
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
745
+ wpt_mail( "2: POST Debug Data #$post_ID","Post_Info: ".print_r($post_info,1)."\n\nPOST: ".print_r($_POST, 1). " / $type" );
746
  }
747
  if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true && function_exists('wpt_filter_post_info') ) {
748
  $filter = wpt_filter_post_info( $post_info );
749
  if ( $filter == true ) {
750
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
751
+ wpt_mail( "3a: Post filtered: #$post_ID",print_r($post_info,1)." / $type");
752
  }
753
+ return false;
754
  }
755
  }
756
  $post_type = $post_info['postType'];
757
+ if ( $type == 'future' || get_post_meta( $post_ID, 'wpt_publishing' ) == 'future' ) {
758
  $new = 1; // if this is a future action, then it should be published regardless of relationship
759
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
760
+ wpt_mail( "4: Future post: #$post_ID",print_r($post_info,1)." / $type");
761
  }
762
+ delete_post_meta( $post_ID, 'wpt_publishing' );
763
  } else {
764
  // if the post modified date and the post date are the same, this is new.
765
  // true if first date before or equal to last date
766
  $new = wpt_date_compare( $post_info['_postModified'], $post_info['_postDate'] );
767
  }
768
+ // post is not previously published but has been backdated:
769
+ // (post date is edited, but save option is 'publish')
770
  if ( $new == 0 && ( isset( $_POST['edit_date'] ) && $_POST['edit_date'] == 1 && !isset( $_POST['save'] ) ) ) { $new = 1; }
771
  // can't catch posts that were set to a past date as a draft, then published.
772
  $post_type_settings = get_option('wpt_post_types');
773
  $post_types = array_keys($post_type_settings);
774
  if ( in_array( $post_type, $post_types ) ) {
775
+ // identify whether limited by category/taxonomy
776
+ $continue = wpt_category_limit( $post_type, $post_info, $post_ID );
777
+ if ( $continue == false ) { return; }
778
+ // create Tweet and ID whether current action is edit or new
779
  $cT = get_post_meta( $post_ID, '_jd_twitter', true );
780
  if ( isset( $_POST['_jd_twitter'] ) && $_POST['_jd_twitter'] != '' ) { $cT = $_POST['_jd_twitter']; }
781
  $customTweet = ( $cT != '' )?stripcslashes( trim( $cT ) ):'';
782
+ // if ops is set and equals 'publish', this is being edited. Otherwise, it's a new post.
783
+ if ( $new == 0 || $is_inline_edit == true ) {
784
+ // if this is an old post and editing updates are enabled
785
+ if ( get_option( 'jd_tweet_default_edit' ) == 1 ) {
786
+ $jd_tweet_this = apply_filters( 'wpt_tweet_this_edit', $jd_tweet_this, $_POST );
787
+ if ( $jd_tweet_this != 'yes' ) {
788
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
789
+ wpt_mail( "3c: Tweet this: not equal to yes","Exit // Post ID: $post_ID"); // DEBUG
790
+ }
791
+ return;
792
+ }
793
+ }
794
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
795
+ wpt_mail( "4a: Edited post #$post_ID","Tweet this: ".print_r($post_info,1)." / $type"); // DEBUG
796
+ }
797
+ if ( $post_type_settings[$post_type]['post-edited-update'] == '1' ) {
798
+ $nptext = stripcslashes( $post_type_settings[$post_type]['post-edited-text'] );
799
+ $oldpost = true;
800
+ }
801
+ } else {
802
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
803
+ wpt_mail( "4b: New Post #$post_ID","Tweet this: ".print_r($post_info,1)." / $type"); // DEBUG
804
+ }
805
+ if ( $post_type_settings[$post_type]['post-published-update'] == '1' ) {
806
+ $nptext = stripcslashes( $post_type_settings[$post_type]['post-published-text'] );
807
+ $newpost = true;
808
  }
809
+ }
810
  if ( $newpost || $oldpost ) {
811
  $template = ( $customTweet != "" ) ? $customTweet : $nptext;
812
  $sentence = jd_truncate_tweet( $template, $post_info, $post_ID );
813
  if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
814
+ wpt_mail( "5: Tweet Truncated #$post_ID","Truncated Tweet: $sentence / $template / $type"); // DEBUG
815
  }
816
  if ( function_exists('wpt_pro_exists') && wpt_pro_exists() == true ) {
817
  $sentence2 = jd_truncate_tweet( $template, $post_info, $post_ID, false, $auth );
818
  }
819
  }
820
  if ( $sentence != '' ) {
821
+ // WPT PRO //
822
+ if ( function_exists( 'wpt_pro_exists' ) && wpt_pro_exists() == true ) {
823
+ $wpt_selected_users = $post_info['wpt_authorized_users'];
824
+ /* set up basic author/main account values */
825
+ $auth_verified = wtt_oauth_test( $auth,'verify' );
826
+ if ( empty( $wpt_selected_users ) && get_option( 'jd_individual_twitter_users' ) == 1 ) {
827
+ $wpt_selected_users = ($auth_verified)? array( $auth ) : array( false );
 
828
  }
829
+ if ( $post_info['wpt_cotweet'] == 1 || get_option( 'jd_individual_twitter_users' ) != 1 ) {
830
+ $wpt_selected_users[] = false;
831
+ }
832
+ if ( $post_info['wpt_delay_tweet'] == 0 || $post_info['wpt_delay_tweet'] == '' || $post_info['wpt_no_delay'] == 'on' ) {
833
+ foreach ( $wpt_selected_users as $acct ) {
834
+ if ( wtt_oauth_test( $acct, 'verify' ) ) {
835
+ $tweet = jd_doTwitterAPIPost( $sentence2, $acct, $post_ID, $media );
836
+ }
 
 
 
 
 
 
 
 
 
837
  }
838
+ } else {
839
+ foreach ( $wpt_selected_users as $acct ) {
840
+ if ( $auth != $acct ) {
841
+ $offset = rand(60,480); // offset by 1-8 minutes for additional users
 
 
842
  }
843
+ if ( wtt_oauth_test( $acct,'verify' ) ) {
844
+ $time = apply_filters( 'wpt_schedule_delay',( (int) $post_info['wpt_delay_tweet'] )*60, $acct );
845
+ wp_schedule_single_event( time()+$time+$offset, 'wpt_schedule_tweet_action', array( 'id'=>$acct, 'sentence'=>$sentence, 'rt'=>0, 'post_id'=>$post_ID ) );
846
+ $tweet = true; // if scheduled, return true.
847
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
848
+ if ( $acct ) { $author_id = "#$acct"; } else { $author_id = 'Main'; }
849
+ wpt_mail( "7: 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') ),1)." / $type"); // DEBUG
 
 
 
 
 
850
  }
851
  }
852
  }
853
+ }
854
+ /* This cycle handles scheduling the automatic retweets */
855
+ if ( $post_info['wpt_retweet_after'] != 0 && $post_info['wpt_no_repost'] != 'on' ) {
856
+ $repeat = $post_info['wpt_retweet_repeat'];
857
+ $first = true;
858
+ foreach ( $wpt_selected_users as $acct ) {
859
+ if ( wtt_oauth_test( $acct,'verify' ) ) {
860
+ for ( $i=1;$i<=$repeat;$i++ ) {
861
+ switch( $i ) {
862
+ case 1:
863
+ $prepend = ( get_option('wpt_prepend') == 1 )?'':get_option('wpt_prepend_rt');
864
+ $append = ( get_option('wpt_prepend') != 1 )?'':get_option('wpt_prepend_rt');
865
+ break;
866
+ case 2:
867
+ $prepend = ( get_option('wpt_prepend') == 1 )?'':get_option('wpt_prepend_rt2');
868
+ $append = ( get_option('wpt_prepend') != 1 )?'':get_option('wpt_prepend_rt2');
869
+ break;
870
+ case 3:
871
+ $prepend = ( get_option('wpt_prepend') == 1 )?'':get_option('wpt_prepend_rt3');
872
+ $append = ( get_option('wpt_prepend') != 1 )?'':get_option('wpt_prepend_rt3');
873
+ break;
874
+ }
875
+ if ( get_option( 'wpt_custom_type' ) == 'template' ) {
876
+ $retweet = jd_truncate_tweet( trim( $prepend.$append ), $post_info, $post_ID, true, $acct );
877
+ } else {
878
  $retweet = jd_truncate_tweet( trim( $prepend.$template.$append ), $post_info, $post_ID, true, $acct );
 
 
 
 
 
 
 
 
879
  }
880
+ // add original delay to schedule
881
+ $delay = ( isset($post_info['wpt_delay_tweet'] ) )?( (int) $post_info['wpt_delay_tweet'] )*60:0;
882
+ /* Don't delay the first Tweet of the group */
883
+ $offset = ( $first == true )?0:rand(60,240); // delay each co-tweet by 1-4 minutes
884
+ $time = apply_filters( 'wpt_schedule_retweet',($post_info['wpt_retweet_after'])*(60*60)*$i, $acct, $i, $post_info );
885
+ wp_schedule_single_event( time()+$time+$offset+$delay, 'wpt_schedule_tweet_action', array( 'id'=>$acct, 'sentence'=>$retweet, 'rt'=>$i, 'post_id'=>$post_ID ) );
886
+ $tweet = true;
887
+ if ( $i == 4 ) { break; }
888
  }
 
889
  }
890
+ $first = false;
891
  }
 
 
 
 
 
 
892
  }
893
+ } else {
894
+ $tweet = jd_doTwitterAPIPost( $sentence, false, $post_ID, $media );
895
+ }
896
+ // END WPT PRO //
897
+ if ( $tweet == false ) {
898
+ update_option( 'wp_twitter_failure','1' );
899
  }
900
  }
901
  } else {
902
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
903
+ wpt_mail( "3c: Not a Tweeted post type #$post_ID","Post_Info: ".print_r($post_info,1). " / $type" );
904
+ }
905
  return $post_ID;
906
  }
907
  }
965
  $replace = get_option( 'jd_replace_character' );
966
  $replace = ( $replace == "[ ]" || $replace == "" )?"":$replace;
967
  $tag = str_ireplace( " ",$replace,trim( $tag ) );
968
+ $tag = preg_replace( '/[\/]/',$replace,$tag ); // remove forward slashes.
969
  if ($strip == '1') { $tag = preg_replace( $search, $replace, $tag ); }
970
  switch ( $term_meta ) {
971
  case 1 : $newtag = "#$tag"; break;
974
  default: $newtag = "#$tag";
975
  }
976
  if ( mb_strlen( $newtag ) > 2 && (mb_strlen( $newtag ) <= $max_characters) && ($i <= $max_tags) ) {
977
+ $hashtags .= "$newtag ";
978
+ $i++;
979
  }
980
  }
981
  }
1089
  } else {
1090
  echo "<div class='wptab' id='authors'><p>";
1091
  if ( function_exists( 'wpt_pro_exists' ) ) {
1092
+ printf( __( 'WP Tweets PRO 1.5.2+ allows you to select Twitter accounts. <a href="%s">Log in and download now!</a>', 'wp-to-twitter' ), 'http://www.joedolson.com/articles/account/' );
1093
  } else {
1094
  printf( __( 'Upgrade to WP Tweets PRO to select Twitter accounts! <a href="%s">Upgrade now!</a>', 'wp-to-twitter' ), 'http://www.joedolson.com/articles/wp-tweets-pro/' );
1095
  }
1137
  <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> &raquo;
1138
  <?php } ?>
1139
  </p>
1140
+ <?php wpt_show_tweets( $previous_tweets, $failed_tweets ); ?>
 
 
1141
  </div>
1142
  <?php
1143
  } else { // permissions: this user isn't allowed to Tweet;
1148
  function wpt_show_tweets( $previous_tweets, $failed_tweets ) {
1149
  if ( !is_array( $previous_tweets ) && $previous_tweets != '' ) { $previous_tweets = array( 0=>$previous_tweets ); }
1150
  if ( ! empty( $previous_tweets ) || ! empty( $failed_tweets ) ) { ?>
1151
+ <hr>
1152
+ <p class='error'><em><?php _e('Previous Tweets','wp-to-twitter'); ?>:</em></p>
1153
+ <ul>
1154
+ <?php
1155
+ $has_history = false;
1156
+ $hidden_fields = '';
1157
+ if ( is_array( $previous_tweets ) ) {
1158
+ foreach ( $previous_tweets as $previous_tweet ) {
1159
+ if ( $previous_tweet != '' ) {
1160
+ $has_history = true;
1161
+ $hidden_fields .= "<input type='hidden' name='_jd_wp_twitter[]' value='".esc_attr($previous_tweet)."' />";
1162
+ echo "<li>$previous_tweet <a href='http://twitter.com/intent/tweet?text=".urlencode($previous_tweet)."'>Retweet this</a></li>";
1163
+ }
1164
  }
1165
  }
1166
+ ?>
1167
+ </ul>
1168
+ <p class='error'><em><?php _e('Failed Tweets','wp-to-twitter'); ?>:</em></p>
1169
+ <ul>
1170
+ <?php
1171
+ $list = false;
1172
+ if ( is_array( $failed_tweets ) ) {
1173
+ foreach ( $failed_tweets as $failed_tweet ) {
1174
+ if ( !empty($failed_tweet) ) {
1175
+ $ft = $failed_tweet['sentence'];
1176
+ $reason = $failed_tweet['code'];
1177
+ $error = $failed_tweet['error'];
1178
+ $list = true;
1179
+ echo "<li> <code>Error: $reason</code> $ft <a href='http://twitter.com/intent/tweet?text=".urlencode($ft)."'>Tweet this</a><br /><em>$error</em></li>";
1180
+ }
1181
  }
1182
  }
1183
+ if ( !$list ) { echo "<li>".__('No failed tweets on this post.','wp-to-twitter')."</li>"; }
1184
+ ?>
1185
+ </ul>
1186
+ <?php
1187
+ echo "<div>".$hidden_fields."</div>";
1188
+ if ( $has_history || $list ) {
1189
+ echo "<p><input type='checkbox' name='wpt_clear_history' id='wptch' value='clear' /> <label for='wptch'>".__('Delete Tweet History', 'wp-to-twitter' )."</label></p>";
1190
  }
 
 
 
 
 
1191
  }
1192
  }
1193
 
1236
 
1237
  // Post the Custom Tweet into the post meta table
1238
  function post_jd_twitter( $id ) {
1239
+ if ( empty($_POST) || ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE ) || wp_is_post_revision($id) || isset($_POST['_inline_edit']) || ( defined('DOING_AJAX') && DOING_AJAX ) ) { return; }
1240
  if ( isset( $_POST['_yourls_keyword'] ) ) {
1241
  $yourls = $_POST[ '_yourls_keyword' ];
1242
+ $update = update_post_meta( $id, '_yourls_keyword', $yourls );
1243
  }
1244
  if ( isset( $_POST[ '_jd_twitter' ] ) && $_POST['_jd_twitter'] != '' ) {
1245
  $jd_twitter = $_POST[ '_jd_twitter' ];
1246
+ $update = update_post_meta( $id, '_jd_twitter', $jd_twitter );
1247
  }
1248
  if ( isset( $_POST[ '_jd_wp_twitter' ] ) && $_POST['_jd_wp_twitter'] != '' ) {
1249
  $jd_wp_twitter = $_POST[ '_jd_wp_twitter' ];
1250
+ $update = update_post_meta( $id, '_jd_wp_twitter', $jd_wp_twitter );
1251
  }
1252
  if ( isset( $_POST[ '_jd_tweet_this' ] ) ) {
1253
  $jd_tweet_this = ( $_POST[ '_jd_tweet_this' ] == 'no')?'no':'yes';
1254
+ $update = update_post_meta( $id, '_jd_tweet_this', $jd_tweet_this );
1255
  } else {
1256
  if ( isset($_POST['_wpnonce'] ) ) {
1257
  $jd_tweet_default = ( get_option( 'jd_tweet_default' ) == 1 )?'no':'yes';
1258
+ $update = update_post_meta( $id, '_jd_tweet_this', $jd_tweet_default );
1259
  }
1260
  }
1261
+ if ( isset( $_POST['wpt_clear_history'] ) && $_POST['wpt_clear_history'] == 'clear' ) {
1262
+ delete_post_meta( $id, '_wpt_failed' );
1263
+ delete_post_meta( $id, '_jd_wp_twitter' );
1264
+ }
1265
  // WPT PRO //
1266
+ $update = apply_filters( 'wpt_insert_post', $_POST, $id );
1267
  // WPT PRO //
1268
+ // only send debug data if post meta is updated.
1269
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) && ( $update == true || is_int( $update ) ) ) {
1270
+ wpt_mail( "Post Meta Inserted: #$id",print_r($_POST,1) ); // DEBUG
1271
  }
1272
  }
1273
 
1388
  add_action( 'admin_head', 'jd_addTwitterAdminStyles' );
1389
  function jd_addTwitterAdminStyles() {
1390
  if ( isset($_GET['page']) && ( $_GET['page'] == "wp-to-twitter" || $_GET['page'] == "wp-to-twitter/wp-to-twitter.php" || $_GET['page'] == "wp-tweets-pro" || $_GET['page'] == "wp-to-twitter-schedule" || $_GET['page'] == "wp-to-twitter-tweets" || $_GET['page'] == "wp-to-twitter-errors" ) ) {
1391
+ wp_enqueue_style( 'wpt-styles', plugins_url( '/wp-to-twitter/styles.css' ) );
1392
  }
1393
  }
1394
 
1442
  if ( get_option( 'jd_twit_blogroll' ) == '1' ) {
1443
  add_action( 'add_link', 'jd_twit_link' );
1444
  }
1445
+ /*
1446
  $post_type_settings = get_option('wpt_post_types');
1447
  if ( is_array( $post_type_settings ) ) {
1448
  $post_types = array_keys($post_type_settings);
1455
  add_action( 'publish_'.$value, 'wpt_twit_instant', 16 );
1456
  }
1457
  }
1458
+ */
1459
+ add_action( 'save_post', 'wpt_twit', 16 );
1460
+ add_action( 'save_post', 'post_jd_twitter', 10 );
1461
+
1462
+ add_action( 'future_to_publish', 'wpt_future_to_publish', 16 );
1463
+ function wpt_future_to_publish( $post ) {
1464
+ $id = $post->ID;
1465
+ if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision( $id ) ) { return; }
1466
+ wpt_twit_future( $id );
1467
  }
1468
 
1469
+ function wpt_twit( $id ) {
1470
+ if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision( $id ) ) return;
1471
+ $post = get_post( $id );
1472
+ if ( $post->post_status != 'publish' ) return; // is there any reason to accept any other status?
1473
+ wpt_twit_instant( $id );
 
 
 
 
 
 
 
 
 
1474
  }
1475
+ add_action( 'xmlrpc_publish_post', 'wpt_twit_xmlrpc' );
1476
+ add_action( 'publish_phone', 'wpt_twit_xmlrpc' );
1477
 
1478
  function wpt_twit_future( $id ) {
1479
  set_transient( '_wpt_twit_future', $id, 10 );
1494
  jd_twit( $id, 'instant' );
1495
  }
1496
  function wpt_twit_xmlrpc( $id ) {
1497
+ if ( defined('DOING_AUTOSAVE') && DOING_AUTOSAVE || wp_is_post_revision( $id ) ) { return $id; }
1498
  jd_twit( $id, 'xmlrpc' );
1499
  }
1500
 
1501
+ add_action( 'wpt_schedule_promotion_action', 'wpt_schedule_promotion' );
1502
+ function wpt_schedule_promotion() {
1503
+ if ( !function_exists( 'wpt_pro_exists' ) && get_option( 'wpt_promotion_scheduled' ) == 1 ) {
1504
+ update_option( 'wpt_promotion_scheduled', 2 );
1505
+ }
1506
+ }
1507
+
1508
+ function wpt_dismiss_promotion() {
1509
+ if ( isset($_GET['dismiss']) && $_GET['dismiss'] == 'promotion' ) {
1510
+ update_option( 'wpt_promotion_scheduled', 3 );
1511
+ }
1512
+ }
1513
+ wpt_dismiss_promotion();
1514
 
1515
+ add_action( 'admin_notices', 'wpt_promotion_notice' );
1516
+ function wpt_promotion_notice() {
1517
+ if ( current_user_can( 'activate_plugins' ) && get_option( 'wpt_promotion_scheduled' ) == 2 && get_option( 'jd_donations' ) != 1 ) {
1518
+ $upgrade = "http://www.joedolson.com/articles/wp-tweets-pro/";
1519
+ $dismiss = admin_url('options-general.php?page=wp-to-twitter/wp-to-twitter.php&dismiss=promotion');
1520
+ echo "<div class='updated fade'><p>".sprintf( __("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>",'wp-to-twitter'), $upgrade, $dismiss )."</p></div>";
1521
+ }
1522
  }
1523
 
1524
  add_action( 'admin_menu', 'jd_addTwitterAdminPages' );
1529
  $file = plugins_url( 'twitter-feed.css',__FILE__);
1530
  wp_register_style( 'wpt-twitter-feed', $file );
1531
  }
1532
+ /*
1533
  // Add notes about Tweet status to posts admin
1534
  function wpt_column($cols) {
1535
  $cols['wpt'] = __('Tweet Status','wp-to-twitter');
1550
  }
1551
  return $value;
1552
  }
1553
+ */
1554
  // Output CSS for width of new column
1555
  function wpt_css() {
1556
  ?>
1557
  <style type="text/css">
1558
  th#wpt { width: 60px; }
 
1559
  .wpt_twitter .authorized { color: green; }
1560
  </style>
1561
  <?php
1562
  }
1563
+ /*
1564
  // Actions/Filters for various tables and the css output
1565
+ add_action('admin_init', 'wpt_add');
1566
  function wpt_add() {
1567
  $post_type_settings = get_option('wpt_post_types');
1568
  $post_types = array_keys($post_type_settings);
1580
  add_action("manage_${types}_columns", 'wpt_column');
1581
  add_filter("manage_${types}_custom_column", 'wpt_value', 10, 2);
1582
  }
1583
+ } */
 
 
 
wpt-feed.php CHANGED
@@ -10,7 +10,7 @@
10
 
11
  require_once( 'wpt_twitter_oauth.php' );
12
 
13
- class StormTwitter {
14
 
15
  private $defaults = array(
16
  'directory' => '',
@@ -82,17 +82,32 @@ class StormTwitter {
82
  return $hash;
83
  }
84
 
 
 
 
 
 
 
 
 
 
85
  private function checkValidCache($screenname,$options) {
86
  $file = $this->getCacheLocation();
87
- if (is_file($file)) {
88
- $cache = file_get_contents($file);
89
- $cache = @json_decode($cache,true);
90
-
91
- if (!isset($cache)) {
92
- unlink($file);
93
- return false;
94
- }
95
-
 
 
 
 
 
 
96
  $cachename = $screenname."-".$this->getOptionsHash($options);
97
 
98
  //Check if we have a cache for the user.
@@ -100,7 +115,7 @@ class StormTwitter {
100
 
101
  if (!isset($cache[$cachename]['time']) || !isset($cache[$cachename]['tweets'])) {
102
  unset($cache[$cachename]);
103
- file_put_contents($file,json_encode($cache));
104
  return false;
105
  }
106
 
@@ -111,9 +126,6 @@ class StormTwitter {
111
  }
112
  }
113
  return $cache[$cachename]['tweets'];
114
- } else {
115
- return false;
116
- }
117
  }
118
 
119
  private function oauthGetTweets($screenname,$options) {
@@ -143,7 +155,7 @@ class StormTwitter {
143
  $cache[$cachename]['time'] = time();
144
  $cache[$cachename]['tweets'] = $result;
145
  $file = $this->getCacheLocation();
146
- file_put_contents($file,json_encode($cache));
147
  } else {
148
  if (is_array($results) && isset($result['errors'][0]) && isset($result['errors'][0]['message'])) {
149
  $last_error = '['.date('r').'] Twitter error: '.$result['errors'][0]['message'];
10
 
11
  require_once( 'wpt_twitter_oauth.php' );
12
 
13
+ class WPT_TwitterFeed {
14
 
15
  private $defaults = array(
16
  'directory' => '',
82
  return $hash;
83
  }
84
 
85
+ private function save_cache( $file, $cache ) {
86
+ $is_writable = wpt_is_writable( $file );
87
+ if ( $is_writable ) {
88
+ file_put_contents( $file,$cache );
89
+ } else {
90
+ set_transient( 'wpt_cache', $cache, $this->defaults['cache_expire'] );
91
+ }
92
+ }
93
+
94
  private function checkValidCache($screenname,$options) {
95
  $file = $this->getCacheLocation();
96
+ if ( is_file( $file ) ) {
97
+ $cache = file_get_contents( $file );
98
+ $cache = @json_decode( $cache,true );
99
+ if (!isset($cache)) {
100
+ unlink($file);
101
+ return false;
102
+ }
103
+ } else {
104
+ $cache = get_transient( 'wpt_cache' );
105
+ $cache = @json_decode( $cache, true );
106
+ if (!isset($cache)) {
107
+ return false;
108
+ }
109
+ }
110
+
111
  $cachename = $screenname."-".$this->getOptionsHash($options);
112
 
113
  //Check if we have a cache for the user.
115
 
116
  if (!isset($cache[$cachename]['time']) || !isset($cache[$cachename]['tweets'])) {
117
  unset($cache[$cachename]);
118
+ $this->save_cache($file,json_encode($cache));
119
  return false;
120
  }
121
 
126
  }
127
  }
128
  return $cache[$cachename]['tweets'];
 
 
 
129
  }
130
 
131
  private function oauthGetTweets($screenname,$options) {
155
  $cache[$cachename]['time'] = time();
156
  $cache[$cachename]['tweets'] = $result;
157
  $file = $this->getCacheLocation();
158
+ $this->save_cache( $file,json_encode( $cache ) );
159
  } else {
160
  if (is_array($results) && isset($result['errors'][0]) && isset($result['errors'][0]['message'])) {
161
  $last_error = '['.date('r').'] Twitter error: '.$result['errors'][0]['message'];
wpt-functions.php CHANGED
@@ -181,15 +181,21 @@ function wpt_post_attachment($post_ID) {
181
  $attachment = get_post_thumbnail_id( $post_ID );
182
  return $attachment;
183
  } else {
184
- $args = array( 'post_type' => 'attachment', 'numberposts' => 1, 'post_status' => 'published', 'post_parent' => $post_ID, 'post_mime_type'=>'image' );
 
 
 
 
 
 
185
  $attachments = get_posts($args);
186
  if ($attachments) {
187
  return $attachments[0]->ID; //Return the first attachment.
188
  } else {
189
- return null;
190
  }
191
  }
192
- return null;
193
  }
194
 
195
  function wpt_get_support_form() {
@@ -306,6 +312,16 @@ $plugins_string
306
  <p>".
307
  __('<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.','wp-to-twitter')
308
  ."</p>";
 
 
 
 
 
 
 
 
 
 
309
  }
310
  echo "
311
  <p>
@@ -331,4 +347,14 @@ $plugins_string
331
  </div>
332
  </div>
333
  </form>";
 
 
 
 
 
 
 
 
 
 
334
  }
181
  $attachment = get_post_thumbnail_id( $post_ID );
182
  return $attachment;
183
  } else {
184
+ $args = array(
185
+ 'post_type' => 'attachment',
186
+ 'numberposts' => 1,
187
+ 'post_status' => 'published',
188
+ 'post_parent' => $post_ID,
189
+ 'post_mime_type'=>'image'
190
+ );
191
  $attachments = get_posts($args);
192
  if ($attachments) {
193
  return $attachments[0]->ID; //Return the first attachment.
194
  } else {
195
+ return false;
196
  }
197
  }
198
+ return false;
199
  }
200
 
201
  function wpt_get_support_form() {
312
  <p>".
313
  __('<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.','wp-to-twitter')
314
  ."</p>";
315
+ echo "
316
+ <p>".
317
+ __("If you're having trouble with WP to Twitter, please try to answer these questions in your message:",'wp-to-twitter')
318
+ ."</p>";
319
+ echo "<ul>";
320
+ echo "<li>".__('Did this error happen only once, or repeatedly?','wp-to-twitter')."</li>";
321
+ echo "<li>".__('What was the Tweet, or an example Tweet, that produced this error?','wp-to-twitter')."</li>";
322
+ echo "<li>".__('If there was an error message from WP to Twitter, what was it?','wp-to-twitter')."</li>";
323
+ echo "<li>".__('What is the template you\'re using for your Tweets?','wp-to-twitter')."</li>";
324
+ echo "</ul>";
325
  }
326
  echo "
327
  <p>
347
  </div>
348
  </div>
349
  </form>";
350
+ }
351
+
352
+ function wpt_is_writable( $file ) {
353
+ $is_writable = false;
354
+ if ( function_exists( 'wp_is_writable' ) ) {
355
+ $is_writable = wp_is_writable( $file );
356
+ } else {
357
+ $is_writable = is_writeable( $file );
358
+ }
359
+ return $is_writable;
360
  }
wpt-widget.php CHANGED
@@ -16,68 +16,37 @@ function wpt_get_user( $twitter_ID=false ) {
16
  return json_decode($result);
17
  }
18
 
19
- class WPT_Latest_Tweets_Widget extends WP_Widget {
20
-
21
- /**
22
- * Holds widget settings defaults, populated in constructor.
23
- *
24
- * @var array
25
- */
26
- protected $defaults;
27
-
28
- /**
29
- * Constructor. Set the default widget options and create widget.
30
- *
31
- * @since 0.1.8
32
- */
33
- function __construct() {
34
-
35
- $this->defaults = array(
36
- 'title' => '',
37
- 'twitter_id' => '',
38
- 'twitter_num' => '',
39
- 'twitter_duration' => '',
40
- 'twitter_hide_replies' => 0,
41
- 'link_links'=>'',
42
- 'link_mentions'=>'',
43
- 'link_hashtags'=>'',
44
- 'intents'=>'',
45
- 'source'=>''
46
- );
47
-
48
- $widget_ops = array(
49
- 'classname' => 'wpt-latest-tweets',
50
- 'description' => __( 'Display a list of your latest tweets.', 'wp-to-twitter' ),
51
- );
52
-
53
- $control_ops = array(
54
- 'id_base' => 'wpt-latest-tweets',
55
- 'width' => 200,
56
- 'height' => 250,
57
- );
58
-
59
- $this->WP_Widget( 'wpt-latest-tweets', __( 'WP to Twitter - Latest Tweets', 'wp-to-twitter' ), $widget_ops, $control_ops );
60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  }
62
 
63
- /**
64
- * Echo the widget content.
65
- *
66
- * @param array $args Display arguments including before_title, after_title, before_widget, and after_widget.
67
- * @param array $instance The settings for the particular instance of the widget
68
- */
69
-
70
- function widget( $args, $instance ) {
71
- extract( $args );
72
- wp_enqueue_script( 'twitter-platform', "https://platform.twitter.com/widgets.js" );
73
- wp_enqueue_style( 'wpt-twitter-feed' );
74
- /** Merge with defaults */
75
- $instance = wp_parse_args( (array) $instance, $this->defaults );
76
- echo $before_widget;
77
- if ( $instance['title'] ) {
78
- echo $before_title . apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base ) . $after_title;
79
- }
80
- echo '<div class="wpt-header">';
81
  $user = wpt_get_user( $instance['twitter_id'] );
82
  $avatar = $user->profile_image_url_https;
83
  $name = $user->name;
@@ -86,16 +55,16 @@ function widget( $args, $instance ) {
86
  $follow_alignment = ( is_rtl() )?'wpt-left':'wpt-right';
87
  $follow_url = esc_url( 'https://twitter.com/'.$instance['twitter_id'] );
88
  $follow_button = apply_filters ( 'wpt_follow_button', "<a href='$follow_url' class='twitter-follow-button $follow_alignment' data-width='30px' data-show-screen-name='false' data-size='large' data-show-count='false' data-lang='en'>Follow @$instance[twitter_id]</a>" );
89
- echo "<p>
90
  $follow_button
91
  <img src='$avatar' alt='' class='wpt-twitter-avatar $img_alignment' />
92
  <span class='wpt-twitter-name'>$name</span><br />
93
  <span class='wpt-twitter-id'><a href='$follow_url'>@$instance[twitter_id]</a></span>
94
  </p>";
95
- echo '</div>';
96
- echo '<ul>' . "\n";
97
 
98
- $options['exclude_replies'] = $instance['twitter_hide_replies'];
99
  $options['include_rts'] = $instance['twitter_include_rts'];
100
  $opts['links'] = $instance['link_links'];
101
  $opts['mentions'] = $instance['link_mentions'];
@@ -103,7 +72,7 @@ function widget( $args, $instance ) {
103
  $rawtweets = WPT_getTweets($instance['twitter_num'], $instance['twitter_id'], $options);
104
 
105
  if ( isset( $rawtweets['error'] ) ) {
106
- echo "<li>".$rawtweets['error']."</li>";
107
  } else {
108
  /** Build the tweets array */
109
  $tweets = array();
@@ -127,10 +96,75 @@ function widget( $args, $instance ) {
127
  }
128
  if ( is_array( $tweets ) ) {
129
  foreach( $tweets as $tweet ) {
130
- echo $tweet;
131
  }
132
  }
133
- echo '</ul>' . "\n";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
134
  echo $after_widget;
135
  }
136
 
@@ -258,7 +292,7 @@ function WPT_getTweets($count = 20, $username = false, $options = false) {
258
  if ($config['cache_expire'] < 1) $config['cache_expire'] = 3600;
259
  $config['directory'] = plugin_dir_path(__FILE__);
260
 
261
- $obj = new StormTwitter($config);
262
  $res = $obj->getTweets($count, $username, $options);
263
  update_option('wpt_tdf_last_error',$obj->st_last_error);
264
  return $res;
@@ -269,7 +303,7 @@ function wpt_generate_classes( $tweet ) {
269
  // take Tweet array and parse selected options into classes.
270
  $classes[] = ( $tweet['favorited'] )?'favorited':'';
271
  $clasees[] = ( $tweet['retweeted'] )?'retweeted':'';
272
- $classes[] = ( $tweet['possibly_sensitive'] )?'sensitive':'';
273
  $classes[] = 'lang-'.$tweet['lang'];
274
  $class = trim( implode( ' ', $classes ) );
275
  return $class;
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(
23
+ 'id' => false,
24
+ 'num' => 10,
25
+ 'duration' => 3600,
26
+ 'replies' => 0,
27
+ 'rts' => 1,
28
+ 'links' => 1,
29
+ 'mentions' => 1,
30
+ 'hashtags' => 0,
31
+ 'intents' => 1,
32
+ 'source' => 0
33
+ ), $atts, 'get_tweets' ) );
34
+ $instance = array(
35
+ 'twitter_id' => $id,
36
+ 'twitter_num' => $num,
37
+ 'twitter_duration' => $duration,
38
+ 'twitter_hide_replice' => $replies,
39
+ 'twitter_include_rts' => $rts,
40
+ 'link_links' => $links,
41
+ 'link_mentions' => $mentions,
42
+ 'link_hashtags' => $hashtags,
43
+ 'intents' => $intents,
44
+ 'source' => $source );
45
+ return wpt_twitter_feed( $instance );
46
  }
47
 
48
+ function wpt_twitter_feed( $instance ) {
49
+ $return = '<div class="wpt-header">';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  $user = wpt_get_user( $instance['twitter_id'] );
51
  $avatar = $user->profile_image_url_https;
52
  $name = $user->name;
55
  $follow_alignment = ( is_rtl() )?'wpt-left':'wpt-right';
56
  $follow_url = esc_url( 'https://twitter.com/'.$instance['twitter_id'] );
57
  $follow_button = apply_filters ( 'wpt_follow_button', "<a href='$follow_url' class='twitter-follow-button $follow_alignment' data-width='30px' data-show-screen-name='false' data-size='large' data-show-count='false' data-lang='en'>Follow @$instance[twitter_id]</a>" );
58
+ $return .= "<p>
59
  $follow_button
60
  <img src='$avatar' alt='' class='wpt-twitter-avatar $img_alignment' />
61
  <span class='wpt-twitter-name'>$name</span><br />
62
  <span class='wpt-twitter-id'><a href='$follow_url'>@$instance[twitter_id]</a></span>
63
  </p>";
64
+ $return .= '</div>';
65
+ $return .= '<ul>' . "\n";
66
 
67
+ $options['exclude_replies'] = ( isset( $instance['twitter_hide_replies'] ) ) ? $instance['twitter_hide_replies'] : false;
68
  $options['include_rts'] = $instance['twitter_include_rts'];
69
  $opts['links'] = $instance['link_links'];
70
  $opts['mentions'] = $instance['link_mentions'];
72
  $rawtweets = WPT_getTweets($instance['twitter_num'], $instance['twitter_id'], $options);
73
 
74
  if ( isset( $rawtweets['error'] ) ) {
75
+ $return .= "<li>".$rawtweets['error']."</li>";
76
  } else {
77
  /** Build the tweets array */
78
  $tweets = array();
96
  }
97
  if ( is_array( $tweets ) ) {
98
  foreach( $tweets as $tweet ) {
99
+ $return .= $tweet;
100
  }
101
  }
102
+ $return .= '</ul>' . "\n";
103
+ return $return;
104
+ }
105
+
106
+
107
+ class WPT_Latest_Tweets_Widget extends WP_Widget {
108
+
109
+ /**
110
+ * Holds widget settings defaults, populated in constructor.
111
+ *
112
+ * @var array
113
+ */
114
+ protected $defaults;
115
+
116
+ /**
117
+ * Constructor. Set the default widget options and create widget.
118
+ *
119
+ * @since 0.1.8
120
+ */
121
+ function __construct() {
122
+
123
+ $this->defaults = array(
124
+ 'title' => '',
125
+ 'twitter_id' => '',
126
+ 'twitter_num' => '',
127
+ 'twitter_duration' => '',
128
+ 'twitter_hide_replies' => 0,
129
+ 'twitter_include_rts' => 0,
130
+ 'link_links'=>'',
131
+ 'link_mentions'=>'',
132
+ 'link_hashtags'=>'',
133
+ 'intents'=>'',
134
+ 'source'=>''
135
+ );
136
+
137
+ $widget_ops = array(
138
+ 'classname' => 'wpt-latest-tweets',
139
+ 'description' => __( 'Display a list of your latest tweets.', 'wp-to-twitter' ),
140
+ );
141
+
142
+ $control_ops = array(
143
+ 'id_base' => 'wpt-latest-tweets',
144
+ 'width' => 200,
145
+ 'height' => 250,
146
+ );
147
+ $this->WP_Widget( 'wpt-latest-tweets', __( 'WP to Twitter - Latest Tweets', 'wp-to-twitter' ), $widget_ops, $control_ops );
148
+ }
149
+
150
+ /**
151
+ * Echo the widget content.
152
+ *
153
+ * @param array $args Display arguments including before_title, after_title, before_widget, and after_widget.
154
+ * @param array $instance The settings for the particular instance of the widget
155
+ */
156
+
157
+ function widget( $args, $instance ) {
158
+ extract( $args );
159
+ wp_enqueue_script( 'twitter-platform', "https://platform.twitter.com/widgets.js" );
160
+ wp_enqueue_style( 'wpt-twitter-feed' );
161
+ /** Merge with defaults */
162
+ $instance = wp_parse_args( (array) $instance, $this->defaults );
163
+ echo $before_widget;
164
+ if ( $instance['title'] ) {
165
+ echo $before_title . apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base ) . $after_title;
166
+ }
167
+ echo wpt_twitter_feed( $instance );
168
  echo $after_widget;
169
  }
170
 
292
  if ($config['cache_expire'] < 1) $config['cache_expire'] = 3600;
293
  $config['directory'] = plugin_dir_path(__FILE__);
294
 
295
+ $obj = new WPT_TwitterFeed($config);
296
  $res = $obj->getTweets($count, $username, $options);
297
  update_option('wpt_tdf_last_error',$obj->st_last_error);
298
  return $res;
303
  // take Tweet array and parse selected options into classes.
304
  $classes[] = ( $tweet['favorited'] )?'favorited':'';
305
  $clasees[] = ( $tweet['retweeted'] )?'retweeted':'';
306
+ $classes[] = ( isset( $tweet['possibly_sensitive'] ) )?'sensitive':'';
307
  $classes[] = 'lang-'.$tweet['lang'];
308
  $class = trim( implode( ' ', $classes ) );
309
  return $class;
wpt_twitter_oauth.php CHANGED
@@ -160,7 +160,6 @@ class jd_TwitterOAuth {
160
  * @return boolean
161
  */
162
  function handleMediaRequest($url, $args = array()) {
163
- // JCD TEST THIS
164
  /* Load tmhOAuth for Media uploads only when needed: https://github.com/themattharris/tmhOAuth */
165
  if ( !class_exists( 'tmhOAuth' ) ) {
166
  require_once('tmhOAuth/tmhOAuth.php');
@@ -177,33 +176,45 @@ class jd_TwitterOAuth {
177
  $acs = get_user_meta( $auth,'app_consumer_secret',true);
178
  $ot = get_user_meta( $auth,'oauth_token',true);
179
  $ots = get_user_meta( $auth,'oauth_token_secret',true);
180
- }
181
- $connect = array( 'consumer_key'=>$ack, 'consumer_secret'=>$acs, 'user_token'=>$ot, 'user_secret'=>$ots );
182
- $tmhOAuth = new tmhOAuth( $connect );
183
- $attachment = wpt_post_attachment($args['id']);
184
-
185
- if ($attachment == null) return false;
186
- $img_medium = wp_get_attachment_image_src($attachment,'medium');
187
  // when performing as a scheduled action, need to include file.php
188
  if ( !function_exists( 'get_home_path' ) ) {
189
  require_once( ABSPATH . 'wp-admin/includes/file.php' );
 
 
 
 
 
 
 
 
 
 
 
 
190
  }
191
- // get_home_path() and make link relative both return slashed, so we have an extra.
192
- $subject = get_home_path() . wp_make_link_relative($img_medium[0]);
193
- $image = str_replace( '//', '/', $subject );
194
-
195
  $code = $tmhOAuth->request(
196
  'POST',
197
  $url,
198
  array(
199
- 'media[]' => "@{$image};type=image/jpeg;filename={$image}",
200
- 'status' => $args['status'],
201
  ),
202
  true, // use auth
203
  true // multipart
204
  );
205
-
206
- $response = $tmhOAuth->response['response'];
 
 
 
 
 
 
207
  if ( is_wp_error( $response ) ) return false;
208
 
209
  $this->http_code = $code;
@@ -220,7 +231,7 @@ class jd_TwitterOAuth {
220
 
221
  //Handle media requests using tmhOAuth library.
222
  if ($method == 'MEDIA') {
223
- return $this->handleMediaRequest($url,$args);
224
  }
225
 
226
  if (empty($method)) $method = empty($args) ? "GET" : "POST";
160
  * @return boolean
161
  */
162
  function handleMediaRequest($url, $args = array()) {
 
163
  /* Load tmhOAuth for Media uploads only when needed: https://github.com/themattharris/tmhOAuth */
164
  if ( !class_exists( 'tmhOAuth' ) ) {
165
  require_once('tmhOAuth/tmhOAuth.php');
176
  $acs = get_user_meta( $auth,'app_consumer_secret',true);
177
  $ot = get_user_meta( $auth,'oauth_token',true);
178
  $ots = get_user_meta( $auth,'oauth_token_secret',true);
179
+ }
 
 
 
 
 
 
180
  // when performing as a scheduled action, need to include file.php
181
  if ( !function_exists( 'get_home_path' ) ) {
182
  require_once( ABSPATH . 'wp-admin/includes/file.php' );
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
+ $upload = wp_get_attachment_image_src( $attachment, apply_filters( 'wpt_upload_image_size', 'medium' ) );
191
+ $path = get_home_path() . wp_make_link_relative( $upload[0] );
192
+ $image = str_replace( '//', '/', $path );
193
+ } else {
194
+ $image = get_attached_file( $attachment );
195
  }
196
+ $image = apply_filters( 'wpt_image_path', $image, $args );
197
+
198
+ $mime_type = get_post_mime_type( $attachment );
199
+ if ( !$mime_type ) { $mime_type = 'image/jpeg'; }
200
  $code = $tmhOAuth->request(
201
  'POST',
202
  $url,
203
  array(
204
+ 'media[]' => "@{$image};type={$mime_type};filename={$image}",
205
+ 'status' => $args['status'],
206
  ),
207
  true, // use auth
208
  true // multipart
209
  );
210
+ if ( WPT_DEBUG && function_exists( 'wpt_pro_exists' ) ) {
211
+ $debug = array(
212
+ 'media[]' => "@{$image};type={$mime_type};filename={$image}",
213
+ 'status' => $args['status']
214
+ );
215
+ wpt_mail( "Media Submitted - Post ID #$args[id]", print_r( $debug, 1 ) );
216
+ }
217
+ $response = $tmhOAuth->response['response'];
218
  if ( is_wp_error( $response ) ) return false;
219
 
220
  $this->http_code = $code;
231
 
232
  //Handle media requests using tmhOAuth library.
233
  if ($method == 'MEDIA') {
234
+ return $this->handleMediaRequest($url,$args);
235
  }
236
 
237
  if (empty($method)) $method = empty($args) ? "GET" : "POST";