diff options
Diffstat (limited to 'mod/file/languages/en.php')
| -rw-r--r-- | mod/file/languages/en.php | 34 |
1 files changed, 25 insertions, 9 deletions
diff --git a/mod/file/languages/en.php b/mod/file/languages/en.php index f06124031..b3344cb43 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", @@ -25,19 +22,24 @@ $english = array( 'file:gallery_list' => "Gallery or list view", 'file:num_files' => "Number of files to display", 'file:user:gallery'=>'View %s gallery', - 'file:via' => 'via files', 'file:upload' => "Upload a file", 'file:replace' => 'Replace file content (leave blank to not change file)', + 'file:list:title' => "%s's %s %s", + 'file:title:friends' => "Friends'", - 'file:new' => 'Upload a file', + 'file:add' => 'Upload a file', 'file:file' => "File", 'file:title' => "Title", 'file:desc' => "Description", 'file:tags' => "Tags", + 'file:list:list' => 'Switch to the list view', + 'file:list:gallery' => 'Switch to the gallery view', + 'file:types' => "Uploaded file types", + 'file:type:' => 'Files', 'file:type:all' => "All files", 'file:type:video' => "Videos", 'file:type:document' => "Documents", @@ -60,6 +62,8 @@ $english = array( 'file:widget' => "File widget", 'file:widget:description' => "Showcase your latest files", + 'groups:enablefiles' => 'Enable group files', + 'file:download' => "Download this", 'file:delete:confirm' => "Are you sure you want to delete this file?", @@ -68,10 +72,22 @@ $english = array( 'file:display:number' => "Number of files to display", - 'file:river:create' => 'uploaded 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', + 'file:newupload' => 'A new file has been uploaded', + 'file:notification' => +'%s uploaded a new file: + +%s +%s + +View and comment on the new file: +%s +', + /** * Embed media **/ @@ -90,12 +106,12 @@ $english = array( * Error messages */ - 'file:none' => "No files uploaded.", + 'file:none' => "No files.", 'file:uploadfailed' => "Sorry; we could not save your file.", 'file:downloadfailed' => "Sorry; this file is not available at this time.", 'file:deletefailed' => "Your file could not be deleted at this time.", 'file:noaccess' => "You do not have permissions to change this file", - 'file:cannotload' => "There was an error loading the file", + 'file:cannotload' => "There was an error uploading the file", 'file:nofile' => "You must select a file", ); |
