X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/81eb642f752efaca71b13704996c53ec308be8fe..refs/pull/1098/head:/resources/lang/en/entities.php diff --git a/resources/lang/en/entities.php b/resources/lang/en/entities.php index 2228da2cd..810b25f45 100644 --- a/resources/lang/en/entities.php +++ b/resources/lang/en/entities.php @@ -52,11 +52,13 @@ return [ 'search_content_type' => 'Content Type', 'search_exact_matches' => 'Exact Matches', 'search_tags' => 'Tag Searches', + 'search_options' => 'Options', 'search_viewed_by_me' => 'Viewed by me', 'search_not_viewed_by_me' => 'Not viewed by me', 'search_permissions_set' => 'Permissions set', 'search_created_by_me' => 'Created by me', 'search_updated_by_me' => 'Updated by me', + 'search_date_options' => 'Date Options', 'search_updated_before' => 'Updated before', 'search_updated_after' => 'Updated after', 'search_created_before' => 'Created before', @@ -67,8 +69,9 @@ return [ /** * Shelves */ + 'shelf' => 'Shelf', 'shelves' => 'Shelves', - 'shelves_long' => 'BookShelves', + 'shelves_long' => 'Bookshelves', 'shelves_empty' => 'No shelves have been created', 'shelves_create' => 'Create New Shelf', 'shelves_popular' => 'Popular Shelves', @@ -87,6 +90,13 @@ return [ 'shelves_delete_named' => 'Delete Bookshelf :name', 'shelves_delete_explain' => "This will delete the bookshelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_confirmation' => 'Are you sure you want to delete this bookshelf?', + 'shelves_permissions' => 'Bookshelf Permissions', + 'shelves_permissions_updated' => 'Bookshelf Permissions Updated', + 'shelves_permissions_active' => 'Bookshelf Permissions Active', + 'shelves_copy_permissions_to_books' => 'Copy Permissions to Books', + 'shelves_copy_permissions' => 'Copy Permissions', + 'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this bookshelf to all books contained within. Before activating, ensure any changes to the permissions of this bookshelf have been saved.', + 'shelves_copy_permission_success' => 'Bookshelf permissions copied to :count books', /** * Books @@ -291,4 +301,11 @@ return [ 'comment_updated_success' => 'Comment updated', 'comment_delete_confirm' => 'Are you sure you want to delete this comment?', 'comment_in_reply_to' => 'In reply to :commentId', + + /** + * Revision + */ + 'revision_delete_confirm' => 'Are you sure you want to delete this revision?', + 'revision_delete_success' => 'Revision deleted', + 'revision_cannot_delete_latest' => 'Cannot delete the latest revision.' ]; \ No newline at end of file