Ignore:
Timestamp:
12/01/08 12:12:32 (3 years ago)
Author:
WanWizard
Message:

fixed bug in registration when using single quotes in the user fullname when registering
fixed several bugs in user activation

File:
1 edited

Legend:

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

    r2033 r2087  
    28282828        $localestrings['428'] = "Blog aanpassen"; 
    28292829        $localestrings['429'] = "Blog index"; 
    2830         $localestrings['493'] = "Are you sure you want to delete this blog entry?"; 
    2831         $localestrings['494'] = "The blog entry has been succesfully deleted"; 
    2832         $localestrings['495'] = "The blog update has been succesfully saved"; 
    2833         $localestrings['496'] = "The new blog entry has been succesfully saved"; 
    2834         $localestrings['497'] = "The blog entry may not be left empty"; 
    2835         $localestrings['498'] = "Please fill in a subject for this blog entry"; 
    2836         $localestrings['499'] = "There are no blog entries available for display"; 
     2830        $localestrings['493'] = "Weet u zeker dat u dit blog bericht wilt verwijderen?"; 
     2831        $localestrings['494'] = "Het blog bericht is succesvol verwijderd"; 
     2832        $localestrings['495'] = "De aanpassingen aan de blog zijn bewaard"; 
     2833        $localestrings['496'] = "Het nieuwe blog bericht is succesvol opgeslagen"; 
     2834        $localestrings['497'] = "Het bericht mag niet leeg gelaten worden"; 
     2835        $localestrings['498'] = "Geef a.u.b. een onderwerp voor dit blog bericht"; 
     2836        $localestrings['499'] = "Er zijn geen blog berichten gevonden om te tonen"; 
    28372837        load_localestrings($localestrings, LP_LOCALE, "main.blogs", $step); 
    28382838 
     
    37683768if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "nl|be|sr|aw|an"); 
    37693769if (!defined('LP_VERSION')) define('LP_VERSION', "7.20"); 
    3770 if (!defined('LP_DATE')) define('LP_DATE', "1226762359"); 
     3770if (!defined('LP_DATE')) define('LP_DATE', "1227998517"); 
    37713771$lp_date = LP_DATE; 
    37723772 
Note: See TracChangeset for help on using the changeset viewer.