Changeset 2364 in ExiteCMS for branches/ITXP/administration/tools/language_pack_English.php
- Timestamp:
- 07/29/10 17:16:11 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ITXP/administration/tools/language_pack_English.php
r2348 r2364 368 368 $localestrings['493'] = "Refresh Forum Ordering"; 369 369 $localestrings['494'] = "Subject prefix list:"; 370 $localestrings['495'] = "Use subject prefixes in this forum"; 370 371 load_localestrings($localestrings, LP_LOCALE, "admin.forums", $step); 371 372 … … 2579 2580 $localestrings['473'] = "Comments (Max.length: 255 characters):"; 2580 2581 $localestrings['474'] = "Toggle Message"; 2582 $localestrings['475'] = "Error: Your are required to select a prefix when posting in this forum"; 2581 2583 $localestrings['480'] = " Make this Thread Sticky"; 2582 2584 $localestrings['481'] = " Show My Signature in this Post"; … … 2590 2592 $localestrings['500'] = "You cannot edit this post."; 2591 2593 $localestrings['501'] = "You cannot move a post that has a poll attached to it."; 2592 $localestrings['502'] = "You cannot edit this post. The thread has been locked by a moderator";2593 2594 $localestrings['530'] = "Search Forum"; 2594 2595 $localestrings['531'] = "Search Keyword(s)"; … … 2599 2600 $localestrings['550'] = "Thread Reply Notification - {THREAD_SUBJECT}"; 2600 2601 $localestrings['551'] = "Hello {USERNAME},\n\nA reply has been posted in the forum thread '{THREAD_SUBJECT}' which you are tracking at {SITE_NAME}. You can use the following link to view the reply:\n\n{THREAD_URL}\n\nIf you no longer wish to watch this thread you can click the 'Tracking Off' button located at the bottom of the thread.\n\nRegards,\n{SITE_WEBMASTER}."; 2602 $localestrings['552'] = "You cannot edit this post. The thread has been locked by a moderator"; 2601 2603 load_localestrings($localestrings, LP_LOCALE, "forum.post", $step); 2602 2604 … … 3846 3848 if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "us|gb|ca|au|nz|in|za|ir|mt|hk|pr"); 3847 3849 if (!defined('LP_VERSION')) define('LP_VERSION', "7.30"); 3848 if (!defined('LP_DATE')) define('LP_DATE', time());3850 if (!defined('LP_DATE')) define('LP_DATE', "1280139239"); 3849 3851 $lp_date = LP_DATE; 3850 3852
Note: See TracChangeset
for help on using the changeset viewer.
