diff options
Diffstat (limited to 'app/i18n/el/conf.php')
| -rw-r--r-- | app/i18n/el/conf.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app/i18n/el/conf.php b/app/i18n/el/conf.php index c058c63f2..fe50f7598 100644 --- a/app/i18n/el/conf.php +++ b/app/i18n/el/conf.php @@ -105,7 +105,13 @@ return array( ), 'profile' => array( '_' => 'Profile management', // TODO - 'api' => 'API management', // TODO + 'api' => array( + '_' => 'API management', // DIRTY + 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO + 'disabled' => 'The API access is disabled.', // TODO + 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO + 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO + ), 'delete' => array( '_' => 'Account deletion', // TODO 'warn' => 'Your account and all related data will be deleted.', // TODO @@ -149,6 +155,10 @@ return array( 'search' => 'Search for ā%sā', // TODO 'share' => array( '_' => 'Share this query by link', // TODO + 'disabled' => array( + '_' => 'disabled', // TODO + 'title' => 'Sharing', // TODO + ), 'greader' => 'Shareable link to the GReader JSON', // TODO 'help' => 'Give this link if you want to share this query with anyone', // TODO 'html' => 'Shareable link to the HTML page', // TODO |
