Featured Video Plus - Version 1.7.1

Version Description

= 1.6 = Smoothness

= 1.5 = AJAX!

= 1.4 = WP3.5 Media Manager, time-links...

= 1.3 = Internationalization! More user friendly, more customizations.

= 1.2 = Now featuring your local videos!

= 1.1 = Feature Dailymotion Videos on your posts!

Download this release

Release Info

Developer a.hoereth
Plugin Icon 128x128 Featured Video Plus
Version 1.7.1
Comparing to
See all releases

Code changes from version 1.7 to 1.7.1

featured-video-plus.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Featured Video Plus
4
  Plugin URI: http://yrnxt.com/wordpress/featured-video-plus/
5
  Description: Add Featured Videos to your posts and pages.
6
  Author: Alexander Höreth
7
- Version: 1.7
8
  Author URI: http://yrnxt.com
9
  License: GPL2
10
 
@@ -27,7 +27,7 @@ License: GPL2
27
  */
28
 
29
  if (!defined('FVP_VERSION'))
30
- define('FVP_VERSION', '1.7');
31
 
32
  // symlink proof
33
  $pathinfo = pathinfo(dirname(plugin_basename(__FILE__)));
4
  Plugin URI: http://yrnxt.com/wordpress/featured-video-plus/
5
  Description: Add Featured Videos to your posts and pages.
6
  Author: Alexander Höreth
7
+ Version: 1.7.1
8
  Author URI: http://yrnxt.com
9
  License: GPL2
10
 
27
  */
28
 
29
  if (!defined('FVP_VERSION'))
30
+ define('FVP_VERSION', '1.7.1');
31
 
32
  // symlink proof
33
  $pathinfo = pathinfo(dirname(plugin_basename(__FILE__)));
js/frontend.js CHANGED
@@ -8,7 +8,6 @@ function fvp_dynamic(id){
8
  'position: absolute; margin: '+t.children('img').css('margin')+';'+
9
  'height:'+t.children('img').css('height')+';width:'+t.children('img').css('width')+'; z-index:1000;'
10
  }));
