diff options
| author | 2024-09-21 12:34:38 +0400 | |
|---|---|---|
| committer | 2024-09-21 10:34:38 +0200 | |
| commit | e9398f3f8cb703ec68422509ff50c97beae83c4d (patch) | |
| tree | b81d85729cd7f70081a2ef252e4d1ca8ba6aac6f /app/i18n/lv/sub.php | |
| parent | e165cf6b4394118613d2eff36fc0a06c2c661641 (diff) | |
Add HTTP Headers option (#6820)
* Add new strings to lang files
* Add HTTP headers field to feed forms
* A few improvements
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/lv/sub.php')
| -rw-r--r-- | app/i18n/lv/sub.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/lv/sub.php b/app/i18n/lv/sub.php index de86a6e08..bacc28500 100644 --- a/app/i18n/lv/sub.php +++ b/app/i18n/lv/sub.php @@ -77,6 +77,8 @@ return array( '_' => 'Filtra darbības', 'help' => 'Uzrakstiet vienu meklēšanas filtru katrā rindā. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), + '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' => 'Informācija', 'keep_min' => 'Minimālais saglabājamo izstrādājumu skaits', 'kind' => array( |
