<?php return array (
  'comments.anonymous' => 'Anonymous User',
  'comments.anonymousNamed' => '"{$userName}"',
  'comments.body' => 'Body',
  'comments.titleRequired' => 'A comment title is required.',
  'comments.confirmDeleteChildren' => 'Deleting this comment will also delete any replies to it. Are you sure you wish to do this?',
  'comments.delete' => 'Delete this comment',
  'comments.email' => 'Poster Email',
  'comments.emailReply' => 'Email Reply',
  'comments.enterComment' => 'Enter Comment',
  'comments.inResponseTo' => 'In response to <a href="{$url}">{$title}</a>',
  'comments.name' => 'Poster Name',
  'comments.noComments' => 'No reader comments have been posted.',
  'comments.nReplies' => '({$num} Replies)',
  'comments.oneReply' => '(1 Reply)',
  'comments.postAnonymously' => 'Post this comment anonymously',
  'comments.postReply' => 'Post Reply',
  'comments.readerComments' => 'Reader Comments',
  'comments.readMore' => 'Read more',
  'comments.replies' => 'Replies',
  'comments.title' => 'Title',
  'comments.viewAllComments' => 'View all comments',
  'reader.fullText' => 'Full Text:',
);