Changeset 1408 in ExiteCMS for branches/PLi-Fusion/administration/tools/language_pack_English.php
- Timestamp:
- 05/15/08 22:25:54 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/administration/tools/language_pack_English.php
r1343 r1408 969 969 $localestrings['720'] = "Enable group messages for:"; 970 970 $localestrings['721'] = "Show all recipients of a message:"; 971 $localestrings['722'] = "No Inbox message limit for:"; 972 $localestrings['723'] = "No Outbox message limit for:"; 973 $localestrings['724'] = "No Archive message limit for:"; 974 $localestrings['725'] = "- no one -"; 971 975 $localestrings['750'] = "Save Settings"; 972 976 $localestrings['751'] = "<< Prev"; … … 2125 2129 $localestrings['412'] = "Page: "; 2126 2130 $localestrings['413'] = "RSS Feed"; 2131 $localestrings['414'] = "View all posts"; 2127 2132 $localestrings['430'] = "download(s)"; 2128 2133 $localestrings['450'] = "View Forum"; … … 2315 2320 $localestrings['472']['12'] = "violet"; 2316 2321 $localestrings['472']['13'] = "black"; 2317 $localestrings['472']['14'] = "gr ay";2322 $localestrings['472']['14'] = "grey"; 2318 2323 $localestrings['472']['15'] = "silver"; 2319 2324 $localestrings['472']['16'] = "white"; … … 2491 2496 $localestrings['026'] = "My Recent Threads"; 2492 2497 $localestrings['027'] = "My Recent Posts"; 2498 $localestrings['027a'] = "All Posts"; 2493 2499 $localestrings['028'] = "New Posts"; 2494 2500 $localestrings['029'] = "Latest News"; … … 2543 2549 $localestrings['083'] = "CMS Administration"; 2544 2550 $localestrings['084'] = "Logout"; 2545 $localestrings['085'] = "%u private ";2546 $localestrings['086'] = " message";2547 $localestrings['087'] = " messages";2548 $localestrings['088'] = " post";2549 $localestrings['089'] = " posts";2550 $localestrings['090'] = " %u new forum";2551 $localestrings['085'] = "%u private message"; 2552 $localestrings['086'] = "%u private messages"; 2553 $localestrings['087'] = "Downloads"; 2554 $localestrings['088'] = "%u new forum post"; 2555 $localestrings['089'] = "%u new forum posts"; 2556 $localestrings['090'] = "Posts"; 2551 2557 $localestrings['091'] = "Mark all read"; 2552 2558 $localestrings['100'] = "Member Poll"; … … 2620 2626 $localestrings['408'] = "Send me a new password"; 2621 2627 $localestrings['409'] = "New password for "; 2622 $localestrings['410'] = "Hello [USER _NAME],\n\nYou have or someone has requested a new password to access your [SITENAME] account.\n\nTo change your password please click the following link:\n\n[NEW_PASS_LINK]\n\nRegards,\n[SITEUSERNAME]";2623 $localestrings['411'] = "Hello [USER _NAME],\n\nYour new password to access your [SITENAME] account is:\n\n[NEW_PASS]\n\nRegards,\n[SITEUSERNAME]";2628 $localestrings['410'] = "Hello [USERNAME],\n\nYou have or someone has requested a new password to access your [SITENAME] account.\n\nTo change your password please click the following link:\n\n[NEW_PASS_LINK]\n\nRegards,\n[SITEUSERNAME]"; 2629 $localestrings['411'] = "Hello [USERNAME],\n\nYour new password to access your [SITENAME] account is:\n\n[NEW_PASS]\n\nRegards,\n[SITEUSERNAME]"; 2624 2630 load_localestrings($localestrings, LP_LOCALE, "main.lostpassword", $step); 2625 2631 … … 2867 2873 $localestrings['414'] = "Email address %s does not exist<br>(according to the mailserver %s)."; 2868 2874 $localestrings['449'] = "Welcome to %s"; 2869 $localestrings['450'] = "Hello [USER _NAME],\n\nWelcome to [SITENAME]. Here are your login details:\n\nUsername: [USERNAME]\nFullname: [FULLNAME]\nPassword: [PASSWORD]\n\nPlease activate your account via the following link:\n";2875 $localestrings['450'] = "Hello [USERNAME],\n\nWelcome to [SITENAME]. Here are your login details:\n\nUsername: [USERNAME]\nFullname: [FULLNAME]\nPassword: [PASSWORD]\n\nPlease activate your account via the following link:\n"; 2870 2876 $localestrings['451'] = "Registration complete"; 2871 2877 $localestrings['452'] = "You can now log in."; … … 3135 3141 $localestrings['u901'] = "Full Name"; 3136 3142 load_localestrings($localestrings, LP_LOCALE, "main.user_fields", $step); 3137 3138 $localestrings = array();3139 $localestrings['400'] = "Webshop";3140 $localestrings['410'] = "Select your shop. The shop currently selected is highlighted";3141 $localestrings['411'] = "<b>Note:</b><br />3142 <img src='".THEME."images/bullet.gif' /> If you don't live in these area's of the world, check out all shops to see which one has the best delivery fees for your country <br />3143 <img src='".THEME."images/bullet.gif' /> Sometimes the shop has session issues. If the shop doesn't display as expected, click on the 'Shop' button to reload the shop<br />3144 <img src='".THEME."images/bullet.gif' /> Every shop uses different suppliers. Not all products are available in all shops3145 ";3146 load_localestrings($localestrings, LP_LOCALE, "main.webshop", $step);3147 3148 3143 return ""; 3149 3144 } … … 3182 3177 if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 3183 3178 if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 3184 if (!defined('LP_DATE')) define('LP_DATE', "12 04579858");3185 $lp_date = "12 04579858";3179 if (!defined('LP_DATE')) define('LP_DATE', "1210855263"); 3180 $lp_date = "1210855263"; 3186 3181 3187 3182 /*---------------------------------------------------+ … … 3241 3236 // install the language pack 3242 3237 if ($step == "install" || $step == "upgrade") { 3243 if ($step == "install" ) {3238 if ($step == "install" || defined('CMS_SETUP_LOAD')) { 3244 3239 $result = dbquery("INSERT INTO ".$db_prefix."locale (locale_code, locale_name, locale_locale, locale_charset, locale_active) VALUES ('".LP_LOCALE."', '".LP_LANGUAGE."', '".LP_LOCALES."', '".LP_CHARSET."', 1)"); 3245 3240 }
Note: See TracChangeset
for help on using the changeset viewer.
