Filter translatable strings
Source string Translation for German
<em>Content type</em>
<em>Published status</em>
<em>Language</em>
If you enter or select filter values, click <em>Filter</em> to apply the filters.
Optionally, sort the list by clicking a column header. Click again to reverse the order.
To edit the title or other field values for one content item, click <em>Edit</em> in the row of the content item. Update the values and click <em>Save</em>.
A few types of edits can be done in bulk to multiple content items. For example, to publish several unpublished content items, check the boxes in the left column (right column in right-to-left languages) to select the desired content items. For <em>Action</em>, select the <em>Publish content</em> action. Click <em>Apply to selected items</em> to make the change. The other actions under <em>Action</em> work in a similar manner.
Basic Page Management (Drupal User Guide)
Editing a Content Item (Drupal User Guide)
the form displayed on the default contact page
Set a site-wide contact form to be the default contact form (@contact_page_link; for example, <em>/contact</em>).
Click <em>Edit</em> for the site-wide form you want to be the default.
Check <em>Make this the default form</em> and click <em>Save</em>.
Create and publish a content item. See @content_overview_topic for more about content types and content items.
Who can create content?
Users with the <em>@content_permissions_link</em> permission can visit the <em>Content</em> page as described in this topic. Each content type has its own create permissions. For example, to create content of type Article, a user would need the Article: Create new content permission. In addition, users with the <em>Bypass content access control</em> or <em>Administer content</em> permission can create content items of all types. Some contributed modules change the permission structure for creating content.
Click <em>Add content</em>.
If there is more than one content type defined on your site that you have permission to create, click the name of the type of content you want to create.
On the content edit form, enter the <em>Title</em> of your content, which will show as the page title when the content item is displayed on a page, and also as the label for the content item in administration screens.
Fill in the other fields shown on the edit form for this specific content type.
Leave the <em>Published</em> field checked to publish the content immediately, or uncheck it to make it unpublished. Unpublished content is generally not shown to non-administrative site users.
Optionally, click <em>Preview</em> to preview the content.
Click <em>Save</em>. You will see the content displayed on a page.
Creating a Content Item (Drupal User Guide)
Configure the methods used to decide which language will be used to display text on your site.
What is a language detection method?
A language detection method is a way for your site to decide what language should be used to display text. This decision is made by evaluating a series of detection methods for languages; the first detection method that gets a result will determine which language is used. If you have more than one language on your site, you can configure the detection methods that are used and the order they are evaluated, for both user interface text and content text. Configuration text always uses the interface text method, and most sites use the same detection methods for all types of text.
What language detection methods are available?
The available detection methods depend on what modules you have installed. Some of the most commonly-used language detection methods are:
Use the language from the URL, which can either be in a path prefix like <em>example.com/fr/page_path</em> for French (fr) language, or in a domain like <em>fr.example.com/page_path</em>.