* Add a message bar to give context that this node/content item is in the trash/recycle bin
* Update umb-variant-content.html
* Update en.xml
* Update en_us.xml
* Added translation for clear with marker so I can see if it loads correcly. Installing Umbraco locally to try it out.
* Added Clear translation to en.xml, en-us.xml and sv.xml.
* befin translation search placeholder. Not working for some reason, investiagte.
* Inject localizationService to localize placeholder. For some reason i get 503 service unavabile when I try to build.ps1. Will have to look more into this late, saving my work.
* merge conflicts
* 2 vs 4 spaces caused massive diff. Fixed my local copy to same space so now it should look better.
* * updated after PR review. Using localize element attribute instead of adding dependency to the localizationService. Also added dansih translation.
* Remove whitespace noise
* Improved accessibility of the data type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Improved accessibility of the macro edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Improved accessibility of the relation type edit controller, by implementing the new header directive properties for screen reader only text, and for setting the page title
* Added to do note for log viewer
* Property-Action for remove all entries from Nested Content
* Add "delete all items" confirmation and rephrase action link a bit
* Enforce "delete" confirmation type in overlayService.confirmDelete
* rename to controller for easier to solve merge conflicts
* update removeAllEntriesAction.isDisabled when content changes
* minor correction
* Umb editor control contains a11y support for the media section
* Started work to align to the settings section
* A11Y Amends for umbraco header directive specifically to support document type
* Fixed error when creating a new user
* This change makes sure that if a relationship type is edited, followed by a create, the title of the page is reset, a seperate PR will address the a11y requirements for this controller
* Umbraco Header directive now uses "create" rather than create item
* Made the ediorFor property more generic
* Made the ediorFor property more generic
Umbraco Header directive now uses "create" rather than create item
* Edit and create template now aligns to the more a11y header directive
* Added support for a11y name and title on settings->scripts
* Added support for a11y name and title on settings->stylesheets
* Added support for a11y name and title on settings->partial views
* Added support for a11y name and title on settings->partial view macros
* Added support for a11y name and title when editing members
* Added support for a11y name and title when editing member groups
* Updated to ignore package-lock
* Added support for a11y name and title when editing media types
* Added the ability to prevent the title being set via the umbeditorheader directive, currently for use when the content editor is editing media via a content page
* No longer sets the page title by default
* No longer sets the page title by default
* Added support for a11y name and title when editing members
* Added support for a11y name and title when editing dictionary items
* Removed bug where by screen reader was reading "blank" when the name-locked value was set to true or there was no message/ name to display
* Fixing redering issues following refactor
* Don't ignore package-lock.json
* Merged languages
* Fix up merge errors