Add German translation + UTF-8 lang files

This commit is contained in:
Matthias Mees 2017-04-16 10:11:26 +02:00
parent 02b3959ac4
commit c43b419939
4 changed files with 32 additions and 5 deletions

View File

@ -0,0 +1,10 @@
<?php
/**
* @version 1.0
* @author YellowLed
* @translated 2017/04/16
*/
@define('PLUGIN_EVENT_RESPONSIVE_NAME', 'Responsive Images');
@define('PLUGIN_EVENT_RESPONSIVE_DESC', 'Skaliert Grafiken mit Hilfe von HTML5 und dem s9y-Backend passend zur Breite des Viewports des Besuchers');

View File

@ -0,0 +1,9 @@
<?php
/**
* @version 1.0
* @author onli
*/
@define('PLUGIN_EVENT_RESPONSIVE_NAME', 'Responsive Images');
@define('PLUGIN_EVENT_RESPONSIVE_DESC', 'Use HTML5 and the s9y backend to scale images to the visitors viewport width');

View File

@ -0,0 +1,10 @@
<?php
/**
* @version 1.0
* @author YellowLed
* @translated 2017/04/16
*/
@define('PLUGIN_EVENT_RESPONSIVE_NAME', 'Responsive Images');
@define('PLUGIN_EVENT_RESPONSIVE_DESC', 'Skaliert Grafiken mit Hilfe von HTML5 und dem s9y-Backend passend zur Breite des Viewports des Besuchers');

View File

@ -1,11 +1,9 @@
<?php
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
* @version 1.0
* @author onli
*/
@define('PLUGIN_EVENT_RESPONSIVE_NAME', 'Responsive Images');
@define('PLUGIN_EVENT_RESPONSIVE_DESC', 'Use html5 and the s9y backend to scale iamges to the visitors viewport width');
@define('PLUGIN_EVENT_RESPONSIVE_DESC', 'Use HTML5 and the s9y backend to scale images to the visitors viewport width');