From: Tim Starling Date: Sat, 23 Oct 2004 00:00:57 +0000 (+0000) Subject: stub inheriting from de X-Git-Tag: 1.5.0alpha1~1499 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=a829cc0602f040eb8de363e0617a285e6157264e;p=lhc%2Fweb%2Fwiklou.git stub inheriting from de --- diff --git a/languages/LanguageAls.php b/languages/LanguageAls.php new file mode 100644 index 0000000000..7879f7698d --- /dev/null +++ b/languages/LanguageAls.php @@ -0,0 +1,19 @@ + for the moment it would be the best if LanguageAls.php would be + the same like LanguageDe.php. That would help us a lot at als. + at the moment all is in English + ok + great + I'll make a stub language file that fetches everything from de + cool +*/ + +include_once( "LanguageDe.php" ); + +class LanguageAls extends LanguageDe { + /* Inherit everything. */ +} + +?>