Version Description
- Added "how it works" text
- Added "Changelog" button / link
- Tested up to WordPress 4.8
Download this release
Release Info
Developer | PascalBajorat |
Plugin | PB SEO Friendly Images |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2.0 to 2.2.1
- inc/settings.php +8 -14
- lang/pb-seo-friendly-images-de_DE.mo +0 -0
- lang/pb-seo-friendly-images-de_DE.po +117 -92
- lang/pb-seo-friendly-images-de_DE_formal.mo +0 -0
- lang/pb-seo-friendly-images-de_DE_formal.po +117 -92
- lang/pb-seo-friendly-images.pot +104 -87
- pb-seo-friendly-images.php +2 -2
- readme.txt +38 -33
inc/settings.php
CHANGED
@@ -38,18 +38,6 @@ if( !class_exists('pbSEOFriendlyImagesSettings') ):
|
|
38 |
admin_url('options-general.php?page=pb-seo-friendly-images')
|
39 |
);
|
40 |
echo '</p><a href="'.admin_url('options-general.php?page=pb-seo-friendly-images').'" class="pb-btn">'.__('Close', 'pb-seo-friendly-images').'</a></div>';
|
41 |
-
|
42 |
-
/*
|
43 |
-
?>
|
44 |
-
<div class="notice notice-success">
|
45 |
-
<p><?php echo sprintf(
|
46 |
-
__('<strong>Hey %s</strong>, we have updated <a href="%s">PB SEO Friendly Images</a>. Visit the <a href="%s">plugin settings page</a> to get deeper insights about the new features. This message will disappear automatically after you\'ve visited the plugin settings.', 'pb-seo-friendly-images'),
|
47 |
-
$username,
|
48 |
-
admin_url('options-general.php?page=pb-seo-friendly-images'),
|
49 |
-
admin_url('options-general.php?page=pb-seo-friendly-images')
|
50 |
-
); ?></p>
|
51 |
-
</div>
|
52 |
-
<?php */
|
53 |
}
|
54 |
|
55 |
public static function settingsLink( $data )
|
@@ -115,6 +103,9 @@ if( !class_exists('pbSEOFriendlyImagesSettings') ):
|
|
115 |
'<span style="color: #f00;">♥</span>'
|
116 |
).'</p>';
|
117 |
|
|
|
|
|
|
|
118 |
echo '</div> <!-- .pb-section-wrap -->';
|
119 |
|
120 |
if( ! pbSEOFriendlyImages::$proVersion ) {
|
@@ -418,11 +409,14 @@ if( !class_exists('pbSEOFriendlyImagesSettings') ):
|
|
418 |
<h4><?php _e('Support', 'pb-seo-friendly-images') ?></h4>
|
419 |
<p><?php _e('Do you need some help with this plugin? I am here to help you. Get in touch:', 'pb-seo-friendly-images') ?></p>
|
420 |
|
|
|
421 |
<?php if( ! pbSEOFriendlyImages::$proVersion ): ?>
|
422 |
-
<
|
423 |
<?php else: ?>
|
424 |
-
<
|
425 |
<?php endif; ?>
|
|
|
|
|
426 |
</div>
|
427 |
</div>
|
428 |
</div>
|
38 |
admin_url('options-general.php?page=pb-seo-friendly-images')
|
39 |
);
|
40 |
echo '</p><a href="'.admin_url('options-general.php?page=pb-seo-friendly-images').'" class="pb-btn">'.__('Close', 'pb-seo-friendly-images').'</a></div>';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
}
|
42 |
|
43 |
public static function settingsLink( $data )
|
103 |
'<span style="color: #f00;">♥</span>'
|
104 |
).'</p>';
|
105 |
|
106 |
+
echo '<hr />';
|
107 |
+
echo '<p><strong>'.__('How it works', 'pb-seo-friendly-images').':</strong> '.__('You only need to configure the plugin with the following settings. The plugin will optimize your HTML code on-the-fly. This means, that you see the "alt" and "title" directly in the HTML code output and not in your media library or editor. This is not a hard rewrite of your media library values. You can change this values without the risk to damage some media library data.', 'pb-seo-friendly-images').'</p>';
|
108 |
+
|
109 |
echo '</div> <!-- .pb-section-wrap -->';
|
110 |
|
111 |
if( ! pbSEOFriendlyImages::$proVersion ) {
|
409 |
<h4><?php _e('Support', 'pb-seo-friendly-images') ?></h4>
|
410 |
<p><?php _e('Do you need some help with this plugin? I am here to help you. Get in touch:', 'pb-seo-friendly-images') ?></p>
|
411 |
|
412 |
+
<p>
|
413 |
<?php if( ! pbSEOFriendlyImages::$proVersion ): ?>
|
414 |
+
<a href="https://wordpress.org/support/plugin/pb-seo-friendly-images" class="button" target="_blank"><?php _e('Support Forum', 'pb-seo-friendly-images') ?></a>
|
415 |
<?php else: ?>
|
416 |
+
<a href="https://codecanyon.net/item/seo-friendly-images-pro-for-wordpress/19296704/support?ref=Pascal-Bajorat" class="button" target="_blank"><?php _e('Contact Support', 'pb-seo-friendly-images') ?></a>
|
417 |
<?php endif; ?>
|
418 |
+
<a href="https://wordpress.org/plugins/pb-seo-friendly-images/#developers" class="button" target="_blank"><?php _e('Changelog', 'pb-seo-friendly-images') ?></a>
|
419 |
+
</p>
|
420 |
</div>
|
421 |
</div>
|
422 |
</div>
|
lang/pb-seo-friendly-images-de_DE.mo
CHANGED
Binary file
|
lang/pb-seo-friendly-images-de_DE.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: PB SEO Friendly Images\n"
|
4 |
-
"POT-Creation-Date: 2017-
|
5 |
-
"PO-Revision-Date: 2017-05-
|
6 |
"Last-Translator: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
7 |
"Language-Team: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
8 |
"Language: de\n"
|
@@ -37,19 +37,19 @@ msgstr ""
|
|
37 |
msgid "Close"
|
38 |
msgstr "schließen"
|
39 |
|
40 |
-
#: inc/settings.php:
|
41 |
msgid "Settings"
|
42 |
msgstr "Einstellungen"
|
43 |
|
44 |
-
#: inc/settings.php:
|
45 |
msgid "Get Pro Version"
|
46 |
msgstr "Pro-Version kaufen"
|
47 |
|
48 |
-
#: inc/settings.php:
|
49 |
msgid "Image \"alt\" and \"title\" Settings"
|
50 |
msgstr "Bilder \"alt\" und \"title\" Einstellungen"
|
51 |
|
52 |
-
#: inc/settings.php:
|
53 |
msgid ""
|
54 |
"PB SEO Friendly Images automatically adds \"alt\" and \"title\" attributes "
|
55 |
"to all images and post thumbnails in your posts. The default options are a "
|
@@ -62,11 +62,11 @@ msgstr ""
|
|
62 |
"werden für die meisten Webseiten gut funktionieren, ohne das Änderungen "
|
63 |
"notwendig sind."
|
64 |
|
65 |
-
#: inc/settings.php:
|
66 |
msgid "Override feature"
|
67 |
msgstr "Override-Funktion"
|
68 |
|
69 |
-
#: inc/settings.php:
|
70 |
msgid ""
|
71 |
"Enable the override means that a possible sync and also hand picked \"alt"
|
72 |
"\" / \"title\" attributes will be overwritten with the selected scheme. If "
|
@@ -80,7 +80,7 @@ msgstr ""
|
|
80 |
"hast, solltest du einfach die Sync Funktion ihren Job machen lassen und "
|
81 |
"keine Überschreibung erzwingen."
|
82 |
|
83 |
-
#: inc/settings.php:
|
84 |
#, php-format
|
85 |
msgid ""
|
86 |
"PB SEO Friendly Images Pro is a WordPress Plugin by <a href=\"%s\" target="
|
@@ -90,7 +90,28 @@ msgstr ""
|
|
90 |
"target=\"_blank\">Pascal Bajorat</a>, entwickelt und gepflegt mit %s in "
|
91 |
"Berlin."
|
92 |
|
93 |
-
#: inc/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
#, php-format
|
95 |
msgid ""
|
96 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO "
|
@@ -101,56 +122,56 @@ msgstr ""
|
|
101 |
"Friendly Images Pro</a> in Erwägung, wenn du weitere Funktionen verwenden "
|
102 |
"möchtest und die Entwicklung des Plugins unterstützen willst."
|
103 |
|
104 |
-
#: inc/settings.php:
|
105 |
msgid "Upgrade now"
|
106 |
msgstr "Jetzt upgraden"
|
107 |
|
108 |
-
#: inc/settings.php:
|
109 |
msgid "optimize images"
|
110 |
msgstr "Bilder optimieren"
|
111 |
|
112 |
-
#: inc/settings.php:
|
113 |
msgid "post thumbnails and images in post content"
|
114 |
msgstr "Thumbnails und Bilder innerhalb der Posts"
|
115 |
|
116 |
-
#: inc/settings.php:
|
117 |
msgid "recommended"
|
118 |
msgstr "empfohlen"
|
119 |
|
120 |
-
#: inc/settings.php:
|
121 |
msgid "only post thumbnails"
|
122 |
msgstr "Nur Postthumbnails"
|
123 |
|
124 |
-
#: inc/settings.php:
|
125 |
msgid "only images in post content"
|
126 |
msgstr "Nur Bilder im Post-Inhalt"
|
127 |
|
128 |
-
#: inc/settings.php:
|
129 |
msgid "which images should be optimized"
|
130 |
msgstr "Welche Bilder sollen optimiert werden."
|
131 |
|
132 |
-
#: inc/settings.php:
|
133 |
msgid "sync method"
|
134 |
msgstr "Synchronisierungsmethode"
|
135 |
|
136 |
-
#: inc/settings.php:
|
137 |
msgid "alt <=> title"
|
138 |
msgstr "alt <=> title"
|
139 |
|
140 |
-
#: inc/settings.php:
|
141 |
msgid "alt => title"
|
142 |
msgstr "alt => title"
|
143 |
|
144 |
-
#: inc/settings.php:
|
145 |
msgid "alt <= title"
|
146 |
msgstr "alt => title"
|
147 |
|
148 |
-
#: inc/settings.php:
|
149 |
msgid "select sync method for \"alt\" and \"title\" attribute."
|
150 |
msgstr ""
|
151 |
"Wähle die Synchronisierungsmethode für \"alt\" und \"title\" Attribute."
|
152 |
|
153 |
-
#: inc/settings.php:
|
154 |
msgid ""
|
155 |
"<code>alt <=> title</code> - if one attribute is set use it also for the "
|
156 |
"other one"
|
@@ -158,104 +179,104 @@ msgstr ""
|
|
158 |
"<code>alt <=> title</code> - Wenn ein Attribut gesetzt ist, wird dieses auch "
|
159 |
"auf das andere übertragen"
|
160 |
|
161 |
-
#: inc/settings.php:
|
162 |
msgid ""
|
163 |
"<code>alt => title</code> - if \"alt\" is set use it for the title attribute"
|
164 |
msgstr ""
|
165 |
"<code>alt => title</code> - Wenn \"alt\" gesetzt ist, wird der Wert "
|
166 |
"ebenfalls für \"title\" gesetzt"
|
167 |
|
168 |
-
#: inc/settings.php:
|
169 |
msgid ""
|
170 |
"<code>alt <= title</code> - if \"title\" is set use it for the alt attribute"
|
171 |
msgstr ""
|
172 |
"<code>alt <= title</code> - Wenn \"title\" gesetzt ist, wird der Wert "
|
173 |
"ebenfalls für \"alt\" gesetzt"
|
174 |
|
175 |
-
#: inc/settings.php:
|
176 |
msgid "override \"alt\""
|
177 |
msgstr "\"alt\" überschreiben"
|
178 |
|
179 |
-
#: inc/settings.php:
|
180 |
msgid "override existing image alt attributes"
|
181 |
msgstr "Überschreibt bestehende \"alt\" Attribute"
|
182 |
|
183 |
-
#: inc/settings.php:
|
184 |
msgid "override \"title\""
|
185 |
msgstr "\"title\" überschreiben"
|
186 |
|
187 |
-
#: inc/settings.php:
|
188 |
msgid "override existing image title attributes"
|
189 |
msgstr "Überschreibt bestehende \"title\" Attribute"
|
190 |
|
191 |
-
#: inc/settings.php:
|
192 |
msgid "possible variables:"
|
193 |
msgstr "Mögliche Variablen:"
|
194 |
|
195 |
-
#: inc/settings.php:
|
196 |
msgid "replaces post title"
|
197 |
msgstr "Wird ersetzt durch Artikeltitel"
|
198 |
|
199 |
-
#: inc/settings.php:
|
200 |
msgid "replaces post excerpt"
|
201 |
msgstr "Wird ersetzt durch den Artikelauszug"
|
202 |
|
203 |
-
#: inc/settings.php:
|
204 |
msgid "replaces image filename (without extension)"
|
205 |
msgstr "Wird ersetzt mit dem Dateinamen (ohne Dateiendung)"
|
206 |
|
207 |
-
#: inc/settings.php:
|
208 |
msgid "replaces post category"
|
209 |
msgstr "Wird ersetzt durch die Artikelkategorien"
|
210 |
|
211 |
-
#: inc/settings.php:
|
212 |
msgid "replaces post tags"
|
213 |
msgstr "Wird ersetzt durch die Artikel-Tags"
|
214 |
|
215 |
-
#: inc/settings.php:
|
216 |
msgid "replaces attachment title (could be empty if not set)"
|
217 |
msgstr ""
|
218 |
"Wird ersetzt durch den Medien-Titel (könnte leer sein, falls nicht gesetzt)"
|
219 |
|
220 |
-
#: inc/settings.php:
|
221 |
msgid "replaces attachment alt-text (could be empty if not set)"
|
222 |
msgstr ""
|
223 |
"Wird ersetzt durch den Medien-Alternativtext (könnte leer sein, falls nicht "
|
224 |
"gesetzt)"
|
225 |
|
226 |
-
#: inc/settings.php:
|
227 |
msgid "replaces attachment caption (could be empty if not set)"
|
228 |
msgstr ""
|
229 |
"Wird ersetzt durch die Medien-Beschriftung (könnte leer sein, falls nicht "
|
230 |
"gesetzt)"
|
231 |
|
232 |
-
#: inc/settings.php:
|
233 |
msgid "replaces attachment description (could be empty if not set)"
|
234 |
msgstr ""
|
235 |
"Wird ersetzt durch die Medien-Beschreibung (könnte leer sein, falls nicht "
|
236 |
"gesetzt)"
|
237 |
|
238 |
-
#: inc/settings.php:
|
239 |
msgid "alt scheme"
|
240 |
msgstr "Schema alt-Attribut"
|
241 |
|
242 |
-
#: inc/settings.php:
|
243 |
msgid "default"
|
244 |
msgstr "Standard"
|
245 |
|
246 |
-
#: inc/settings.php:
|
247 |
msgid "title scheme"
|
248 |
msgstr "Schema title-Attribut"
|
249 |
|
250 |
-
#: inc/settings.php:
|
251 |
msgid "Pro Features"
|
252 |
msgstr "Pro Features"
|
253 |
|
254 |
-
#: inc/settings.php:
|
255 |
msgid "Lazy Load settings"
|
256 |
msgstr "Lazy Load Einstellungen"
|
257 |
|
258 |
-
#: inc/settings.php:
|
259 |
msgid ""
|
260 |
"This function is very useful and it boosts performance by delaying loading "
|
261 |
"of images in long web pages, because images outside of viewport (visible "
|
@@ -266,7 +287,7 @@ msgstr ""
|
|
266 |
"wenn diese in den Viewport scrollen, nicht vorher. Damit wird die initiale "
|
267 |
"Datenlast beim Laden stark reduziert."
|
268 |
|
269 |
-
#: inc/settings.php:
|
270 |
msgid ""
|
271 |
"The lazy load is powered by unveil.js, one of the fastest and thinnest lazy "
|
272 |
"loader in the web. The implementation is highly seo compatible with a no js "
|
@@ -276,7 +297,7 @@ msgstr ""
|
|
276 |
"Lazy Loader im Web. Die Umsetzung ist SEO kompatibel aufgebaut und verfügt "
|
277 |
"über einen JS Fallback."
|
278 |
|
279 |
-
#: inc/settings.php:
|
280 |
msgid ""
|
281 |
"If enabled the lazy load will be added automatically to images in your post "
|
282 |
"or page content and also to post thumbnails."
|
@@ -284,7 +305,7 @@ msgstr ""
|
|
284 |
"Wenn der Lazy Load aktiviert ist, wird die Funktion automatisch in deinen "
|
285 |
"Beiträgen, Seite und Artikelbildern aktiviert."
|
286 |
|
287 |
-
#: inc/settings.php:
|
288 |
#, php-format
|
289 |
msgid ""
|
290 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO "
|
@@ -293,35 +314,35 @@ msgstr ""
|
|
293 |
"Bitte führe ein Upgrade auf <a href=\"%s\" target=\"_blank\">PB SEO Friendly "
|
294 |
"Images Pro</a> durch, um diese Funktion verwenden zu können."
|
295 |
|
296 |
-
#: inc/settings.php:
|
297 |
msgid "enable lazy load"
|
298 |
msgstr "Lazy Load aktivieren"
|
299 |
|
300 |
-
#: inc/settings.php:
|
301 |
msgid "enable lazy load and boost up your site speed"
|
302 |
msgstr "Aktiviere Lazy Load und steigere die Performance deiner Webseite"
|
303 |
|
304 |
-
#: inc/settings.php:
|
305 |
msgid "enable lazy load for acf"
|
306 |
msgstr "Lazy Load für ACF"
|
307 |
|
308 |
-
#: inc/settings.php:
|
309 |
msgid "enable lazy load for AdvancedCustomFields"
|
310 |
msgstr "Lazy Load für AdvancedCustomFields aktivieren"
|
311 |
|
312 |
-
#: inc/settings.php:
|
313 |
msgid "lazy load default styles"
|
314 |
msgstr "Lazy Load Standard-Styles laden"
|
315 |
|
316 |
-
#: inc/settings.php:
|
317 |
msgid "enable lazy load default styles"
|
318 |
msgstr "Lazy Load Standard-Styles laden"
|
319 |
|
320 |
-
#: inc/settings.php:
|
321 |
msgid "threshold"
|
322 |
msgstr "Grenzwert für Lazy Load"
|
323 |
|
324 |
-
#: inc/settings.php:
|
325 |
msgid ""
|
326 |
"By default, images are only loaded when the user scrolls to them and they "
|
327 |
"became visible on the screen (default value for this field <code>0</code>). "
|
@@ -334,11 +355,11 @@ msgstr ""
|
|
334 |
"sagen wir 200px vor dem Viewport, dann müssen <code>200</code> als Feldwert "
|
335 |
"gesetzt werden."
|
336 |
|
337 |
-
#: inc/settings.php:
|
338 |
msgid "Theme-Integration (only for developers relevant)"
|
339 |
msgstr "Theme-Integration (nur für Entwickler relevant)"
|
340 |
|
341 |
-
#: inc/settings.php:
|
342 |
msgid ""
|
343 |
"Want to add lazy load to images in your theme? You only need to do some "
|
344 |
"small modifications. Add class \"lazy\" and modify the \"src\" like this:"
|
@@ -347,28 +368,28 @@ msgstr ""
|
|
347 |
"musst lediglich ein paar kleinere Modifikationen durchführen. Füge die "
|
348 |
"Klasse \"pb-seo-lazy\" hinzu und erweitere das \"src\" Attribut wie folgt:"
|
349 |
|
350 |
-
#: inc/settings.php:
|
351 |
msgid "REAL SRC HERE"
|
352 |
msgstr "Echter SRC Pfad"
|
353 |
|
354 |
-
#: inc/settings.php:
|
355 |
msgid "Additional features"
|
356 |
msgstr "Zusatzfunktionen"
|
357 |
|
358 |
-
#: inc/settings.php:
|
359 |
msgid "WooCommerce"
|
360 |
msgstr "WooCommerce"
|
361 |
|
362 |
-
#: inc/settings.php:
|
363 |
msgid "Use the product name as alt and title for WooCommerce product images"
|
364 |
msgstr ""
|
365 |
"Verwende den Produktnamen als alt und title für WooCommerce Produktbilder."
|
366 |
|
367 |
-
#: inc/settings.php:
|
368 |
msgid "set title for links"
|
369 |
msgstr "Title für Links setzen"
|
370 |
|
371 |
-
#: inc/settings.php:
|
372 |
msgid ""
|
373 |
"Use the power of PB SEO Friendly Images also for seo friendly links. This "
|
374 |
"will set the title depending on the link text and only if there is no "
|
@@ -378,11 +399,11 @@ msgstr ""
|
|
378 |
"Links. Das Tool wird nicht vergebene Linktitel automatisch auf Basis der "
|
379 |
"Linktexte oder enthaltener Bilder setzen"
|
380 |
|
381 |
-
#: inc/settings.php:
|
382 |
msgid "disable srcset"
|
383 |
msgstr "srcset ausschalten"
|
384 |
|
385 |
-
#: inc/settings.php:
|
386 |
msgid ""
|
387 |
"disable srcset attribute and responsive images in WordPress if you don't "
|
388 |
"need them"
|
@@ -391,43 +412,27 @@ msgstr ""
|
|
391 |
"diese nicht benötigst"
|
392 |
|
393 |
#. Plugin Name of the plugin/theme
|
394 |
-
#: inc/settings.php:
|
395 |
msgid "PB SEO Friendly Images"
|
396 |
msgstr "PB SEO Friendly Images"
|
397 |
|
398 |
-
#: inc/settings.php:
|
399 |
msgid "SEO Friendly Images"
|
400 |
msgstr "SEO Friendly Images"
|
401 |
|
402 |
-
#: inc/settings.php:
|
403 |
msgid "Plugins & Support"
|
404 |
msgstr "Plugins & Support"
|
405 |
|
406 |
-
#: inc/settings.php:
|
407 |
-
msgid "MailCrypt - AntiSpam Email Encryption"
|
408 |
-
msgstr "MailCrypt - E-Mail Verschlüsselung"
|
409 |
-
|
410 |
-
#: inc/settings.php:397
|
411 |
-
msgid ""
|
412 |
-
"This Plugin provides a Shortcode to encrypt email addresses / links and "
|
413 |
-
"protect them against spam."
|
414 |
-
msgstr ""
|
415 |
-
"Dieses Plugin stellt einen Shortcode und Funktionen für die E-Mail "
|
416 |
-
"Verschlüsselung zur Verfügung und schützt gegen Spam."
|
417 |
-
|
418 |
-
#: inc/settings.php:398 inc/settings.php:411
|
419 |
-
msgid "Install Plugin"
|
420 |
-
msgstr "Plugin installieren"
|
421 |
-
|
422 |
-
#: inc/settings.php:405 inc/settings.php:407
|
423 |
msgid "PrimusNote"
|
424 |
msgstr "PrimusNote"
|
425 |
|
426 |
-
#: inc/settings.php:
|
427 |
msgid "Project Management"
|
428 |
msgstr "Projekt-Management"
|
429 |
|
430 |
-
#: inc/settings.php:
|
431 |
msgid ""
|
432 |
"PrimusNote is a Project Management and Team Collaboration software based on "
|
433 |
"WordPress."
|
@@ -435,25 +440,45 @@ msgstr ""
|
|
435 |
"PrimusNote ist eine Projekt-Management und Team-Kollaborations-Software auf "
|
436 |
"WordPress Basis."
|
437 |
|
438 |
-
#: inc/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
msgid "Support"
|
440 |
msgstr "Support"
|
441 |
|
442 |
-
#: inc/settings.php:
|
443 |
msgid ""
|
444 |
"Do you need some help with this plugin? I am here to help you. Get in touch:"
|
445 |
msgstr ""
|
446 |
"Benötigst du Unterstützung mit diesem Plugin? Ich bin gerne bereit zu "
|
447 |
"helfen, schreib mir einfach:"
|
448 |
|
449 |
-
#: inc/settings.php:
|
450 |
msgid "Support Forum"
|
451 |
msgstr "Support Forum"
|
452 |
|
453 |
-
#: inc/settings.php:
|
454 |
msgid "Contact Support"
|
455 |
msgstr "Support kontaktieren"
|
456 |
|
|
|
|
|
|
|
|
|
457 |
#: plugin-update-checker/github-checker.php:119
|
458 |
msgid "There is no changelog available."
|
459 |
msgstr "Es steht kein Änderungsprotokoll zur Verfügung."
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: PB SEO Friendly Images\n"
|
4 |
+
"POT-Creation-Date: 2017-05-28 15:05+0200\n"
|
5 |
+
"PO-Revision-Date: 2017-05-28 15:12+0200\n"
|
6 |
"Last-Translator: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
7 |
"Language-Team: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
8 |
"Language: de\n"
|
37 |
msgid "Close"
|
38 |
msgstr "schließen"
|
39 |
|
40 |
+
#: inc/settings.php:58
|
41 |
msgid "Settings"
|
42 |
msgstr "Einstellungen"
|
43 |
|
44 |
+
#: inc/settings.php:70
|
45 |
msgid "Get Pro Version"
|
46 |
msgstr "Pro-Version kaufen"
|
47 |
|
48 |
+
#: inc/settings.php:93
|
49 |
msgid "Image \"alt\" and \"title\" Settings"
|
50 |
msgstr "Bilder \"alt\" und \"title\" Einstellungen"
|
51 |
|
52 |
+
#: inc/settings.php:97
|
53 |
msgid ""
|
54 |
"PB SEO Friendly Images automatically adds \"alt\" and \"title\" attributes "
|
55 |
"to all images and post thumbnails in your posts. The default options are a "
|
62 |
"werden für die meisten Webseiten gut funktionieren, ohne das Änderungen "
|
63 |
"notwendig sind."
|
64 |
|
65 |
+
#: inc/settings.php:98
|
66 |
msgid "Override feature"
|
67 |
msgstr "Override-Funktion"
|
68 |
|
69 |
+
#: inc/settings.php:98
|
70 |
msgid ""
|
71 |
"Enable the override means that a possible sync and also hand picked \"alt"
|
72 |
"\" / \"title\" attributes will be overwritten with the selected scheme. If "
|
80 |
"hast, solltest du einfach die Sync Funktion ihren Job machen lassen und "
|
81 |
"keine Überschreibung erzwingen."
|
82 |
|
83 |
+
#: inc/settings.php:101
|
84 |
#, php-format
|
85 |
msgid ""
|
86 |
"PB SEO Friendly Images Pro is a WordPress Plugin by <a href=\"%s\" target="
|
90 |
"target=\"_blank\">Pascal Bajorat</a>, entwickelt und gepflegt mit %s in "
|
91 |
"Berlin."
|
92 |
|
93 |
+
#: inc/settings.php:107
|
94 |
+
msgid "How it works"
|
95 |
+
msgstr "Wie funktioniert das Plugin"
|
96 |
+
|
97 |
+
#: inc/settings.php:107
|
98 |
+
msgid ""
|
99 |
+
"You only need to configure the plugin with the following settings. The "
|
100 |
+
"plugin will optimize your HTML code on-the-fly. This means, that you see the "
|
101 |
+
"\"alt\" and \"title\" directly in the HTML code output and not in your media "
|
102 |
+
"library or editor. This is not a hard rewrite of your media library values. "
|
103 |
+
"You can change this values without the risk to damage some media library "
|
104 |
+
"data."
|
105 |
+
msgstr ""
|
106 |
+
"Du musst das Plugin einfach nur über die folgenden Einstellungen "
|
107 |
+
"konfigurieren. Das Plugin optimiert on-the-fly die Ausgabe deines HTML-"
|
108 |
+
"Codes. Das heißt, dass die „alt“ und „title“ Attribute direkt im HTML-Code "
|
109 |
+
"optimiert werden und nicht in deiner Mediathek. Das Plugin überschreibt also "
|
110 |
+
"nicht einfach die Daten innerhalb deiner Mediathek bzw. der Datenbank. Du "
|
111 |
+
"kannst also risikolos die Einstellungen anpassen, Änderungen werden immer "
|
112 |
+
"direkt in der HTML Ausgabe berücksichtigt."
|
113 |
+
|
114 |
+
#: inc/settings.php:114
|
115 |
#, php-format
|
116 |
msgid ""
|
117 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO "
|
122 |
"Friendly Images Pro</a> in Erwägung, wenn du weitere Funktionen verwenden "
|
123 |
"möchtest und die Entwicklung des Plugins unterstützen willst."
|
124 |
|
125 |
+
#: inc/settings.php:117 inc/settings.php:236
|
126 |
msgid "Upgrade now"
|
127 |
msgstr "Jetzt upgraden"
|
128 |
|
129 |
+
#: inc/settings.php:124
|
130 |
msgid "optimize images"
|
131 |
msgstr "Bilder optimieren"
|
132 |
|
133 |
+
#: inc/settings.php:129
|
134 |
msgid "post thumbnails and images in post content"
|
135 |
msgstr "Thumbnails und Bilder innerhalb der Posts"
|
136 |
|
137 |
+
#: inc/settings.php:129 inc/settings.php:144
|
138 |
msgid "recommended"
|
139 |
msgstr "empfohlen"
|
140 |
|
141 |
+
#: inc/settings.php:130
|
142 |
msgid "only post thumbnails"
|
143 |
msgstr "Nur Postthumbnails"
|
144 |
|
145 |
+
#: inc/settings.php:131
|
146 |
msgid "only images in post content"
|
147 |
msgstr "Nur Bilder im Post-Inhalt"
|
148 |
|
149 |
+
#: inc/settings.php:133
|
150 |
msgid "which images should be optimized"
|
151 |
msgstr "Welche Bilder sollen optimiert werden."
|
152 |
|
153 |
+
#: inc/settings.php:139
|
154 |
msgid "sync method"
|
155 |
msgstr "Synchronisierungsmethode"
|
156 |
|
157 |
+
#: inc/settings.php:144
|
158 |
msgid "alt <=> title"
|
159 |
msgstr "alt <=> title"
|
160 |
|
161 |
+
#: inc/settings.php:145
|
162 |
msgid "alt => title"
|
163 |
msgstr "alt => title"
|
164 |
|
165 |
+
#: inc/settings.php:146
|
166 |
msgid "alt <= title"
|
167 |
msgstr "alt => title"
|
168 |
|
169 |
+
#: inc/settings.php:148
|
170 |
msgid "select sync method for \"alt\" and \"title\" attribute."
|
171 |
msgstr ""
|
172 |
"Wähle die Synchronisierungsmethode für \"alt\" und \"title\" Attribute."
|
173 |
|
174 |
+
#: inc/settings.php:149
|
175 |
msgid ""
|
176 |
"<code>alt <=> title</code> - if one attribute is set use it also for the "
|
177 |
"other one"
|
179 |
"<code>alt <=> title</code> - Wenn ein Attribut gesetzt ist, wird dieses auch "
|
180 |
"auf das andere übertragen"
|
181 |
|
182 |
+
#: inc/settings.php:150
|
183 |
msgid ""
|
184 |
"<code>alt => title</code> - if \"alt\" is set use it for the title attribute"
|
185 |
msgstr ""
|
186 |
"<code>alt => title</code> - Wenn \"alt\" gesetzt ist, wird der Wert "
|
187 |
"ebenfalls für \"title\" gesetzt"
|
188 |
|
189 |
+
#: inc/settings.php:151
|
190 |
msgid ""
|
191 |
"<code>alt <= title</code> - if \"title\" is set use it for the alt attribute"
|
192 |
msgstr ""
|
193 |
"<code>alt <= title</code> - Wenn \"title\" gesetzt ist, wird der Wert "
|
194 |
"ebenfalls für \"alt\" gesetzt"
|
195 |
|
196 |
+
#: inc/settings.php:157
|
197 |
msgid "override \"alt\""
|
198 |
msgstr "\"alt\" überschreiben"
|
199 |
|
200 |
+
#: inc/settings.php:161
|
201 |
msgid "override existing image alt attributes"
|
202 |
msgstr "Überschreibt bestehende \"alt\" Attribute"
|
203 |
|
204 |
+
#: inc/settings.php:167
|
205 |
msgid "override \"title\""
|
206 |
msgstr "\"title\" überschreiben"
|
207 |
|
208 |
+
#: inc/settings.php:171
|
209 |
msgid "override existing image title attributes"
|
210 |
msgstr "Überschreibt bestehende \"title\" Attribute"
|
211 |
|
212 |
+
#: inc/settings.php:175
|
213 |
msgid "possible variables:"
|
214 |
msgstr "Mögliche Variablen:"
|
215 |
|
216 |
+
#: inc/settings.php:176
|
217 |
msgid "replaces post title"
|
218 |
msgstr "Wird ersetzt durch Artikeltitel"
|
219 |
|
220 |
+
#: inc/settings.php:177
|
221 |
msgid "replaces post excerpt"
|
222 |
msgstr "Wird ersetzt durch den Artikelauszug"
|
223 |
|
224 |
+
#: inc/settings.php:178
|
225 |
msgid "replaces image filename (without extension)"
|
226 |
msgstr "Wird ersetzt mit dem Dateinamen (ohne Dateiendung)"
|
227 |
|
228 |
+
#: inc/settings.php:179
|
229 |
msgid "replaces post category"
|
230 |
msgstr "Wird ersetzt durch die Artikelkategorien"
|
231 |
|
232 |
+
#: inc/settings.php:180
|
233 |
msgid "replaces post tags"
|
234 |
msgstr "Wird ersetzt durch die Artikel-Tags"
|
235 |
|
236 |
+
#: inc/settings.php:181
|
237 |
msgid "replaces attachment title (could be empty if not set)"
|
238 |
msgstr ""
|
239 |
"Wird ersetzt durch den Medien-Titel (könnte leer sein, falls nicht gesetzt)"
|
240 |
|
241 |
+
#: inc/settings.php:182
|
242 |
msgid "replaces attachment alt-text (could be empty if not set)"
|
243 |
msgstr ""
|
244 |
"Wird ersetzt durch den Medien-Alternativtext (könnte leer sein, falls nicht "
|
245 |
"gesetzt)"
|
246 |
|
247 |
+
#: inc/settings.php:183
|
248 |
msgid "replaces attachment caption (could be empty if not set)"
|
249 |
msgstr ""
|
250 |
"Wird ersetzt durch die Medien-Beschriftung (könnte leer sein, falls nicht "
|
251 |
"gesetzt)"
|
252 |
|
253 |
+
#: inc/settings.php:184
|
254 |
msgid "replaces attachment description (could be empty if not set)"
|
255 |
msgstr ""
|
256 |
"Wird ersetzt durch die Medien-Beschreibung (könnte leer sein, falls nicht "
|
257 |
"gesetzt)"
|
258 |
|
259 |
+
#: inc/settings.php:188
|
260 |
msgid "alt scheme"
|
261 |
msgstr "Schema alt-Attribut"
|
262 |
|
263 |
+
#: inc/settings.php:192 inc/settings.php:202
|
264 |
msgid "default"
|
265 |
msgstr "Standard"
|
266 |
|
267 |
+
#: inc/settings.php:198
|
268 |
msgid "title scheme"
|
269 |
msgstr "Schema title-Attribut"
|
270 |
|
271 |
+
#: inc/settings.php:221
|
272 |
msgid "Pro Features"
|
273 |
msgstr "Pro Features"
|
274 |
|
275 |
+
#: inc/settings.php:223
|
276 |
msgid "Lazy Load settings"
|
277 |
msgstr "Lazy Load Einstellungen"
|
278 |
|
279 |
+
#: inc/settings.php:225
|
280 |
msgid ""
|
281 |
"This function is very useful and it boosts performance by delaying loading "
|
282 |
"of images in long web pages, because images outside of viewport (visible "
|
287 |
"wenn diese in den Viewport scrollen, nicht vorher. Damit wird die initiale "
|
288 |
"Datenlast beim Laden stark reduziert."
|
289 |
|
290 |
+
#: inc/settings.php:226
|
291 |
msgid ""
|
292 |
"The lazy load is powered by unveil.js, one of the fastest and thinnest lazy "
|
293 |
"loader in the web. The implementation is highly seo compatible with a no js "
|
297 |
"Lazy Loader im Web. Die Umsetzung ist SEO kompatibel aufgebaut und verfügt "
|
298 |
"über einen JS Fallback."
|
299 |
|
300 |
+
#: inc/settings.php:227
|
301 |
msgid ""
|
302 |
"If enabled the lazy load will be added automatically to images in your post "
|
303 |
"or page content and also to post thumbnails."
|
305 |
"Wenn der Lazy Load aktiviert ist, wird die Funktion automatisch in deinen "
|
306 |
"Beiträgen, Seite und Artikelbildern aktiviert."
|
307 |
|
308 |
+
#: inc/settings.php:233
|
309 |
#, php-format
|
310 |
msgid ""
|
311 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO "
|
314 |
"Bitte führe ein Upgrade auf <a href=\"%s\" target=\"_blank\">PB SEO Friendly "
|
315 |
"Images Pro</a> durch, um diese Funktion verwenden zu können."
|
316 |
|
317 |
+
#: inc/settings.php:243
|
318 |
msgid "enable lazy load"
|
319 |
msgstr "Lazy Load aktivieren"
|
320 |
|
321 |
+
#: inc/settings.php:247
|
322 |
msgid "enable lazy load and boost up your site speed"
|
323 |
msgstr "Aktiviere Lazy Load und steigere die Performance deiner Webseite"
|
324 |
|
325 |
+
#: inc/settings.php:254
|
326 |
msgid "enable lazy load for acf"
|
327 |
msgstr "Lazy Load für ACF"
|
328 |
|
329 |
+
#: inc/settings.php:258
|
330 |
msgid "enable lazy load for AdvancedCustomFields"
|
331 |
msgstr "Lazy Load für AdvancedCustomFields aktivieren"
|
332 |
|
333 |
+
#: inc/settings.php:265
|
334 |
msgid "lazy load default styles"
|
335 |
msgstr "Lazy Load Standard-Styles laden"
|
336 |
|
337 |
+
#: inc/settings.php:269
|
338 |
msgid "enable lazy load default styles"
|
339 |
msgstr "Lazy Load Standard-Styles laden"
|
340 |
|
341 |
+
#: inc/settings.php:276
|
342 |
msgid "threshold"
|
343 |
msgstr "Grenzwert für Lazy Load"
|
344 |
|
345 |
+
#: inc/settings.php:280
|
346 |
msgid ""
|
347 |
"By default, images are only loaded when the user scrolls to them and they "
|
348 |
"became visible on the screen (default value for this field <code>0</code>). "
|
355 |
"sagen wir 200px vor dem Viewport, dann müssen <code>200</code> als Feldwert "
|
356 |
"gesetzt werden."
|
357 |
|
358 |
+
#: inc/settings.php:300
|
359 |
msgid "Theme-Integration (only for developers relevant)"
|
360 |
msgstr "Theme-Integration (nur für Entwickler relevant)"
|
361 |
|
362 |
+
#: inc/settings.php:302
|
363 |
msgid ""
|
364 |
"Want to add lazy load to images in your theme? You only need to do some "
|
365 |
"small modifications. Add class \"lazy\" and modify the \"src\" like this:"
|
368 |
"musst lediglich ein paar kleinere Modifikationen durchführen. Füge die "
|
369 |
"Klasse \"pb-seo-lazy\" hinzu und erweitere das \"src\" Attribut wie folgt:"
|
370 |
|
371 |
+
#: inc/settings.php:306
|
372 |
msgid "REAL SRC HERE"
|
373 |
msgstr "Echter SRC Pfad"
|
374 |
|
375 |
+
#: inc/settings.php:309
|
376 |
msgid "Additional features"
|
377 |
msgstr "Zusatzfunktionen"
|
378 |
|
379 |
+
#: inc/settings.php:315
|
380 |
msgid "WooCommerce"
|
381 |
msgstr "WooCommerce"
|
382 |
|
383 |
+
#: inc/settings.php:319
|
384 |
msgid "Use the product name as alt and title for WooCommerce product images"
|
385 |
msgstr ""
|
386 |
"Verwende den Produktnamen als alt und title für WooCommerce Produktbilder."
|
387 |
|
388 |
+
#: inc/settings.php:326
|
389 |
msgid "set title for links"
|
390 |
msgstr "Title für Links setzen"
|
391 |
|
392 |
+
#: inc/settings.php:330
|
393 |
msgid ""
|
394 |
"Use the power of PB SEO Friendly Images also for seo friendly links. This "
|
395 |
"will set the title depending on the link text and only if there is no "
|
399 |
"Links. Das Tool wird nicht vergebene Linktitel automatisch auf Basis der "
|
400 |
"Linktexte oder enthaltener Bilder setzen"
|
401 |
|
402 |
+
#: inc/settings.php:337
|
403 |
msgid "disable srcset"
|
404 |
msgstr "srcset ausschalten"
|
405 |
|
406 |
+
#: inc/settings.php:341
|
407 |
msgid ""
|
408 |
"disable srcset attribute and responsive images in WordPress if you don't "
|
409 |
"need them"
|
412 |
"diese nicht benötigst"
|
413 |
|
414 |
#. Plugin Name of the plugin/theme
|
415 |
+
#: inc/settings.php:351
|
416 |
msgid "PB SEO Friendly Images"
|
417 |
msgstr "PB SEO Friendly Images"
|
418 |
|
419 |
+
#: inc/settings.php:352
|
420 |
msgid "SEO Friendly Images"
|
421 |
msgstr "SEO Friendly Images"
|
422 |
|
423 |
+
#: inc/settings.php:381
|
424 |
msgid "Plugins & Support"
|
425 |
msgstr "Plugins & Support"
|
426 |
|
427 |
+
#: inc/settings.php:385 inc/settings.php:387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
msgid "PrimusNote"
|
429 |
msgstr "PrimusNote"
|
430 |
|
431 |
+
#: inc/settings.php:387
|
432 |
msgid "Project Management"
|
433 |
msgstr "Projekt-Management"
|
434 |
|
435 |
+
#: inc/settings.php:390
|
436 |
msgid ""
|
437 |
"PrimusNote is a Project Management and Team Collaboration software based on "
|
438 |
"WordPress."
|
440 |
"PrimusNote ist eine Projekt-Management und Team-Kollaborations-Software auf "
|
441 |
"WordPress Basis."
|
442 |
|
443 |
+
#: inc/settings.php:391 inc/settings.php:404
|
444 |
+
msgid "Install Plugin"
|
445 |
+
msgstr "Plugin installieren"
|
446 |
+
|
447 |
+
#: inc/settings.php:398 inc/settings.php:400
|
448 |
+
msgid "MailCrypt - AntiSpam Email Encryption"
|
449 |
+
msgstr "MailCrypt - E-Mail Verschlüsselung"
|
450 |
+
|
451 |
+
#: inc/settings.php:403
|
452 |
+
msgid ""
|
453 |
+
"This Plugin provides a Shortcode to encrypt email addresses / links and "
|
454 |
+
"protect them against spam."
|
455 |
+
msgstr ""
|
456 |
+
"Dieses Plugin stellt einen Shortcode und Funktionen für die E-Mail "
|
457 |
+
"Verschlüsselung zur Verfügung und schützt gegen Spam."
|
458 |
+
|
459 |
+
#: inc/settings.php:409
|
460 |
msgid "Support"
|
461 |
msgstr "Support"
|
462 |
|
463 |
+
#: inc/settings.php:410
|
464 |
msgid ""
|
465 |
"Do you need some help with this plugin? I am here to help you. Get in touch:"
|
466 |
msgstr ""
|
467 |
"Benötigst du Unterstützung mit diesem Plugin? Ich bin gerne bereit zu "
|
468 |
"helfen, schreib mir einfach:"
|
469 |
|
470 |
+
#: inc/settings.php:414
|
471 |
msgid "Support Forum"
|
472 |
msgstr "Support Forum"
|
473 |
|
474 |
+
#: inc/settings.php:416
|
475 |
msgid "Contact Support"
|
476 |
msgstr "Support kontaktieren"
|
477 |
|
478 |
+
#: inc/settings.php:418
|
479 |
+
msgid "Changelog"
|
480 |
+
msgstr "Changelog"
|
481 |
+
|
482 |
#: plugin-update-checker/github-checker.php:119
|
483 |
msgid "There is no changelog available."
|
484 |
msgstr "Es steht kein Änderungsprotokoll zur Verfügung."
|
lang/pb-seo-friendly-images-de_DE_formal.mo
CHANGED
Binary file
|
lang/pb-seo-friendly-images-de_DE_formal.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: PB SEO Friendly Images\n"
|
4 |
-
"POT-Creation-Date: 2017-
|
5 |
-
"PO-Revision-Date: 2017-05-
|
6 |
"Last-Translator: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
7 |
"Language-Team: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
8 |
"Language: de\n"
|
@@ -37,19 +37,19 @@ msgstr ""
|
|
37 |
msgid "Close"
|
38 |
msgstr "schließen"
|
39 |
|
40 |
-
#: inc/settings.php:
|
41 |
msgid "Settings"
|
42 |
msgstr "Einstellungen"
|
43 |
|
44 |
-
#: inc/settings.php:
|
45 |
msgid "Get Pro Version"
|
46 |
msgstr "Pro-Version kaufen"
|
47 |
|
48 |
-
#: inc/settings.php:
|
49 |
msgid "Image \"alt\" and \"title\" Settings"
|
50 |
msgstr "Bilder \"alt\" und \"title\" Einstellungen"
|
51 |
|
52 |
-
#: inc/settings.php:
|
53 |
msgid ""
|
54 |
"PB SEO Friendly Images automatically adds \"alt\" and \"title\" attributes "
|
55 |
"to all images and post thumbnails in your posts. The default options are a "
|
@@ -62,11 +62,11 @@ msgstr ""
|
|
62 |
"werden für die meisten Webseiten gut funktionieren, ohne das Änderungen "
|
63 |
"notwendig sind."
|
64 |
|
65 |
-
#: inc/settings.php:
|
66 |
msgid "Override feature"
|
67 |
msgstr "Override-Funktion"
|
68 |
|
69 |
-
#: inc/settings.php:
|
70 |
msgid ""
|
71 |
"Enable the override means that a possible sync and also hand picked \"alt"
|
72 |
"\" / \"title\" attributes will be overwritten with the selected scheme. If "
|
@@ -80,7 +80,7 @@ msgstr ""
|
|
80 |
"hast, solltest du einfach die Sync Funktion ihren Job machen lassen und "
|
81 |
"keine Überschreibung erzwingen."
|
82 |
|
83 |
-
#: inc/settings.php:
|
84 |
#, php-format
|
85 |
msgid ""
|
86 |
"PB SEO Friendly Images Pro is a WordPress Plugin by <a href=\"%s\" target="
|
@@ -90,7 +90,28 @@ msgstr ""
|
|
90 |
"target=\"_blank\">Pascal Bajorat</a>, entwickelt und gepflegt mit %s in "
|
91 |
"Berlin."
|
92 |
|
93 |
-
#: inc/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
#, php-format
|
95 |
msgid ""
|
96 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO "
|
@@ -101,56 +122,56 @@ msgstr ""
|
|
101 |
"Friendly Images Pro</a> in Erwägung, wenn du weitere Funktionen verwenden "
|
102 |
"möchtest und die Entwicklung des Plugins unterstützen willst."
|
103 |
|
104 |
-
#: inc/settings.php:
|
105 |
msgid "Upgrade now"
|
106 |
msgstr "Jetzt upgraden"
|
107 |
|
108 |
-
#: inc/settings.php:
|
109 |
msgid "optimize images"
|
110 |
msgstr "Bilder optimieren"
|
111 |
|
112 |
-
#: inc/settings.php:
|
113 |
msgid "post thumbnails and images in post content"
|
114 |
msgstr "Thumbnails und Bilder innerhalb der Posts"
|
115 |
|
116 |
-
#: inc/settings.php:
|
117 |
msgid "recommended"
|
118 |
msgstr "empfohlen"
|
119 |
|
120 |
-
#: inc/settings.php:
|
121 |
msgid "only post thumbnails"
|
122 |
msgstr "Nur Postthumbnails"
|
123 |
|
124 |
-
#: inc/settings.php:
|
125 |
msgid "only images in post content"
|
126 |
msgstr "Nur Bilder im Post-Inhalt"
|
127 |
|
128 |
-
#: inc/settings.php:
|
129 |
msgid "which images should be optimized"
|
130 |
msgstr "Welche Bilder sollen optimiert werden."
|
131 |
|
132 |
-
#: inc/settings.php:
|
133 |
msgid "sync method"
|
134 |
msgstr "Synchronisierungsmethode"
|
135 |
|
136 |
-
#: inc/settings.php:
|
137 |
msgid "alt <=> title"
|
138 |
msgstr "alt <=> title"
|
139 |
|
140 |
-
#: inc/settings.php:
|
141 |
msgid "alt => title"
|
142 |
msgstr "alt => title"
|
143 |
|
144 |
-
#: inc/settings.php:
|
145 |
msgid "alt <= title"
|
146 |
msgstr "alt => title"
|
147 |
|
148 |
-
#: inc/settings.php:
|
149 |
msgid "select sync method for \"alt\" and \"title\" attribute."
|
150 |
msgstr ""
|
151 |
"Wähle die Synchronisierungsmethode für \"alt\" und \"title\" Attribute."
|
152 |
|
153 |
-
#: inc/settings.php:
|
154 |
msgid ""
|
155 |
"<code>alt <=> title</code> - if one attribute is set use it also for the "
|
156 |
"other one"
|
@@ -158,104 +179,104 @@ msgstr ""
|
|
158 |
"<code>alt <=> title</code> - Wenn ein Attribut gesetzt ist, wird dieses auch "
|
159 |
"auf das andere übertragen"
|
160 |
|
161 |
-
#: inc/settings.php:
|
162 |
msgid ""
|
163 |
"<code>alt => title</code> - if \"alt\" is set use it for the title attribute"
|
164 |
msgstr ""
|
165 |
"<code>alt => title</code> - Wenn \"alt\" gesetzt ist, wird der Wert "
|
166 |
"ebenfalls für \"title\" gesetzt"
|
167 |
|
168 |
-
#: inc/settings.php:
|
169 |
msgid ""
|
170 |
"<code>alt <= title</code> - if \"title\" is set use it for the alt attribute"
|
171 |
msgstr ""
|
172 |
"<code>alt <= title</code> - Wenn \"title\" gesetzt ist, wird der Wert "
|
173 |
"ebenfalls für \"alt\" gesetzt"
|
174 |
|
175 |
-
#: inc/settings.php:
|
176 |
msgid "override \"alt\""
|
177 |
msgstr "\"alt\" überschreiben"
|
178 |
|
179 |
-
#: inc/settings.php:
|
180 |
msgid "override existing image alt attributes"
|
181 |
msgstr "Überschreibt bestehende \"alt\" Attribute"
|
182 |
|
183 |
-
#: inc/settings.php:
|
184 |
msgid "override \"title\""
|
185 |
msgstr "\"title\" überschreiben"
|
186 |
|
187 |
-
#: inc/settings.php:
|
188 |
msgid "override existing image title attributes"
|
189 |
msgstr "Überschreibt bestehende \"title\" Attribute"
|
190 |
|
191 |
-
#: inc/settings.php:
|
192 |
msgid "possible variables:"
|
193 |
msgstr "Mögliche Variablen:"
|
194 |
|
195 |
-
#: inc/settings.php:
|
196 |
msgid "replaces post title"
|
197 |
msgstr "Wird ersetzt durch Artikeltitel"
|
198 |
|
199 |
-
#: inc/settings.php:
|
200 |
msgid "replaces post excerpt"
|
201 |
msgstr "Wird ersetzt durch den Artikelauszug"
|
202 |
|
203 |
-
#: inc/settings.php:
|
204 |
msgid "replaces image filename (without extension)"
|
205 |
msgstr "Wird ersetzt mit dem Dateinamen (ohne Dateiendung)"
|
206 |
|
207 |
-
#: inc/settings.php:
|
208 |
msgid "replaces post category"
|
209 |
msgstr "Wird ersetzt durch die Artikelkategorien"
|
210 |
|
211 |
-
#: inc/settings.php:
|
212 |
msgid "replaces post tags"
|
213 |
msgstr "Wird ersetzt durch die Artikel-Tags"
|
214 |
|
215 |
-
#: inc/settings.php:
|
216 |
msgid "replaces attachment title (could be empty if not set)"
|
217 |
msgstr ""
|
218 |
"Wird ersetzt durch den Medien-Titel (könnte leer sein, falls nicht gesetzt)"
|
219 |
|
220 |
-
#: inc/settings.php:
|
221 |
msgid "replaces attachment alt-text (could be empty if not set)"
|
222 |
msgstr ""
|
223 |
"Wird ersetzt durch den Medien-Alternativtext (könnte leer sein, falls nicht "
|
224 |
"gesetzt)"
|
225 |
|
226 |
-
#: inc/settings.php:
|
227 |
msgid "replaces attachment caption (could be empty if not set)"
|
228 |
msgstr ""
|
229 |
"Wird ersetzt durch die Medien-Beschriftung (könnte leer sein, falls nicht "
|
230 |
"gesetzt)"
|
231 |
|
232 |
-
#: inc/settings.php:
|
233 |
msgid "replaces attachment description (could be empty if not set)"
|
234 |
msgstr ""
|
235 |
"Wird ersetzt durch die Medien-Beschreibung (könnte leer sein, falls nicht "
|
236 |
"gesetzt)"
|
237 |
|
238 |
-
#: inc/settings.php:
|
239 |
msgid "alt scheme"
|
240 |
msgstr "Schema alt-Attribut"
|
241 |
|
242 |
-
#: inc/settings.php:
|
243 |
msgid "default"
|
244 |
msgstr "Standard"
|
245 |
|
246 |
-
#: inc/settings.php:
|
247 |
msgid "title scheme"
|
248 |
msgstr "Schema title-Attribut"
|
249 |
|
250 |
-
#: inc/settings.php:
|
251 |
msgid "Pro Features"
|
252 |
msgstr "Pro Features"
|
253 |
|
254 |
-
#: inc/settings.php:
|
255 |
msgid "Lazy Load settings"
|
256 |
msgstr "Lazy Load Einstellungen"
|
257 |
|
258 |
-
#: inc/settings.php:
|
259 |
msgid ""
|
260 |
"This function is very useful and it boosts performance by delaying loading "
|
261 |
"of images in long web pages, because images outside of viewport (visible "
|
@@ -266,7 +287,7 @@ msgstr ""
|
|
266 |
"wenn diese in den Viewport scrollen, nicht vorher. Damit wird die initiale "
|
267 |
"Datenlast beim Laden stark reduziert."
|
268 |
|
269 |
-
#: inc/settings.php:
|
270 |
msgid ""
|
271 |
"The lazy load is powered by unveil.js, one of the fastest and thinnest lazy "
|
272 |
"loader in the web. The implementation is highly seo compatible with a no js "
|
@@ -276,7 +297,7 @@ msgstr ""
|
|
276 |
"Lazy Loader im Web. Die Umsetzung ist SEO kompatibel aufgebaut und verfügt "
|
277 |
"über einen JS Fallback."
|
278 |
|
279 |
-
#: inc/settings.php:
|
280 |
msgid ""
|
281 |
"If enabled the lazy load will be added automatically to images in your post "
|
282 |
"or page content and also to post thumbnails."
|
@@ -284,7 +305,7 @@ msgstr ""
|
|
284 |
"Wenn der Lazy Load aktiviert ist, wird die Funktion automatisch in deinen "
|
285 |
"Beiträgen, Seite und Artikelbildern aktiviert."
|
286 |
|
287 |
-
#: inc/settings.php:
|
288 |
#, php-format
|
289 |
msgid ""
|
290 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO "
|
@@ -293,35 +314,35 @@ msgstr ""
|
|
293 |
"Bitte führe ein Upgrade auf <a href=\"%s\" target=\"_blank\">PB SEO Friendly "
|
294 |
"Images Pro</a> durch, um diese Funktion verwenden zu können."
|
295 |
|
296 |
-
#: inc/settings.php:
|
297 |
msgid "enable lazy load"
|
298 |
msgstr "Lazy Load aktivieren"
|
299 |
|
300 |
-
#: inc/settings.php:
|
301 |
msgid "enable lazy load and boost up your site speed"
|
302 |
msgstr "Aktiviere Lazy Load und steigere die Performance deiner Webseite"
|
303 |
|
304 |
-
#: inc/settings.php:
|
305 |
msgid "enable lazy load for acf"
|
306 |
msgstr "Lazy Load für ACF"
|
307 |
|
308 |
-
#: inc/settings.php:
|
309 |
msgid "enable lazy load for AdvancedCustomFields"
|
310 |
msgstr "Lazy Load für AdvancedCustomFields aktivieren"
|
311 |
|
312 |
-
#: inc/settings.php:
|
313 |
msgid "lazy load default styles"
|
314 |
msgstr "Lazy Load Standard-Styles laden"
|
315 |
|
316 |
-
#: inc/settings.php:
|
317 |
msgid "enable lazy load default styles"
|
318 |
msgstr "Lazy Load Standard-Styles laden"
|
319 |
|
320 |
-
#: inc/settings.php:
|
321 |
msgid "threshold"
|
322 |
msgstr "Grenzwert für Lazy Load"
|
323 |
|
324 |
-
#: inc/settings.php:
|
325 |
msgid ""
|
326 |
"By default, images are only loaded when the user scrolls to them and they "
|
327 |
"became visible on the screen (default value for this field <code>0</code>). "
|
@@ -334,11 +355,11 @@ msgstr ""
|
|
334 |
"sagen wir 200px vor dem Viewport, dann müssen <code>200</code> als Feldwert "
|
335 |
"gesetzt werden."
|
336 |
|
337 |
-
#: inc/settings.php:
|
338 |
msgid "Theme-Integration (only for developers relevant)"
|
339 |
msgstr "Theme-Integration (nur für Entwickler relevant)"
|
340 |
|
341 |
-
#: inc/settings.php:
|
342 |
msgid ""
|
343 |
"Want to add lazy load to images in your theme? You only need to do some "
|
344 |
"small modifications. Add class \"lazy\" and modify the \"src\" like this:"
|
@@ -347,28 +368,28 @@ msgstr ""
|
|
347 |
"musst lediglich ein paar kleinere Modifikationen durchführen. Füge die "
|
348 |
"Klasse \"pb-seo-lazy\" hinzu und erweitere das \"src\" Attribut wie folgt:"
|
349 |
|
350 |
-
#: inc/settings.php:
|
351 |
msgid "REAL SRC HERE"
|
352 |
msgstr "Echter SRC Pfad"
|
353 |
|
354 |
-
#: inc/settings.php:
|
355 |
msgid "Additional features"
|
356 |
msgstr "Zusatzfunktionen"
|
357 |
|
358 |
-
#: inc/settings.php:
|
359 |
msgid "WooCommerce"
|
360 |
msgstr "WooCommerce"
|
361 |
|
362 |
-
#: inc/settings.php:
|
363 |
msgid "Use the product name as alt and title for WooCommerce product images"
|
364 |
msgstr ""
|
365 |
"Verwende den Produktnamen als alt und title für WooCommerce Produktbilder."
|
366 |
|
367 |
-
#: inc/settings.php:
|
368 |
msgid "set title for links"
|
369 |
msgstr "Title für Links setzen"
|
370 |
|
371 |
-
#: inc/settings.php:
|
372 |
msgid ""
|
373 |
"Use the power of PB SEO Friendly Images also for seo friendly links. This "
|
374 |
"will set the title depending on the link text and only if there is no "
|
@@ -378,11 +399,11 @@ msgstr ""
|
|
378 |
"Links. Das Tool wird nicht vergebene Linktitel automatisch auf Basis der "
|
379 |
"Linktexte oder enthaltener Bilder setzen"
|
380 |
|
381 |
-
#: inc/settings.php:
|
382 |
msgid "disable srcset"
|
383 |
msgstr "srcset ausschalten"
|
384 |
|
385 |
-
#: inc/settings.php:
|
386 |
msgid ""
|
387 |
"disable srcset attribute and responsive images in WordPress if you don't "
|
388 |
"need them"
|
@@ -391,43 +412,27 @@ msgstr ""
|
|
391 |
"diese nicht benötigst"
|
392 |
|
393 |
#. Plugin Name of the plugin/theme
|
394 |
-
#: inc/settings.php:
|
395 |
msgid "PB SEO Friendly Images"
|
396 |
msgstr "PB SEO Friendly Images"
|
397 |
|
398 |
-
#: inc/settings.php:
|
399 |
msgid "SEO Friendly Images"
|
400 |
msgstr "SEO Friendly Images"
|
401 |
|
402 |
-
#: inc/settings.php:
|
403 |
msgid "Plugins & Support"
|
404 |
msgstr "Plugins & Support"
|
405 |
|
406 |
-
#: inc/settings.php:
|
407 |
-
msgid "MailCrypt - AntiSpam Email Encryption"
|
408 |
-
msgstr "MailCrypt - E-Mail Verschlüsselung"
|
409 |
-
|
410 |
-
#: inc/settings.php:397
|
411 |
-
msgid ""
|
412 |
-
"This Plugin provides a Shortcode to encrypt email addresses / links and "
|
413 |
-
"protect them against spam."
|
414 |
-
msgstr ""
|
415 |
-
"Dieses Plugin stellt einen Shortcode und Funktionen für die E-Mail "
|
416 |
-
"Verschlüsselung zur Verfügung und schützt gegen Spam."
|
417 |
-
|
418 |
-
#: inc/settings.php:398 inc/settings.php:411
|
419 |
-
msgid "Install Plugin"
|
420 |
-
msgstr "Plugin installieren"
|
421 |
-
|
422 |
-
#: inc/settings.php:405 inc/settings.php:407
|
423 |
msgid "PrimusNote"
|
424 |
msgstr "PrimusNote"
|
425 |
|
426 |
-
#: inc/settings.php:
|
427 |
msgid "Project Management"
|
428 |
msgstr "Projekt-Management"
|
429 |
|
430 |
-
#: inc/settings.php:
|
431 |
msgid ""
|
432 |
"PrimusNote is a Project Management and Team Collaboration software based on "
|
433 |
"WordPress."
|
@@ -435,25 +440,45 @@ msgstr ""
|
|
435 |
"PrimusNote ist eine Projekt-Management und Team-Kollaborations-Software auf "
|
436 |
"WordPress Basis."
|
437 |
|
438 |
-
#: inc/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
439 |
msgid "Support"
|
440 |
msgstr "Support"
|
441 |
|
442 |
-
#: inc/settings.php:
|
443 |
msgid ""
|
444 |
"Do you need some help with this plugin? I am here to help you. Get in touch:"
|
445 |
msgstr ""
|
446 |
"Benötigst du Unterstützung mit diesem Plugin? Ich bin gerne bereit zu "
|
447 |
"helfen, schreib mir einfach:"
|
448 |
|
449 |
-
#: inc/settings.php:
|
450 |
msgid "Support Forum"
|
451 |
msgstr "Support Forum"
|
452 |
|
453 |
-
#: inc/settings.php:
|
454 |
msgid "Contact Support"
|
455 |
msgstr "Support kontaktieren"
|
456 |
|
|
|
|
|
|
|
|
|
457 |
#: plugin-update-checker/github-checker.php:119
|
458 |
msgid "There is no changelog available."
|
459 |
msgstr "Es steht kein Änderungsprotokoll zur Verfügung."
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: PB SEO Friendly Images\n"
|
4 |
+
"POT-Creation-Date: 2017-05-28 15:05+0200\n"
|
5 |
+
"PO-Revision-Date: 2017-05-28 15:12+0200\n"
|
6 |
"Last-Translator: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
7 |
"Language-Team: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
8 |
"Language: de\n"
|
37 |
msgid "Close"
|
38 |
msgstr "schließen"
|
39 |
|
40 |
+
#: inc/settings.php:58
|
41 |
msgid "Settings"
|
42 |
msgstr "Einstellungen"
|
43 |
|
44 |
+
#: inc/settings.php:70
|
45 |
msgid "Get Pro Version"
|
46 |
msgstr "Pro-Version kaufen"
|
47 |
|
48 |
+
#: inc/settings.php:93
|
49 |
msgid "Image \"alt\" and \"title\" Settings"
|
50 |
msgstr "Bilder \"alt\" und \"title\" Einstellungen"
|
51 |
|
52 |
+
#: inc/settings.php:97
|
53 |
msgid ""
|
54 |
"PB SEO Friendly Images automatically adds \"alt\" and \"title\" attributes "
|
55 |
"to all images and post thumbnails in your posts. The default options are a "
|
62 |
"werden für die meisten Webseiten gut funktionieren, ohne das Änderungen "
|
63 |
"notwendig sind."
|
64 |
|
65 |
+
#: inc/settings.php:98
|
66 |
msgid "Override feature"
|
67 |
msgstr "Override-Funktion"
|
68 |
|
69 |
+
#: inc/settings.php:98
|
70 |
msgid ""
|
71 |
"Enable the override means that a possible sync and also hand picked \"alt"
|
72 |
"\" / \"title\" attributes will be overwritten with the selected scheme. If "
|
80 |
"hast, solltest du einfach die Sync Funktion ihren Job machen lassen und "
|
81 |
"keine Überschreibung erzwingen."
|
82 |
|
83 |
+
#: inc/settings.php:101
|
84 |
#, php-format
|
85 |
msgid ""
|
86 |
"PB SEO Friendly Images Pro is a WordPress Plugin by <a href=\"%s\" target="
|
90 |
"target=\"_blank\">Pascal Bajorat</a>, entwickelt und gepflegt mit %s in "
|
91 |
"Berlin."
|
92 |
|
93 |
+
#: inc/settings.php:107
|
94 |
+
msgid "How it works"
|
95 |
+
msgstr "Wie funktioniert das Plugin"
|
96 |
+
|
97 |
+
#: inc/settings.php:107
|
98 |
+
msgid ""
|
99 |
+
"You only need to configure the plugin with the following settings. The "
|
100 |
+
"plugin will optimize your HTML code on-the-fly. This means, that you see the "
|
101 |
+
"\"alt\" and \"title\" directly in the HTML code output and not in your media "
|
102 |
+
"library or editor. This is not a hard rewrite of your media library values. "
|
103 |
+
"You can change this values without the risk to damage some media library "
|
104 |
+
"data."
|
105 |
+
msgstr ""
|
106 |
+
"Du musst das Plugin einfach nur über die folgenden Einstellungen "
|
107 |
+
"konfigurieren. Das Plugin optimiert on-the-fly die Ausgabe deines HTML-"
|
108 |
+
"Codes. Das heißt, dass die „alt“ und „title“ Attribute direkt im HTML-Code "
|
109 |
+
"optimiert werden und nicht in deiner Mediathek. Das Plugin überschreibt also "
|
110 |
+
"nicht einfach die Daten innerhalb deiner Mediathek bzw. der Datenbank. Du "
|
111 |
+
"kannst also risikolos die Einstellungen anpassen, Änderungen werden immer "
|
112 |
+
"direkt in der HTML Ausgabe berücksichtigt."
|
113 |
+
|
114 |
+
#: inc/settings.php:114
|
115 |
#, php-format
|
116 |
msgid ""
|
117 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO "
|
122 |
"Friendly Images Pro</a> in Erwägung, wenn du weitere Funktionen verwenden "
|
123 |
"möchtest und die Entwicklung des Plugins unterstützen willst."
|
124 |
|
125 |
+
#: inc/settings.php:117 inc/settings.php:236
|
126 |
msgid "Upgrade now"
|
127 |
msgstr "Jetzt upgraden"
|
128 |
|
129 |
+
#: inc/settings.php:124
|
130 |
msgid "optimize images"
|
131 |
msgstr "Bilder optimieren"
|
132 |
|
133 |
+
#: inc/settings.php:129
|
134 |
msgid "post thumbnails and images in post content"
|
135 |
msgstr "Thumbnails und Bilder innerhalb der Posts"
|
136 |
|
137 |
+
#: inc/settings.php:129 inc/settings.php:144
|
138 |
msgid "recommended"
|
139 |
msgstr "empfohlen"
|
140 |
|
141 |
+
#: inc/settings.php:130
|
142 |
msgid "only post thumbnails"
|
143 |
msgstr "Nur Postthumbnails"
|
144 |
|
145 |
+
#: inc/settings.php:131
|
146 |
msgid "only images in post content"
|
147 |
msgstr "Nur Bilder im Post-Inhalt"
|
148 |
|
149 |
+
#: inc/settings.php:133
|
150 |
msgid "which images should be optimized"
|
151 |
msgstr "Welche Bilder sollen optimiert werden."
|
152 |
|
153 |
+
#: inc/settings.php:139
|
154 |
msgid "sync method"
|
155 |
msgstr "Synchronisierungsmethode"
|
156 |
|
157 |
+
#: inc/settings.php:144
|
158 |
msgid "alt <=> title"
|
159 |
msgstr "alt <=> title"
|
160 |
|
161 |
+
#: inc/settings.php:145
|
162 |
msgid "alt => title"
|
163 |
msgstr "alt => title"
|
164 |
|
165 |
+
#: inc/settings.php:146
|
166 |
msgid "alt <= title"
|
167 |
msgstr "alt => title"
|
168 |
|
169 |
+
#: inc/settings.php:148
|
170 |
msgid "select sync method for \"alt\" and \"title\" attribute."
|
171 |
msgstr ""
|
172 |
"Wähle die Synchronisierungsmethode für \"alt\" und \"title\" Attribute."
|
173 |
|
174 |
+
#: inc/settings.php:149
|
175 |
msgid ""
|
176 |
"<code>alt <=> title</code> - if one attribute is set use it also for the "
|
177 |
"other one"
|
179 |
"<code>alt <=> title</code> - Wenn ein Attribut gesetzt ist, wird dieses auch "
|
180 |
"auf das andere übertragen"
|
181 |
|
182 |
+
#: inc/settings.php:150
|
183 |
msgid ""
|
184 |
"<code>alt => title</code> - if \"alt\" is set use it for the title attribute"
|
185 |
msgstr ""
|
186 |
"<code>alt => title</code> - Wenn \"alt\" gesetzt ist, wird der Wert "
|
187 |
"ebenfalls für \"title\" gesetzt"
|
188 |
|
189 |
+
#: inc/settings.php:151
|
190 |
msgid ""
|
191 |
"<code>alt <= title</code> - if \"title\" is set use it for the alt attribute"
|
192 |
msgstr ""
|
193 |
"<code>alt <= title</code> - Wenn \"title\" gesetzt ist, wird der Wert "
|
194 |
"ebenfalls für \"alt\" gesetzt"
|
195 |
|
196 |
+
#: inc/settings.php:157
|
197 |
msgid "override \"alt\""
|
198 |
msgstr "\"alt\" überschreiben"
|
199 |
|
200 |
+
#: inc/settings.php:161
|
201 |
msgid "override existing image alt attributes"
|
202 |
msgstr "Überschreibt bestehende \"alt\" Attribute"
|
203 |
|
204 |
+
#: inc/settings.php:167
|
205 |
msgid "override \"title\""
|
206 |
msgstr "\"title\" überschreiben"
|
207 |
|
208 |
+
#: inc/settings.php:171
|
209 |
msgid "override existing image title attributes"
|
210 |
msgstr "Überschreibt bestehende \"title\" Attribute"
|
211 |
|
212 |
+
#: inc/settings.php:175
|
213 |
msgid "possible variables:"
|
214 |
msgstr "Mögliche Variablen:"
|
215 |
|
216 |
+
#: inc/settings.php:176
|
217 |
msgid "replaces post title"
|
218 |
msgstr "Wird ersetzt durch Artikeltitel"
|
219 |
|
220 |
+
#: inc/settings.php:177
|
221 |
msgid "replaces post excerpt"
|
222 |
msgstr "Wird ersetzt durch den Artikelauszug"
|
223 |
|
224 |
+
#: inc/settings.php:178
|
225 |
msgid "replaces image filename (without extension)"
|
226 |
msgstr "Wird ersetzt mit dem Dateinamen (ohne Dateiendung)"
|
227 |
|
228 |
+
#: inc/settings.php:179
|
229 |
msgid "replaces post category"
|
230 |
msgstr "Wird ersetzt durch die Artikelkategorien"
|
231 |
|
232 |
+
#: inc/settings.php:180
|
233 |
msgid "replaces post tags"
|
234 |
msgstr "Wird ersetzt durch die Artikel-Tags"
|
235 |
|
236 |
+
#: inc/settings.php:181
|
237 |
msgid "replaces attachment title (could be empty if not set)"
|
238 |
msgstr ""
|
239 |
"Wird ersetzt durch den Medien-Titel (könnte leer sein, falls nicht gesetzt)"
|
240 |
|
241 |
+
#: inc/settings.php:182
|
242 |
msgid "replaces attachment alt-text (could be empty if not set)"
|
243 |
msgstr ""
|
244 |
"Wird ersetzt durch den Medien-Alternativtext (könnte leer sein, falls nicht "
|
245 |
"gesetzt)"
|
246 |
|
247 |
+
#: inc/settings.php:183
|
248 |
msgid "replaces attachment caption (could be empty if not set)"
|
249 |
msgstr ""
|
250 |
"Wird ersetzt durch die Medien-Beschriftung (könnte leer sein, falls nicht "
|
251 |
"gesetzt)"
|
252 |
|
253 |
+
#: inc/settings.php:184
|
254 |
msgid "replaces attachment description (could be empty if not set)"
|
255 |
msgstr ""
|
256 |
"Wird ersetzt durch die Medien-Beschreibung (könnte leer sein, falls nicht "
|
257 |
"gesetzt)"
|
258 |
|
259 |
+
#: inc/settings.php:188
|
260 |
msgid "alt scheme"
|
261 |
msgstr "Schema alt-Attribut"
|
262 |
|
263 |
+
#: inc/settings.php:192 inc/settings.php:202
|
264 |
msgid "default"
|
265 |
msgstr "Standard"
|
266 |
|
267 |
+
#: inc/settings.php:198
|
268 |
msgid "title scheme"
|
269 |
msgstr "Schema title-Attribut"
|
270 |
|
271 |
+
#: inc/settings.php:221
|
272 |
msgid "Pro Features"
|
273 |
msgstr "Pro Features"
|
274 |
|
275 |
+
#: inc/settings.php:223
|
276 |
msgid "Lazy Load settings"
|
277 |
msgstr "Lazy Load Einstellungen"
|
278 |
|
279 |
+
#: inc/settings.php:225
|
280 |
msgid ""
|
281 |
"This function is very useful and it boosts performance by delaying loading "
|
282 |
"of images in long web pages, because images outside of viewport (visible "
|
287 |
"wenn diese in den Viewport scrollen, nicht vorher. Damit wird die initiale "
|
288 |
"Datenlast beim Laden stark reduziert."
|
289 |
|
290 |
+
#: inc/settings.php:226
|
291 |
msgid ""
|
292 |
"The lazy load is powered by unveil.js, one of the fastest and thinnest lazy "
|
293 |
"loader in the web. The implementation is highly seo compatible with a no js "
|
297 |
"Lazy Loader im Web. Die Umsetzung ist SEO kompatibel aufgebaut und verfügt "
|
298 |
"über einen JS Fallback."
|
299 |
|
300 |
+
#: inc/settings.php:227
|
301 |
msgid ""
|
302 |
"If enabled the lazy load will be added automatically to images in your post "
|
303 |
"or page content and also to post thumbnails."
|
305 |
"Wenn der Lazy Load aktiviert ist, wird die Funktion automatisch in deinen "
|
306 |
"Beiträgen, Seite und Artikelbildern aktiviert."
|
307 |
|
308 |
+
#: inc/settings.php:233
|
309 |
#, php-format
|
310 |
msgid ""
|
311 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO "
|
314 |
"Bitte führe ein Upgrade auf <a href=\"%s\" target=\"_blank\">PB SEO Friendly "
|
315 |
"Images Pro</a> durch, um diese Funktion verwenden zu können."
|
316 |
|
317 |
+
#: inc/settings.php:243
|
318 |
msgid "enable lazy load"
|
319 |
msgstr "Lazy Load aktivieren"
|
320 |
|
321 |
+
#: inc/settings.php:247
|
322 |
msgid "enable lazy load and boost up your site speed"
|
323 |
msgstr "Aktiviere Lazy Load und steigere die Performance deiner Webseite"
|
324 |
|
325 |
+
#: inc/settings.php:254
|
326 |
msgid "enable lazy load for acf"
|
327 |
msgstr "Lazy Load für ACF"
|
328 |
|
329 |
+
#: inc/settings.php:258
|
330 |
msgid "enable lazy load for AdvancedCustomFields"
|
331 |
msgstr "Lazy Load für AdvancedCustomFields aktivieren"
|
332 |
|
333 |
+
#: inc/settings.php:265
|
334 |
msgid "lazy load default styles"
|
335 |
msgstr "Lazy Load Standard-Styles laden"
|
336 |
|
337 |
+
#: inc/settings.php:269
|
338 |
msgid "enable lazy load default styles"
|
339 |
msgstr "Lazy Load Standard-Styles laden"
|
340 |
|
341 |
+
#: inc/settings.php:276
|
342 |
msgid "threshold"
|
343 |
msgstr "Grenzwert für Lazy Load"
|
344 |
|
345 |
+
#: inc/settings.php:280
|
346 |
msgid ""
|
347 |
"By default, images are only loaded when the user scrolls to them and they "
|
348 |
"became visible on the screen (default value for this field <code>0</code>). "
|
355 |
"sagen wir 200px vor dem Viewport, dann müssen <code>200</code> als Feldwert "
|
356 |
"gesetzt werden."
|
357 |
|
358 |
+
#: inc/settings.php:300
|
359 |
msgid "Theme-Integration (only for developers relevant)"
|
360 |
msgstr "Theme-Integration (nur für Entwickler relevant)"
|
361 |
|
362 |
+
#: inc/settings.php:302
|
363 |
msgid ""
|
364 |
"Want to add lazy load to images in your theme? You only need to do some "
|
365 |
"small modifications. Add class \"lazy\" and modify the \"src\" like this:"
|
368 |
"musst lediglich ein paar kleinere Modifikationen durchführen. Füge die "
|
369 |
"Klasse \"pb-seo-lazy\" hinzu und erweitere das \"src\" Attribut wie folgt:"
|
370 |
|
371 |
+
#: inc/settings.php:306
|
372 |
msgid "REAL SRC HERE"
|
373 |
msgstr "Echter SRC Pfad"
|
374 |
|
375 |
+
#: inc/settings.php:309
|
376 |
msgid "Additional features"
|
377 |
msgstr "Zusatzfunktionen"
|
378 |
|
379 |
+
#: inc/settings.php:315
|
380 |
msgid "WooCommerce"
|
381 |
msgstr "WooCommerce"
|
382 |
|
383 |
+
#: inc/settings.php:319
|
384 |
msgid "Use the product name as alt and title for WooCommerce product images"
|
385 |
msgstr ""
|
386 |
"Verwende den Produktnamen als alt und title für WooCommerce Produktbilder."
|
387 |
|
388 |
+
#: inc/settings.php:326
|
389 |
msgid "set title for links"
|
390 |
msgstr "Title für Links setzen"
|
391 |
|
392 |
+
#: inc/settings.php:330
|
393 |
msgid ""
|
394 |
"Use the power of PB SEO Friendly Images also for seo friendly links. This "
|
395 |
"will set the title depending on the link text and only if there is no "
|
399 |
"Links. Das Tool wird nicht vergebene Linktitel automatisch auf Basis der "
|
400 |
"Linktexte oder enthaltener Bilder setzen"
|
401 |
|
402 |
+
#: inc/settings.php:337
|
403 |
msgid "disable srcset"
|
404 |
msgstr "srcset ausschalten"
|
405 |
|
406 |
+
#: inc/settings.php:341
|
407 |
msgid ""
|
408 |
"disable srcset attribute and responsive images in WordPress if you don't "
|
409 |
"need them"
|
412 |
"diese nicht benötigst"
|
413 |
|
414 |
#. Plugin Name of the plugin/theme
|
415 |
+
#: inc/settings.php:351
|
416 |
msgid "PB SEO Friendly Images"
|
417 |
msgstr "PB SEO Friendly Images"
|
418 |
|
419 |
+
#: inc/settings.php:352
|
420 |
msgid "SEO Friendly Images"
|
421 |
msgstr "SEO Friendly Images"
|
422 |
|
423 |
+
#: inc/settings.php:381
|
424 |
msgid "Plugins & Support"
|
425 |
msgstr "Plugins & Support"
|
426 |
|
427 |
+
#: inc/settings.php:385 inc/settings.php:387
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
428 |
msgid "PrimusNote"
|
429 |
msgstr "PrimusNote"
|
430 |
|
431 |
+
#: inc/settings.php:387
|
432 |
msgid "Project Management"
|
433 |
msgstr "Projekt-Management"
|
434 |
|
435 |
+
#: inc/settings.php:390
|
436 |
msgid ""
|
437 |
"PrimusNote is a Project Management and Team Collaboration software based on "
|
438 |
"WordPress."
|
440 |
"PrimusNote ist eine Projekt-Management und Team-Kollaborations-Software auf "
|
441 |
"WordPress Basis."
|
442 |
|
443 |
+
#: inc/settings.php:391 inc/settings.php:404
|
444 |
+
msgid "Install Plugin"
|
445 |
+
msgstr "Plugin installieren"
|
446 |
+
|
447 |
+
#: inc/settings.php:398 inc/settings.php:400
|
448 |
+
msgid "MailCrypt - AntiSpam Email Encryption"
|
449 |
+
msgstr "MailCrypt - E-Mail Verschlüsselung"
|
450 |
+
|
451 |
+
#: inc/settings.php:403
|
452 |
+
msgid ""
|
453 |
+
"This Plugin provides a Shortcode to encrypt email addresses / links and "
|
454 |
+
"protect them against spam."
|
455 |
+
msgstr ""
|
456 |
+
"Dieses Plugin stellt einen Shortcode und Funktionen für die E-Mail "
|
457 |
+
"Verschlüsselung zur Verfügung und schützt gegen Spam."
|
458 |
+
|
459 |
+
#: inc/settings.php:409
|
460 |
msgid "Support"
|
461 |
msgstr "Support"
|
462 |
|
463 |
+
#: inc/settings.php:410
|
464 |
msgid ""
|
465 |
"Do you need some help with this plugin? I am here to help you. Get in touch:"
|
466 |
msgstr ""
|
467 |
"Benötigst du Unterstützung mit diesem Plugin? Ich bin gerne bereit zu "
|
468 |
"helfen, schreib mir einfach:"
|
469 |
|
470 |
+
#: inc/settings.php:414
|
471 |
msgid "Support Forum"
|
472 |
msgstr "Support Forum"
|
473 |
|
474 |
+
#: inc/settings.php:416
|
475 |
msgid "Contact Support"
|
476 |
msgstr "Support kontaktieren"
|
477 |
|
478 |
+
#: inc/settings.php:418
|
479 |
+
msgid "Changelog"
|
480 |
+
msgstr "Changelog"
|
481 |
+
|
482 |
#: plugin-update-checker/github-checker.php:119
|
483 |
msgid "There is no changelog available."
|
484 |
msgstr "Es steht kein Änderungsprotokoll zur Verfügung."
|
lang/pb-seo-friendly-images.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: PB SEO Friendly Images Pro\n"
|
6 |
-
"POT-Creation-Date: 2017-
|
7 |
"PO-Revision-Date: 2016-12-23 22:36+0100\n"
|
8 |
"Last-Translator: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
9 |
"Language-Team: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
@@ -33,30 +33,30 @@ msgstr ""
|
|
33 |
msgid "Close"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: inc/settings.php:
|
37 |
msgid "Settings"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: inc/settings.php:
|
41 |
msgid "Get Pro Version"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: inc/settings.php:
|
45 |
msgid "Image \"alt\" and \"title\" Settings"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: inc/settings.php:
|
49 |
msgid ""
|
50 |
"PB SEO Friendly Images automatically adds \"alt\" and \"title\" attributes to "
|
51 |
"all images and post thumbnails in your posts. The default options are a good "
|
52 |
"starting point for the optimization and basically fine for most websites."
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: inc/settings.php:
|
56 |
msgid "Override feature"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: inc/settings.php:
|
60 |
msgid ""
|
61 |
"Enable the override means that a possible sync and also hand picked \"alt\" / "
|
62 |
"\"title\" attributes will be overwritten with the selected scheme. If you have "
|
@@ -65,14 +65,27 @@ msgid ""
|
|
65 |
"do it's best for you."
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: inc/settings.php:
|
69 |
#, php-format
|
70 |
msgid ""
|
71 |
"PB SEO Friendly Images Pro is a WordPress Plugin by <a href=\"%s\" target="
|
72 |
"\"_blank\">Pascal Bajorat</a> and made with %s in Berlin, Germany."
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: inc/settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
#, php-format
|
77 |
msgid ""
|
78 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO Friendly "
|
@@ -80,202 +93,202 @@ msgid ""
|
|
80 |
"this plugin."
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: inc/settings.php:
|
84 |
msgid "Upgrade now"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: inc/settings.php:
|
88 |
msgid "optimize images"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: inc/settings.php:
|
92 |
msgid "post thumbnails and images in post content"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: inc/settings.php:
|
96 |
msgid "recommended"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: inc/settings.php:
|
100 |
msgid "only post thumbnails"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: inc/settings.php:
|
104 |
msgid "only images in post content"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: inc/settings.php:
|
108 |
msgid "which images should be optimized"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: inc/settings.php:
|
112 |
msgid "sync method"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: inc/settings.php:
|
116 |
msgid "alt <=> title"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: inc/settings.php:
|
120 |
msgid "alt => title"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: inc/settings.php:
|
124 |
msgid "alt <= title"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: inc/settings.php:
|
128 |
msgid "select sync method for \"alt\" and \"title\" attribute."
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: inc/settings.php:
|
132 |
msgid ""
|
133 |
"<code>alt <=> title</code> - if one attribute is set use it also for the other "
|
134 |
"one"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: inc/settings.php:
|
138 |
msgid ""
|
139 |
"<code>alt => title</code> - if \"alt\" is set use it for the title attribute"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: inc/settings.php:
|
143 |
msgid ""
|
144 |
"<code>alt <= title</code> - if \"title\" is set use it for the alt attribute"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: inc/settings.php:
|
148 |
msgid "override \"alt\""
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: inc/settings.php:
|
152 |
msgid "override existing image alt attributes"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: inc/settings.php:
|
156 |
msgid "override \"title\""
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: inc/settings.php:
|
160 |
msgid "override existing image title attributes"
|
161 |
msgstr ""
|
162 |
|
163 |
-
#: inc/settings.php:
|
164 |
msgid "possible variables:"
|
165 |
msgstr ""
|
166 |
|
167 |
-
#: inc/settings.php:
|
168 |
msgid "replaces post title"
|
169 |
msgstr ""
|
170 |
|
171 |
-
#: inc/settings.php:
|
172 |
msgid "replaces post excerpt"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: inc/settings.php:
|
176 |
msgid "replaces image filename (without extension)"
|
177 |
msgstr ""
|
178 |
|
179 |
-
#: inc/settings.php:
|
180 |
msgid "replaces post category"
|
181 |
msgstr ""
|
182 |
|
183 |
-
#: inc/settings.php:
|
184 |
msgid "replaces post tags"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: inc/settings.php:
|
188 |
msgid "replaces attachment title (could be empty if not set)"
|
189 |
msgstr ""
|
190 |
|
191 |
-
#: inc/settings.php:
|
192 |
msgid "replaces attachment alt-text (could be empty if not set)"
|
193 |
msgstr ""
|
194 |
|
195 |
-
#: inc/settings.php:
|
196 |
msgid "replaces attachment caption (could be empty if not set)"
|
197 |
msgstr ""
|
198 |
|
199 |
-
#: inc/settings.php:
|
200 |
msgid "replaces attachment description (could be empty if not set)"
|
201 |
msgstr ""
|
202 |
|
203 |
-
#: inc/settings.php:
|
204 |
msgid "alt scheme"
|
205 |
msgstr ""
|
206 |
|
207 |
-
#: inc/settings.php:
|
208 |
msgid "default"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: inc/settings.php:
|
212 |
msgid "title scheme"
|
213 |
msgstr ""
|
214 |
|
215 |
-
#: inc/settings.php:
|
216 |
msgid "Pro Features"
|
217 |
msgstr ""
|
218 |
|
219 |
-
#: inc/settings.php:
|
220 |
msgid "Lazy Load settings"
|
221 |
msgstr ""
|
222 |
|
223 |
-
#: inc/settings.php:
|
224 |
msgid ""
|
225 |
"This function is very useful and it boosts performance by delaying loading of "
|
226 |
"images in long web pages, because images outside of viewport (visible part of "
|
227 |
"web page) won't be loaded until the user scrolls to them."
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: inc/settings.php:
|
231 |
msgid ""
|
232 |
"The lazy load is powered by unveil.js, one of the fastest and thinnest lazy "
|
233 |
"loader in the web. The implementation is highly seo compatible with a no js "
|
234 |
"fallback."
|
235 |
msgstr ""
|
236 |
|
237 |
-
#: inc/settings.php:
|
238 |
msgid ""
|
239 |
"If enabled the lazy load will be added automatically to images in your post or "
|
240 |
"page content and also to post thumbnails."
|
241 |
msgstr ""
|
242 |
|
243 |
-
#: inc/settings.php:
|
244 |
#, php-format
|
245 |
msgid ""
|
246 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO Friendly "
|
247 |
"Images Pro</a> if you want to use this feature."
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: inc/settings.php:
|
251 |
msgid "enable lazy load"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: inc/settings.php:
|
255 |
msgid "enable lazy load and boost up your site speed"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: inc/settings.php:
|
259 |
msgid "enable lazy load for acf"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: inc/settings.php:
|
263 |
msgid "enable lazy load for AdvancedCustomFields"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: inc/settings.php:
|
267 |
msgid "lazy load default styles"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: inc/settings.php:
|
271 |
msgid "enable lazy load default styles"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: inc/settings.php:
|
275 |
msgid "threshold"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: inc/settings.php:
|
279 |
msgid ""
|
280 |
"By default, images are only loaded when the user scrolls to them and they became "
|
281 |
"visible on the screen (default value for this field <code>0</code>). If you want "
|
@@ -283,110 +296,114 @@ msgid ""
|
|
283 |
"<code>200</code>."
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: inc/settings.php:
|
287 |
msgid "Theme-Integration (only for developers relevant)"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: inc/settings.php:
|
291 |
msgid ""
|
292 |
"Want to add lazy load to images in your theme? You only need to do some small "
|
293 |
"modifications. Add class \"lazy\" and modify the \"src\" like this:"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: inc/settings.php:
|
297 |
msgid "REAL SRC HERE"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: inc/settings.php:
|
301 |
msgid "Additional features"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: inc/settings.php:
|
305 |
msgid "WooCommerce"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: inc/settings.php:
|
309 |
msgid "Use the product name as alt and title for WooCommerce product images"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: inc/settings.php:
|
313 |
msgid "set title for links"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: inc/settings.php:
|
317 |
msgid ""
|
318 |
"Use the power of PB SEO Friendly Images also for seo friendly links. This will "
|
319 |
"set the title depending on the link text and only if there is no existing title"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: inc/settings.php:
|
323 |
msgid "disable srcset"
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: inc/settings.php:
|
327 |
msgid ""
|
328 |
"disable srcset attribute and responsive images in WordPress if you don't need "
|
329 |
"them"
|
330 |
msgstr ""
|
331 |
|
332 |
#. Plugin Name of the plugin/theme
|
333 |
-
#: inc/settings.php:
|
334 |
msgid "PB SEO Friendly Images"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: inc/settings.php:
|
338 |
msgid "SEO Friendly Images"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: inc/settings.php:
|
342 |
msgid "Plugins & Support"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: inc/settings.php:
|
346 |
-
msgid "
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: inc/settings.php:
|
350 |
-
msgid ""
|
351 |
-
"This Plugin provides a Shortcode to encrypt email addresses / links and protect "
|
352 |
-
"them against spam."
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: inc/settings.php:
|
356 |
-
msgid "
|
|
|
|
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: inc/settings.php:
|
360 |
-
msgid "
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: inc/settings.php:
|
364 |
-
msgid "
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: inc/settings.php:
|
368 |
msgid ""
|
369 |
-
"
|
370 |
-
"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: inc/settings.php:
|
374 |
msgid "Support"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: inc/settings.php:
|
378 |
msgid ""
|
379 |
"Do you need some help with this plugin? I am here to help you. Get in touch:"
|
380 |
msgstr ""
|
381 |
|
382 |
-
#: inc/settings.php:
|
383 |
msgid "Support Forum"
|
384 |
msgstr ""
|
385 |
|
386 |
-
#: inc/settings.php:
|
387 |
msgid "Contact Support"
|
388 |
msgstr ""
|
389 |
|
|
|
|
|
|
|
|
|
390 |
#: plugin-update-checker/github-checker.php:119
|
391 |
msgid "There is no changelog available."
|
392 |
msgstr ""
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: PB SEO Friendly Images Pro\n"
|
6 |
+
"POT-Creation-Date: 2017-05-28 15:05+0200\n"
|
7 |
"PO-Revision-Date: 2016-12-23 22:36+0100\n"
|
8 |
"Last-Translator: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
9 |
"Language-Team: Pascal Bajorat <pascal@pascal-bajorat.com>\n"
|
33 |
msgid "Close"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: inc/settings.php:58
|
37 |
msgid "Settings"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: inc/settings.php:70
|
41 |
msgid "Get Pro Version"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: inc/settings.php:93
|
45 |
msgid "Image \"alt\" and \"title\" Settings"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: inc/settings.php:97
|
49 |
msgid ""
|
50 |
"PB SEO Friendly Images automatically adds \"alt\" and \"title\" attributes to "
|
51 |
"all images and post thumbnails in your posts. The default options are a good "
|
52 |
"starting point for the optimization and basically fine for most websites."
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: inc/settings.php:98
|
56 |
msgid "Override feature"
|
57 |
msgstr ""
|
58 |
|
59 |
+
#: inc/settings.php:98
|
60 |
msgid ""
|
61 |
"Enable the override means that a possible sync and also hand picked \"alt\" / "
|
62 |
"\"title\" attributes will be overwritten with the selected scheme. If you have "
|
65 |
"do it's best for you."
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: inc/settings.php:101
|
69 |
#, php-format
|
70 |
msgid ""
|
71 |
"PB SEO Friendly Images Pro is a WordPress Plugin by <a href=\"%s\" target="
|
72 |
"\"_blank\">Pascal Bajorat</a> and made with %s in Berlin, Germany."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: inc/settings.php:107
|
76 |
+
msgid "How it works"
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
+
#: inc/settings.php:107
|
80 |
+
msgid ""
|
81 |
+
"You only need to configure the plugin with the following settings. The plugin "
|
82 |
+
"will optimize your HTML code on-the-fly. This means, that you see the \"alt\" "
|
83 |
+
"and \"title\" directly in the HTML code output and not in your media library or "
|
84 |
+
"editor. This is not a hard rewrite of your media library values. You can change "
|
85 |
+
"this values without the risk to damage some media library data."
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
+
#: inc/settings.php:114
|
89 |
#, php-format
|
90 |
msgid ""
|
91 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO Friendly "
|
93 |
"this plugin."
|
94 |
msgstr ""
|
95 |
|
96 |
+
#: inc/settings.php:117 inc/settings.php:236
|
97 |
msgid "Upgrade now"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: inc/settings.php:124
|
101 |
msgid "optimize images"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: inc/settings.php:129
|
105 |
msgid "post thumbnails and images in post content"
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: inc/settings.php:129 inc/settings.php:144
|
109 |
msgid "recommended"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: inc/settings.php:130
|
113 |
msgid "only post thumbnails"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: inc/settings.php:131
|
117 |
msgid "only images in post content"
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: inc/settings.php:133
|
121 |
msgid "which images should be optimized"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: inc/settings.php:139
|
125 |
msgid "sync method"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: inc/settings.php:144
|
129 |
msgid "alt <=> title"
|
130 |
msgstr ""
|
131 |
|
132 |
+
#: inc/settings.php:145
|
133 |
msgid "alt => title"
|
134 |
msgstr ""
|
135 |
|
136 |
+
#: inc/settings.php:146
|
137 |
msgid "alt <= title"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: inc/settings.php:148
|
141 |
msgid "select sync method for \"alt\" and \"title\" attribute."
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: inc/settings.php:149
|
145 |
msgid ""
|
146 |
"<code>alt <=> title</code> - if one attribute is set use it also for the other "
|
147 |
"one"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: inc/settings.php:150
|
151 |
msgid ""
|
152 |
"<code>alt => title</code> - if \"alt\" is set use it for the title attribute"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: inc/settings.php:151
|
156 |
msgid ""
|
157 |
"<code>alt <= title</code> - if \"title\" is set use it for the alt attribute"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: inc/settings.php:157
|
161 |
msgid "override \"alt\""
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: inc/settings.php:161
|
165 |
msgid "override existing image alt attributes"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: inc/settings.php:167
|
169 |
msgid "override \"title\""
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: inc/settings.php:171
|
173 |
msgid "override existing image title attributes"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: inc/settings.php:175
|
177 |
msgid "possible variables:"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: inc/settings.php:176
|
181 |
msgid "replaces post title"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: inc/settings.php:177
|
185 |
msgid "replaces post excerpt"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: inc/settings.php:178
|
189 |
msgid "replaces image filename (without extension)"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: inc/settings.php:179
|
193 |
msgid "replaces post category"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: inc/settings.php:180
|
197 |
msgid "replaces post tags"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: inc/settings.php:181
|
201 |
msgid "replaces attachment title (could be empty if not set)"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: inc/settings.php:182
|
205 |
msgid "replaces attachment alt-text (could be empty if not set)"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: inc/settings.php:183
|
209 |
msgid "replaces attachment caption (could be empty if not set)"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: inc/settings.php:184
|
213 |
msgid "replaces attachment description (could be empty if not set)"
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: inc/settings.php:188
|
217 |
msgid "alt scheme"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: inc/settings.php:192 inc/settings.php:202
|
221 |
msgid "default"
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: inc/settings.php:198
|
225 |
msgid "title scheme"
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: inc/settings.php:221
|
229 |
msgid "Pro Features"
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: inc/settings.php:223
|
233 |
msgid "Lazy Load settings"
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: inc/settings.php:225
|
237 |
msgid ""
|
238 |
"This function is very useful and it boosts performance by delaying loading of "
|
239 |
"images in long web pages, because images outside of viewport (visible part of "
|
240 |
"web page) won't be loaded until the user scrolls to them."
|
241 |
msgstr ""
|
242 |
|
243 |
+
#: inc/settings.php:226
|
244 |
msgid ""
|
245 |
"The lazy load is powered by unveil.js, one of the fastest and thinnest lazy "
|
246 |
"loader in the web. The implementation is highly seo compatible with a no js "
|
247 |
"fallback."
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: inc/settings.php:227
|
251 |
msgid ""
|
252 |
"If enabled the lazy load will be added automatically to images in your post or "
|
253 |
"page content and also to post thumbnails."
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: inc/settings.php:233
|
257 |
#, php-format
|
258 |
msgid ""
|
259 |
"Please consider upgrading to <a href=\"%s\" target=\"_blank\">PB SEO Friendly "
|
260 |
"Images Pro</a> if you want to use this feature."
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: inc/settings.php:243
|
264 |
msgid "enable lazy load"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: inc/settings.php:247
|
268 |
msgid "enable lazy load and boost up your site speed"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: inc/settings.php:254
|
272 |
msgid "enable lazy load for acf"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: inc/settings.php:258
|
276 |
msgid "enable lazy load for AdvancedCustomFields"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: inc/settings.php:265
|
280 |
msgid "lazy load default styles"
|
281 |
msgstr ""
|
282 |
|
283 |
+
#: inc/settings.php:269
|
284 |
msgid "enable lazy load default styles"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: inc/settings.php:276
|
288 |
msgid "threshold"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: inc/settings.php:280
|
292 |
msgid ""
|
293 |
"By default, images are only loaded when the user scrolls to them and they became "
|
294 |
"visible on the screen (default value for this field <code>0</code>). If you want "
|
296 |
"<code>200</code>."
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: inc/settings.php:300
|
300 |
msgid "Theme-Integration (only for developers relevant)"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: inc/settings.php:302
|
304 |
msgid ""
|
305 |
"Want to add lazy load to images in your theme? You only need to do some small "
|
306 |
"modifications. Add class \"lazy\" and modify the \"src\" like this:"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: inc/settings.php:306
|
310 |
msgid "REAL SRC HERE"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: inc/settings.php:309
|
314 |
msgid "Additional features"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: inc/settings.php:315
|
318 |
msgid "WooCommerce"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: inc/settings.php:319
|
322 |
msgid "Use the product name as alt and title for WooCommerce product images"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: inc/settings.php:326
|
326 |
msgid "set title for links"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: inc/settings.php:330
|
330 |
msgid ""
|
331 |
"Use the power of PB SEO Friendly Images also for seo friendly links. This will "
|
332 |
"set the title depending on the link text and only if there is no existing title"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: inc/settings.php:337
|
336 |
msgid "disable srcset"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: inc/settings.php:341
|
340 |
msgid ""
|
341 |
"disable srcset attribute and responsive images in WordPress if you don't need "
|
342 |
"them"
|
343 |
msgstr ""
|
344 |
|
345 |
#. Plugin Name of the plugin/theme
|
346 |
+
#: inc/settings.php:351
|
347 |
msgid "PB SEO Friendly Images"
|
348 |
msgstr ""
|
349 |
|
350 |
+
#: inc/settings.php:352
|
351 |
msgid "SEO Friendly Images"
|
352 |
msgstr ""
|
353 |
|
354 |
+
#: inc/settings.php:381
|
355 |
msgid "Plugins & Support"
|
356 |
msgstr ""
|
357 |
|
358 |
+
#: inc/settings.php:385 inc/settings.php:387
|
359 |
+
msgid "PrimusNote"
|
360 |
msgstr ""
|
361 |
|
362 |
+
#: inc/settings.php:387
|
363 |
+
msgid "Project Management"
|
|
|
|
|
364 |
msgstr ""
|
365 |
|
366 |
+
#: inc/settings.php:390
|
367 |
+
msgid ""
|
368 |
+
"PrimusNote is a Project Management and Team Collaboration software based on "
|
369 |
+
"WordPress."
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: inc/settings.php:391 inc/settings.php:404
|
373 |
+
msgid "Install Plugin"
|
374 |
msgstr ""
|
375 |
|
376 |
+
#: inc/settings.php:398 inc/settings.php:400
|
377 |
+
msgid "MailCrypt - AntiSpam Email Encryption"
|
378 |
msgstr ""
|
379 |
|
380 |
+
#: inc/settings.php:403
|
381 |
msgid ""
|
382 |
+
"This Plugin provides a Shortcode to encrypt email addresses / links and protect "
|
383 |
+
"them against spam."
|
384 |
msgstr ""
|
385 |
|
386 |
+
#: inc/settings.php:409
|
387 |
msgid "Support"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: inc/settings.php:410
|
391 |
msgid ""
|
392 |
"Do you need some help with this plugin? I am here to help you. Get in touch:"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: inc/settings.php:414
|
396 |
msgid "Support Forum"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: inc/settings.php:416
|
400 |
msgid "Contact Support"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: inc/settings.php:418
|
404 |
+
msgid "Changelog"
|
405 |
+
msgstr ""
|
406 |
+
|
407 |
#: plugin-update-checker/github-checker.php:119
|
408 |
msgid "There is no changelog available."
|
409 |
msgstr ""
|
pb-seo-friendly-images.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: PB SEO Friendly Images
|
4 |
Plugin URI: https://wordpress.org/extend/plugins/pb-seo-friendly-images/
|
5 |
Description: This plugin is a full-featured solution for SEO friendly images. Optimize "alt" and "title" attributes for all images and post thumbnails. This plugin helps you to improve your traffic from search engines.
|
6 |
-
Version: 2.2.
|
7 |
Author: Pascal Bajorat
|
8 |
Author URI: https://www.pascal-bajorat.com
|
9 |
Text Domain: pb-seo-friendly-images
|
@@ -39,7 +39,7 @@ if( !class_exists('pbSEOFriendlyImages') ):
|
|
39 |
class pbSEOFriendlyImages
|
40 |
{
|
41 |
public static $verMajor = '2.2';
|
42 |
-
public static $verMinor = '
|
43 |
|
44 |
public static $basename = false;
|
45 |
public static $userSettings = array();
|
3 |
Plugin Name: PB SEO Friendly Images
|
4 |
Plugin URI: https://wordpress.org/extend/plugins/pb-seo-friendly-images/
|
5 |
Description: This plugin is a full-featured solution for SEO friendly images. Optimize "alt" and "title" attributes for all images and post thumbnails. This plugin helps you to improve your traffic from search engines.
|
6 |
+
Version: 2.2.1
|
7 |
Author: Pascal Bajorat
|
8 |
Author URI: https://www.pascal-bajorat.com
|
9 |
Text Domain: pb-seo-friendly-images
|
39 |
class pbSEOFriendlyImages
|
40 |
{
|
41 |
public static $verMajor = '2.2';
|
42 |
+
public static $verMinor = '1';
|
43 |
|
44 |
public static $basename = false;
|
45 |
public static $userSettings = array();
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: pascalbajorat
|
|
3 |
Donate link: https://www.pascal-bajorat.com/spenden/
|
4 |
Tags: seo, images, Post, admin, google, attachment, optimize, photo, picture, image, media, photos, pictures, alt, title
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -42,53 +42,58 @@ If you have any questions or problems, you can ask me: [Pascal Bajorat - Webdesi
|
|
42 |
|
43 |
== Changelog ==
|
44 |
|
45 |
-
= 1
|
46 |
-
*
|
47 |
-
|
48 |
-
|
49 |
-
* Added support for Advanced Custom Fields.
|
50 |
-
|
51 |
-
= 1.2.0 =
|
52 |
-
* Added a pro version of this plugin: [PB SEO Friendly Images Pro](https://goo.gl/0SV2EU "PB SEO Friendly Images Pro")
|
53 |
-
* Some smaller bugfixes and translation issues fixed
|
54 |
|
55 |
-
=
|
|
|
|
|
|
|
56 |
* Code optimization and improvements
|
57 |
-
*
|
58 |
|
59 |
-
= 1.
|
|
|
60 |
* Code optimization and improvements
|
|
|
61 |
|
62 |
-
=
|
63 |
-
*
|
64 |
-
* Fixed a really bad html bug, please update asap
|
65 |
|
66 |
-
=
|
67 |
-
*
|
|
|
|
|
68 |
|
69 |
= 1.4.0 =
|
70 |
* Better support for Divi Theme by Elegant Themes
|
71 |
* Added more tags for the override / scheme function
|
72 |
|
73 |
-
=
|
74 |
-
*
|
75 |
-
* Better compatibility
|
76 |
-
* Better support for Divi Theme by Elegant Themes
|
77 |
|
78 |
-
=
|
79 |
-
*
|
|
|
80 |
|
81 |
-
=
|
82 |
-
* Improved support for old PHP versions
|
83 |
* Code optimization and improvements
|
84 |
-
* Better WooCommerce support
|
85 |
|
86 |
-
=
|
87 |
-
* Important for manual integration in themes: The lazy load class is now "pb-seo-lazy" instead of "lazy"
|
88 |
-
* wrong class in description is fixed now
|
89 |
-
* Better compatibility
|
90 |
* Code optimization and improvements
|
91 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
|
93 |
== License ==
|
94 |
|
3 |
Donate link: https://www.pascal-bajorat.com/spenden/
|
4 |
Tags: seo, images, Post, admin, google, attachment, optimize, photo, picture, image, media, photos, pictures, alt, title
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.8
|
7 |
+
Stable tag: 2.2.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
42 |
|
43 |
== Changelog ==
|
44 |
|
45 |
+
= 2.2.1 =
|
46 |
+
* Added "how it works" text
|
47 |
+
* Added "Changelog" button / link
|
48 |
+
* Tested up to WordPress 4.8
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
+
= 2.2.0 =
|
51 |
+
* Important for manual integration in themes: The lazy load class is now "pb-seo-lazy" instead of "lazy"
|
52 |
+
* wrong class in description is fixed now
|
53 |
+
* Better compatibility
|
54 |
* Code optimization and improvements
|
55 |
+
* german translation for de_DE_formal
|
56 |
|
57 |
+
= 2.1.0 =
|
58 |
+
* Improved support for old PHP versions
|
59 |
* Code optimization and improvements
|
60 |
+
* Better WooCommerce support
|
61 |
|
62 |
+
= 2.0.1 =
|
63 |
+
* CSS Version Bugfix
|
|
|
64 |
|
65 |
+
= 2.0.0 =
|
66 |
+
* New Design
|
67 |
+
* Better compatibility
|
68 |
+
* Better support for Divi Theme by Elegant Themes
|
69 |
|
70 |
= 1.4.0 =
|
71 |
* Better support for Divi Theme by Elegant Themes
|
72 |
* Added more tags for the override / scheme function
|
73 |
|
74 |
+
= 1.3.3 =
|
75 |
+
* Bit.ly wrongly blocked the Pro-URL. Now the URL is changed to: [https://goo.gl/0SV2EU](https://goo.gl/0SV2EU "https://goo.gl/0SV2EU")
|
|
|
|
|
76 |
|
77 |
+
= 1.3.2 =
|
78 |
+
* Code optimization and improvements
|
79 |
+
* Fixed a really bad html bug, please update asap
|
80 |
|
81 |
+
= 1.3.1 =
|
|
|
82 |
* Code optimization and improvements
|
|
|
83 |
|
84 |
+
= 1.3.0 =
|
|
|
|
|
|
|
85 |
* Code optimization and improvements
|
86 |
+
* Added a new auto title for links function (pro only)
|
87 |
+
|
88 |
+
= 1.2.0 =
|
89 |
+
* Added a pro version of this plugin: [PB SEO Friendly Images Pro](https://goo.gl/0SV2EU "PB SEO Friendly Images Pro")
|
90 |
+
* Some smaller bugfixes and translation issues fixed
|
91 |
+
|
92 |
+
= 1.1.0 =
|
93 |
+
* Added support for Advanced Custom Fields.
|
94 |
+
|
95 |
+
= 1.0 =
|
96 |
+
* Initial release.
|
97 |
|
98 |
== License ==
|
99 |
|