1<?php 2/** 3 * English language file 4 * 5 * If your language is not/only partially translated or you found an error/typo, 6 * have a look at the files belows "/plugin-blogtng/lang/<your lang>/". If they 7 * are not existing, copy and translate the English ones. And don't forget to 8 * send any new translation or fix to the BlogTNG authors (contact information 9 * can be found at <http://www.dokuwiki.org/plugin:blogtng>). Thanks :-). 10 * 11 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 12 */ 13 14$lang['menu'] = 'Manage Blogs (BlogTNG)'; 15$lang['entry_latest'] = 'Latest %d Entries'; 16$lang['comment_latest'] = 'Latest %d Comments'; 17$lang['numhits'] = 'Number of Hits'; 18$lang['blog'] = 'Blog'; 19$lang['author'] = 'Author'; 20$lang['dashboard'] = 'Dashboard'; 21$lang['entry'] = 'Entry'; 22$lang['filter'] = 'Filter'; 23$lang['tags'] = 'Tags'; 24$lang['commentstatus'] = 'Comments are'; 25$lang['searchresults'] = 'Search Results'; 26$lang['permalink'] = 'permalink'; 27 28$lang['comments'] = 'Comments'; 29$lang['0comments'] = '%d Comments'; 30$lang['1comments'] = '%d Comment'; 31$lang['Xcomments'] = '%d Comments'; 32$lang['readmore'] = 'Read more…'; 33 34$lang['prev'] = '< Newer Posts'; 35$lang['next'] = 'Older Posts >'; 36 37$lang['title'] = 'Title:'; 38$lang['create'] = 'Create'; 39$lang['created'] = 'Creation Date'; 40 41$lang['js']['reply'] = 'Reply to this comment'; 42 43$lang['comment_mail'] = 'E-Mail'; 44$lang['comment_avatar'] = 'Avatar'; 45$lang['comment_name'] = 'Name'; 46$lang['comment_web'] = 'Website'; 47$lang['comment_preview'] = 'Preview'; 48$lang['comment_submit'] = 'Comment'; 49$lang['comment_source'] = 'Source'; 50$lang['comment_status'] = 'Status'; 51$lang['comment_text'] = 'Text'; 52$lang['comment_ip'] = 'IP Address'; 53$lang['comment_subscribe'] = 'Subscribe to new comments'; 54$lang['comment_reply'] = 'reply'; 55 56$lang['subscr_subject'] = 'New comment on %s'; 57$lang['optin_subject'] = 'Please confirm your subscription'; 58 59$lang['optin_ok'] = 'Thank you. You\'ll now receive comment updates via mail'; 60$lang['optin_err'] = 'Ooops. Couldn\'t find that key. Maybe a copy\'n\'paste error?'; 61 62$lang['unsubscribe_ok'] = 'Unsubscription successful. You will no longer be notified about new comments to this post.'; 63$lang['unsubscribe_err_key'] = 'Ooops. Couldn\'t find that key. Maybe a copy\'n\'paste error?'; 64$lang['unsubscribe_err_other'] = 'Oooops. Couldn\'t find your subscription. Maybe a copy\'n\'paste error?'; 65 66$lang['btn_comment_edit'] = 'Edit'; 67$lang['act_comment_edit'] = 'Edit Comment'; 68 69$lang['msg_comment_save'] = 'Comment changes have been saved'; 70$lang['msg_comment_status_change'] = 'Comment status changed'; 71$lang['msg_comment_delete'] = 'The comment was deleted'; 72$lang['msg_entry_blog_change'] = 'Blog of the entry was changed'; 73 74$lang['err_notitle'] = 'No post title given!'; 75