| ############################################################################### |
| ############################################################################### |
| # Notify.lng (Notify text definitions) # |
| # Notify.lng (Notify 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 5, 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. # |
| ############################################################################### |
| ############################################################################### |
| |
| |
| $notifylngver = 'YaBB 2.5.2 $Revision: 1.1 $'; |
| $notifylngver = 'YaBB 2.6.12 $Revision: 1651 $'; |
| |
| |
| %notify_txt = ( |
| %notify_txt = ( |
| '118' => 'Topic Notification', |
| '118' => 'Topic Notification', |
| '119' => 'There are no topics with Notification marked!', |
| '119' => 'There are no topics with Notification marked.', |
| '120' => 'by', |
| '120' => 'by', |
| '121' => 'Reset', |
| '121' => 'Reset', |
| '122' => 'You are notified on replies in the following topics.', |
| '122' => 'You are notified on replies in the following topics.', |
| '123' => 'Check box to <b><i>deactivate</i></b> Notification on the Topic!', |
| '123' => 'Activate checkbox to <b><i>deactivate</i></b> Notification on the Topic.', |
| '124' => 'Update Notifications', |
| '124' => 'Update Notifications', |
| '125' => 'Notify', |
| '125' => 'Notify', |
| '126' => 'Receive Notification on replies to this board.', |
| '126' => 'Receive Notification on replies to this board.', |
| '127' => 'Topic reply', |
| '127' => 'Topic reply', |
| '132' => 'New Topics Only', |
| '132' => 'New Topics Only', |
| '133' => 'All New Posts', |
| '133' => 'All New Posts', |
| '134' => 'Remove', |
| '134' => 'Remove', |
| '135' => 'Board', |
| '135' => 'Board', |
| '136' => 'Board Notification', |
| '136' => 'Board Notification', |
| '137' => 'Change or remove notification for this board.', |
| '137' => 'Change or remove notification for this board.', |
| '138' => 'Change', |
| '138' => 'Change', |
| '139' => 'There are no boards with Notification marked!', |
| '139' => 'There are no boards with Notification marked.', |
| '140' => 'Topic', |
| '140' => 'Topic', |
| '144' => 'Check all', |
| '144' => 'Check all', |
| '145' => 'New personal message', |
| '145' => 'New personal message from', |
| '200' => 'You have', |
| '200' => 'You have', |
| '201' => 'new', |
| '201' => 'new', |
| '202' => 'and', |
| '202' => 'and', |
| '203' => 'Do you want to view your Notifications?', |
| '203' => 'Do you want to view your Notifications?', |
| '205' => 'Board Notifications', |
| '205' => 'Board Notifications', |
| '206' => 'Topic Notifications', |
| '206' => 'Topic Notifications', |
| '333' => 'New Posts', |
| '333' => 'New Posts', |
| '334' => 'No New Posts', |
| '334' => 'No New Posts', |
| '335' => 'New', |
| '335' => 'New', |
| 'lastpost' => 'last post', |
| 'lastpost' => 'last post', |
| |
| 'lft' => "‹", |
| |
| 'rgt' => "›", |
| |
| '75' => 'This is your Notification Board selection.', |
| |
| '76' => 'It now holds', |
| |
| '77' => 'of', |
| |
| '78' => 'maximum allowed Notification Boards.', |
| ); |
| ); |
| |
| |
| 1; |
| 1; |
| |
| |