1
0

Also support "last X" REST interface

This commit is contained in:
Garvin Hicking
2006-08-02 10:07:34 +00:00
commit 80e14346a5
1775 changed files with 195589 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php # $Id$
@define('REPLY', 'Reply');
@define('SAYS', 'says');
@define('LINK_TO_COMMENT', 'Link to comment #%d');
@define('ENTRY_POSTED_BY', 'This entry was posted by');
@define('FILED_UNDER', 'and is filed under');
@define('LEAVE_RESPONSE', 'You can %sleave a response%s, or %strackback%s from your own blog.');
@define('SUBJECT_TO_MODERATION', 'All new comments are subject to moderation before being displayed.');
@define('COMMENTS_CLOSED', 'Both comments and trackbacks are currently closed.');
@define('PROUDLY_POWERED_BY', 'My weblog is proudly powered by');
?>