diff options
| author | 2018-11-28 21:09:06 +0100 | |
|---|---|---|
| committer | 2018-11-28 21:09:06 +0100 | |
| commit | b35c3b4f0a77322e13834fcf87b315d6687fc7b7 (patch) | |
| tree | 25c0b9947d05ebcbb26fb5759306839398fd576d /app/i18n/es/conf.php | |
| parent | 58becd13db93d415608e8e852b35492863af07ed (diff) | |
[i18n] Add `conf.shortcut.skip_next_article` and `conf.shortcut.skip_previous_article` todos (#2156)
Cf. https://github.com/FreshRSS/FreshRSS/pull/2140#issuecomment-440425725
Diffstat (limited to 'app/i18n/es/conf.php')
| -rwxr-xr-x | app/i18n/es/conf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index a79bac555..b7d87f375 100755 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -171,6 +171,8 @@ return array( 'rss_view' => 'Open RSS view in a new tab', //TODO - Translation 'see_on_website' => 'Ver en la web original', 'shift_for_all_read' => '+ <code>mayúsculas</code> para marcar todos los artículos como leídos', + 'skip_next_article' => 'Focus next without opening', //TODO - Translation + 'skip_previous_article' => 'Focus previous without opening', //TODO - Translation 'title' => 'Atajos de teclado', 'user_filter' => 'Acceso a filtros de usuario', 'user_filter_help' => 'Si solo hay un filtro de usuario, ese será el que se use. En caso contrario, los filtros están accesibles por su númeración.', |
