diff -r 5e1f1e916419 -r 98bbc533541c punbb/lang/English/post.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/punbb/lang/English/post.php Sun Apr 06 00:28:50 2008 -0400 @@ -0,0 +1,49 @@ + 'Topics must contain a subject.', +'Too long subject' => 'Subjects cannot be longer than 70 characters.', +'No message' => 'You must enter a message.', +'Too long message' => 'Posts cannot be longer that 65535 characters (64 KB).', +'CSRF token mismatch' => 'Unable to confirm security token. A likely cause for this is that some time passed between when you first entered the page and when you posted the form. Clicking "Submit" again should solve the problem.', + +// Posting +'Compose your' => 'Compose your', +'New topic' => 'new topic', +'New reply' => 'new reply', +'Topic' => 'topic', +'Reply' => 'reply', +'Guest post legend' => 'Required information for guests', +'Post errors' => 'Warning! The following errors must be corrected before your message can be posted:', +'Guest name' => 'Guest name:', // For guests (instead of Username) +'Guest e-mail' => 'Guest e-mail:', +'Post redirect' => 'Post entered. Redirecting …', +'Post reply' => 'Post reply', +'Post new topic' => 'Post new topic', +'Topic subject' => 'Topic subject:', +'Write message' => 'Write message:', +'Hide smilies' => 'Never show smilies as icons (images) for this post.', +'Subscribe' => 'Subscribe to this topic.', +'Stay subscribed' => 'Stay subscribed to this topic.', +'Topic review' => 'Topic review (newest first)', +'Flood' => 'At least %s seconds have to pass between posts. Please wait a while and try posting again.', +'Permalink post' => 'Permanent link to this post', +'Optional legend' => 'Optional', +'Post settings' => 'Post settings:', +'Preview reply' => 'Preview of your reply', +'Preview new topic' => 'Preview of your new topic', +'Preview info' => 'This is how your post will appear once submitted.', +'Skip to preview' => 'Go to post preview', +'Skip to review' => 'Go to topic review', + +// Edit post +'Edit post legend' => 'Edit message', +'Edit this' => 'Edit this %s by %s', +'Silent edit' => 'Silent edit (don\'t display "Last edited by …" in topic view).', +'Edit post' => 'Edit ', +'Edit redirect' => 'Post updated. Redirecting …' + +);