<?php
/**
 * English language file
 *
 * If your language is not/only partially translated or you found an error/typo,
 * have a look at the files belows "/plugin-blogtng/lang/<your lang>/". If they
 * are not existing, copy and translate the English ones. And don't forget to
 * send any new translation or fix to the BlogTNG authors (contact information
 * can be found at <http://www.dokuwiki.org/plugin:blogtng>). Thanks :-).
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 */

$lang['menu']           = 'Manage Blogs (BlogTNG)';
$lang['entry_latest']   = 'Latest %d Entries';
$lang['comment_latest'] = 'Latest %d Comments';
$lang['numhits']        = 'Number of Hits';
$lang['blog']           = 'Blog';
$lang['author']         = 'Author';
$lang['dashboard']      = 'Dashboard';
$lang['entry']          = 'Entry';
$lang['filter']         = 'Filter';
$lang['tags']           = 'Tags';
$lang['commentstatus']  = 'Comments are';
$lang['searchresults']  = 'Search Results';
$lang['permalink']      = 'permalink';

$lang['comments']    = 'Comments';
$lang['0comments']   = '%d Comments';
$lang['1comments']   = '%d Comment';
$lang['Xcomments']   = '%d Comments';
$lang['readmore']    = 'Read more…';

$lang['prev'] = '&lt; Newer Posts';
$lang['next'] = 'Older Posts &gt;';

$lang['title']   = 'Title:';
$lang['create']  = 'Create';
$lang['created'] = 'Creation Date';

$lang['js']['reply'] = 'Reply to this comment';

$lang['comment_mail']      = 'E-Mail';
$lang['comment_avatar']    = 'Avatar';
$lang['comment_name']      = 'Name';
$lang['comment_web']       = 'Website';
$lang['comment_preview']   = 'Preview';
$lang['comment_submit']    = 'Comment';
$lang['comment_source']    = 'Source';
$lang['comment_status']    = 'Status';
$lang['comment_text']      = 'Text';
$lang['comment_ip']        = 'IP Address';
$lang['comment_subscribe'] = 'Subscribe to new comments';
$lang['comment_reply']     = 'reply';

$lang['subscr_subject'] = 'New comment on %s';
$lang['optin_subject']  = 'Please confirm your subscription';

$lang['optin_ok']  = 'Thank you. You\'ll now receive comment updates via mail';
$lang['optin_err'] = 'Ooops. Couldn\'t find that key. Maybe a copy\'n\'paste error?';

$lang['unsubscribe_ok']        = 'Unsubscription successful. You will no longer be notified about new comments to this post.';
$lang['unsubscribe_err_key']   = 'Ooops. Couldn\'t find that key. Maybe a copy\'n\'paste error?';
$lang['unsubscribe_err_other'] = 'Oooops. Couldn\'t find your subscription. Maybe a copy\'n\'paste error?';

$lang['btn_comment_edit'] = 'Edit';
$lang['act_comment_edit'] = 'Edit Comment';

$lang['msg_comment_save']           = 'Comment changes have been saved';
$lang['msg_comment_status_change']  = 'Comment status changed';
$lang['msg_comment_delete']         = 'The comment was deleted';
$lang['msg_entry_blog_change']      = 'Blog of the entry was changed';

$lang['err_notitle'] = 'No post title given!';
