Changeset 1402 in ExiteCMS
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/language_pack_English.php
r1393 r1402 2129 2129 $localestrings['412'] = "Page: "; 2130 2130 $localestrings['413'] = "RSS Feed"; 2131 $localestrings['414'] = "View all posts"; 2131 2132 $localestrings['430'] = "download(s)"; 2132 2133 $localestrings['450'] = "View Forum"; … … 2319 2320 $localestrings['472']['12'] = "violet"; 2320 2321 $localestrings['472']['13'] = "black"; 2321 $localestrings['472']['14'] = "gr ay";2322 $localestrings['472']['14'] = "grey"; 2322 2323 $localestrings['472']['15'] = "silver"; 2323 2324 $localestrings['472']['16'] = "white"; … … 2495 2496 $localestrings['026'] = "My Recent Threads"; 2496 2497 $localestrings['027'] = "My Recent Posts"; 2498 $localestrings['027a'] = "All Posts"; 2497 2499 $localestrings['028'] = "New Posts"; 2498 2500 $localestrings['029'] = "Latest News"; … … 2547 2549 $localestrings['083'] = "CMS Administration"; 2548 2550 $localestrings['084'] = "Logout"; 2549 $localestrings['085'] = "%u private ";2550 $localestrings['086'] = " message";2551 $localestrings['087'] = " messages";2552 $localestrings['088'] = " post";2553 $localestrings['089'] = " posts";2554 $localestrings['090'] = " %u new forum";2551 $localestrings['085'] = "%u private message"; 2552 $localestrings['086'] = "%u private messages"; 2553 $localestrings['087'] = "?"; 2554 $localestrings['088'] = "%u new forum post"; 2555 $localestrings['089'] = "%u new forum posts"; 2556 $localestrings['090'] = "Posts"; 2555 2557 $localestrings['091'] = "Mark all read"; 2556 2558 $localestrings['100'] = "Member Poll"; … … 3175 3177 if (!defined('LP_CHARSET')) define('LP_CHARSET', "iso-8859-1"); 3176 3178 if (!defined('LP_VERSION')) define('LP_VERSION', "7.10"); 3177 if (!defined('LP_DATE')) define('LP_DATE', "12 06357171");3178 $lp_date = "12 06357171";3179 if (!defined('LP_DATE')) define('LP_DATE', "1210855263"); 3180 $lp_date = "1210855263"; 3179 3181 3180 3182 /*---------------------------------------------------+ -
trunk/modules/user_info_panel/templates/modules.user_info_panel.tpl
r1344 r1402 40 40 <hr /> 41 41 <div style='text-align:center'> 42 <b><a href='{$smarty.const.BASEDIR}pm.php?action=show_new' class='side'>{ $new_pm_msg|string_format:$locale.085}{if $new_pm_msg == 1}{$locale.086}{else}{$locale.087}{/if}</a></b>42 <b><a href='{$smarty.const.BASEDIR}pm.php?action=show_new' class='side'>{if $new_pm_msg == 1}{$new_pm_msg|string_format:$locale.085}{else}{$new_pm_msg|string_format:$locale.086}{/if}</a></b> 43 43 </div> 44 44 {/if} … … 47 47 <div style='text-align:center'> 48 48 {if $new_posts_panel} 49 <a href='{$smarty.const.MODULES}forum_threads_list_panel/new_posts.php' class='side'><b>{ $new_post_msg|string_format:$locale.090}{if $new_post_msg == 1}{$locale.088}{else}{$locale.089}{/if}</b></a>49 <a href='{$smarty.const.MODULES}forum_threads_list_panel/new_posts.php' class='side'><b>{if $new_post_msg == 1}{$new_post_msg|string_format:$locale.088}{else}{$new_post_msg|string_format:$locale.089}{/if}</b></a> 50 50 <hr /> 51 51 {buttonlink name=$locale.091 link=$smarty.const.MODULES|cat:"forum_threads_list_panel/new_posts.php?markasread="|cat:$user_id} 52 52 {else} 53 <b>{ $new_post_msg|string_format:$locale.090}{if $new_post_msg == 1}{$locale.088}{else}{$locale.089}{/if}</b>53 <b>{if $new_post_msg == 1}{$new_post_msg|string_format:$locale.088}{else}{$new_post_msg|string_format:$locale.089}{/if}</b> 54 54 {/if} 55 55 </div>
Note: See TracChangeset
for help on using the changeset viewer.
