[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['forum_announcements'] = "Forum Announcements";
   9  $l['forum_announcements_desc'] = "Here you can manage the announcements on your board. Global announcements are shown in all forums, whereas ones set for individual forums are shown in that forum and all child forums.";
  10  $l['add_announcement'] = "Add Announcement";
  11  $l['add_announcement_desc'] = "Here you can add an announcement for a single forum or all forums.";
  12  $l['update_announcement'] = "Update Announcement";
  13  $l['preview_announcement'] = "Preview Announcement";
  14  $l['update_announcement_desc'] = "Here you can update an announcements details.";
  15  
  16  $l['start_date_desc'] = "On this date and time (in GMT), the announcement will appear in the selected forum(s).";
  17  $l['end_date_desc'] = "On this date and time (in GMT), the announcement will be hidden from view on your forum. You may select never end this announcement until you delete it or edit its end date.";
  18  $l['forums_to_appear_in_desc'] = "The announcement will appear in the forums selected below. The announcement will appear in the selected forum and all child forums of the selected forum.";
  19  
  20  $l['announcement'] = "Announcement";
  21  $l['global_announcements'] = "Global Announcements";
  22  
  23  $l['no_global_announcements'] = "There are currently no global forum announcements.";
  24  $l['no_forums'] = "There are currently no forums setup to show forum announcements.";
  25  
  26  $l['confirm_announcement_deletion'] = "Are you sure you wish to delete this announcement?";
  27  
  28  $l['success_announcement_deleted'] = "The selected announcement has been deleted successfully.";
  29  $l['success_added_announcement'] = "The selected announcement has been created successfully.";
  30  $l['success_updated_announcement'] = "The selected announcement has been updated successfully.";
  31  
  32  $l['error_invalid_announcement'] = "Please input a valid announcement.";
  33  $l['error_missing_title'] = "You did not enter a title.";
  34  $l['error_missing_message'] = "You did not enter a message.";
  35  $l['error_missing_forum'] = "You did not select a forum.";
  36  $l['error_invalid_start_date'] = "The starting date for the announcement is invalid.";
  37  $l['error_invalid_end_date'] = "The ending date for the announcement is invalid.";
  38  $l['error_end_before_start'] = "The ending date must be after the start date.";
  39  
  40  $l['add_an_announcement'] = "Add an announcement";
  41  $l['update_an_announcement'] = "Update an announcement";
  42  $l['save_announcement'] = "Save Announcement";
  43  $l['title'] = "Title";
  44  $l['start_date'] = "Start Date";
  45  $l['end_date'] = "End Date";
  46  $l['message'] = "Message";
  47  $l['forums_to_appear_in'] = "Forums to Appear in";
  48  $l['allow_html'] = "Allow HTML?";
  49  $l['allow_mycode'] = "Allow MyCode?";
  50  $l['allow_smilies'] = "Allow Smilies?";
  51  $l['time'] = "Time:";
  52  $l['set_time'] = "Set Time";
  53  
  54  $l['announcement_preview'] = 'Announcement Preview';
  55  


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