diff options
Diffstat (limited to 'app/i18n/es/sub.php')
| -rw-r--r-- | app/i18n/es/sub.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index 21a21a879..853684712 100644 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -77,6 +77,8 @@ return array( '_' => 'Filtrar acciones', 'help' => 'Escribir un filtro de búsqueda por línea. Ver <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">documentación de operadores de búsqueda</a>.', ), + 'http_headers' => 'HTTP Headers', // TODO + 'http_headers_help' => 'Headers are separated by a newline, and the name and value of a header are separated by a colon (e.g: <kbd><code>Accept: application/atom+xml<br />Authorization: Bearer some-token</code></kbd>).', // TODO 'information' => 'Información', 'keep_min' => 'Número mínimo de artículos a conservar', 'kind' => array( |
