diff options
| author | 2017-10-09 21:01:47 +0200 | |
|---|---|---|
| committer | 2017-10-10 06:40:43 +0200 | |
| commit | e6fc86b4b110966bf11b1d5ac4755a3163f74945 (patch) | |
| tree | 393c1c16e2c536dad9a8225a3d7516093c12a6af /app/i18n/it/sub.php | |
| parent | 1eb19409b5435546774425c00523b9f88d4fccf9 (diff) | |
Add an entry in the subscription tool page
I reworked @Alkarex idea proposed in #1292. I though it was a good idea to merge everything in the same location.
Diffstat (limited to 'app/i18n/it/sub.php')
| -rw-r--r-- | app/i18n/it/sub.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php index e730e2bc8..fe18855fb 100644 --- a/app/i18n/it/sub.php +++ b/app/i18n/it/sub.php @@ -1,6 +1,10 @@ <?php return array( + 'api' => array( + 'documentation' => 'Copy the following URL to use it within an external tool.',// TODO + 'title' => 'API',// TODO + ), '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.',// TODO 'label' => 'Subscribe',// TODO |
