Add German translation + UTF-8 lang files
This commit is contained in:
parent
02b3959ac4
commit
c43b419939
@ -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
|
||||
|
||||
/**
|
||||
* @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');
|
Loading…
x
Reference in New Issue
Block a user