]> git.mxchange.org Git - mailer.git/blobdiff - inc/language/holiday_de.php
Deprecation of ext-rewrite as of ext-seo prepared and ext-imprint/seo added (UNFINISHED)
[mailer.git] / inc / language / holiday_de.php
index 13969c49c7bd1350721e42f53976b4fdc9893365..395ee4855b246a507ea23618677706cfa038eca4 100644 (file)
@@ -10,7 +10,7 @@
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
+ * $Revision::                                                        $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
@@ -38,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);
 }
 
@@ -46,6 +46,7 @@ if (!defined('__SECURITY')) {
 define('HOLIDAY_MEMBER_TITLE', "Von wann bis wann sind Sie im Urlaub?");
 define('HOLIDAY_MEMBER_TSTART', "Anfang Ihres Urlaubes");
 define('HOLIDAY_MEMBER_TEND', "Ende Ihres Urlaubes");
+// @TODO Rewrite these two constants to one
 define('HOLIDAY_MAX_DAYS_1', "Sie können nicht mehr als ");
 define('HOLIDAY_MAX_DAYS_2', " Tag(e) an Urlaub einstellen!");
 define('HOLIDAY_ADD', "Urlaubsschaltung aktivieren");