<? // PHP News Reader - Language definition // Language: English // Coding: ISO-8859-1 // Copyright (C) 2001-2007 - All rights reserved // Shen Cheng-Da (cdsheen at users.sourceforge.net) $pnews_msg['Authentication'] = 'Login'; $pnews_msg['LoginName'] = 'Login Name'; $pnews_msg['PassWord'] = 'Password'; $pnews_msg['NeedLogin'] = 'The page you requested needs authentication'; $pnews_msg['UseYourAccountAt'] = 'Please use your account at <b>%s</b> to login:'; $pnews_msg['Login'] = 'Login'; $pnews_msg['Logout'] = 'Logout'; $pnews_msg['HTTPlogoutInfo'] = 'Please close all browser windows to prevent unauthorized access.'; $pnews_msg['AuthExpired'] = 'Time expired! You should login again!'; $pnews_msg['AuthFail'] = 'Authentication failed'; $pnews_msg['ReadyReturn'] = 'Ready to return the original page, or press <a href="%s">here</a> to return now'; $pnews_msg['PasswordRetryFail'] = 'Supplied login name and password are incorrect'; $pnews_msg['ReLogin'] = 'Login Again'; $pnews_msg['GoBack'] = 'Go Back'; $pnews_msg['NewsServer'] = 'News Server'; $pnews_msg['ConnectServerError'] = 'Connect to news server failed.'; $pnews_msg['ReadonlyNotify'] = 'Read Only Mode'; $pnews_msg['GroupList'] = 'Group List'; $pnews_msg['SessionError'] = 'Access Error'; $pnews_msg['SessionErrorReason'] = 'Access %s error - read only restrition or timeout problem'; $pnews_msg['SessionErrorReturn'] = 'Please return to %s and retry again'; $pnews_msg['Number'] = 'Num'; $pnews_msg['PostNumber'] = 'Arts #'; $pnews_msg['Group'] = 'Newsgroup'; $pnews_msg['GroupDescription'] = 'Description'; $pnews_msg['Subject'] = 'Subject'; $pnews_msg['Author'] = 'Author'; $pnews_msg['Time'] = 'Time'; $pnews_msg['Action'] = 'Action'; $pnews_msg['Receiver'] = 'Receiver'; $pnews_msg['Name'] = 'Name'; $pnews_msg['Email'] = 'E-Mail'; $pnews_msg['Content'] = 'Content'; $pnews_msg['Attachment'] = 'Attachment'; $pnews_msg['NoSubject'] = '<no subject>'; $pnews_msg['Refresh'] = 'Refresh'; $pnews_msg['Reply'] = 'Reply'; $pnews_msg['Delete'] = 'Delete'; $pnews_msg['CrossPost'] = 'Crosspost'; $pnews_msg['Forward'] = 'Forward'; $pnews_msg['Post'] = 'Post'; $pnews_msg['CloseWindow'] = 'Close'; $pnews_msg['ShowHeader'] = 'Show header'; $pnews_msg['FirstPage'] = 'First'; $pnews_msg['LastPage'] = 'Last'; $pnews_msg['NextPage'] = 'Next'; $pnews_msg['PreviousPage'] = 'Prev.'; $pnews_msg['NextArticle'] = 'Next'; $pnews_msg['LastArticle'] = 'Prev.'; $pnews_msg['PageNumber'] = 'Page %s of totaling %s page(s)'; $pnews_msg['ReturnToGroupList'] = 'Group List'; $pnews_msg['ReturnToIndexing'] = 'Article List'; $pnews_msg['NoPostPermission'] = 'You have no permission for posting article in this group'; $pnews_msg['NoArticle'] = 'There\'s no article in this newsgroup'; $pnews_msg['ArticlePosted'] = 'The following article is posted'; $pnews_msg['ArticleIsDeleted'] = 'The following article is deleted'; $pnews_msg['ArticleIsForwarded'] = 'The following article is forwarded'; $pnews_msg['ReallyQuit'] = 'Really to quit editing ?'; $pnews_msg['ReallyDelete'] = 'Really delete this article ?'; $pnews_msg['FormConfirmPost'] = 'Post'; $pnews_msg['FormCancelPost'] = 'Cancel'; $pnews_msg['FormConfirmDelete'] = 'Delete'; $pnews_msg['FormCancelDelete'] = 'Cancel'; $pnews_msg['FormConfirmForward'] = 'Forward'; $pnews_msg['FormCancelForward'] = 'Cancel'; $pnews_msg['FormInsertQuote'] = 'Copy Text'; $pnews_msg['PleaseEnterName'] = 'Please input your name!'; $pnews_msg['PleaseEnterEmail'] = 'Please input your E-Mail!'; $pnews_msg['PleaseEnterGroup'] = 'Please specify the newsgroup!'; $pnews_msg['PleaseEnterSubject'] = 'Please specify the subject!'; $pnews_msg['PleaseEnterContent'] = 'Please input the content!'; $pnews_msg['PleaseEnterReceiver']= 'Please input receiver\\\'s E-Mail!'; $pnews_msg['NoPostJustMail'] = 'Do you want to reply mail without posting ?'; $pnews_msg['ReplyToAuthor'] = 'Reply to author'; $pnews_msg['NotPostToGroup'] = 'Do not post'; $pnews_msg['QuoteFrom'] = '== Quote from %s\'s article'; $pnews_msg['ForwardFrom'] = '== Forward by %s'; $pnews_msg['CrossPostAuthor'] = '== Repost the article of %s'; $pnews_msg['PostStatus'] = '== Posted at %s to %s'; $pnews_msg['MyFavor'] = 'Favorite'; ?>