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/es/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/es/sub.php')
| -rwxr-xr-x | app/i18n/es/sub.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index c18f0b786..72eb06eb7 100755 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/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 + ), 'category' => array( '_' => 'Categoría', 'add' => 'Añadir a la categoría', |