11
- jQuery('.fvp_'+id+' img').animate({opacity:0.65});
12
  jQuery.post( fvpdata.ajaxurl,
13
  {
14
  'action': 'fvp_get_embed',
@@ -26,6 +25,13 @@ function fvp_dynamic(id){
26
 
27
  jQuery(document).ready(function($){
28
 
 
 
 
 
 
 
 
29
  // overlay
30
  if(fvpdata.overlay){
31
  $('.fvp_overlay').click(function(){
8
  'position: absolute; margin: '+t.children('img').css('margin')+';'+
9
  'height:'+t.children('img').css('height')+';width:'+t.children('img').css('width')+'; z-index:1000;'
10
  }));
 
11
  jQuery.post( fvpdata.ajaxurl,
12
  {
13
  'action': 'fvp_get_embed',
25
 
26
  jQuery(document).ready(function($){
27
 
28
+ if(fvpdata.overlay||fvpdata.dynamic){
29
+ $('.fvp_overlay,.fvp_dynamic').hover(
30
+ function(){ $(this).children('img').animate({opacity:0.65}); },
31
+ function(){ $(this).children('img').animate({opacity:1}); }
32
+ );
33
+ }
34
+
35
  // overlay
36
  if(fvpdata.overlay){
37
  $('.fvp_overlay').click(function(){
js/frontend.min.js CHANGED
@@ -1,5 +1,5 @@
1
- function fvp_dynamic(a){var b=jQuery(".fvp_"+a);b.css({position:"relative"}).prepend(jQuery("<div />",{"class":"fvp_loader",style:"background:transparent url('"+fvpdata.loadingb+"') no-repeat center center;position: absolute; margin: "+b.children("img").css("margin")+";height:"+b.children("img").css("height")+";width:"+b.children("img").css("width")+"; z-index:1000;"}));jQuery(".fvp_"+a+" img").animate({opacity:0.65});jQuery.post(fvpdata.ajaxurl,{action:"fvp_get_embed",nonce:fvpdata.nonce,id:a},function(a){a.success&&
2
- (b.replaceWith(a.html),"1"==fvpdata.fitvids&&"0"==fvpdata.overlay&&jQuery(".featured_video_plus").fitVids({customSelector:["iframe","object","embed",".video-js"]}))})}
3
- jQuery(document).ready(function(a){fvpdata.overlay&&a(".fvp_overlay").click(function(){a(this).openDOMWindow({eventType:null,windowPadding:0,borderSize:0,windowBGColor:"transparent",overlayOpacity:fvpdata.opacity});a("#DOMWindow").css({background:"transparent url('"+fvpdata.loadingw+"') center center no-repeat"});var b=/[\?&amp;\#]fvp_([0-9]+)/.exec(a(this).attr("href"));0===a("#fvp_"+b[1]).html().length?jQuery.post(fvpdata.ajaxurl,{action:"fvp_get_embed",nonce:fvpdata.nonce,id:b[1]},function(c){c.success&&
4
- (a("#fvp_"+b[1]).html(c.html),a("#DOMWindow").html(c.html).css({width:"auto",height:"auto",margin:"auto auto",overflow:"hidden"}),a(window).trigger("scroll"),fvpdata.fitvids&&a(".featured_video_plus").fitVids({customSelector:["iframe","object","embed",".video-js"]}))}):(a("#DOMWindow").html(a("#fvp_"+b[1]).html()).css({width:"auto",height:"auto",margin:"auto auto",overflow:"hidden"}),a(window).trigger("scroll"))});"1"==fvpdata.fitvids&&("0"==fvpdata.dynamic&&"0"==fvpdata.overlay)&&a(".featured_video_plus").fitVids({customSelector:["iframe",
5
- "object","embed",".video-js"]})});
1
+ function fvp_dynamic(a){var b=jQuery(".fvp_"+a);b.css({position:"relative"}).prepend(jQuery("<div />",{"class":"fvp_loader",style:"background:transparent url('"+fvpdata.loadingb+"') no-repeat center center;position: absolute; margin: "+b.children("img").css("margin")+";height:"+b.children("img").css("height")+";width:"+b.children("img").css("width")+"; z-index:1000;"}));jQuery.post(fvpdata.ajaxurl,{action:"fvp_get_embed",nonce:fvpdata.nonce,id:a},function(a){a.success&&(b.replaceWith(a.html),"1"==
2
+ fvpdata.fitvids&&"0"==fvpdata.overlay&&jQuery(".featured_video_plus").fitVids({customSelector:["iframe","object","embed",".video-js"]}))})}
3
+ jQuery(document).ready(function(a){(fvpdata.overlay||fvpdata.dynamic)&&a(".fvp_overlay,.fvp_dynamic").hover(function(){a(this).children("img").animate({opacity:0.65})},function(){a(this).children("img").animate({opacity:1})});fvpdata.overlay&&a(".fvp_overlay").click(function(){a(this).openDOMWindow({eventType:null,windowPadding:0,borderSize:0,windowBGColor:"transparent",overlayOpacity:fvpdata.opacity});a("#DOMWindow").css({background:"transparent url('"+fvpdata.loadingw+"') center center no-repeat"});
4
+ var b=/[\?&amp;\#]fvp_([0-9]+)/.exec(a(this).attr("href"));0===a("#fvp_"+b[1]).html().length?jQuery.post(fvpdata.ajaxurl,{action:"fvp_get_embed",nonce:fvpdata.nonce,id:b[1]},function(c){c.success&&(a("#fvp_"+b[1]).html(c.html),a("#DOMWindow").html(c.html).css({width:"auto",height:"auto",margin:"auto auto",overflow:"hidden"}),a(window).trigger("scroll"),fvpdata.fitvids&&a(".featured_video_plus").fitVids({customSelector:["iframe","object","embed",".video-js"]}))}):(a("#DOMWindow").html(a("#fvp_"+b[1]).html()).css({width:"auto",
5
+ height:"auto",margin:"auto auto",overflow:"hidden"}),a(window).trigger("scroll"))});"1"==fvpdata.fitvids&&("0"==fvpdata.dynamic&&"0"==fvpdata.overlay)&&a(".featured_video_plus").fitVids({customSelector:["iframe","object","embed",".video-js"]})});
lng/featured-video-plus-de_DE.po CHANGED
@@ -1,668 +1,668 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: featured-video-plus 1.3 de_DE\n"
4
- "POT-Creation-Date: 2013-04-30 00:01+0100\n"
5
- "PO-Revision-Date: 2013-04-30 00:04+0100\n"
6
- "Last-Translator: Alexander Höreth <a.hoereth@gmail.com>\n"
7
- "Language-Team: a.hoereth <a.hoereth@gmail.com>\n"
8
- "Language: de_DE\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: php\n"
17
-
18
- #: php/backend.php:32
19
- msgid "Video URL"
20
- msgstr "Video URL"
21
-
22
- #: php/backend.php:33
23
- msgid "Fallback: same video, different format"
24
- msgstr "Fallback: gleiche Video, anderes Format"
25
-
26
- #: php/backend.php:92 php/backend.php:707 php/backend.php:714
27
- #: php/backend.php:731 php/backend.php:733
28
- msgid "Featured Video"
29
- msgstr "Beitragsvideo"
30
-
31
- #: php/backend.php:123
32
- msgid "Outdated WordPress Version"
33
- msgstr "Veraltete WordPress Version"
34
-
35
- #: php/backend.php:123
36
- #, php-format
37
- msgid ""
38
- "There is WordPress 3.5 out there! The plugin supports older versions way "
39
- "back to 3.1 - but %s is defenitly to old!"
40
- msgstr ""
41
- "Es gibt schon WordPress 3.5! Das Plugin unterstützt alle Versionen ab 3.1 - "
42
- "aber %s ist wirklich zu alt!"
43
-
44
- #: php/backend.php:134
45
- msgid "Set Featured Video"
46
- msgstr "Beitragsvideo festlegen"
47
-
48
- #: php/backend.php:134
49
- msgid "Set featured video"
50
- msgstr "Beitragsvideo festlegen"
51
-
52
- #: php/backend.php:143
53
- msgid "Set Featured Video Fallback"
54
- msgstr "Beitragsvideo-Ersatz festlegen"
55
-
56
- #: php/backend.php:143
57
- msgid "Set featured video fallback"
58
- msgstr "Beitragsvideo Fallback festlegen"
59
-
60
- #: php/backend.php:152 php/backend.php:659
61
- msgid "Supported Video Formats"
62
- msgstr "Unterstützte Videoformate"
63
-
64
- #: php/backend.php:152
65
- msgid "or"
66
- msgstr "oder"
67
-
68
- #: php/backend.php:152 php/backend.php:658
69
- msgid "More information"
70
- msgstr "Mehr Informationen"
71
-
72
- #: php/backend.php:157
73
- msgid "Fallback Video"
74
- msgstr "Fallback Video"
75
-
76
- #: php/backend.php:157
77
- msgid ""
78
- "The two input fields should contain the same video but in distinct formats."
79
- msgstr ""
80
- "Die zwei Eingabefelder sollen das gleiche Video in unterschiedlichen "
81
- "Formaten enthalten."
82
-
83
- #: php/backend.php:164
84
- msgid "Hint"
85
- msgstr "Hinweis"
86
-
87
- #: php/backend.php:164
88
- #, php-format
89
- msgid "Take a look into the %sContextual Help%s."
90
- msgstr "Wirf einen Blick in die %sHilfe%s."
91
-
92
- #: php/backend.php:170 php/settings.php:401
93
- msgid "Featured Image"
94
- msgstr ""
95
-
96
- #: php/backend.php:170
97
- msgid ""
98
- "For automatically displaying the Featured Video a Featured Image is required."
99
- msgstr ""
100
- "Um das Artikelvideo automatisch im Theme anzeigen zu können, muss ein "
101
- "Artikelbild festgelegt werden."
102
-
103
- #: php/backend.php:175
104
- msgid "Set as Featured Image"
105
- msgstr "Als Beitragsbild festlegen"
106
-
107
- #: php/backend.php:179
108
- msgid "The current theme does not support Featured Images"
109
- msgstr "Das aktuelle Theme nutzt keine Beitragsbilder."
110
-
111
- #: php/backend.php:179
112
- #, php-format
113
- msgid ""
114
- "To display Featured Videos you need to use the <code>Shortcode</code> or "
115
- "<code>PHP functions</code>. To hide this notice deactivate &quot;<em>Replace "
116
- "Featured Images</em>&quot; in the %sMedia Settings%s."
117
- msgstr ""
118
- "Damit Beitragsvideos in deinem Theme angezeigt werden, musst du den "
119
- "<code>Shortcode</code> oder die <code>PHP-Funktionen</code> verwenden. Um "
120
- "diese Warnung zu verstecken, deaktiviere &quot;<em>Artikelbilder ersetzen</"
121
- "em>&quot; in deinen %sMedien Einstellungen%s."
122
-
123
- #: php/backend.php:653
124
- #, php-format
125
- msgid ""
126
- "To use local videos, copy the <code>Link To Media File</code> from your "
127
- "%sMedia Library%s and paste it into the text field."
128
- msgstr ""
129
- "Um lokale Videos zu nutzen, kopiere den <code>Link zur Medien-Datei</code> "
130
- "aus deiner %sMediathek%s und füge ihn in das Textfeld ein."
131
-
132
- #: php/backend.php:654
133
- #, php-format
134
- msgid ""
135
- "To use local videos, copy the <code>File URL</code> from your %sMedia Library"
136
- "%s and paste it into the text field."
137
- msgstr ""
138
- "Um lokale Videos zu nutzen, kopiere die <code>Datei-URL</code> aus deiner "
139
- "%sMediathek%s und füge sie in das Textfeld ein."
140
-
141
- #: php/backend.php:658
142
- msgid ""
143
- "The second text field is intended to hold the URL to the same video in a "
144
- "different format. It will be used as fallback if the primary file can not be "
145
- "played."
146
- msgstr ""
147
- "Das zweite Textfeld ist für eine URL zu dem gleichen Video in einem anderen "
148
- "Videoformat gedacht. Dieses zweite Video wird dann als Fallback benutzt, "
149
- "falls das erste Video nicht kompatibel ist."
150
-
151
- #: php/backend.php:661
152
- msgid "Converting your videos"
153
- msgstr "Videos konvertieren"
154
-
155
- #: php/backend.php:662
156
- #, php-format
157
- msgid ""
158
- "Take a look at the %sMiro Video Converter%s. It is open source, lightweight "
159
- "and compatible with Windows, Mac and Linux."
160
- msgstr ""
161
- "Schau dir den %sMiro Video Converter%s an. Er is Open Source, klein, einfach "
162
- "zu verwenden und mit Windows, Mac und Linux kompatibel."
163
-
164
- #: php/backend.php:663
165
- msgid "Fixing upload errors"
166
- msgstr "Videoupload Fehler beheben"
167
-
168
- #: php/backend.php:665
169
- #, php-format
170
- msgid ""
171
- "Read %sthis%s on how to increase the <strong>maximum file upload size</"
172
- "strong>."
173
- msgstr ""
174
- "Lies %sdas hier%s, um zu erfahren, wie man das <strong>Dateigrößenlimit</"
175
- "strong> erhöht."
176
-
177
- #: php/backend.php:666
178
- #, php-format
179
- msgid ""
180
- "WordPress by default does not support <code>webM</code>. The plugin "
181
- "activates it, but under some conditions this might not be enough. %sHere%s "
182
- "you can get more information on this."
183
- msgstr ""
184
- "Normalerweise unterstützt WordPress kein <code>webM</code>. Das Plugin "
185
- "aktiviert die unterstützung, aber manchmal reicht das noch nicht. %sHier%s "
186
- "gibt es mehr Informationen."
187
-
188
- #: php/backend.php:668
189
- msgid "Flash Fallback"
190
- msgstr "Flash Fallback"
191
-
192
- #: php/backend.php:669
193
- #, php-format
194
- msgid ""
195
- "The video player, %sVIDEOJS%s, features an Adobe Flash fallback. All you "
196
- "need to do is provide an <code>mp4</code>-video."
197
- msgstr ""
198
- "Der Video Player, %sVIDEOJS%s, bietet einen Adobe Flash Fallback. Du musst "
199
- "einfach nur ein <code>mp4</code>-Video einbinden."
200
-
201
- #: php/backend.php:673
202
- msgid ""
203
- "These are some of the tested URL formats. Everything in bold is required, "
204
- "everything in brackets is optional."
205
- msgstr ""
206
- "Das hier sind einige getestete URL Formate. Alles fettgedruckte ist "
207
- "notwendig, alles in Klammern optional."
208
-
209
- #: php/backend.php:707 php/backend.php:731
210
- msgid "Local Media"
211
- msgstr "Lokale Medien"
212
-
213
- #: php/backend.php:714 php/backend.php:733
214
- msgid "Valid URLs"
215
- msgstr "Video URLs"
216
-
217
- #: php/settings.php:21
218
- msgid "Featured Videos"
219
- msgstr "Beitragsvideos"
220
-
221
- #: php/settings.php:23
222
- msgid "Usage"
223
- msgstr "Anwendung"
224
-
225
- #: php/settings.php:24
226
- msgid "Autoplay"
227
- msgstr ""
228
-
229
- #: php/settings.php:25
230
- msgid "Video Sizing"
231
- msgstr "Videogröße"
232
-
233
- #: php/settings.php:26
234
- msgid "Video Align"
235
- msgstr "Video-Ausrichtung"
236
-
237
- #: php/settings.php:27
238
- msgid "Local Video Options"
239
- msgstr "Lokale Videos"
240
-
241
- #: php/settings.php:28
242
- msgid "YouTube Options"
243
- msgstr "YouTube Optionen"
244
-
245
- #: php/settings.php:29
246
- msgid "Vimeo Options"
247
- msgstr "Vimeo Optionen"
248
-
249
- #: php/settings.php:30
250
- msgid "Dailymotion Options"
251
- msgstr "Dailymotion Optionen"
252
-
253
- #: php/settings.php:31
254
- msgid "Support"
255
- msgstr "Support"
256
-
257
- #: php/settings.php:45
258
- #, php-format
259
- msgid ""
260
- "To display your featured videos you can either make use of the automatic "
261
- "replacement, use the %s or manually edit your theme's source files to make "
262
- "use of the plugins PHP-functions."
263
- msgstr ""
264
- "Um die Artikelvideos anzuzeigen kannst du entweder das automatische Ersetzen "
265
- "der Artikelbilder nutzen, auf den %s zurückgreifen oder manuel die PHP-"
266
- "Funktionen in deine Theme Dateien integrieren."
267
-
268
- #: php/settings.php:46
269
- #, php-format
270
- msgid ""
271
- "For more information about Shortcode and PHP functions see the %sContextual "
272
- "Help%s."
273
- msgstr ""
274
- "Für mehr Informationen über den Shortcode und die PHP-Funktionen schaue in "
275
- "die %sHilfe%s."
276
-
277
- #: php/settings.php:62
278
- msgid "Replace featured image automatically if possible"
279
- msgstr "Ersetze Artikelvideos wenn möglich"
280
-
281
- #: php/settings.php:62 php/settings.php:89 php/settings.php:112
282
- #: php/settings.php:122 php/settings.php:143
283
- msgid "default"
284
- msgstr "default"
285
-
286
- #: php/settings.php:63
287
- msgid "Open video overlay when featured image is clicked. Define width below!"
288
- msgstr ""
289
- "Öffne eine video lightbox wenn das Artikelbild angeklickt wird. Gib unten "
290
- "eine Breite an!"
291
-
292
- #: php/settings.php:64
293
- msgid "Replace featured image with video on click and auto play if possible"
294
- msgstr ""
295
- "Ersetze das Artikelbild mit dem Video wenn es angeklickt wird und spiele es "
296
- "wenn möglich sofort ab"
297
-
298
- #: php/settings.php:65
299
- msgid "None of the above: Manually use PHP-functions or shortcodes"
300
- msgstr ""
301
- "Nichts von den obenstehenden: Nutze die PHP-Funktionen oder den Shortcode"
302
-
303
- #: php/settings.php:66
304
- #, php-format
305
- msgid ""
306
- "The first three options require your theme to make use of WordPress' "
307
- "%sfeatured image%s capabilities."
308
- msgstr ""
309
- "Die ersten drei Optionen setzen voraus, dass dein Theme die WordPress' "
310
- "%sArtikelbild%s funktionen nutzt."
311
-
312
- #: php/settings.php:71
313
- #, fuzzy
314
- msgid "The current theme does not support featured images"
315
- msgstr "Das aktuelle Theme nutzt keine Beitragsbilder."
316
-
317
- #: php/settings.php:71
318
- msgid ""
319
- "To display Featured Videos you need to use the <code>Shortcode</code> or "
320
- "<code>PHP functions</code>."
321
- msgstr ""
322
- "Um Artikelvideos anzuzeigen musst du den <code>Shortcode</code> oder die "
323
- "<code>PHP-Funktionen</code> nutzen."
324
-
325
- #: php/settings.php:87
326
- msgid "yes"
327
- msgstr "ja"
328
-
329
- #: php/settings.php:89
330
- msgid "no"
331
- msgstr "nein"
332
-
333
- #: php/settings.php:90
334
- msgid ""
335
- "YouTube, Vimeo and Dailymotion videos can autoplay when a single post/page "
336
- "is being viewed."
337
- msgstr ""
338
- "Wenn gesetzt, starten YouTube, Vimeo und Dailymotion Videos automatisch wenn "
339
- "sie auf der Seite eines einzelnen Beitrags angezeigt werden."
340
-
341
- #: php/settings.php:109
342
- msgid "Width"
343
- msgstr "Breite"
344
-
345
- #: php/settings.php:119
346
- msgid "Height"
347
- msgstr "Höhe"
348
-
349
- #: php/settings.php:128
350
- msgid ""
351
- "When using <code>auto</code> the video will be adjusted to fit it's parent "
352
- "element while sticking to it's ratio. Using a <code>fixed</code> height and "
353
- "width might result in <em>not so pretty</em> black bars."
354
- msgstr ""
355
- "Wenn <code>auto</code> gesetzt ist, wird das jeweilige Video automatisch an "
356
- "das Elternelement angepasst. Dabei wird versucht, die Seitenverhältnisse "
357
- "beizubehalten. Feste Breite und/oder Höhe kann zu <em>nicht so schönen</em> "
358
- "schwarzen Balken führen."
359
-
360
- #: php/settings.php:142
361
- msgid "left"
362
- msgstr "links"
363
-
364
- #: php/settings.php:143
365
- msgid "center"
366
- msgstr "zentriert"
367
-
368
- #: php/settings.php:144
369
- msgid "right"
370
- msgstr "rechts"
371
-
372
- #: php/settings.php:163
373
- msgid "Use CDN"
374
- msgstr "Nutze CDN"
375
-
376
- #: php/settings.php:164
377
- msgid "Include JS"
378
- msgstr "JS einbinden"
379
-
380
- #: php/settings.php:165
381
- msgid "Include CSS"
382
- msgstr "CSS einbinden"
383
-
384
- #: php/settings.php:166
385
- msgid ""
386
- "Disabling JS and/or CSS will break the local video player. Disable only when "
387
- "you want to replace VideoJS with a different script and know what you are "
388
- "doing."
389
- msgstr ""
390
- "JS und/oder CSS einbindung ist für die richtige Darstellung von lokalen "
391
- "Videos notwendig. Nutze diese funktionen nur wenn du VideoJS durch ein "
392
- "anderes Skript austauschen willst und weißt was du tust."
393
-
394
- #: php/settings.php:167
395
- msgid "Use featured image as video thumbnail"
396
- msgstr "Artikelbild als video thumbnail nutzen"
397
-
398
- #: php/settings.php:188
399
- msgid "Light Theme"
400
- msgstr "Helles Design"
401
-
402
- #: php/settings.php:189
403
- msgid "Fullscreen Button"
404
- msgstr "Vollbildschalter"
405
-
406
- #: php/settings.php:197
407
- msgid "Info"
408
- msgstr "Info"
409
-
410
- #: php/settings.php:199
411
- msgid "Related Videos"
412
- msgstr "Verwandte Videos"
413
-
414
- #: php/settings.php:200
415
- msgid "Javascript API"
416
- msgstr ""
417
-
418
- #: php/settings.php:201
419
- msgid "White Progressbar"
420
- msgstr "Weißer Fortschrittsbalken"
421
-
422
- #: php/settings.php:203 php/settings.php:256
423
- msgid "Logo"
424
- msgstr "Logo"
425
-
426
- #: php/settings.php:225
427
- msgid "Portrait"
428
- msgstr "Portrait"
429
-
430
- #: php/settings.php:226
431
- msgid "Title"
432
- msgstr "Titel"
433
-
434
- #: php/settings.php:227
435
- msgid "Byline"
436
- msgstr "Author"
437
-
438
- #: php/settings.php:230
439
- msgid "Color"
440
- msgstr "Farbe"
441
-
442
- #: php/settings.php:234
443
- msgid "Vimeo Plus Videos might ignore these settings."
444
- msgstr "Vimeo Plus Videos können diese Einstellungen ignorieren."
445
-
446
- #: php/settings.php:257
447
- msgid "Videoinfo"
448
- msgstr "Videoinfo"
449
-
450
- #: php/settings.php:258
451
- msgid "Syndication Key"
452
- msgstr "Syndication Schlüssel"
453
-
454
- #: php/settings.php:262
455
- msgid "Foreground"
456
- msgstr "Vordergrund"
457
-
458
- #: php/settings.php:267
459
- msgid "Highlight"
460
- msgstr "Hervorhebung"
461
-
462
- #: php/settings.php:272
463
- msgid "Background"
464
- msgstr "Hintergrund"
465
-
466
- #: php/settings.php:289
467
- #, php-format
468
- msgid ""
469
- "If you have found a bug or are missing a specific video service, please "
470
- "%slet me know%s in the support forum. Elsewise, if you like the plugin: "
471
- "Please %srate it!%s"
472
- msgstr ""
473
- "Wenn du einen Fehler gefunden hast oder einen bestimmten Video-Anbieter "
474
- "vermisst, %ssag bescheid%s; Ansonsten, wenn dir das Plugin gefällt, bitte "
475
- "%sbewerte es!%s"
476
-
477
- #: php/settings.php:376
478
- msgid "Displays the video in its default size."
479
- msgstr "Stellt das Video in seiner Standardgröße dar."
480
-
481
- #: php/settings.php:380
482
- msgid ""
483
- "Displays the video with an width of 300 pixel. Height will be fitted to the "
484
- "aspect ratio."
485
- msgstr ""
486
- "Stellt das Video mit einer breite von 300 Pixeln dar. Die Höhe wird "
487
- "automatisch angepasst, so dass das Seitenverhältniss erhalten bleibt."
488
-
489
- #: php/settings.php:384
490
- msgid "Displays the video with an fixed width and height."
491
- msgstr "Stellt das Video mit fester Breite und Höhe dar."
492
-
493
- #: php/settings.php:398
494
- #, php-format
495
- msgid ""
496
- "All parameters are optional. If %s the current post's id will be used. %s is "
497
- "either a string keyword (thumbnail, medium, large or full) or a 2-item array "
498
- "representing width and height in pixels, e.g. array(32,32)."
499
- msgstr ""
500
- "Alle Parameter sind optional. Wenn %s gilt, wird die ID des aktuellen "
501
- "Beitrags genutzt. %s ist entweder ein String (thumbnail, medium, large oder "
502
- "full) oder ein Array mit zwei Stellen (Breite und Höhe); Zum Beispiel array"
503
- "(32,32)."
504
-
505
- #: php/settings.php:401
506
- #, php-format
507
- msgid ""
508
- "The functions are implemented corresponding to the original %sfunctions%s: "
509
- "They are intended to be used and to act the same way. Take a look into the "
510
- "WordPress Codex for further guidance:"
511
- msgstr ""
512
- "Die Funktionen sind nach den original %sFunktionen%s implementiert. Sie "
513
- "sollten genauso genutzt werden können und sich genauso verhalten. Schau dir "
514
- "für mehr Informationen den WordPress Codex an:"
515
-
516
- #: php/settings.php:424 php/settings.php:447
517
- msgid "PHP-Functions"
518
- msgstr "PHP-Funktionen"
519
-
520
- #: php/upgrade.php:164 php/upgrade.php:175 php/upgrade.php:186
521
- #: php/upgrade.php:197 php/upgrade.php:208
522
- msgid "Featured Video Plus was <strong>upgraded</strong>."
523
- msgstr "Featured Video Plus wurde <strong>aktualisiert</strong>."
524
-
525
- #: php/upgrade.php:164
526
- #, php-format
527
- msgid ""
528
- "%s brings new options for YouTube and local videos, fixes a whole bunch of "
529
- "glitches and introduces a new PHP-function."
530
- msgstr ""
531
- "%s bringt neue Einstellungsmöglichkeiten für YouTube und lokale Videos, "
532
- "behebt einige Fehler und baut eine neue PHP-Funktion ein."
533
-
534
- #: php/upgrade.php:164 php/upgrade.php:175 php/upgrade.php:186
535
- #: php/upgrade.php:197 php/upgrade.php:208
536
- #, php-format
537
- msgid "If you like the plugin, please %srate it%s."
538
- msgstr "Wenn dir das Plugin gefällt, bitte %sbewerte es%s."
539
-
540
- #: php/upgrade.php:175
541
- #, php-format
542
- msgid ""
543
- "%s <strong>ajax</strong>ifies the Featured Video box, introduces new options "
544
- "for YouTube and local videos and a new PHP-function."
545
- msgstr ""
546
- "In %s wurde die Featured Video box überarbeitet und unterstützt nun AJAX. "
547
- "Außerdem gibt es neue Optionen in den Medieneinstellungen, besonders für "
548
- "YouTube und lokale Videos."
549
-
550
- #: php/upgrade.php:186
551
- #, php-format
552
- msgid ""
553
- "%s features a seamless <strong>WP3.5 Media Manager</strong> integration, an "
554
- "all new <strong>ajax</strong>ified metabox, time-links (#t=4m2s) for YouTube "
555
- "and Dailymotion, new PHP functions for developers and more."
556
- msgstr ""
557
- "%s integriert den <strong>WP3.5 Media Manager</strong> nahtlos, unterstützt "
558
- "nun AJAX, bietet time-links für YouTube und Dailymotion(#t=4m2s), einige "
559
- "neue Einstellungen und neue PHP Funktionen für Entwickler."
560
-
561
- #: php/upgrade.php:197
562
- #, php-format
563
- msgid ""
564
- "%s features a seamless WP3.5 Media Manager integration, an ajaxified "
565
- "metabox, time-links (#t=4m2s) for YouTube and Dailymotion, more "
566
- "customization settings and internationalization."
567
- msgstr ""
568
- "%s integriert den <strong>WP3.5 Media Manager</strong> nahtlos, bringt AJAX, "
569
- "bietet time-links für YouTube und Dailymotion(#t=4m2s), mehr Einstellungen "
570
- "und Internationalisierung."
571
-
572
- #: php/upgrade.php:208
573
- #, php-format
574
- msgid ""
575
- "%s features support for <strong>Local Videos</strong>, a seamless WP3.5 "
576
- "Media Manager integration, an ajaxified metabox, time-links (#t=4m2s) for "
577
- "YouTube and Dailymotion and many more customization settings."
578
- msgstr ""
579
- "%s integriert unterstützung für <strong>lokale Videos</strong>, den neuen "
580
- "WP3.5 Media Manager, eine überarbeitete AJAX-Metabox, time-links (#t=4m2s) "
581
- "für YouTube und Dailymotion und viele neue Einstellungsmöglichkeiten."
582
-
583
- #: php/upgrade.php:220
584
- #, php-format
585
- msgid ""
586
- "Featured Video Plus is <strong>ready to use</strong>. There is a new box on "
587
- "post & page edit screens for you to add videos. <strong>Take a look at your "
588
- "new %sMedia Settings%s</strong>."
589
- msgstr ""
590
- "Featured Video Plus wurde <strong>aktiviert</strong>. Beim bearbeiten deiner "
591
- "Einträge gibt es eine neue Box um Artikelvideos hinzuzufügen. Außerdem: "
592
- "<strong>Schau in deine %sMedien Einstellungen%s</strong>."
593
-
594
- #~ msgid "Replace Featured Images"
595
- #~ msgstr "Beitragsbilder ersetzen"
596
-
597
- #~ msgid ""
598
- #~ "If a Featured Video is available it can be displayed in place of the "
599
- #~ "Featured Image. Still, a Featured Image is required."
600
- #~ msgstr ""
601
- #~ "Wenn ein Artikelvideo vorhanden ist kann es anstelle des Artikelbildes "
602
- #~ "angezeigt werden. Dafür muss trotzdem ein Artikelbild gesetzt sein!"
603
-
604
- #~ msgid ""
605
- #~ "The plugin logs it's version, the WordPress version and WordPress "
606
- #~ "language for internal statistics. Those help for future plugin "
607
- #~ "development."
608
- #~ msgstr ""
609
- #~ "Das Plugin speichert seine Version, die WordPress Version und WordPress "
610
- #~ "Spracheinstellung für eigene Statistiken."
611
-
612
- #~ msgid ""
613
- #~ "No personal user information is being collected. Still, you can easily "
614
- #~ "Opt-Out and have the data deleted:"
615
- #~ msgstr ""
616
- #~ "Es werden keine persönlichen Nutzerinformationen gespeichert. Wenn du "
617
- #~ "willst kannst du dich abmelden und deine Daten werden gelöscht:"
618
-
619
- #~ msgid "VIDEOJS Player Options"
620
- #~ msgstr "VIDEOJS Player Optionen"
621
-
622
- #~ msgid ""
623
- #~ "%s features more customization settings, internationalization, better "
624
- #~ "error handling and experimental LiveLeak integration."
625
- #~ msgstr ""
626
- #~ "%s integriert mehr Einstellungsmöglichkeiten, Internationalisierung, "
627
- #~ "bessere Fehlerbehandlung und experimentelle LiveLeak Integration."
628
-
629
- #~ msgid "Align"
630
- #~ msgstr "Ausrichtung"
631
-
632
- #~ msgid "Found a bug or <strong>missing a specific video service</strong>?"
633
- #~ msgstr ""
634
- #~ "Hast du einen Fehler gefunden oder <strong>fehlt dir eine bestimmte Video "
635
- #~ "Plattform</strong>?"
636
-
637
- #~ msgid "Do you like the plugin?"
638
- #~ msgstr "Gefällt dir das Plugin?"
639
-
640
- #~ msgid "rate it"
641
- #~ msgstr "bewerte es"
642
-
643
- #~ msgid ""
644
- #~ "All parameters are optional. If %s the current post's id will be used."
645
- #~ msgstr ""
646
- #~ "Alle Parameter sind optional. Wenn %s gilt, wird die ID vom aktuellen "
647
- #~ "Eintrag verwendet."
648
-
649
- #~ msgid ""
650
- #~ "Featured Video Plus was <strong>upgraded</strong>. Version <strong>%s</"
651
- #~ "strong> features more customization settings and a more dynamic admin "
652
- #~ "interface."
653
- #~ msgstr ""
654
- #~ "Version %s integriert mehr Einstellungsmöglichkeiten, "
655
- #~ "Internationalisierung, besseres Fehlerbehandlung und LiveLeak Videos "
656
- #~ "(experimentell)."
657
-
658
- #~ msgid ""
659
- #~ "Featured Video Plus was <strong>upgraded</strong>. Version <strong>%s</"
660
- #~ "strong> now supports <strong>local videos</strong> and many more "
661
- #~ "customization settings."
662
- #~ msgstr ""
663
- #~ "Version %s integriert <strong>lokale Videos</strong>, LiveLeak Videos "
664
- #~ "(experimentell), mehr Einstellungsmöglichkeiten, Internationalisierung "
665
- #~ "und besseres Fehlerbehandlung."
666
-
667
- #~ msgid "YouTube, Vimeo, Dailymotion; Local Media"
668
- #~ msgstr "Video Formate"
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: featured-video-plus 1.3 de_DE\n"
4
+ "POT-Creation-Date: 2013-04-30 00:01+0100\n"
5
+ "PO-Revision-Date: 2013-04-30 00:04+0100\n"
6
+ "Last-Translator: Alexander Höreth <a.hoereth@gmail.com>\n"
7
+ "Language-Team: a.hoereth <a.hoereth@gmail.com>\n"
8
+ "Language: de_DE\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.4\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-SearchPath-0: php\n"
17
+
18
+ #: php/backend.php:32
19
+ msgid "Video URL"
20
+ msgstr "Video URL"
21
+
22
+ #: php/backend.php:33
23
+ msgid "Fallback: same video, different format"
24
+ msgstr "Fallback: gleiche Video, anderes Format"
25
+
26
+ #: php/backend.php:92 php/backend.php:707 php/backend.php:714
27
+ #: php/backend.php:731 php/backend.php:733
28
+ msgid "Featured Video"
29
+ msgstr "Beitragsvideo"
30
+
31
+ #: php/backend.php:123
32
+ msgid "Outdated WordPress Version"
33
+ msgstr "Veraltete WordPress Version"
34
+
35
+ #: php/backend.php:123
36
+ #, php-format
37
+ msgid ""
38
+ "There is WordPress 3.5 out there! The plugin supports older versions way "
39
+ "back to 3.1 - but %s is defenitly to old!"
40
+ msgstr ""
41
+ "Es gibt schon WordPress 3.5! Das Plugin unterstützt alle Versionen ab 3.1 - "
42
+ "aber %s ist wirklich zu alt!"
43
+
44
+ #: php/backend.php:134
45
+ msgid "Set Featured Video"
46
+ msgstr "Beitragsvideo festlegen"
47
+
48
+ #: php/backend.php:134
49
+ msgid "Set featured video"
50
+ msgstr "Beitragsvideo festlegen"
51
+
52
+ #: php/backend.php:143
53
+ msgid "Set Featured Video Fallback"
54
+ msgstr "Beitragsvideo-Ersatz festlegen"
55
+
56
+ #: php/backend.php:143
57
+ msgid "Set featured video fallback"
58
+ msgstr "Beitragsvideo Fallback festlegen"
59
+
60
+ #: php/backend.php:152 php/backend.php:659
61
+ msgid "Supported Video Formats"
62
+ msgstr "Unterstützte Videoformate"
63
+
64
+ #: php/backend.php:152
65
+ msgid "or"
66
+ msgstr "oder"
67
+
68
+ #: php/backend.php:152 php/backend.php:658
69
+ msgid "More information"
70
+ msgstr "Mehr Informationen"
71
+
72
+ #: php/backend.php:157
73
+ msgid "Fallback Video"
74
+ msgstr "Fallback Video"
75
+
76
+ #: php/backend.php:157
77
+ msgid ""
78
+ "The two input fields should contain the same video but in distinct formats."
79
+ msgstr ""
80
+ "Die zwei Eingabefelder sollen das gleiche Video in unterschiedlichen "
81
+ "Formaten enthalten."
82
+
83
+ #: php/backend.php:164
84
+ msgid "Hint"
85
+ msgstr "Hinweis"
86
+
87
+ #: php/backend.php:164
88
+ #, php-format
89
+ msgid "Take a look into the %sContextual Help%s."
90
+ msgstr "Wirf einen Blick in die %sHilfe%s."
91
+
92
+ #: php/backend.php:170 php/settings.php:401
93
+ msgid "Featured Image"
94
+ msgstr ""
95
+
96
+ #: php/backend.php:170
97
+ msgid ""
98
+ "For automatically displaying the Featured Video a Featured Image is required."
99
+ msgstr ""
100
+ "Um das Artikelvideo automatisch im Theme anzeigen zu können, muss ein "
101
+ "Artikelbild festgelegt werden."
102
+
103
+ #: php/backend.php:175
104
+ msgid "Set as Featured Image"
105
+ msgstr "Als Beitragsbild festlegen"
106
+
107
+ #: php/backend.php:179
108
+ msgid "The current theme does not support Featured Images"
109
+ msgstr "Das aktuelle Theme nutzt keine Beitragsbilder."
110
+
111
+ #: php/backend.php:179
112
+ #, php-format
113
+ msgid ""
114
+ "To display Featured Videos you need to use the <code>Shortcode</code> or "
115
+ "<code>PHP functions</code>. To hide this notice deactivate &quot;<em>Replace "
116
+ "Featured Images</em>&quot; in the %sMedia Settings%s."
117
+ msgstr ""
118
+ "Damit Beitragsvideos in deinem Theme angezeigt werden, musst du den "
119
+ "<code>Shortcode</code> oder die <code>PHP-Funktionen</code> verwenden. Um "
120
+ "diese Warnung zu verstecken, deaktiviere &quot;<em>Artikelbilder ersetzen</"
121
+ "em>&quot; in deinen %sMedien Einstellungen%s."
122
+
123
+ #: php/backend.php:653
124
+ #, php-format
125
+ msgid ""
126
+ "To use local videos, copy the <code>Link To Media File</code> from your "
127
+ "%sMedia Library%s and paste it into the text field."
128
+ msgstr ""
129
+ "Um lokale Videos zu nutzen, kopiere den <code>Link zur Medien-Datei</code> "
130
+ "aus deiner %sMediathek%s und füge ihn in das Textfeld ein."
131
+
132
+ #: php/backend.php:654
133
+ #, php-format
134
+ msgid ""
135
+ "To use local videos, copy the <code>File URL</code> from your %sMedia Library"
136
+ "%s and paste it into the text field."
137
+ msgstr ""
138
+ "Um lokale Videos zu nutzen, kopiere die <code>Datei-URL</code> aus deiner "
139
+ "%sMediathek%s und füge sie in das Textfeld ein."
140
+
141
+ #: php/backend.php:658
142
+ msgid ""
143
+ "The second text field is intended to hold the URL to the same video in a "
144
+ "different format. It will be used as fallback if the primary file can not be "
145
+ "played."
146
+ msgstr ""
147
+ "Das zweite Textfeld ist für eine URL zu dem gleichen Video in einem anderen "
148
+ "Videoformat gedacht. Dieses zweite Video wird dann als Fallback benutzt, "
149
+ "falls das erste Video nicht kompatibel ist."
150
+
151
+ #: php/backend.php:661
152
+ msgid "Converting your videos"
153
+ msgstr "Videos konvertieren"
154
+
155
+ #: php/backend.php:662
156
+ #, php-format
157
+ msgid ""
158
+ "Take a look at the %sMiro Video Converter%s. It is open source, lightweight "
159
+ "and compatible with Windows, Mac and Linux."
160
+ msgstr ""
161
+ "Schau dir den %sMiro Video Converter%s an. Er is Open Source, klein, einfach "
162
+ "zu verwenden und mit Windows, Mac und Linux kompatibel."
163
+
164
+ #: php/backend.php:663
165
+ msgid "Fixing upload errors"
166
+ msgstr "Videoupload Fehler beheben"
167
+
168
+ #: php/backend.php:665
169
+ #, php-format
170
+ msgid ""
171
+ "Read %sthis%s on how to increase the <strong>maximum file upload size</"
172
+ "strong>."
173
+ msgstr ""
174
+ "Lies %sdas hier%s, um zu erfahren, wie man das <strong>Dateigrößenlimit</"
175
+ "strong> erhöht."
176
+
177
+ #: php/backend.php:666
178
+ #, php-format
179
+ msgid ""
180
+ "WordPress by default does not support <code>webM</code>. The plugin "
181
+ "activates it, but under some conditions this might not be enough. %sHere%s "
182
+ "you can get more information on this."
183
+ msgstr ""
184
+ "Normalerweise unterstützt WordPress kein <code>webM</code>. Das Plugin "
185
+ "aktiviert die unterstützung, aber manchmal reicht das noch nicht. %sHier%s "
186
+ "gibt es mehr Informationen."
187
+
188
+ #: php/backend.php:668
189
+ msgid "Flash Fallback"
190
+ msgstr "Flash Fallback"
191
+
192
+ #: php/backend.php:669
193
+ #, php-format
194
+ msgid ""
195
+ "The video player, %sVIDEOJS%s, features an Adobe Flash fallback. All you "
196
+ "need to do is provide an <code>mp4</code>-video."
197
+ msgstr ""
198
+ "Der Video Player, %sVIDEOJS%s, bietet einen Adobe Flash Fallback. Du musst "
199
+ "einfach nur ein <code>mp4</code>-Video einbinden."
200
+
201
+ #: php/backend.php:673
202
+ msgid ""
203
+ "These are some of the tested URL formats. Everything in bold is required, "
204
+ "everything in brackets is optional."
205
+ msgstr ""
206
+ "Das hier sind einige getestete URL Formate. Alles fettgedruckte ist "
207
+ "notwendig, alles in Klammern optional."
208
+
209
+ #: php/backend.php:707 php/backend.php:731
210
+ msgid "Local Media"
211
+ msgstr "Lokale Medien"
212
+
213
+ #: php/backend.php:714 php/backend.php:733
214
+ msgid "Valid URLs"
215
+ msgstr "Video URLs"
216
+
217
+ #: php/settings.php:21
218
+ msgid "Featured Videos"
219
+ msgstr "Beitragsvideos"
220
+
221
+ #: php/settings.php:23
222
+ msgid "Usage"
223
+ msgstr "Anwendung"
224
+
225
+ #: php/settings.php:24
226
+ msgid "Autoplay"
227
+ msgstr ""
228
+
229
+ #: php/settings.php:25
230
+ msgid "Video Sizing"
231
+ msgstr "Videogröße"
232
+
233
+ #: php/settings.php:26
234
+ msgid "Video Align"
235
+ msgstr "Video-Ausrichtung"
236
+
237
+ #: php/settings.php:27
238
+ msgid "Local Video Options"
239
+ msgstr "Lokale Videos"
240
+
241
+ #: php/settings.php:28
242
+ msgid "YouTube Options"
243
+ msgstr "YouTube Optionen"
244
+
245
+ #: php/settings.php:29
246
+ msgid "Vimeo Options"
247
+ msgstr "Vimeo Optionen"
248
+
249
+ #: php/settings.php:30
250
+ msgid "Dailymotion Options"
251
+ msgstr "Dailymotion Optionen"
252
+
253
+ #: php/settings.php:31
254
+ msgid "Support"
255
+ msgstr "Support"
256
+
257
+ #: php/settings.php:45
258
+ #, php-format
259
+ msgid ""
260
+ "To display your featured videos you can either make use of the automatic "
261
+ "replacement, use the %s or manually edit your theme's source files to make "
262
+ "use of the plugins PHP-functions."
263
+ msgstr ""
264
+ "Um die Artikelvideos anzuzeigen kannst du entweder das automatische Ersetzen "
265
+ "der Artikelbilder nutzen, auf den %s zurückgreifen oder manuel die PHP-"
266
+ "Funktionen in deine Theme Dateien integrieren."
267
+
268
+ #: php/settings.php:46
269
+ #, php-format
270
+ msgid ""
271
+ "For more information about Shortcode and PHP functions see the %sContextual "
272
+ "Help%s."
273
+ msgstr ""
274
+ "Für mehr Informationen über den Shortcode und die PHP-Funktionen schaue in "
275
+ "die %sHilfe%s."
276
+
277
+ #: php/settings.php:62
278
+ msgid "Replace featured image automatically if possible"
279
+ msgstr "Ersetze Artikelvideos wenn möglich"
280
+
281
+ #: php/settings.php:62 php/settings.php:89 php/settings.php:112
282
+ #: php/settings.php:122 php/settings.php:143
283
+ msgid "default"
284
+ msgstr "default"
285
+
286
+ #: php/settings.php:63
287
+ msgid "Open video overlay when featured image is clicked. Define width below!"
288
+ msgstr ""
289
+ "Öffne eine video lightbox wenn das Artikelbild angeklickt wird. Gib unten "
290
+ "eine Breite an!"
291
+
292
+ #: php/settings.php:64
293
+ msgid "Replace featured image with video on click and auto play if possible"
294
+ msgstr ""
295
+ "Ersetze das Artikelbild mit dem Video wenn es angeklickt wird und spiele es "
296
+ "wenn möglich sofort ab"
297
+
298
+ #: php/settings.php:65
299
+ msgid "None of the above: Manually use PHP-functions or shortcodes"
300
+ msgstr ""
301
+ "Nichts von den obenstehenden: Nutze die PHP-Funktionen oder den Shortcode"
302
+
303
+ #: php/settings.php:66
304
+ #, php-format
305
+ msgid ""
306
+ "The first three options require your theme to make use of WordPress' "
307
+ "%sfeatured image%s capabilities."
308
+ msgstr ""
309
+ "Die ersten drei Optionen setzen voraus, dass dein Theme die WordPress' "
310
+ "%sArtikelbild%s funktionen nutzt."
311
+
312
+ #: php/settings.php:71
313
+ #, fuzzy
314
+ msgid "The current theme does not support featured images"
315
+ msgstr "Das aktuelle Theme nutzt keine Beitragsbilder."
316
+
317
+ #: php/settings.php:71
318
+ msgid ""
319
+ "To display Featured Videos you need to use the <code>Shortcode</code> or "
320
+ "<code>PHP functions</code>."
321
+ msgstr ""
322
+ "Um Artikelvideos anzuzeigen musst du den <code>Shortcode</code> oder die "
323
+ "<code>PHP-Funktionen</code> nutzen."
324
+
325
+ #: php/settings.php:87
326
+ msgid "yes"
327
+ msgstr "ja"
328
+
329
+ #: php/settings.php:89
330
+ msgid "no"
331
+ msgstr "nein"
332
+
333
+ #: php/settings.php:90
334
+ msgid ""
335
+ "YouTube, Vimeo and Dailymotion videos can autoplay when a single post/page "
336
+ "is being viewed."
337
+ msgstr ""
338
+ "Wenn gesetzt, starten YouTube, Vimeo und Dailymotion Videos automatisch wenn "
339
+ "sie auf der Seite eines einzelnen Beitrags angezeigt werden."
340
+
341
+ #: php/settings.php:109
342
+ msgid "Width"
343
+ msgstr "Breite"
344
+
345
+ #: php/settings.php:119
346
+ msgid "Height"
347
+ msgstr "Höhe"
348
+
349
+ #: php/settings.php:128
350
+ msgid ""
351
+ "When using <code>auto</code> the video will be adjusted to fit it's parent "
352
+ "element while sticking to it's ratio. Using a <code>fixed</code> height and "
353
+ "width might result in <em>not so pretty</em> black bars."
354
+ msgstr ""
355
+ "Wenn <code>auto</code> gesetzt ist, wird das jeweilige Video automatisch an "
356
+ "das Elternelement angepasst. Dabei wird versucht, die Seitenverhältnisse "
357
+ "beizubehalten. Feste Breite und/oder Höhe kann zu <em>nicht so schönen</em> "
358
+ "schwarzen Balken führen."
359
+
360
+ #: php/settings.php:142
361
+ msgid "left"
362
+ msgstr "links"
363
+
364
+ #: php/settings.php:143
365
+ msgid "center"
366
+ msgstr "zentriert"
367
+
368
+ #: php/settings.php:144
369
+ msgid "right"
370
+ msgstr "rechts"
371
+
372
+ #: php/settings.php:163
373
+ msgid "Use CDN"
374
+ msgstr "Nutze CDN"
375
+
376
+ #: php/settings.php:164
377
+ msgid "Include JS"
378
+ msgstr "JS einbinden"
379
+
380
+ #: php/settings.php:165
381
+ msgid "Include CSS"
382
+ msgstr "CSS einbinden"
383
+
384
+ #: php/settings.php:166
385
+ msgid ""
386
+ "Disabling JS and/or CSS will break the local video player. Disable only when "
387
+ "you want to replace VideoJS with a different script and know what you are "
388
+ "doing."
389
+ msgstr ""
390
+ "JS und/oder CSS einbindung ist für die richtige Darstellung von lokalen "
391
+ "Videos notwendig. Nutze diese funktionen nur wenn du VideoJS durch ein "
392
+ "anderes Skript austauschen willst und weißt was du tust."
393
+
394
+ #: php/settings.php:167
395
+ msgid "Use featured image as video thumbnail"
396
+ msgstr "Artikelbild als video thumbnail nutzen"
397
+
398
+ #: php/settings.php:188
399
+ msgid "Light Theme"
400
+ msgstr "Helles Design"
401
+
402
+ #: php/settings.php:189
403
+ msgid "Fullscreen Button"
404
+ msgstr "Vollbildschalter"
405
+
406
+ #: php/settings.php:197
407
+ msgid "Info"
408
+ msgstr "Info"
409
+
410
+ #: php/settings.php:199
411
+ msgid "Related Videos"
412
+ msgstr "Verwandte Videos"
413
+
414
+ #: php/settings.php:200
415
+ msgid "Javascript API"
416
+ msgstr ""
417
+
418
+ #: php/settings.php:201
419
+ msgid "White Progressbar"
420
+ msgstr "Weißer Fortschrittsbalken"
421
+
422
+ #: php/settings.php:203 php/settings.php:256
423
+ msgid "Logo"
424
+ msgstr "Logo"
425
+
426
+ #: php/settings.php:225
427
+ msgid "Portrait"
428
+ msgstr "Portrait"
429
+
430
+ #: php/settings.php:226
431
+ msgid "Title"
432
+ msgstr "Titel"
433
+
434
+ #: php/settings.php:227
435
+ msgid "Byline"
436
+ msgstr "Author"
437
+
438
+ #: php/settings.php:230
439
+ msgid "Color"
440
+ msgstr "Farbe"
441
+
442
+ #: php/settings.php:234
443
+ msgid "Vimeo Plus Videos might ignore these settings."
444
+ msgstr "Vimeo Plus Videos können diese Einstellungen ignorieren."
445
+
446
+ #: php/settings.php:257
447
+ msgid "Videoinfo"
448
+ msgstr "Videoinfo"
449
+
450
+ #: php/settings.php:258
451
+ msgid "Syndication Key"
452
+ msgstr "Syndication Schlüssel"
453
+
454
+ #: php/settings.php:262
455
+ msgid "Foreground"
456
+ msgstr "Vordergrund"
457
+
458
+ #: php/settings.php:267
459
+ msgid "Highlight"
460
+ msgstr "Hervorhebung"
461
+
462
+ #: php/settings.php:272
463
+ msgid "Background"
464
+ msgstr "Hintergrund"
465
+
466
+ #: php/settings.php:289
467
+ #, php-format
468
+ msgid ""
469
+ "If you have found a bug or are missing a specific video service, please "
470
+ "%slet me know%s in the support forum. Elsewise, if you like the plugin: "
471
+ "Please %srate it!%s"
472
+ msgstr ""
473
+ "Wenn du einen Fehler gefunden hast oder einen bestimmten Video-Anbieter "
474
+ "vermisst, %ssag bescheid%s; Ansonsten, wenn dir das Plugin gefällt, bitte "
475
+ "%sbewerte es!%s"
476
+
477
+ #: php/settings.php:376
478
+ msgid "Displays the video in its default size."
479
+ msgstr "Stellt das Video in seiner Standardgröße dar."
480
+
481
+ #: php/settings.php:380
482
+ msgid ""
483
+ "Displays the video with an width of 300 pixel. Height will be fitted to the "
484
+ "aspect ratio."
485
+ msgstr ""
486
+ "Stellt das Video mit einer breite von 300 Pixeln dar. Die Höhe wird "
487
+ "automatisch angepasst, so dass das Seitenverhältniss erhalten bleibt."
488
+
489
+ #: php/settings.php:384
490
+ msgid "Displays the video with an fixed width and height."
491
+ msgstr "Stellt das Video mit fester Breite und Höhe dar."
492
+
493
+ #: php/settings.php:398
494
+ #, php-format
495
+ msgid ""
496
+ "All parameters are optional. If %s the current post's id will be used. %s is "
497
+ "either a string keyword (thumbnail, medium, large or full) or a 2-item array "
498
+ "representing width and height in pixels, e.g. array(32,32)."
499
+ msgstr ""
500
+ "Alle Parameter sind optional. Wenn %s gilt, wird die ID des aktuellen "
501
+ "Beitrags genutzt. %s ist entweder ein String (thumbnail, medium, large oder "
502
+ "full) oder ein Array mit zwei Stellen (Breite und Höhe); Zum Beispiel array"
503
+ "(32,32)."
504
+
505
+ #: php/settings.php:401
506
+ #, php-format
507
+ msgid ""
508
+ "The functions are implemented corresponding to the original %sfunctions%s: "
509
+ "They are intended to be used and to act the same way. Take a look into the "
510
+ "WordPress Codex for further guidance:"
511
+ msgstr ""
512
+ "Die Funktionen sind nach den original %sFunktionen%s implementiert. Sie "
513
+ "sollten genauso genutzt werden können und sich genauso verhalten. Schau dir "
514
+ "für mehr Informationen den WordPress Codex an:"
515
+
516
+ #: php/settings.php:424 php/settings.php:447
517
+ msgid "PHP-Functions"
518
+ msgstr "PHP-Funktionen"
519
+
520
+ #: php/upgrade.php:164 php/upgrade.php:175 php/upgrade.php:186
521
+ #: php/upgrade.php:197 php/upgrade.php:208
522
+ msgid "Featured Video Plus was <strong>upgraded</strong>."
523
+ msgstr "Featured Video Plus wurde <strong>aktualisiert</strong>."
524
+
525
+ #: php/upgrade.php:164
526
+ #, php-format
527
+ msgid ""
528
+ "%s brings new options for YouTube and local videos, fixes a whole bunch of "
529
+ "glitches and introduces a new PHP-function."
530
+ msgstr ""
531
+ "%s bringt neue Einstellungsmöglichkeiten für YouTube und lokale Videos, "
532
+ "behebt einige Fehler und baut eine neue PHP-Funktion ein."
533
+
534
+ #: php/upgrade.php:164 php/upgrade.php:175 php/upgrade.php:186
535
+ #: php/upgrade.php:197 php/upgrade.php:208
536
+ #, php-format
537
+ msgid "If you like the plugin, please %srate it%s."
538
+ msgstr "Wenn dir das Plugin gefällt, bitte %sbewerte es%s."
539
+
540
+ #: php/upgrade.php:175
541
+ #, php-format
542
+ msgid ""
543
+ "%s <strong>ajax</strong>ifies the Featured Video box, introduces new options "
544
+ "for YouTube and local videos and a new PHP-function."
545
+ msgstr ""
546
+ "In %s wurde die Featured Video box überarbeitet und unterstützt nun AJAX. "
547
+ "Außerdem gibt es neue Optionen in den Medieneinstellungen, besonders für "
548
+ "YouTube und lokale Videos."
549
+
550
+ #: php/upgrade.php:186
551
+ #, php-format
552
+ msgid ""
553
+ "%s features a seamless <strong>WP3.5 Media Manager</strong> integration, an "
554
+ "all new <strong>ajax</strong>ified metabox, time-links (#t=4m2s) for YouTube "
555
+ "and Dailymotion, new PHP functions for developers and more."
556
+ msgstr ""
557
+ "%s integriert den <strong>WP3.5 Media Manager</strong> nahtlos, unterstützt "
558
+ "nun AJAX, bietet time-links für YouTube und Dailymotion(#t=4m2s), einige "
559
+ "neue Einstellungen und neue PHP Funktionen für Entwickler."
560
+
561
+ #: php/upgrade.php:197
562
+ #, php-format
563
+ msgid ""
564
+ "%s features a seamless WP3.5 Media Manager integration, an ajaxified "
565
+ "metabox, time-links (#t=4m2s) for YouTube and Dailymotion, more "
566
+ "customization settings and internationalization."
567
+ msgstr ""
568
+ "%s integriert den <strong>WP3.5 Media Manager</strong> nahtlos, bringt AJAX, "
569
+ "bietet time-links für YouTube und Dailymotion(#t=4m2s), mehr Einstellungen "
570
+ "und Internationalisierung."
571
+
572
+ #: php/upgrade.php:208
573
+ #, php-format
574
+ msgid ""
575
+ "%s features support for <strong>Local Videos</strong>, a seamless WP3.5 "
576
+ "Media Manager integration, an ajaxified metabox, time-links (#t=4m2s) for "
577
+ "YouTube and Dailymotion and many more customization settings."
578
+ msgstr ""
579
+ "%s integriert unterstützung für <strong>lokale Videos</strong>, den neuen "
580
+ "WP3.5 Media Manager, eine überarbeitete AJAX-Metabox, time-links (#t=4m2s) "
581
+ "für YouTube und Dailymotion und viele neue Einstellungsmöglichkeiten."
582
+
583
+ #: php/upgrade.php:220
584
+ #, php-format
585
+ msgid ""
586
+ "Featured Video Plus is <strong>ready to use</strong>. There is a new box on "
587
+ "post & page edit screens for you to add videos. <strong>Take a look at your "
588
+ "new %sMedia Settings%s</strong>."
589
+ msgstr ""
590
+ "Featured Video Plus wurde <strong>aktiviert</strong>. Beim bearbeiten deiner "
591
+ "Einträge gibt es eine neue Box um Artikelvideos hinzuzufügen. Außerdem: "
592
+ "<strong>Schau in deine %sMedien Einstellungen%s</strong>."
593
+
594
+ #~ msgid "Replace Featured Images"
595
+ #~ msgstr "Beitragsbilder ersetzen"
596
+
597
+ #~ msgid ""
598
+ #~ "If a Featured Video is available it can be displayed in place of the "
599
+ #~ "Featured Image. Still, a Featured Image is required."
600
+ #~ msgstr ""
601
+ #~ "Wenn ein Artikelvideo vorhanden ist kann es anstelle des Artikelbildes "
602
+ #~ "angezeigt werden. Dafür muss trotzdem ein Artikelbild gesetzt sein!"
603
+
604
+ #~ msgid ""
605
+ #~ "The plugin logs it's version, the WordPress version and WordPress "
606
+ #~ "language for internal statistics. Those help for future plugin "
607
+ #~ "development."
608
+ #~ msgstr ""
609
+ #~ "Das Plugin speichert seine Version, die WordPress Version und WordPress "
610
+ #~ "Spracheinstellung für eigene Statistiken."
611
+
612
+ #~ msgid ""
613
+ #~ "No personal user information is being collected. Still, you can easily "
614
+ #~ "Opt-Out and have the data deleted:"
615
+ #~ msgstr ""
616
+ #~ "Es werden keine persönlichen Nutzerinformationen gespeichert. Wenn du "
617
+ #~ "willst kannst du dich abmelden und deine Daten werden gelöscht:"
618
+
619
+ #~ msgid "VIDEOJS Player Options"
620
+ #~ msgstr "VIDEOJS Player Optionen"
621
+
622
+ #~ msgid ""
623
+ #~ "%s features more customization settings, internationalization, better "
624
+ #~ "error handling and experimental LiveLeak integration."
625
+ #~ msgstr ""
626
+ #~ "%s integriert mehr Einstellungsmöglichkeiten, Internationalisierung, "
627
+ #~ "bessere Fehlerbehandlung und experimentelle LiveLeak Integration."
628
+
629
+ #~ msgid "Align"
630
+ #~ msgstr "Ausrichtung"
631
+
632
+ #~ msgid "Found a bug or <strong>missing a specific video service</strong>?"
633
+ #~ msgstr ""
634
+ #~ "Hast du einen Fehler gefunden oder <strong>fehlt dir eine bestimmte Video "
635
+ #~ "Plattform</strong>?"
636
+
637
+ #~ msgid "Do you like the plugin?"
638
+ #~ msgstr "Gefällt dir das Plugin?"
639
+
640
+ #~ msgid "rate it"
641
+ #~ msgstr "bewerte es"
642
+
643
+ #~ msgid ""
644
+ #~ "All parameters are optional. If %s the current post's id will be used."
645
+ #~ msgstr ""
646
+ #~ "Alle Parameter sind optional. Wenn %s gilt, wird die ID vom aktuellen "
647
+ #~ "Eintrag verwendet."
648
+
649
+ #~ msgid ""
650
+ #~ "Featured Video Plus was <strong>upgraded</strong>. Version <strong>%s</"
651
+ #~ "strong> features more customization settings and a more dynamic admin "
652
+ #~ "interface."
653
+ #~ msgstr ""
654
+ #~ "Version %s integriert mehr Einstellungsmöglichkeiten, "
655
+ #~ "Internationalisierung, besseres Fehlerbehandlung und LiveLeak Videos "
656
+ #~ "(experimentell)."
657
+
658
+ #~ msgid ""
659
+ #~ "Featured Video Plus was <strong>upgraded</strong>. Version <strong>%s</"
660
+ #~ "strong> now supports <strong>local videos</strong> and many more "
661
+ #~ "customization settings."
662
+ #~ msgstr ""
663
+ #~ "Version %s integriert <strong>lokale Videos</strong>, LiveLeak Videos "
664
+ #~ "(experimentell), mehr Einstellungsmöglichkeiten, Internationalisierung "
665
+ #~ "und besseres Fehlerbehandlung."
666
+
667
+ #~ msgid "YouTube, Vimeo, Dailymotion; Local Media"
668
+ #~ msgstr "Video Formate"
lng/featured-video-plus.pot CHANGED
@@ -1,511 +1,511 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: featured-video-plus 1.3\n"
4
- "POT-Creation-Date: 2013-04-30 00:01+0100\n"
5
- "PO-Revision-Date: 2013-04-30 00:01+0100\n"
6
- "Last-Translator: Alexander Höreth <a.hoereth@gmail.com>\n"
7
- "Language-Team: a.hoereth <a.hoereth@gmail.com>\n"
8
- "Language: en\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 1.5.4\n"
13
- "X-Poedit-KeywordsList: __;_e\n"
14
- "X-Poedit-Basepath: ..\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-SearchPath-0: php\n"
17
-
18
- #: php/backend.php:32
19
- msgid "Video URL"
20
- msgstr ""
21
-
22
- #: php/backend.php:33
23
- msgid "Fallback: same video, different format"
24
- msgstr ""
25
-
26
- #: php/backend.php:92 php/backend.php:707 php/backend.php:714
27
- #: php/backend.php:731 php/backend.php:733
28
- msgid "Featured Video"
29
- msgstr ""
30
-
31
- #: php/backend.php:123
32
- msgid "Outdated WordPress Version"
33
- msgstr ""
34
-
35
- #: php/backend.php:123
36
- #, php-format
37
- msgid ""
38
- "There is WordPress 3.5 out there! The plugin supports older versions way "
39
- "back to 3.1 - but %s is defenitly to old!"
40
- msgstr ""
41
-
42
- #: php/backend.php:134
43
- msgid "Set Featured Video"
44
- msgstr ""
45
-
46
- #: php/backend.php:134
47
- msgid "Set featured video"
48
- msgstr ""
49
-
50
- #: php/backend.php:143
51
- msgid "Set Featured Video Fallback"
52
- msgstr ""
53
-
54
- #: php/backend.php:143
55
- msgid "Set featured video fallback"
56
- msgstr ""
57
-
58
- #: php/backend.php:152 php/backend.php:659
59
- msgid "Supported Video Formats"
60
- msgstr ""
61
-
62
- #: php/backend.php:152
63
- msgid "or"
64
- msgstr ""
65
-
66
- #: php/backend.php:152 php/backend.php:658
67
- msgid "More information"
68
- msgstr ""
69
-
70
- #: php/backend.php:157
71
- msgid "Fallback Video"
72
- msgstr ""
73
-
74
- #: php/backend.php:157
75
- msgid ""
76
- "The two input fields should contain the same video but in distinct formats."
77
- msgstr ""
78
-
79
- #: php/backend.php:164
80
- msgid "Hint"
81
- msgstr ""
82
-
83
- #: php/backend.php:164
84
- #, php-format
85
- msgid "Take a look into the %sContextual Help%s."
86
- msgstr ""
87
-
88
- #: php/backend.php:170 php/settings.php:401
89
- msgid "Featured Image"
90
- msgstr ""
91
-
92
- #: php/backend.php:170
93
- msgid ""
94
- "For automatically displaying the Featured Video a Featured Image is required."
95
- msgstr ""
96
-
97
- #: php/backend.php:175
98
- msgid "Set as Featured Image"
99
- msgstr ""
100
-
101
- #: php/backend.php:179
102
- msgid "The current theme does not support Featured Images"
103
- msgstr ""
104
-
105
- #: php/backend.php:179
106
- #, php-format
107
- msgid ""
108
- "To display Featured Videos you need to use the <code>Shortcode</code> or "
109
- "<code>PHP functions</code>. To hide this notice deactivate &quot;<em>Replace "
110
- "Featured Images</em>&quot; in the %sMedia Settings%s."
111
- msgstr ""
112
-
113
- #: php/backend.php:653
114
- #, php-format
115
- msgid ""
116
- "To use local videos, copy the <code>Link To Media File</code> from your "
117
- "%sMedia Library%s and paste it into the text field."
118
- msgstr ""
119
-
120
- #: php/backend.php:654
121
- #, php-format
122
- msgid ""
123
- "To use local videos, copy the <code>File URL</code> from your %sMedia Library"
124
- "%s and paste it into the text field."
125
- msgstr ""
126
-
127
- #: php/backend.php:658
128
- msgid ""
129
- "The second text field is intended to hold the URL to the same video in a "
130
- "different format. It will be used as fallback if the primary file can not be "
131
- "played."
132
- msgstr ""
133
-
134
- #: php/backend.php:661
135
- msgid "Converting your videos"
136
- msgstr ""
137
-
138
- #: php/backend.php:662
139
- #, php-format
140
- msgid ""
141
- "Take a look at the %sMiro Video Converter%s. It is open source, lightweight "
142
- "and compatible with Windows, Mac and Linux."
143
- msgstr ""
144
-
145
- #: php/backend.php:663
146
- msgid "Fixing upload errors"
147
- msgstr ""
148
-
149
- #: php/backend.php:665
150
- #, php-format
151
- msgid ""
152
- "Read %sthis%s on how to increase the <strong>maximum file upload size</"
153
- "strong>."
154
- msgstr ""
155
-
156
- #: php/backend.php:666
157
- #, php-format
158
- msgid ""
159
- "WordPress by default does not support <code>webM</code>. The plugin "
160
- "activates it, but under some conditions this might not be enough. %sHere%s "
161
- "you can get more information on this."
162
- msgstr ""
163
-
164
- #: php/backend.php:668
165
- msgid "Flash Fallback"
166
- msgstr ""
167
-
168
- #: php/backend.php:669
169
- #, php-format
170
- msgid ""
171
- "The video player, %sVIDEOJS%s, features an Adobe Flash fallback. All you "
172
- "need to do is provide an <code>mp4</code>-video."
173
- msgstr ""
174
-
175
- #: php/backend.php:673
176
- msgid ""
177
- "These are some of the tested URL formats. Everything in bold is required, "
178
- "everything in brackets is optional."
179
- msgstr ""
180
-
181
- #: php/backend.php:707 php/backend.php:731
182
- msgid "Local Media"
183
- msgstr ""
184
-
185
- #: php/backend.php:714 php/backend.php:733
186
- msgid "Valid URLs"
187
- msgstr ""
188
-
189
- #: php/settings.php:21
190
- msgid "Featured Videos"
191
- msgstr ""
192
-
193
- #: php/settings.php:23
194
- msgid "Usage"
195
- msgstr ""
196
-
197
- #: php/settings.php:24
198
- msgid "Autoplay"
199
- msgstr ""
200
-
201
- #: php/settings.php:25
202
- msgid "Video Sizing"
203
- msgstr ""
204
-
205
- #: php/settings.php:26
206
- msgid "Video Align"
207
- msgstr ""
208
-
209
- #: php/settings.php:27
210
- msgid "Local Video Options"
211
- msgstr ""
212
-
213
- #: php/settings.php:28
214
- msgid "YouTube Options"
215
- msgstr ""
216
-
217
- #: php/settings.php:29
218
- msgid "Vimeo Options"
219
- msgstr ""
220
-
221
- #: php/settings.php:30
222
- msgid "Dailymotion Options"
223
- msgstr ""
224
-
225
- #: php/settings.php:31
226
- msgid "Support"
227
- msgstr ""
228
-
229
- #: php/settings.php:45
230
- #, php-format
231
- msgid ""
232
- "To display your featured videos you can either make use of the automatic "
233
- "replacement, use the %s or manually edit your theme's source files to make "
234
- "use of the plugins PHP-functions."
235
- msgstr ""
236
-
237
- #: php/settings.php:46
238
- #, php-format
239
- msgid ""
240
- "For more information about Shortcode and PHP functions see the %sContextual "
241
- "Help%s."
242
- msgstr ""
243
-
244
- #: php/settings.php:62
245
- msgid "Replace featured image automatically if possible"
246
- msgstr ""
247
-
248
- #: php/settings.php:62 php/settings.php:89 php/settings.php:112
249
- #: php/settings.php:122 php/settings.php:143
250
- msgid "default"
251
- msgstr ""
252
-
253
- #: php/settings.php:63
254
- msgid "Open video overlay when featured image is clicked. Define width below!"
255
- msgstr ""
256
-
257
- #: php/settings.php:64
258
- msgid "Replace featured image with video on click and auto play if possible"
259
- msgstr ""
260
-
261
- #: php/settings.php:65
262
- msgid "None of the above: Manually use PHP-functions or shortcodes"
263
- msgstr ""
264
-
265
- #: php/settings.php:66
266
- #, php-format
267
- msgid ""
268
- "The first three options require your theme to make use of WordPress' "
269
- "%sfeatured image%s capabilities."
270
- msgstr ""
271
-
272
- #: php/settings.php:71
273
- msgid "The current theme does not support featured images"
274
- msgstr ""
275
-
276
- #: php/settings.php:71
277
- msgid ""
278
- "To display Featured Videos you need to use the <code>Shortcode</code> or "
279
- "<code>PHP functions</code>."
280
- msgstr ""
281
-
282
- #: php/settings.php:87
283
- msgid "yes"
284
- msgstr ""
285
-
286
- #: php/settings.php:89
287
- msgid "no"
288
- msgstr ""
289
-
290
- #: php/settings.php:90
291
- msgid ""
292
- "YouTube, Vimeo and Dailymotion videos can autoplay when a single post/page "
293
- "is being viewed."
294
- msgstr ""
295
-
296
- #: php/settings.php:109
297
- msgid "Width"
298
- msgstr ""
299
-
300
- #: php/settings.php:119
301
- msgid "Height"
302
- msgstr ""
303
-
304
- #: php/settings.php:128
305
- msgid ""
306
- "When using <code>auto</code> the video will be adjusted to fit it's parent "
307
- "element while sticking to it's ratio. Using a <code>fixed</code> height and "
308
- "width might result in <em>not so pretty</em> black bars."
309
- msgstr ""
310
-
311
- #: php/settings.php:142
312
- msgid "left"
313
- msgstr ""
314
-
315
- #: php/settings.php:143
316
- msgid "center"
317
- msgstr ""
318
-
319
- #: php/settings.php:144
320
- msgid "right"
321
- msgstr ""
322
-
323
- #: php/settings.php:163
324
- msgid "Use CDN"
325
- msgstr ""
326
-
327
- #: php/settings.php:164
328
- msgid "Include JS"
329
- msgstr ""
330
-
331
- #: php/settings.php:165
332
- msgid "Include CSS"
333
- msgstr ""
334
-
335
- #: php/settings.php:166
336
- msgid ""
337
- "Disabling JS and/or CSS will break the local video player. Disable only when "
338
- "you want to replace VideoJS with a different script and know what you are "
339
- "doing."
340
- msgstr ""
341
-
342
- #: php/settings.php:167
343
- msgid "Use featured image as video thumbnail"
344
- msgstr ""
345
-
346
- #: php/settings.php:188
347
- msgid "Light Theme"
348
- msgstr ""
349
-
350
- #: php/settings.php:189
351
- msgid "Fullscreen Button"
352
- msgstr ""
353
-
354
- #: php/settings.php:197
355
- msgid "Info"
356
- msgstr ""
357
-
358
- #: php/settings.php:199
359
- msgid "Related Videos"
360
- msgstr ""
361
-
362
- #: php/settings.php:200
363
- msgid "Javascript API"
364
- msgstr ""
365
-
366
- #: php/settings.php:201
367
- msgid "White Progressbar"
368
- msgstr ""
369
-
370
- #: php/settings.php:203 php/settings.php:256
371
- msgid "Logo"
372
- msgstr ""
373
-
374
- #: php/settings.php:225
375
- msgid "Portrait"
376
- msgstr ""
377
-
378
- #: php/settings.php:226
379
- msgid "Title"
380
- msgstr ""
381
-
382
- #: php/settings.php:227
383
- msgid "Byline"
384
- msgstr ""
385
-
386
- #: php/settings.php:230
387
- msgid "Color"
388
- msgstr ""
389
-
390
- #: php/settings.php:234
391
- msgid "Vimeo Plus Videos might ignore these settings."
392
- msgstr ""
393
-
394
- #: php/settings.php:257
395
- msgid "Videoinfo"
396
- msgstr ""
397
-
398
- #: php/settings.php:258
399
- msgid "Syndication Key"
400
- msgstr ""
401
-
402
- #: php/settings.php:262
403
- msgid "Foreground"
404
- msgstr ""
405
-
406
- #: php/settings.php:267
407
- msgid "Highlight"
408
- msgstr ""
409
-
410
- #: php/settings.php:272
411
- msgid "Background"
412
- msgstr ""
413
-
414
- #: php/settings.php:289
415
- #, php-format
416
- msgid ""
417
- "If you have found a bug or are missing a specific video service, please "
418
- "%slet me know%s in the support forum. Elsewise, if you like the plugin: "
419
- "Please %srate it!%s"
420
- msgstr ""
421
-
422
- #: php/settings.php:376
423
- msgid "Displays the video in its default size."
424
- msgstr ""
425
-
426
- #: php/settings.php:380
427
- msgid ""
428
- "Displays the video with an width of 300 pixel. Height will be fitted to the "
429
- "aspect ratio."
430
- msgstr ""
431
-
432
- #: php/settings.php:384
433
- msgid "Displays the video with an fixed width and height."
434
- msgstr ""
435
-
436
- #: php/settings.php:398
437
- #, php-format
438
- msgid ""
439
- "All parameters are optional. If %s the current post's id will be used. %s is "
440
- "either a string keyword (thumbnail, medium, large or full) or a 2-item array "
441
- "representing width and height in pixels, e.g. array(32,32)."
442
- msgstr ""
443
-
444
- #: php/settings.php:401
445
- #, php-format
446
- msgid ""
447
- "The functions are implemented corresponding to the original %sfunctions%s: "
448
- "They are intended to be used and to act the same way. Take a look into the "
449
- "WordPress Codex for further guidance:"
450
- msgstr ""
451
-
452
- #: php/settings.php:424 php/settings.php:447
453
- msgid "PHP-Functions"
454
- msgstr ""
455
-
456
- #: php/upgrade.php:164 php/upgrade.php:175 php/upgrade.php:186
457
- #: php/upgrade.php:197 php/upgrade.php:208
458
- msgid "Featured Video Plus was <strong>upgraded</strong>."
459
- msgstr ""
460
-
461
- #: php/upgrade.php:164
462
- #, php-format
463
- msgid ""
464
- "%s brings new options for YouTube and local videos, fixes a whole bunch of "
465
- "glitches and introduces a new PHP-function."
466
- msgstr ""
467
-
468
- #: php/upgrade.php:164 php/upgrade.php:175 php/upgrade.php:186
469
- #: php/upgrade.php:197 php/upgrade.php:208
470
- #, php-format
471
- msgid "If you like the plugin, please %srate it%s."
472
- msgstr ""
473
-
474
- #: php/upgrade.php:175
475
- #, php-format
476
- msgid ""
477
- "%s <strong>ajax</strong>ifies the Featured Video box, introduces new options "
478
- "for YouTube and local videos and a new PHP-function."
479
- msgstr ""
480
-
481
- #: php/upgrade.php:186
482
- #, php-format
483
- msgid ""
484
- "%s features a seamless <strong>WP3.5 Media Manager</strong> integration, an "
485
- "all new <strong>ajax</strong>ified metabox, time-links (#t=4m2s) for YouTube "
486
- "and Dailymotion, new PHP functions for developers and more."
487
- msgstr ""
488
-
489
- #: php/upgrade.php:197
490
- #, php-format
491
- msgid ""
492
- "%s features a seamless WP3.5 Media Manager integration, an ajaxified "
493
- "metabox, time-links (#t=4m2s) for YouTube and Dailymotion, more "
494
- "customization settings and internationalization."
495
- msgstr ""
496
-
497
- #: php/upgrade.php:208
498
- #, php-format
499
- msgid ""
500
- "%s features support for <strong>Local Videos</strong>, a seamless WP3.5 "
501
- "Media Manager integration, an ajaxified metabox, time-links (#t=4m2s) for "
502
- "YouTube and Dailymotion and many more customization settings."
503
- msgstr ""
504
-
505
- #: php/upgrade.php:220
506
- #, php-format
507
- msgid ""
508
- "Featured Video Plus is <strong>ready to use</strong>. There is a new box on "
509
- "post & page edit screens for you to add videos. <strong>Take a look at your "
510
- "new %sMedia Settings%s</strong>."
511
- msgstr ""
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: featured-video-plus 1.3\n"
4
+ "POT-Creation-Date: 2013-04-30 00:01+0100\n"
5
+ "PO-Revision-Date: 2013-04-30 00:01+0100\n"
6
+ "Last-Translator: Alexander Höreth <a.hoereth@gmail.com>\n"
7
+ "Language-Team: a.hoereth <a.hoereth@gmail.com>\n"
8
+ "Language: en\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.4\n"
13
+ "X-Poedit-KeywordsList: __;_e\n"
14
+ "X-Poedit-Basepath: ..\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-SearchPath-0: php\n"
17
+
18
+ #: php/backend.php:32
19
+ msgid "Video URL"
20
+ msgstr ""
21
+
22
+ #: php/backend.php:33
23
+ msgid "Fallback: same video, different format"
24
+ msgstr ""
25
+
26
+ #: php/backend.php:92 php/backend.php:707 php/backend.php:714
27
+ #: php/backend.php:731 php/backend.php:733
28
+ msgid "Featured Video"
29
+ msgstr ""
30
+
31
+ #: php/backend.php:123
32
+ msgid "Outdated WordPress Version"
33
+ msgstr ""
34
+
35
+ #: php/backend.php:123
36
+ #, php-format
37
+ msgid ""
38
+ "There is WordPress 3.5 out there! The plugin supports older versions way "
39
+ "back to 3.1 - but %s is defenitly to old!"
40
+ msgstr ""
41
+
42
+ #: php/backend.php:134
43
+ msgid "Set Featured Video"
44
+ msgstr ""
45
+
46
+ #: php/backend.php:134
47
+ msgid "Set featured video"
48
+ msgstr ""
49
+
50
+ #: php/backend.php:143
51
+ msgid "Set Featured Video Fallback"
52
+ msgstr ""
53
+
54
+ #: php/backend.php:143
55
+ msgid "Set featured video fallback"
56
+ msgstr ""
57
+
58
+ #: php/backend.php:152 php/backend.php:659
59
+ msgid "Supported Video Formats"
60
+ msgstr ""
61
+
62
+ #: php/backend.php:152
63
+ msgid "or"
64
+ msgstr ""
65
+
66
+ #: php/backend.php:152 php/backend.php:658
67
+ msgid "More information"
68
+ msgstr ""
69
+
70
+ #: php/backend.php:157
71
+ msgid "Fallback Video"
72
+ msgstr ""
73
+
74
+ #: php/backend.php:157
75
+ msgid ""
76
+ "The two input fields should contain the same video but in distinct formats."
77
+ msgstr ""
78
+
79
+ #: php/backend.php:164
80
+ msgid "Hint"
81
+ msgstr ""
82
+
83
+ #: php/backend.php:164
84
+ #, php-format
85
+ msgid "Take a look into the %sContextual Help%s."
86
+ msgstr ""
87
+
88
+ #: php/backend.php:170 php/settings.php:401
89
+ msgid "Featured Image"
90
+ msgstr ""
91
+
92
+ #: php/backend.php:170
93
+ msgid ""
94
+ "For automatically displaying the Featured Video a Featured Image is required."
95
+ msgstr ""
96
+
97
+ #: php/backend.php:175
98
+ msgid "Set as Featured Image"
99
+ msgstr ""
100
+
101
+ #: php/backend.php:179
102
+ msgid "The current theme does not support Featured Images"
103
+ msgstr ""
104
+
105
+ #: php/backend.php:179
106
+ #, php-format
107
+ msgid ""
108
+ "To display Featured Videos you need to use the <code>Shortcode</code> or "
109
+ "<code>PHP functions</code>. To hide this notice deactivate &quot;<em>Replace "
110
+ "Featured Images</em>&quot; in the %sMedia Settings%s."
111
+ msgstr ""
112
+
113
+ #: php/backend.php:653
114
+ #, php-format
115
+ msgid ""
116
+ "To use local videos, copy the <code>Link To Media File</code> from your "
117
+ "%sMedia Library%s and paste it into the text field."
118
+ msgstr ""
119
+
120
+ #: php/backend.php:654
121
+ #, php-format
122
+ msgid ""
123
+ "To use local videos, copy the <code>File URL</code> from your %sMedia Library"
124
+ "%s and paste it into the text field."
125
+ msgstr ""
126
+
127
+ #: php/backend.php:658
128
+ msgid ""
129
+ "The second text field is intended to hold the URL to the same video in a "
130
+ "different format. It will be used as fallback if the primary file can not be "
131
+ "played."
132
+ msgstr ""
133
+
134
+ #: php/backend.php:661
135
+ msgid "Converting your videos"
136
+ msgstr ""
137
+
138
+ #: php/backend.php:662
139
+ #, php-format
140
+ msgid ""
141
+ "Take a look at the %sMiro Video Converter%s. It is open source, lightweight "
142
+ "and compatible with Windows, Mac and Linux."
143
+ msgstr ""
144
+
145
+ #: php/backend.php:663
146
+ msgid "Fixing upload errors"
147
+ msgstr ""
148
+
149
+ #: php/backend.php:665
150
+ #, php-format
151
+ msgid ""
152
+ "Read %sthis%s on how to increase the <strong>maximum file upload size</"
153
+ "strong>."
154
+ msgstr ""
155
+
156
+ #: php/backend.php:666
157
+ #, php-format
158
+ msgid ""
159
+ "WordPress by default does not support <code>webM</code>. The plugin "
160
+ "activates it, but under some conditions this might not be enough. %sHere%s "
161
+ "you can get more information on this."
162
+ msgstr ""
163
+
164
+ #: php/backend.php:668
165
+ msgid "Flash Fallback"
166
+ msgstr ""
167
+
168
+ #: php/backend.php:669
169
+ #, php-format
170
+ msgid ""
171
+ "The video player, %sVIDEOJS%s, features an Adobe Flash fallback. All you "
172
+ "need to do is provide an <code>mp4</code>-video."
173
+ msgstr ""
174
+
175
+ #: php/backend.php:673
176
+ msgid ""
177
+ "These are some of the tested URL formats. Everything in bold is required, "
178
+ "everything in brackets is optional."
179
+ msgstr ""
180
+
181
+ #: php/backend.php:707 php/backend.php:731
182
+ msgid "Local Media"
183
+ msgstr ""
184
+
185
+ #: php/backend.php:714 php/backend.php:733
186
+ msgid "Valid URLs"
187
+ msgstr ""
188
+
189
+ #: php/settings.php:21
190
+ msgid "Featured Videos"
191
+ msgstr ""
192
+
193
+ #: php/settings.php:23
194
+ msgid "Usage"
195
+ msgstr ""
196
+
197
+ #: php/settings.php:24
198
+ msgid "Autoplay"
199
+ msgstr ""
200
+
201
+ #: php/settings.php:25
202
+ msgid "Video Sizing"
203
+ msgstr ""
204
+
205
+ #: php/settings.php:26
206
+ msgid "Video Align"
207
+ msgstr ""
208
+
209
+ #: php/settings.php:27
210
+ msgid "Local Video Options"
211
+ msgstr ""
212
+
213
+ #: php/settings.php:28
214
+ msgid "YouTube Options"
215
+ msgstr ""
216
+
217
+ #: php/settings.php:29
218
+ msgid "Vimeo Options"
219
+ msgstr ""
220
+
221
+ #: php/settings.php:30
222
+ msgid "Dailymotion Options"
223
+ msgstr ""
224
+
225
+ #: php/settings.php:31
226
+ msgid "Support"
227
+ msgstr ""
228
+
229
+ #: php/settings.php:45
230
+ #, php-format
231
+ msgid ""
232
+ "To display your featured videos you can either make use of the automatic "
233
+ "replacement, use the %s or manually edit your theme's source files to make "
234
+ "use of the plugins PHP-functions."
235
+ msgstr ""
236
+
237
+ #: php/settings.php:46
238
+ #, php-format
239
+ msgid ""
240
+ "For more information about Shortcode and PHP functions see the %sContextual "
241
+ "Help%s."
242
+ msgstr ""
243
+
244
+ #: php/settings.php:62
245
+ msgid "Replace featured image automatically if possible"
246
+ msgstr ""
247
+
248
+ #: php/settings.php:62 php/settings.php:89 php/settings.php:112
249
+ #: php/settings.php:122 php/settings.php:143
250
+ msgid "default"
251
+ msgstr ""
252
+
253
+ #: php/settings.php:63
254
+ msgid "Open video overlay when featured image is clicked. Define width below!"
255
+ msgstr ""
256
+
257
+ #: php/settings.php:64
258
+ msgid "Replace featured image with video on click and auto play if possible"
259
+ msgstr ""
260
+
261
+ #: php/settings.php:65
262
+ msgid "None of the above: Manually use PHP-functions or shortcodes"
263
+ msgstr ""
264
+
265
+ #: php/settings.php:66
266
+ #, php-format
267
+ msgid ""
268
+ "The first three options require your theme to make use of WordPress' "
269
+ "%sfeatured image%s capabilities."
270
+ msgstr ""
271
+
272
+ #: php/settings.php:71
273
+ msgid "The current theme does not support featured images"
274
+ msgstr ""
275
+
276
+ #: php/settings.php:71
277
+ msgid ""
278
+ "To display Featured Videos you need to use the <code>Shortcode</code> or "
279
+ "<code>PHP functions</code>."
280
+ msgstr ""
281
+
282
+ #: php/settings.php:87
283
+ msgid "yes"
284
+ msgstr ""
285
+
286
+ #: php/settings.php:89
287
+ msgid "no"
288
+ msgstr ""
289
+
290
+ #: php/settings.php:90
291
+ msgid ""
292
+ "YouTube, Vimeo and Dailymotion videos can autoplay when a single post/page "
293
+ "is being viewed."
294
+ msgstr ""
295
+
296
+ #: php/settings.php:109
297
+ msgid "Width"
298
+ msgstr ""
299
+
300
+ #: php/settings.php:119
301
+ msgid "Height"
302
+ msgstr ""
303
+
304
+ #: php/settings.php:128
305
+ msgid ""
306
+ "When using <code>auto</code> the video will be adjusted to fit it's parent "
307
+ "element while sticking to it's ratio. Using a <code>fixed</code> height and "
308
+ "width might result in <em>not so pretty</em> black bars."
309
+ msgstr ""
310
+
311
+ #: php/settings.php:142
312
+ msgid "left"
313
+ msgstr ""
314
+
315
+ #: php/settings.php:143
316
+ msgid "center"
317
+ msgstr ""
318
+
319
+ #: php/settings.php:144
320
+ msgid "right"
321
+ msgstr ""
322
+
323
+ #: php/settings.php:163
324
+ msgid "Use CDN"
325
+ msgstr ""
326
+
327
+ #: php/settings.php:164
328
+ msgid "Include JS"
329
+ msgstr ""
330
+
331
+ #: php/settings.php:165
332
+ msgid "Include CSS"
333
+ msgstr ""
334
+
335
+ #: php/settings.php:166
336
+ msgid ""
337
+ "Disabling JS and/or CSS will break the local video player. Disable only when "
338
+ "you want to replace VideoJS with a different script and know what you are "
339
+ "doing."
340
+ msgstr ""
341
+
342
+ #: php/settings.php:167
343
+ msgid "Use featured image as video thumbnail"
344
+ msgstr ""
345
+
346
+ #: php/settings.php:188
347
+ msgid "Light Theme"
348
+ msgstr ""
349
+
350
+ #: php/settings.php:189
351
+ msgid "Fullscreen Button"
352
+ msgstr ""
353
+
354
+ #: php/settings.php:197
355
+ msgid "Info"
356
+ msgstr ""
357
+
358
+ #: php/settings.php:199
359
+ msgid "Related Videos"
360
+ msgstr ""
361
+
362
+ #: php/settings.php:200
363
+ msgid "Javascript API"
364
+ msgstr ""
365
+
366
+ #: php/settings.php:201
367
+ msgid "White Progressbar"
368
+ msgstr ""
369
+
370
+ #: php/settings.php:203 php/settings.php:256
371
+ msgid "Logo"
372
+ msgstr ""
373
+
374
+ #: php/settings.php:225
375
+ msgid "Portrait"
376
+ msgstr ""
377
+
378
+ #: php/settings.php:226
379
+ msgid "Title"
380
+ msgstr ""
381
+
382
+ #: php/settings.php:227
383
+ msgid "Byline"
384
+ msgstr ""
385
+
386
+ #: php/settings.php:230
387
+ msgid "Color"
388
+ msgstr ""
389
+
390
+ #: php/settings.php:234
391
+ msgid "Vimeo Plus Videos might ignore these settings."
392
+ msgstr ""
393
+
394
+ #: php/settings.php:257
395
+ msgid "Videoinfo"
396
+ msgstr ""
397
+
398
+ #: php/settings.php:258
399
+ msgid "Syndication Key"
400
+ msgstr ""
401
+
402
+ #: php/settings.php:262
403
+ msgid "Foreground"
404
+ msgstr ""
405
+
406
+ #: php/settings.php:267
407
+ msgid "Highlight"
408
+ msgstr ""
409
+
410
+ #: php/settings.php:272
411
+ msgid "Background"
412
+ msgstr ""
413
+
414
+ #: php/settings.php:289
415
+ #, php-format
416
+ msgid ""
417
+ "If you have found a bug or are missing a specific video service, please "
418
+ "%slet me know%s in the support forum. Elsewise, if you like the plugin: "
419
+ "Please %srate it!%s"
420
+ msgstr ""
421
+
422
+ #: php/settings.php:376
423
+ msgid "Displays the video in its default size."
424
+ msgstr ""
425
+
426
+ #: php/settings.php:380
427
+ msgid ""
428
+ "Displays the video with an width of 300 pixel. Height will be fitted to the "
429
+ "aspect ratio."
430
+ msgstr ""
431
+
432
+ #: php/settings.php:384
433
+ msgid "Displays the video with an fixed width and height."
434
+ msgstr ""
435
+
436
+ #: php/settings.php:398
437
+ #, php-format
438
+ msgid ""
439
+ "All parameters are optional. If %s the current post's id will be used. %s is "
440
+ "either a string keyword (thumbnail, medium, large or full) or a 2-item array "
441
+ "representing width and height in pixels, e.g. array(32,32)."
442
+ msgstr ""
443
+
444
+ #: php/settings.php:401
445
+ #, php-format
446
+ msgid ""
447
+ "The functions are implemented corresponding to the original %sfunctions%s: "
448
+ "They are intended to be used and to act the same way. Take a look into the "
449
+ "WordPress Codex for further guidance:"
450
+ msgstr ""
451
+
452
+ #: php/settings.php:424 php/settings.php:447
453
+ msgid "PHP-Functions"
454
+ msgstr ""
455
+
456
+ #: php/upgrade.php:164 php/upgrade.php:175 php/upgrade.php:186
457
+ #: php/upgrade.php:197 php/upgrade.php:208
458
+ msgid "Featured Video Plus was <strong>upgraded</strong>."
459
+ msgstr ""
460
+
461
+ #: php/upgrade.php:164
462
+ #, php-format
463
+ msgid ""
464
+ "%s brings new options for YouTube and local videos, fixes a whole bunch of "
465
+ "glitches and introduces a new PHP-function."
466
+ msgstr ""
467
+
468
+ #: php/upgrade.php:164 php/upgrade.php:175 php/upgrade.php:186
469
+ #: php/upgrade.php:197 php/upgrade.php:208
470
+ #, php-format
471
+ msgid "If you like the plugin, please %srate it%s."
472
+ msgstr ""
473
+
474
+ #: php/upgrade.php:175
475
+ #, php-format
476
+ msgid ""
477
+ "%s <strong>ajax</strong>ifies the Featured Video box, introduces new options "
478
+ "for YouTube and local videos and a new PHP-function."
479
+ msgstr ""
480
+
481
+ #: php/upgrade.php:186
482
+ #, php-format
483
+ msgid ""
484
+ "%s features a seamless <strong>WP3.5 Media Manager</strong> integration, an "
485
+ "all new <strong>ajax</strong>ified metabox, time-links (#t=4m2s) for YouTube "
486
+ "and Dailymotion, new PHP functions for developers and more."
487
+ msgstr ""
488
+
489
+ #: php/upgrade.php:197
490
+ #, php-format
491
+ msgid ""
492
+ "%s features a seamless WP3.5 Media Manager integration, an ajaxified "
493
+ "metabox, time-links (#t=4m2s) for YouTube and Dailymotion, more "
494
+ "customization settings and internationalization."
495
+ msgstr ""
496
+
497
+ #: php/upgrade.php:208
498
+ #, php-format
499
+ msgid ""
500
+ "%s features support for <strong>Local Videos</strong>, a seamless WP3.5 "
501
+ "Media Manager integration, an ajaxified metabox, time-links (#t=4m2s) for "
502
+ "YouTube and Dailymotion and many more customization settings."
503
+ msgstr ""
504
+
505
+ #: php/upgrade.php:220
506
+ #, php-format
507
+ msgid ""
508
+ "Featured Video Plus is <strong>ready to use</strong>. There is a new box on "
509
+ "post & page edit screens for you to add videos. <strong>Take a look at your "
510
+ "new %sMedia Settings%s</strong>."
511
+ msgstr ""
php/frontend.php CHANGED
@@ -44,7 +44,6 @@ class featured_video_plus_frontend {
44
  if ($options['usage']=='overlay')
45
  wp_enqueue_script( 'jquery.domwindow', FVP_URL . 'js/jquery.domwindow.min.js', array( 'jquery' ), FVP_VERSION ); // production
46
  //wp_enqueue_script( 'jquery.domwindow', FVP_URL . 'js/jquery.domwindow.js', array( 'jquery' ), FVP_VERSION ); // development
47
- //add_thickbox();
48
 
49
  wp_enqueue_script( 'fvp_frontend', FVP_URL . 'js/frontend.min.js', array( 'jquery' ), FVP_VERSION ); // production
50
  //wp_enqueue_script( 'fvp_frontend', FVP_URL . 'js/frontend.js', array( 'jquery' ), FVP_VERSION ); // development
@@ -85,17 +84,17 @@ class featured_video_plus_frontend {
85
 
86
  $options = get_option( 'fvp-settings' );
87
 
88
- if ((!$options['usage']=='manual') || !has_post_video($post_id))
89
  return $html;
90
 
91
  elseif ($options['usage']=='replace')
92
  return get_the_post_video($post_id, $size);
93
 
94
- elseif ($options['usage']=='overlay') //?width='.$size['0'].'&height='.$size['1'].'&inlineId=fvp_'.$post_id.'
95
  return '<a href="#fvp_'.$post_id.'" class="fvp_overlay" onclick="return false;">'.$html.'</a><div id="fvp_'.$post_id.'" style="display: none;"></div>';
96
 
97
  else//if ($options['usage']=='dynamic')
98
- return '<a href="#featuredvideo'.$post_id.'" class="fvp_dynamic fvp_'.$post_id.'" onclick="fvp_dynamic('.$post_id.');return false;">'.$html.'</a>';
99
 
100
  }
101
 
44
  if ($options['usage']=='overlay')
45
  wp_enqueue_script( 'jquery.domwindow', FVP_URL . 'js/jquery.domwindow.min.js', array( 'jquery' ), FVP_VERSION ); // production
46
  //wp_enqueue_script( 'jquery.domwindow', FVP_URL . 'js/jquery.domwindow.js', array( 'jquery' ), FVP_VERSION ); // development
 
47
 
48
  wp_enqueue_script( 'fvp_frontend', FVP_URL . 'js/frontend.min.js', array( 'jquery' ), FVP_VERSION ); // production
49
  //wp_enqueue_script( 'fvp_frontend', FVP_URL . 'js/frontend.js', array( 'jquery' ), FVP_VERSION ); // development
84
 
85
  $options = get_option( 'fvp-settings' );
86
 
87
+ if (($options['usage']=='manual') || !has_post_video($post_id))
88
  return $html;
89
 
90
  elseif ($options['usage']=='replace')
91
  return get_the_post_video($post_id, $size);
92
 
93
+ elseif ($options['usage']=='overlay')
94
  return '<a href="#fvp_'.$post_id.'" class="fvp_overlay" onclick="return false;">'.$html.'</a><div id="fvp_'.$post_id.'" style="display: none;"></div>';
95
 
96
  else//if ($options['usage']=='dynamic')
97
+ return '<a href="#fvp_'.$post_id.'" class="fvp_dynamic" onclick="fvp_dynamic('.$post_id.');return false;">'.$html.'</a>';
98
 
99
  }
100
 
readme.txt CHANGED
@@ -10,7 +10,7 @@ License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
  Requires at least: 3.1
12
  Tested up to: 3.6
13
- Stable tag: 1.7
14
 
15
  Add Featured Videos to your posts and pages. Works like magic with most themes which use Featured Images. Local Media, YouTube, Vimeo, Dailymotion.
16
 
@@ -64,9 +64,13 @@ The plugin is ready to go. Now edit your posts and add video links to the "Featu
64
 
65
  == Changelog ==
66
 
 
 
 
 
67
  = 1.7: 2013-04-30 =
68
- * Added functionality to display featured video in an lightbox using AJAX on featured image click ([*](http://wordpress.org/support/topic/lightbox-video-on-featured-image-click), [*](http://www.web2feel.com/garvan/))
69
- * Added functionality to replace featured image with featured video on demand when image is clicked using AJAX
70
  * `get_the_post_video_url` has a new second parameter (boolean) to get the fallback video's URL ([*](http://wordpress.org/support/topic/fallback-video-url))
71
  * Tested with WordPress 3.6
72
 
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
  Requires at least: 3.1
12
  Tested up to: 3.6
13
+ Stable tag: 1.7.1
14
 
15
  Add Featured Videos to your posts and pages. Works like magic with most themes which use Featured Images. Local Media, YouTube, Vimeo, Dailymotion.
16
 
64
 
65
  == Changelog ==
66
 
67
+ = 1.7.1: 2013-04-30 =
68
+ * Fixed manual usage option ([*](http://wordpress.org/support/topic/lightbox-video-on-featured-image-click))
69
+ * Added featured image mouse over effect for featured video AJAX usage
70
+
71
  = 1.7: 2013-04-30 =
72
+ * Added functionality to display featured video in an lightbox using AJAX on featured image click ([*](http://www.web2feel.com/garvan/))
73
+ * Added functionality to replace featured image with featured video on demand when image is clicked using AJAX ([*](http://wordpress.org/support/topic/lightbox-video-on-featured-image-click))
74
  * `get_the_post_video_url` has a new second parameter (boolean) to get the fallback video's URL ([*](http://wordpress.org/support/topic/fallback-video-url))
75
  * Tested with WordPress 3.6
76