config/locales/en.yml in boxroom-0.0.4 vs config/locales/en.yml in boxroom-0.0.5

- old
+ new

@@ -256,10 +256,15 @@ exists_already: exists already server_wait: 'Please wait while server is processing files. It could take several minutes for big files!' #folders/edit rename_folder: Rename folder + edit_notifications: Edit Notifications + notify_emails_list: List of comma separated emails + notify_create: Notify Create + notify_update: Notify Update + notify_remove: Notify Remove #folders/new new_folder: New folder #folders/show @@ -403,5 +408,10 @@ # mailers/user_mailer signup_email_subject: '[Boxroom] Sign up invitation' reset_password_email_subject: '[Boxroom] Password reset instructions' share_link_email_subject: '[Boxroom] %{email} shared a file with you' + + # mailers/user_file_mailer + file_added: '[Boxroom] New file was added to folder' + file_updated: '[Boxroom] File was updated in folder' + file_removed: '[Boxroom] File was removed from folder'