diff options
| author | 2017-06-04 09:58:11 +0200 | |
|---|---|---|
| committer | 2017-06-04 09:58:11 +0200 | |
| commit | a52dc33353665be0d5f59231539c0143a35d55ec (patch) | |
| tree | af943529dbc76a41e465356265080beccf17d15d /app/i18n/it/sub.php | |
| parent | 8a04454655112d1c355d143166a56202c84c0a35 (diff) | |
Add a subscription tools page
See #1354
It's missing translations. Only English and French are available.
Contributions wanted.
Diffstat (limited to 'app/i18n/it/sub.php')
| -rw-r--r-- | app/i18n/it/sub.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php index 758e322c5..d1ae44e0f 100644 --- a/app/i18n/it/sub.php +++ b/app/i18n/it/sub.php @@ -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( '_' => 'Categoria', 'add' => 'Aggiungi una categoria', @@ -39,6 +44,10 @@ return array( 'website' => 'URL del sito', 'pubsubhubbub' => 'Notifica istantanea con 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' => 'Esporta', 'export_opml' => 'Esporta tutta la lista dei feed (OPML)', @@ -54,9 +63,11 @@ return array( 'bookmark' => 'Bookmark (trascina nei preferiti)', 'import_export' => 'Importa / esporta', 'subscription_management' => 'Gestione sottoscrizioni', + 'subscription_tools' => 'Subscription tools', ), 'title' => array( '_' => 'Gestione sottoscrizioni', 'feed_management' => 'Gestione RSS feeds', + 'subscription_tools' => 'Subscription tools', ), ); |
