/upload/language/lang_english/report_hack/lang_report_user.php

http://torrentpier2.googlecode.com/ · PHP · 21 lines · 11 code · 4 blank · 6 comment · 0 complexity · 0a27dbf6316cf9d3aa9ba0a6b0341c9f MD5 · raw file

  1. <?php
  2. //
  3. // Module information
  4. //
  5. $lang['MODULE_TITLE'] = 'Report users';
  6. $lang['MODULE_EXPLAIN'] = 'This module allows the users to report other users.';
  7. //
  8. // Language variables
  9. //
  10. $lang['REPORT_LIST_TITLE'] = 'Reported users';
  11. $lang['REPORT_TYPE'] = 'Reported user';
  12. $lang['WRITE_REPORT'] = 'Report user';
  13. $lang['WRITE_REPORT_EXPLAIN'] = 'Use this form to report the selected user. Reporting should generally be used only if the user attracted your attention because of a negative behaviour.';
  14. $lang['WRITE_REPORT_ERROR'] = 'The selected user doesn\'t exist.';
  15. $lang['AUTH_WRITE_ERROR'] = 'You don\'t have the permission to report users.';
  16. $lang['DELETED_ERROR'] = 'The selected user was deleted.';
  17. $lang['CLICK_RETURN'] = '%sClick here%s to return to the user\'s profile.';