From 1de4e318c1702293483e38285271398dc2cc4576 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 13 Aug 2008 11:36:27 +0000 Subject: This shouldn't be here! git-svn-id: https://code.elgg.org/elgg/trunk@1888 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/languages/en.php | 66 ----------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 mod/blog/languages/en.php (limited to 'mod/blog/languages') diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php deleted file mode 100644 index f17ab6045..000000000 --- a/mod/blog/languages/en.php +++ /dev/null @@ -1,66 +0,0 @@ - "Blog", - 'blogs' => "Blogs", - 'blog:user' => "%s's blog", - 'blog:user:friends' => "%s's friends' blog", - 'blog:your' => "Your blog", - 'blog:posttitle' => "%s's blog: %s", - 'blog:friends' => "Friends' blogs", - 'blog:yourfriends' => "Your friends' latest blogs", - 'blog:everyone' => "All site blogs", - - 'blog:read' => "Read blog", - - 'blog:addpost' => "Write a blog post", - 'blog:editpost' => "Edit blog post", - - 'blog:text' => "Blog text", - - 'blog:strapline' => "%s", - - 'item:object:blog' => 'Blog posts', - - - /** - * Blog river - **/ - - //generic terms to use - 'blog:river:created' => "%s wrote", - 'blog:river:updated' => "%s updated", - 'blog:river:posted' => "%s posted", - - //these get inserted into the river links to take the user to the entity - 'blog:river:create' => "a new blog post.", - 'blog:river:update' => "a blog post.", - 'blog:river:annotate:create' => "a comment on a blog post.", - - - /** - * Status messages - */ - - 'blog:posted' => "Your blog post was successfully posted.", - 'blog:deleted' => "Your blog post was successfully deleted.", - - /** - * Error messages - */ - - 'blog:save:failure' => "Your blog post could not be saved. Please try again.", - 'blog:blank' => "Sorry; you need to fill in both the title and body before you can make a post.", - 'blog:notfound' => "Sorry; we could not find the specified blog post.", - 'blog:notdeleted' => "Sorry; we could not delete this blog post.", - - ); - - add_translation("en",$english); - -?> \ No newline at end of file -- cgit v1.2.3