Changeset 1495 in ExiteCMS
- Timestamp:
- 06/30/08 21:39:05 (4 years ago)
- Location:
- trunk/administration/tools
- Files:
-
- 2 edited
-
language_pack_English.php (modified) (3 diffs)
-
language_pack_Nederlands.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/language_pack_English.php
r1491 r1495 860 860 $localestrings['492'] = "If checked, the site will redirect to the exact URL given"; 861 861 load_localestrings($localestrings, LP_LOCALE, "admin.redirects", $step); 862 863 $localestrings = array();864 load_localestrings($localestrings, LP_LOCALE, "admin.reporting", $step);865 862 866 863 $localestrings = array(); … … 2952 2949 2953 2950 $localestrings = array(); 2954 load_localestrings($localestrings, LP_LOCALE, "main.reporting", $step);2955 2956 $localestrings = array();2957 2951 $localestrings['400'] = "Search"; 2958 2952 $localestrings['401'] = "Search for:"; … … 3237 3231 if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 3238 3232 if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 3239 if (!defined('LP_DATE')) define('LP_DATE', "121 3786580");3240 $lp_date = "121 3786580";3233 if (!defined('LP_DATE')) define('LP_DATE', "1214854709"); 3234 $lp_date = "1214854709"; 3241 3235 3242 3236 /*---------------------------------------------------+ -
trunk/administration/tools/language_pack_Nederlands.php
r1494 r1495 860 860 $localestrings['492'] = "Indien gemarkeerd wordt de nieuwe URL geladen d.m.v. een redirect"; 861 861 load_localestrings($localestrings, LP_LOCALE, "admin.redirects", $step); 862 863 $localestrings = array();864 load_localestrings($localestrings, LP_LOCALE, "admin.reporting", $step);865 862 866 863 $localestrings = array(); … … 2952 2949 2953 2950 $localestrings = array(); 2954 load_localestrings($localestrings, LP_LOCALE, "main.reporting", $step);2955 2956 $localestrings = array();2957 2951 $localestrings['400'] = "Zoeken"; 2958 2952 $localestrings['401'] = "Zoeken naar:"; … … 3237 3231 if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 3238 3232 if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 3239 if (!defined('LP_DATE')) define('LP_DATE', "121 3787583");3240 $lp_date = "121 3787583";3233 if (!defined('LP_DATE')) define('LP_DATE', "1214854713"); 3234 $lp_date = "1214854713"; 3241 3235 3242 3236 /*---------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.
