Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1048 → Rev 1050

/trunk/plugins/viathinksoft/language/dede/OIDplusLanguagePluginGerman.class.php
17,7 → 17,7
* limitations under the License.
*/
 
if (!defined('INSIDE_OIDPLUS')) die();
namespace ViaThinkSoft\OIDplus;
 
class OIDplusLanguagePluginGerman extends OIDplusLanguagePlugin {
 
/trunk/plugins/viathinksoft/language/dede/manifest.xml
4,7 → 4,7
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.3.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_language.xsd">
 
<type>OIDplusLanguagePlugin</type>
<type>ViaThinkSoft\OIDplus\OIDplusLanguagePlugin</type>
 
<info>
<name>Deutsch</name>
16,7 → 16,7
</info>
 
<php>
<mainclass>OIDplusLanguagePluginGerman</mainclass>
<mainclass>ViaThinkSoft\OIDplus\OIDplusLanguagePluginGerman</mainclass>
</php>
 
<language>
/trunk/plugins/viathinksoft/language/dede/messages.xml
5270,18 → 5270,18
</message>
<message>
<source><![CDATA[
Plugin "%1/%2" is erroneous
Plugin "%1" is erroneous
]]></source>
<target><![CDATA[
Plugin "%1/%2" ist fehlerhaft
Plugin "%1" ist fehlerhaft
]]></target>
</message>
<message>
<source><![CDATA[
Plugin "%1/%2" is misplaced
Plugin "%1" is misplaced
]]></source>
<target><![CDATA[
Plugin "%1/%2" ist am falschen Ort
Plugin "%1" ist am falschen Ort
]]></target>
</message>
<message>
6806,6 → 6806,14
</message>
<message>
<source><![CDATA[
The plugin uses no namespaces. The new version of OIDplus requires plugin class files to be in a namespace. Please notify your plugin author and ask for an update.
]]></source>
<target><![CDATA[
Das Plugin verwendet keinen PHP-Namensraum. Die neue Version von OIDplus erfordert dass alle Plugins Klassen-Namensräume verwenden. Bitte kontaktieren Sie den Author des Plugins, um ein Update zu erhalten.
]]></target>
</message>
<message>
<source><![CDATA[
The query according to OID Information Protocol is:
]]></source>
<target><![CDATA[
6942,6 → 6950,14
</message>
<message>
<source><![CDATA[
Third-party plugins must not use the ViaThinkSoft PHP namespace. Please use your own vendor namespace.
]]></source>
<target><![CDATA[
Drittanbieter-Plugins dürfen nicht den ViaThinkSoft PHP-Namensraum verwenden. Bitte verwenden Sie einen eigenen Namespace.
]]></target>
</message>
<message>
<source><![CDATA[
This RA does not exist.
]]></source>
<target><![CDATA[
7982,6 → 7998,14
</message>
<message>
<source><![CDATA[
Your base configuration file is outdated. Please change "%1" to "%2".
]]></source>
<target><![CDATA[
Die Basiskonfigurations-Datei ist veraltet. Bitte ändern Sie "%1" zu "%2".
]]></target>
</message>
<message>
<source><![CDATA[
Your email address: %1
]]></source>
<target><![CDATA[
/trunk/plugins/viathinksoft/language/enus/OIDplusLanguagePluginEnglishUSA.class.php
17,7 → 17,7
* limitations under the License.
*/
 
if (!defined('INSIDE_OIDPLUS')) die();
namespace ViaThinkSoft\OIDplus;
 
class OIDplusLanguagePluginEnglishUSA extends OIDplusLanguagePlugin {
 
/trunk/plugins/viathinksoft/language/enus/manifest.xml
4,7 → 4,7
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.3.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_language.xsd">
 
<type>OIDplusLanguagePlugin</type>
<type>ViaThinkSoft\OIDplus\OIDplusLanguagePlugin</type>
 
<info>
<name>English (USA)</name>
16,7 → 16,7
</info>
 
<php>
<mainclass>OIDplusLanguagePluginEnglishUSA</mainclass>
<mainclass>ViaThinkSoft\OIDplus\OIDplusLanguagePluginEnglishUSA</mainclass>
</php>
 
<language>