[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> config_questions.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['security_questions'] = "Security Questions";
   9  $l['security_questions_desc'] = "Here you can create and manage security questions that will be randomly shown during registration.";
  10  $l['add_new_question'] = "Add New Question";
  11  $l['add_new_question_desc'] = "Add a question and its answers for the security questions to be used during registration.";
  12  $l['edit_question'] = "Edit Question";
  13  $l['edit_question_desc'] = "Here you edit a security question.";
  14  $l['preview_question'] = "Preview Question";
  15  
  16  $l['options'] = "Options";
  17  $l['shown'] = "Shown";
  18  $l['correct'] = "Correct";
  19  $l['incorrect'] = "Incorrect";
  20  $l['disable_question'] = "Disable Question";
  21  $l['enable_question'] = "Enable Question";
  22  $l['delete_question'] = "Delete Question";
  23  $l['no_security_questions'] = "There are no security questions on your forum at this time.";
  24  
  25  $l['question'] = "Question";
  26  $l['question_desc'] = "Enter the question you want answered during registration.";
  27  $l['answers'] = "Answer(s)";
  28  $l['answers_desc'] = "Enter the answer(s) to the question above. Please enter each answer on a separate line.";
  29  $l['active'] = "Active";
  30  $l['save_question'] = "Save Question";
  31  
  32  $l['error_invalid_question'] = "You have selected an invalid question.";
  33  $l['error_missing_question'] = "You did not enter a question for this question";
  34  $l['error_missing_answer'] = "You did not enter any answers for this question";
  35  
  36  $l['success_question_created'] = "The question has been created successfully.";
  37  $l['success_question_updated'] = "The question has been updated successfully.";
  38  $l['success_question_disabled'] = "The question has been disabled successfully.";
  39  $l['success_question_enabled'] = "The question has been enabled successfully.";
  40  $l['success_question_deleted'] = "The question has been deleted successfully.";
  41  
  42  $l['confirm_question_deletion'] = "Are you sure you wish to delete this question?";
  43  


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