Filter translatable strings
Source string Translation for German
For logged in users, use the language they have set in their profiles.
Use the language preferences from the user's browser.
Use the language most recently selected from a <em>Language switcher</em> block.
Use the language from a session parameter or a request parameter; for example, adding <em>?language=fr</em> to the end of the URL.
In the <em>Manage</em> administrative menu, navigate to <em>Configuration</em> &gt; <em>Region and language</em> &gt; <em>Languages</em> &gt; @detection_link.
Check the boxes to enable the desired language detection methods, and uncheck boxes for the methods you do not want to use.
Drag the methods to change their order, if desired.
Click <em>Save settings</em>.
Click <em>Configure</em> on each enabled detection method and verify that its configuration is correct (or update the configuration if not).
Create a new content type. See @content_overview_topic for more about content types.
Who can create a content type?
Users with the <em>@content_permissions_link</em> permission (typically administrators) can create new content types.
In the <em>Manage</em> administrative menu, navigate to <em>Structure</em> &gt; <em>@content_types_link</em>.
Click <em>Add content type.</em>
In the <em>Name</em> field, enter a name for the content type, which is how it will be listed in the administrative interface.
Optionally, enter a <em>Description</em> for the content type. You may also want to adjust some of the settings in the vertical tabs section of the edit page.
Click <em>Save and manage fields</em>. Your content type will be created, and assuming you have the core Field UI module installed, you will be taken to the <em>Manage fields</em> page for the content type. (If you do not have the core Field UI module installed, the button will say <em>Save</em> instead.)
If you have the core Field UI module installed, follow the steps in the related topics to add fields to the new content type, set up the editing form, and configure the display.
Adding a Content Type (Drupal User Guide)
Setting Up Content Structure (Drupal User Guide)
The Link module allows you to create fields that contain internal or external URLs and optional link text. See the <a href=":field">Field module help</a> and the <a href=":field_ui">Field UI help</a> pages for general information on fields and how to create and manage them. For more information, see the <a href=":link_documentation">online documentation for the Link module</a>.
Managing and displaying link fields
The <em>settings</em> and the <em>display</em> of the link field can be configured separately. See the <a href=":field_ui">Field UI help</a> for more information on how to manage fields and their display.
Setting the allowed link type
In the field settings you can define the allowed link type to be <em>internal links only</em>, <em>external links only</em>, or <em>both internal and external links</em>. <em>Internal links only</em> and <em>both internal and external links</em> options enable an autocomplete widget for internal links, so a user does not have to copy or remember a URL.
Adding link text
In the field settings you can define additional link text to be <em>optional</em> or <em>required</em> in any link field.
Displaying link text
If link text has been submitted for a URL, then by default this link text is displayed as a link to the URL. If you want to display both the link text <em>and</em> the URL, choose the appropriate link format from the drop-down menu in the <em>Manage display</em> page. If you only want to display the URL even if link text has been submitted, choose <em>Link</em> as the format, and then change its <em>Format settings</em> to display <em>URL only</em>.
Adding attributes to links