Merge pull request #495 from clickwork-git/bluditv2

Update language files RSS Feed
This commit is contained in:
Edi 2017-10-13 22:41:04 +02:00 committed by GitHub
commit 48d5c94dd1
3 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,8 @@
{
"plugin-data":
{
"name": "RSS Feed",
"description": "Das Plugin erstellt erstellt einen RSS Feed der Inhalte. Er kann aufgerufen werden unter http://meinedomain.ch/rss.xml."
},
"amount-of-items-to-show-on-the-feed": "Anzahl der gezeigten Inhalte."
}

View File

@ -0,0 +1,8 @@
{
"plugin-data":
{
"name": "RSS Feed",
"description": "Das Plugin erstellt erstellt einen RSS Feed der Inhalte. Er kann aufgerufen werden unter http://meinedomain.de/rss.xml."
},
"amount-of-items-to-show-on-the-feed": "Anzahl der gezeigten Inhalte."
}

View File

@ -2,7 +2,7 @@
"plugin-data":
{
"name": "RSS Feed",
"description": "This plugin generates an RSS feed of your site."
"description": "This plugin generates an RSS feed of your site. The feed has the URL http://mydomain.com/rss.xml."
},
"amount-of-items-to-show-on-the-feed": "Amount of items to show on the feed."
}
}