X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flanguage%2Fnickname_de.php;h=2fa12e465c1a42283770a4f921e8a11c4f38418c;hp=2c12ccae3427f3c085a634aa7c26a0496e7c2293;hb=f928ad2bed60fa256d0641eaf6d2c027a2944688;hpb=e72031bcfdcd8e91f62bec6cc88f36b7a11d9221 diff --git a/inc/language/nickname_de.php b/inc/language/nickname_de.php index 2c12ccae34..2fa12e465c 100644 --- a/inc/language/nickname_de.php +++ b/inc/language/nickname_de.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Deutsche Sprachunterstuetzung * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -33,7 +38,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); }