Can we extend / replace the labels presented in the SDL Tridion 2011 Content Manager Explorer?
I'm specifically interested in changing the root items under publications.
Background
SDL Tridion has organizational items, which groups or "stores" items or building blocks (not to be confused with Template Building Blocks, a specific item).
For example:
- A folder stores components, schemas, and templates.
- Structure groups store pages.
- Categories store keywords.
Under the default Publication, we get three options: a root Folder, a root Structure Group, and a label for Categories & Keywords (which contains Categories).
The Categories & Keywords
label itself isn't a Category in the same way that Building Blocks
is a folder. Dominic Cronin hints at the differences in this SO answer.
Question
- I can rename and localize Building Blocks and Root. But can I/where would I extend/change the Categories & Keywords label? I'm thinking it's part of Tridion.Web.UI.Strings. It would have to be translated/translatable.
- Alternative programmatic suggestion?
Use cases for changing these include:
- Change folder, SG, and maybe the Categories & Keywords name to make it easier for authors to have context on where they're at in the BluePrint (I sometimes forget context when the Publication name isn't visible)
- Reduce confusion for when "Categories & Keywords" or other Tridion terms confuse authors. This should be used sparingly, but maybe "Tridion Categories" could help distinguish between the "Categories" that an organization already uses.
Categories & Keywords
sticks out because our root folders aren't calledComponents
nor do we call the root Structure GroupPages
. – Feisty