Filter translatable strings
Source string Translation for German
If you want the new user to receive an email message notifying them of the new account, check <em>Notify user of new account</em>.
Optionally, change other settings on the form.
Click <em>Create new account</em>.
You will be left on the <em>Add user</em> page; repeat these steps if you have more user accounts to create.
Create a new role.
In the <em>Manage</em> administrative menu, navigate to <em>People</em> &gt; <em>@roles_link</em>.
Click <em>Add role</em>.
Enter the desired <em>Role name</em>. If desired, click <em>Edit</em> to change the <em>Machine name</em> for the role.
Click <em>Save</em>. You should be returned to the <em>Roles</em> page and your new role should be in the role list.
System path
Filter aliases
An alias defines a different name for an existing URL path - for example, the alias 'about' for the URL path 'node/1'. A URL path can have multiple aliases.
Add alias
Change an existing URL alias, to correct the path or the alias value. See @path_overview_topic for more about aliases.
Who can manage URL aliases?
Users with the <em>@path_permissions_link</em> permission can edit aliases.
In the <em>Manage</em> administration menu, navigate to <em>Configuration</em> &gt; <em>Search and metadata</em> &gt; <em>@path_aliases_link</em>. A list of all the site's aliases will appear.
Click <em>Edit</em> in the dropdown button for the alias that you would like to change.
Make the required changes and click <em>Save</em>. You will be returned to the URL alias list page.
Note that you can also add new aliases from this page, for any path on your site.
What content visits are tracked?
The core History module tracks when each logged-in user has most recently visited each content item page on the site. This allows content to be marked as <em>new</em> or <em>updated</em> for each user, meaning that it was newly created or has been updated since the last time they visited its page. These records are kept for one month, meaning that content older than one month is never marked as new or updated.
What options are available for using this tracking information?
You can display the new/updated status of content by creating or editing a view. There is a <em>Has new content</em> field for <em>Content</em> views, which displays the new/updated marker. There is also a <em>Has new content</em> filter, which limits the view to new and updated content.
What are breakpoints?
Breakpoints are the point at which your site's content will respond to provide the user with the best possible layout to consume the information. A breakpoint separates the height or width of viewports (screens, printers, and other media output types) into steps. For instance, a width breakpoint of 40em creates two steps: one for widths up to 40em and one for widths above 40em. Breakpoints can be used to define when layouts should shift from one form to another, when images should be resized, and other changes that need to respond to changes in viewport height or width.
What are media queries?
Media queries are a formal way to encode breakpoints. For instance, a width breakpoint at 40em would be written as the media query "(min-width: 40em)". Breakpoints are really just media queries with some additional meta-data, such as a name and multiplier information.
What are resolution multipliers?
What is a breakpoint group?