diff options
| author | Brett Profitt <brett.profitt@gmail.com> | 2011-08-25 10:00:38 -0700 | 
|---|---|---|
| committer | Brett Profitt <brett.profitt@gmail.com> | 2011-08-25 10:00:38 -0700 | 
| commit | dccc333c765bb28da55b4a55d9c916acdb88413a (patch) | |
| tree | bdd26a0b4cd85241a19b7fcb2c0770f0ac3eb9f0 /mod/file/languages | |
| parent | ec7b94a64aef23b85866ecdac8e8acc712d29bb6 (diff) | |
| parent | 003cb81c7888f4d2fd763e5814027c6f8d71186f (diff) | |
| download | elgg-dccc333c765bb28da55b4a55d9c916acdb88413a.tar.gz elgg-dccc333c765bb28da55b4a55d9c916acdb88413a.tar.bz2  | |
Merge branch 'master' of github.com:brettp/Elgg
Diffstat (limited to 'mod/file/languages')
| -rw-r--r-- | mod/file/languages/en.php | 9 | 
1 files changed, 3 insertions, 6 deletions
diff --git a/mod/file/languages/en.php b/mod/file/languages/en.php index 7ced3f112..72b198d54 100644 --- a/mod/file/languages/en.php +++ b/mod/file/languages/en.php @@ -11,11 +11,8 @@ $english = array(  	 * Menu items and titles  	 */  	'file' => "Files", -	'files' => "My Files", -	'file:yours' => "Your files", -	'file:yours:friends' => "Your friends' files",  	'file:user' => "%s's files", -	'file:friends' => "%s's friends' files", +	'file:friends' => "Friends' files",  	'file:all' => "All site files",  	'file:edit' => "Edit file",  	'file:more' => "More files", @@ -73,8 +70,8 @@ $english = array(  	'file:display:number' => "Number of files to display", -	'file:river:create' => 'uploaded the file', -	'river:commented:object:file' => 'the file', +	'river:create:object:file' => '%s uploaded the file %s', +	'river:comment:object:file' => '%s commented on the file %s',  	'item:object:file' => 'Files',  | 
