Changeset 1495 in ExiteCMS


Ignore:
Timestamp:
06/30/08 21:39:05 (4 years ago)
Author:
root
Message:

Latest language pack updates from the translation module

Location:
trunk/administration/tools
Files:
2 edited

Legend:

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

    r1491 r1495  
    860860        $localestrings['492'] = "If checked, the site will redirect to the exact URL given"; 
    861861        load_localestrings($localestrings, LP_LOCALE, "admin.redirects", $step); 
    862  
    863         $localestrings = array(); 
    864         load_localestrings($localestrings, LP_LOCALE, "admin.reporting", $step); 
    865862 
    866863        $localestrings = array(); 
     
    29522949 
    29532950        $localestrings = array(); 
    2954         load_localestrings($localestrings, LP_LOCALE, "main.reporting", $step); 
    2955  
    2956         $localestrings = array(); 
    29572951        $localestrings['400'] = "Search"; 
    29582952        $localestrings['401'] = "Search for:"; 
     
    32373231if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 
    32383232if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 
    3239 if (!defined('LP_DATE')) define('LP_DATE', "1213786580"); 
    3240 $lp_date = "1213786580"; 
     3233if (!defined('LP_DATE')) define('LP_DATE', "1214854709"); 
     3234$lp_date = "1214854709"; 
    32413235 
    32423236/*---------------------------------------------------+ 
  • trunk/administration/tools/language_pack_Nederlands.php

    r1494 r1495  
    860860        $localestrings['492'] = "Indien gemarkeerd wordt de nieuwe URL geladen d.m.v. een redirect"; 
    861861        load_localestrings($localestrings, LP_LOCALE, "admin.redirects", $step); 
    862  
    863         $localestrings = array(); 
    864         load_localestrings($localestrings, LP_LOCALE, "admin.reporting", $step); 
    865862 
    866863        $localestrings = array(); 
     
    29522949 
    29532950        $localestrings = array(); 
    2954         load_localestrings($localestrings, LP_LOCALE, "main.reporting", $step); 
    2955  
    2956         $localestrings = array(); 
    29572951        $localestrings['400'] = "Zoeken"; 
    29582952        $localestrings['401'] = "Zoeken naar:"; 
     
    32373231if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 
    32383232if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 
    3239 if (!defined('LP_DATE')) define('LP_DATE', "1213787583"); 
    3240 $lp_date = "1213787583"; 
     3233if (!defined('LP_DATE')) define('LP_DATE', "1214854713"); 
     3234$lp_date = "1214854713"; 
    32413235 
    32423236/*---------------------------------------------------+ 
Note: See TracChangeset for help on using the changeset viewer.