]> git.mxchange.org Git - friendica-addons.git/blobdiff - dav/common/wdcal_configuration.php
Merge branch '3.6-rc'
[friendica-addons.git] / dav / common / wdcal_configuration.php
index c7b66fb1187c2f4a0d67ccf6b7a36cd9073e9edc..001d4528e9cd9b529b4b21f2cdf783aa0d313cb0 100644 (file)
@@ -1,5 +1,8 @@
 <?php
 
+use Friendica\Core\L10n;
+use Friendica\Core\PConfig;
+
 abstract class wdcal_local
 {
 
@@ -145,7 +148,7 @@ class wdcal_local_us extends wdcal_local {
         * @return string
         */
        static function getName() {
-               return t("U.S. Time Format (mm/dd/YYYY)");
+               return L10n::t("U.S. Time Format (mm/dd/YYYY)");
        }
 
        /**
@@ -240,7 +243,7 @@ class wdcal_local_de extends  wdcal_local {
         * @return string
         */
        static function getName() {
-               return t("German Time Format (dd.mm.YYYY)");
+               return L10n::t("German Time Format (dd.mm.YYYY)");
        }
 
        /**