aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/languages/en.php
blob: 3d0057112b4bec32961c0eafefaad535fc2ae38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php

	$english = array(
	
		/**
		 * Menu items and titles
		 */
	
			'blog' => "Blog",
			'blog:user' => "%s's blog",
	
			'blog:read' => "Read blog",
	
			'blog:addpost' => "Write an entry",
			'blog:editpost' => "Edit entry (%s)",
	
			'blog:text' => "Blog text",
	
	);
					
	add_translation("en",$english);

?>