Add German translation + UTF-8 lang files
This commit is contained in:
@ -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');
|
@ -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');
|
10
plugins/serendipity_event_responsiveimages/lang_de.inc.php
Normal file
10
plugins/serendipity_event_responsiveimages/lang_de.inc.php
Normal 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');
|
@ -1,11 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @version
|
* @version 1.0
|
||||||
* @author Translator Name <yourmail@example.com>
|
* @author onli
|
||||||
* EN-Revision: Revision of lang_en.inc.php
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@define('PLUGIN_EVENT_RESPONSIVE_NAME', 'Responsive Images');
|
@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');
|
||||||
|
|
Reference in New Issue
Block a user