|
|
@@ -1,6 +1,11 @@
|
|
|
<?php
|
|
|
|
|
|
return array(
|
|
|
+ 'bookmarklet' => array(
|
|
|
+ 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.',
|
|
|
+ 'label' => 'Subscribe',
|
|
|
+ 'title' => 'Bookmarklet',
|
|
|
+ ),
|
|
|
'category' => array(
|
|
|
'_' => 'Kategorie',
|
|
|
'add' => 'Eine Kategorie hinzufügen',
|
|
|
@@ -39,6 +44,10 @@ return array(
|
|
|
'website' => 'Webseiten-URL',
|
|
|
'pubsubhubbub' => 'Sofortbenachrichtigung mit PubSubHubbub',
|
|
|
),
|
|
|
+ 'firefox' => array(
|
|
|
+ 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',
|
|
|
+ 'title' => 'Firefox feed reader',
|
|
|
+ ),
|
|
|
'import_export' => array(
|
|
|
'export' => 'Exportieren',
|
|
|
'export_opml' => 'Liste der Feeds exportieren (OPML)',
|
|
|
@@ -54,9 +63,11 @@ return array(
|
|
|
'bookmark' => 'Abonnieren (FreshRSS-Lesezeichen)',
|
|
|
'import_export' => 'Importieren / Exportieren',
|
|
|
'subscription_management' => 'Abonnementverwaltung',
|
|
|
+ 'subscription_tools' => 'Subscription tools',
|
|
|
),
|
|
|
'title' => array(
|
|
|
'_' => 'Abonnementverwaltung',
|
|
|
'feed_management' => 'Verwaltung der RSS-Feeds',
|
|
|
+ 'subscription_tools' => 'Subscription tools',
|
|
|
),
|
|
|
);
|