Ignore:
Timestamp:
12/07/08 01:22:46 (3 years ago)
Author:
WanWizard
Message:

updated the authentication system to allow new authentication methods to be 'plugged in'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_Nederlands.php

    r2092 r2095  
    11011101        $localestrings['575'] = "Login vereist HTTPS:"; 
    11021102        $localestrings['576'] = "Login verplicht voor site toegang:"; 
     1103        $localestrings['577'] = "Geinstalleerde authenticatie methoden"; 
     1104        $localestrings['578'] = "Methode"; 
     1105        $localestrings['579'] = "Class"; 
     1106        $localestrings['580'] = "Volgorde"; 
     1107        $localestrings['581'] = "Status"; 
     1108        $localestrings['582'] = "Opties"; 
     1109        $localestrings['583'] = "Naar omhoog"; 
     1110        $localestrings['584'] = "Naar beneden"; 
     1111        $localestrings['585'] = "Activeren"; 
     1112        $localestrings['586'] = "Geactiveerd"; 
     1113        $localestrings['587'] = "Uitschakelen"; 
     1114        $localestrings['588'] = "Uitgeschakeld"; 
    11031115        $localestrings['600'] = "Albums"; 
    11041116        $localestrings['601'] = "Breedte miniatuur:"; 
     
    37693781if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "nl|be|sr|aw|an"); 
    37703782if (!defined('LP_VERSION')) define('LP_VERSION', "7.20"); 
    3771 if (!defined('LP_DATE')) define('LP_DATE', "1228492315"); 
     3783if (!defined('LP_DATE')) define('LP_DATE', "1228608898"); 
    37723784$lp_date = LP_DATE; 
    37733785 
Note: See TracChangeset for help on using the changeset viewer.