diff options
| author | 2023-11-05 10:59:48 +0000 | |
|---|---|---|
| committer | 2023-11-05 11:59:48 +0100 | |
| commit | df56d3b3bfe76079c8572a5abf6209af3182bf1b (patch) | |
| tree | 42464cf43073e5ef1c18927dea748b8f6960bd2e /app/i18n/es/sub.php | |
| parent | ecf1585d74c44954720acddce02d3827c93a06df (diff) | |
document username:password@ syntax in proxy_help (#5805)
* document username:password@ syntax in proxy_help
* document without credentials too
Also mark translations as dirty.
* Update app/i18n/fr/sub.php
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/es/sub.php')
| -rw-r--r-- | app/i18n/es/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index 34c54650a..7016a35ff 100644 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -144,7 +144,7 @@ return array( 'normal' => 'Mostrar en su categoría', ), 'proxy' => 'Establecer un proxy para obtener esta fuente', - 'proxy_help' => 'Seleccione un protocolo (e.g: SOCKS5) e introduzca la dirección del proxy (e.g: <kbd>127.0.0.1:1080</kbd>)', + 'proxy_help' => 'Seleccione un protocolo (e.g: SOCKS5) e introduzca la dirección del proxy (e.g: <kbd>127.0.0.1:1080</kbd> or <kbd>username:password@127.0.0.1:1080</kbd>)', // DIRTY 'selector_preview' => array( 'show_raw' => 'Mostrar código fuente', 'show_rendered' => 'Mostrar contenido', |
