| ############################################################################### |
| ############################################################################### |
| # MyCenter.lng (My Center text definitions) # |
| # MyCenter.lng (My Center text definitions) # |
| ############################################################################### |
| ############################################################################### |
| # YaBB: Yet another Bulletin Board # |
| # YaBB: Yet another Bulletin Board # |
| # Open-Source Community Software for Webmasters # |
| # Open-Source Community Software for Webmasters # |
| # Version: YaBB 2.5.2 # |
| # Version: YaBB 2.6.12 # |
| # Packaged: October 21, 2012 # |
| # Packaged: January 5, 2016 # |
| # Distributed by: http://www.yabbforum.com # |
| # Distributed by: http://www.yabbforum.com # |
| # =========================================================================== # |
| # =========================================================================== # |
| # Copyright (c) 2000-2012 YaBB (www.yabbforum.com) - All Rights Reserved. # |
| # Copyright (c) 2000-2016 YaBB (www.yabbforum.com) - All Rights Reserved. # |
| # Software by: The YaBB Development Team # |
| # Software by: The YaBB Development Team # |
| # with assistance from the YaBB community. # |
| # with assistance from the YaBB community. # |
| ############################################################################### |
| ############################################################################### |
| |
| |
| $mycenterlngver = 'YaBB 2.5.2 $Revision: 1.0 $'; |
| $mycenterlngver = 'YaBB 2.6.12 $Revision: 1651 $'; |
| |
| |
| ## LEAVE USERLABEL intact. Move within the string for correct language syntax! |
| ## LEAVE USERLABEL intact. Move within the string for correct language syntax! |
| |
| |
| %mycenter_txt = ( |
| %mycenter_txt = ( |
| 'welcometxt' => "USERLABEL\'s Control Panel", |
| 'welcometxt' => "USERLABEL's Control Panel", |
| 'buddylisttitle' => 'Your Buddies', |
| 'buddylisttitle' => 'Your Buddies', |
| 'buddylistnone' => 'Your Buddy List is empty', |
| 'buddylistnone' => 'Your Buddy List is empty', |
| 'buddydeleted' => 'This Buddy was deleted. The name is not available any more!', |
| 'buddydeleted' => 'This Buddy was deleted. The name is no longer available.', |
| 'hiddenemail' => 'Hidden E-mail', |
| 'hiddenemail' => 'Hidden E-mail', |
| 'currentsettings' => 'Your current Settings:', |
| 'currentsettings' => 'Your current Settings:', |
| 'onoffstatus' => 'Online/Offline Status:', |
| 'onoffstatus' => 'Online/Offline Status:', |
| 'onoffstatuson' => 'Online/Offline', |
| 'onoffstatuson' => 'Online/Offline', |
| 'onoffstatusaway' => 'Away', |
| 'onoffstatusaway' => 'Away', |
| 'view' => 'View', |
| 'view' => 'View', |
| 'stealth' => 'Stealth:', |
| 'stealth' => 'Stealth:', |
| 'stealth_off' => 'Stealth Mode Off', |
| 'stealth_off' => 'Stealth Mode Off', |
| 'stealth_on' => 'Stealth Mode On', |
| 'stealth_on' => 'Stealth Mode On', |
| 'posts' => 'Posts', |
| 'posts' => 'Posts', |
| |
| 'location' => 'Location', |
| |
| 'mylastposts' => 'View my last 5 posts', |
| ); |
| ); |
| |
| |
| %display_txt = ( |
| %display_txt = ( |
| '139' => 'Pages', |
| '139' => 'Pages', |
| ); |
| ); |
| |
| |
| %mc_menus = ( |
| %mc_menus = ( |
| 'messages' => 'Messages', |
| 'messages' => 'Messages', |
| 'profile' => 'Profile', |
| 'profile' => 'Profile', |
| 'posts' => 'Posts', |
| 'posts' => 'Posts', |
| ); |
| ); |
| |
| |
| %pm_search = ( |
| %pm_search = ( |
| 'all' => 'All', |
| 'all' => 'All', |
| 'justthis' => 'This folder only', |
| 'justthis' => 'This folder only', |
| 'byuser' => 'by Username', |
| 'byuser' => 'by Screen Name', |
| 'desc' => 'Search my PMs', |
| 'desc' => 'Search my PMs', |
| |
| 'search' => 'Search', |
| ); |
| ); |
| |
| |
| %mc_folders = ( |
| %mc_folders = ( |
| 'foldername' => 'Folder Name', |
| 'foldername' => 'Folder Name', |
| |
| ); |
| |
| |
| |
| %my_favs = ( |
| |
| '70' => 'Subject', |
| |
| '109' => 'Started By', |
| |
| '110' => 'Replies', |
| |
| '301' => 'Views', |
| |
| '330' => 'Topics', |
| |
| '21' => 'Posts', |
| |
| '22' => 'Last Post', |
| |
| '525' => 'By', |
| |
| '526' => 'by', |
| |
| '527' => 'Started', |
| |
| '737' => 'Check all', |
| ); |
| ); |
| |
| |
| 1; |
| 1; |