/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
- <?php
- //
- // Module information
- //
- $lang['MODULE_TITLE'] = 'Report users';
- $lang['MODULE_EXPLAIN'] = 'This module allows the users to report other users.';
- //
- // Language variables
- //
- $lang['REPORT_LIST_TITLE'] = 'Reported users';
- $lang['REPORT_TYPE'] = 'Reported user';
- $lang['WRITE_REPORT'] = 'Report user';
- $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.';
- $lang['WRITE_REPORT_ERROR'] = 'The selected user doesn\'t exist.';
- $lang['AUTH_WRITE_ERROR'] = 'You don\'t have the permission to report users.';
- $lang['DELETED_ERROR'] = 'The selected user was deleted.';
- $lang['CLICK_RETURN'] = '%sClick here%s to return to the user\'s profile.';