From 8950061784403666a4b1d26fb6359004b4347f5a Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Sun, 22 Jul 2012 13:50:43 +1200 Subject: [PATCH] Update i18n to yml --- lang/en.yml | 49 +++++++++++++++++++++++++ lang/en_US.php | 99 -------------------------------------------------- 2 files changed, 49 insertions(+), 99 deletions(-) create mode 100644 lang/en.yml delete mode 100755 lang/en_US.php diff --git a/lang/en.yml b/lang/en.yml new file mode 100644 index 0000000..78e5117 --- /dev/null +++ b/lang/en.yml @@ -0,0 +1,49 @@ +en: + Comment: + ALLOWCOMMENTS: 'Allow Comments' + COMMENT: Comment + COMMENTBY: 'Comment by ''%s''' + ISSPAM: 'Spam?' + MODERATED: 'Moderated?' + NAME: 'Author Name' + ON: on + PLURALNAME: Comments + SINGULARNAME: Comment + CommentAdmin: + Moderated: Moderated + NeedsModeration: 'Needs Moderation' + MENUTITLE: Comments + CommentInterface: + POST: Post + YOURNAME: 'Your name' + CommentingController: + COMMENTS: Comments + EMAILADDRESS: 'Your email address (will not be published)' + PERMISSIONFAILURE: 'You''re not able to post comments to this page. Please ensure you are logged in and have an appropriate permission level.' + RSSTITLE: 'Comments RSS Feed' + WEBSITEURL: 'Your website URL' + CommentsAdmin: + NeedsModeration: 'Needs Moderation' + CommentsInterface.ss: + COMMENTLOGINERROR: 'You cannot post comments until you have logged in' + COMMENTPERMISSIONERROR: 'and that you have an appropriate permission level' + COMMENTPOSTLOGIN: 'Login Here' + COMMENTS: Comments + COMMENTSDISABLED: 'Posting comments has been disabled' + LOGINTOPOSTCOMMENT: 'Login to post a comment' + NEXT: next + NOCOMMENTSYET: 'No one has commented on this page yet.' + POSTCOM: 'Post your comment' + PREV: previous + RSSFEEDALLCOMMENTS: 'RSS feed for all comments' + RSSFEEDCOMMENTS: 'RSS feed for comments on this page' + CommentsInterface_pendingcomment.ss: + AWAITINGMODERATION: 'Your comment has been submitted and is now awaiting moderation.' + CommentsInterface_singlecomment.ss: + APPROVE: 'approve this comment' + ISNTSPAM: 'this comment is not spam' + ISSPAM: 'this comment is spam' + PBY: 'Posted by' + REMCOM: 'remove this comment' + PageCommentInterface: + DELETEALLCOMMENTS: 'Delete all comments on this page' diff --git a/lang/en_US.php b/lang/en_US.php deleted file mode 100755 index 4d395d9..0000000 --- a/lang/en_US.php +++ /dev/null @@ -1,99 +0,0 @@ - \ No newline at end of file