Deleted thislanguage, thisdirection thischaracterset parentlanguage from files wich are not supposed to contain those strings

This cause also some empty files (because they didn't contain anything else) wich I also deleted
This commit is contained in:
koenr 2005-05-28 21:24:06 +00:00
parent 3e688521c6
commit 4173f2cefc
326 changed files with 145 additions and 1318 deletions

View file

@ -14,8 +14,5 @@ $string['localcoursefield'] = 'De veldnaam in de vaktabel die we gebruiken om te
$string['localuserfield'] = 'De naam van het veld in de lokale gebruikerstabel die we gebruiken om de gebruiker te koppelen aan een record in de externe databank (bv idnummer)';
$string['remotecoursefield'] = 'Het veld in de externe databank waarin course ID staat';
$string['remoteuserfield'] = 'Het veld in de externe databank waarin user ID staat';
$string['thischarset'] = 'iso-8859-1';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'Nederlands';
?>