[psg-devel] IP/hostname banning & Translations!

Teri Solow tsolow at terisolow.com
Tue Mar 30 15:23:59 BST 2004


On Tue, Mar 30, 2004 at 03:45:13PM +0200, KIEDIS set forth the following:
> Hi terry for the translation in spanish i can handle it
> can you send me the last messages_en.php that you modified please? or can someone tell me where to get it?

It's in CVS but I've attached it anyway since it's just as simple to do that  :)

The modifications for the monthly article view are there too, I don't know if you've done them already.

-- 
	Teri Solow
	http://terisolow.com

Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS ...
-------------- next part --------------
<?php
	// messages for PSG
	// $Id: messages_en.php,v 1.19 2004/03/29 21:19:53 tsolow Exp $

	$messages = array();

	$messages['no_articles']			= 'No articles found! You might need to log in and create some :-)';
	$messages['article_not_found']			= 'Article not found!';
	$messages['archive_title']			= 'Archives';
	$messages['article']				= 'Article';
	$messages['author']				= 'Author';
	$messages['date']				= 'Date';
	$messages['action']				= 'Action';
	$messages['comments']				= 'comments';
	$messages['unarchive']				= 'Unarchive';
	$messages['delete']				= 'Delete';
	$messages['previous_page']			= '&lt; &lt; Previous Page';
	$messages['next_page']				= 'Next Page &gt;&gt;';
	$messages['invalid_local_part']			= 'Invalid local part in e-mail address!';
	$messages['invalid_domain']			= 'Invalid domain name in e-mail address!';
	$messages['name_too_short']			= 'Your name is too short (must be between 2 and 32 characters).';
	$messages['name_too_long']			= 'Your name is too long (must be between 2 and 32 characters).';
	$messages['blank_subject']			= 'Comment subject cannot be blank.';
	$messages['subject_too_long']			= 'Comment subject cannot be more than 64 characters.';
	$messages['body_too_short']			= 'Comment body must be at least 10 characters.';
	$messages['body_too_long']			= 'Comment body must be less than %d characters.';
	$messages['reached_comment_limit']		= 'No more comments can be posted to this article.';
	$messages['comment_posted']			= 'Your comment has been posted.';
	$messages['comment_not_posted']			= 'Comment NOT posted.';
	$messages['back_to_comments']			= 'Back to Comments';
	$messages['search']				= 'Search:';
	$messages['search_info']			= 'Enter words to search for here:';
	$messages['search_submit']			= 'Search';
	$messages['search_results']			= 'Search Results:';
	$messages['no_live_articles']			= 'No live articles found.';
	$messages['no_articles']			= 'No articles found.';
	$messages['live_articles']			= 'Live articles:';
	$messages['search_matches']			= '%s words out of %s';
	$messages['no_archived_articles']		= 'No archived articles found.';
	$messages['archived_articles']			= 'Archived articles:';
	$messages['article_comments']			= 'Comments:';
	$messages['no_article_comments']		= 'No comments found for this article.';
	$messages['posted_by']				= 'Posted by %s on %s';
	$messages['posted']				= 'Posted on %s';
	$messages['updated_by']				= '(updated on %s by %s)';
	$messages['updated']				= '(updated %s)';
	$messages['archive']				= 'Archive';
	$messages['edit']				= 'Edit';
	$messages['comment_form_title']			= 'Post Your Comment:';
	$messages['comment_form_name']			= 'Your Name:';
	$messages['comment_form_email']			= 'Your E-mail address (will be obfuscated when displayed):';
	$messages['comment_form_url']			= 'Your URL:';
	$messages['comment_form_subject']		= 'Subject:';
	$messages['comment_form_body']			= 'Your Comment:';
	$messages['comment_form_note']			= 'Your comment must be between 10 and %s characters. Any special HTML characters will be converted, but newlines are preserved.';
	$messages['comment_form_followups']		= 'E-mail me any follow-up comments';
	$messages['comment_form_preview']		= 'Preview Comment';
	$messages['comment_form_submit']		= 'Post Comment';
	$messages['comment_preview']			= 'Comment Preview:';
	$messages['loginform_title']			= 'Administration Login:';
	$messages['loginform_username']			= 'Username:';
	$messages['loginform_password']			= 'Password:';
	$messages['loginform_submit']			= 'Log In';		
	$messages['invalid_password']			= 'Invalid Password. Please try again.';
	$messages['logout_title']			= 'Logged out';
	$messages['logged_out']				= 'You have been logged out.';
	$messages['admin_form_title']			= 'PSG Administration Functions:';
	$messages['admin_form_prefs']			= 'Preferences';
	$messages['admin_form_articles']		= 'Live Articles';
	$messages['admin_form_add_article']		= 'Add an Article';
	$messages['admin_form_info']			= 'When logged in, you will be able to perform many administration tasks from within the journal\'s main area - you will see links to edit, archive or delete articles, and to delete comments. These links aren\'t shown when you are logged out.';
	$messages['logout']				= 'Logout';
	$messages['admin_form_site_title']		= 'Site Title: (the title used for each page, and in the RDF feed, blank to ignore)';
	$messages['admin_form_site_description']	= 'Site Description: (a brief description of the site, blank to ignore)';
	$messages['admin_form_comment_limit']		= 'Comment Limit: (the number of comments allowed per article, set to 0 to disable comments):';
	$messages['admin_form_comment_size']		= 'Comment Size Limit: (the limit, in characters, that comments must be smaller than):';
	$messages['admin_form_expiry_threshold']	= 'Expiry Threshold: (when you add an article, any articles below this limit will be archived automatically. "0" disables this function)';
	$messages['admin_form_pager_size']		= 'Pager Size: (the number of articles per page in the archive list)';
	$messages['admin_form_date_format']		= 'Date Format: (the format used to display dates and times, blank to reset):';
	$messages['admin_form_date_info']		= '(click here for more info)';
	$messages['admin_form_email_notify']		= 'E-mail notification when comments are posted?';
	$messages['admin_form_email_address']		= 'Recipient e-mail address:';
	$messages['admin_form_article_email_notify']	= 'Send articles to an e-mail address when posted?';
	$messages['admin_form_article_email_address']	= 'Recipient e-mail address:';
	$messages['admin_form_confirm_delete']		= 'Confirm deletion of articles?';
	$messages['admin_form_suppress_update']		= 'Suppress article update messages?';
	$messages['admin_form_allow_followups']		= 'Allow comment posters to receive follow-ups?';
	$messages['admin_form_suppress_link']		= 'Suppress permanent links on articles?';
	$messages['admin_form_suppress_title']		= 'Suppress title and description text?';
	$messages['admin_form_mode']			= 'Article Display Mode:';
	$messages['admin_form_pingweblogs']		= 'Ping weblogs.com';
	$messages['admin_form_submit']			= 'Save Preferences';
	$messages['admin_form_dayfmt']			= 'Format for date titles:';
	$messages['add_article_subject']		= 'Article Subject:';
	$messages['add_article_body']			= 'Article body (this text will appear on the index page):';
	$messages['add_article_more']			= 'Extra info: (this text will <b>not</b> appear on the index page, but will appear in the "comments" view)';
	$messages['add_article_note']			= 'Any newlines you enter will be converted into &lt;br&gt; tags, otherwise, all HTML is preserved.';
	$messages['add_article_preview']		= 'Preview Article';
	$messages['add_article_submit']			= 'Add Article';
	$messages['edit_article_title']			= 'Edit Article:';
	$messages['edit_article_note']			= 'When editing an article, newlines are not converted into &lt;br&gt; tags.';
	$messages['add_article_validate']		= 'Validate input for XHTML well-formedness (requires XML support)';
	$messages['add_article_ping']			= 'Ping Wander-Lust?';
	$messages['edit_article_submit']		= 'Edit Article';
	$messages['session_error']			= 'Session error. Please log in again.';
	$messages['prefs_saved']			= 'Preferences have been saved.';
	$messages['prefs_not_saved']			= 'Preferences NOT saved.';
	$messages['add_article_subject_blank']		= 'Article subject is blank.';
	$messages['add_article_body_blank']		= 'Article body is blank.';
	$messages['add_article_created']		= 'Article created.';
	$messages['article_not_created']		= 'Article NOT created.';
	$messages['article_expired']			= 'article "%s" (ID %d) has been archived';
	$messages['article_deleted']			= 'Article "%s" deleted.';
	$messages['confirm_delete']			= 'Really delete article?';
	$messages['comment_not_found']			= 'Comment not found!';
	$messages['comment_deleted']			= 'Comment has been deleted.';
	$messages['comment_not_deleted']		= 'Comment  deleted.';
	$messages['article_archived']			= 'Article has been archived.';
	$messages['article_not_unarchived']		= 'Error: article not unarchived!';
	$messages['article_unarchived']			= 'Article has been unarchived.';
	$messages['article_edited']			= 'Article edited.';
	$messages['article_not_edited']			= 'Article NOT edited.';
	$messages['new_comment_posted']			= 'Comment posted.';
	$messages['article_post_comment']		= 'Post Comment...';
	$messages['article_read_more']			= 'Read More...';
	$messages['article_more_one_comment_text']	= '%d words in article, one comment';
	$messages['article_more_comments_text']		= '%d words in article, %d comments';
	$messages['article_one_comment']		= 'one comment';
	$messages['article_no_comments']		= 'no comments';
	$messages['article_comments_text']		= '%d comments';
	$messages['input_invalid']			= 'Error "%s" (code %d) at line %d';
	$messages['link']				= 'Link';
	$messages['wanderlust_not_pinged']		= 'Couldn\'t ping wanderlust.com';
	$messages['ping_wanderlust']			= 'Notify Wander Lust?';
	$messages['article_email_sent']			= 'Article e-mailed to %s';
	$messages['bad_user']				= 'Bad User ID!';
	$messages['ping_weblog']			= 'Pinging %s: ';
	$messages['article_read_comments']		= 'Read Comments... ';
	$messages['article_nomore']			= 'No comments. ';
	$messages['admin_form_banlist']			= 'List of full or partial IPs/hostnames to ban from posting comments (one per line) ';
	$messages['banned_post']			= 'Your comment has not been posted because your IP address or hostname has been banned. ';
?>


More information about the psg-devel mailing list