1
0

Replace relevant occurrences of 'Template' with 'Theme'

This is for files in the plugins/ directory.

References #103
This commit is contained in:
Matthias Mees
2014-03-11 20:49:55 +01:00
parent 67d75d9eba
commit b62a45397b
14 changed files with 136 additions and 135 deletions

View File

@ -1,6 +1,6 @@
<?php # $Id$
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Template dropdown');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Zeigt eine Box um Templates zu ändern');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Submit-Button?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Einen Submit-Button anzeigen?');
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Theme dropdown');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Zeigt eine Box um Themes zu ändern');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Submit-Button?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Einen Submit-Button anzeigen?');

View File

@ -1,6 +1,6 @@
<?php # $Id$
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Template dropdown');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Zeigt eine Box um Templates zu <20>ndern');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Submit-Button?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Einen Submit-Button anzeigen?');
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Theme dropdown');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Zeigt eine Box um Themes zu <20>ndern');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Submit-Button?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Einen Submit-Button anzeigen?');

View File

@ -6,9 +6,9 @@
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Template dropdown');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Show a box to change templates');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Submit button?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Show a submit button?');
@define('PLUGIN_TEMPLATEDROPDOWN_NAME', 'Theme dropdown');
@define('PLUGIN_TEMPLATEDROPDOWN_DESC', 'Show a box to change themes');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT', 'Submit button?');
@define('PLUGIN_TEMPLATEDROPDOWN_SUBMIT_DESC', 'Show a submit button?');
?>