TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
|
||||
<file source-language="en" datatype="plaintext" original="messages" date="2018-11-27T22:26:21Z" product-name="dashboard">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="widget.rss.title">
|
||||
<source>RSS Feed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.description">
|
||||
<source>Displays the latest entries from a customizable RSS feed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.setting.label.label">
|
||||
<source>Label</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.setting.label.description">
|
||||
<source>Defines the label of the widget.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.setting.fieldUrl.label">
|
||||
<source>RSS Feed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.setting.fieldUrl.description">
|
||||
<source>Defines the URL or file providing the RSS Feed. This is read by the widget in order to fetch entries to show.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.setting.limit.label">
|
||||
<source>Limit</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.setting.limit.description">
|
||||
<source>Defines how many RSS items should be shown.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.setting.lifetime.label">
|
||||
<source>Lifetime</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.setting.lifetime.description">
|
||||
<source>Defines how long to wait, in seconds, until fetching RSS Feed again.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.missingFeedConfiguration.title">
|
||||
<source>Missing feed configuration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.missingFeedConfiguration.message">
|
||||
<source>Please configure a feed URL to retrieve items from.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.feedError.title">
|
||||
<source>Feed error</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.feedError.message">
|
||||
<source>The feed at "%1$s" could not be parsed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.noItems.title">
|
||||
<source>No items to display</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="widget.rss.noItems.message">
|
||||
<source>The feed at "%1$s" does not contain any items.</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user