<?php /** * MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved * * $Id: report.lang.php 5297 2010-12-28 22:01:14Z Tomm $ */ $l['report_post'] = "Report Post"; $l['report_to_mod'] = "Report this post to a moderator"; $l['only_report'] = "You should only report posts that are spam, advertising messages, or abuse."; $l['report_reason'] = "Your reason for reporting this post:"; $l['thank_you'] = "Thank You."; $l['post_reported'] = "The post has successfully been reported. You can now close this window."; $l['report_error'] = "Error"; $l['no_reason'] = "You cannot report a post without specifying a reason for reporting it."; $l['go_back'] = "Back"; $l['close_window'] = "Close Window"; ?>