[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> hello.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   * Website: http://www.mybb.com
   7   * License: http://www.mybb.com/about/license
   8   *
   9   */
  10  
  11  $l['hello_desc'] = 'A sample plugin that allows you to create messages on the index page and appends them to each post.';
  12  
  13  $l['setting_group_hello'] = 'Hello World!';
  14  $l['setting_group_hello_desc'] = 'Settings for Hello World! Plugin.';
  15  
  16  $l['setting_hello_display1'] = 'Display Message Index';
  17  $l['setting_hello_display1_desc'] = 'Set to no if you do not want to display the messages on index.';
  18  
  19  $l['setting_hello_display2'] = 'Display Message Postbit';
  20  $l['setting_hello_display2_desc'] = 'Set to no if you do not want to display the messages below every post.';
  21  
  22  $l['hello_uninstall'] = 'Hello World! Uninstallation';
  23  $l['hello_uninstall_message'] = 'Do you wish to drop all messages from the database?';


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref