diff options
| author | 2021-03-10 20:28:42 +0100 | |
|---|---|---|
| committer | 2021-03-10 20:28:42 +0100 | |
| commit | 184ab6bc8517d4c7f68dd89a456caea0e2adc1bd (patch) | |
| tree | 7f89c618c8b69bf78a31c277d8340a8b5f53e78b /app/i18n/oc/sub.php | |
| parent | fd3af5169e96873b2ab8edfe782dd548fbe6b761 (diff) | |
i18n Update for Occitan language (#3511)
* Update conf.php
* Update feedback.php
* Update gen.php
* Update index.php
* Update install.php
* Update sub.php
* Update sub.php
* Update install.php
* Update gen.php
* Update oc.php
* Fix ignore
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/oc/sub.php')
| -rw-r--r-- | app/i18n/oc/sub.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/i18n/oc/sub.php b/app/i18n/oc/sub.php index 7461facfc..ff02b8786 100644 --- a/app/i18n/oc/sub.php +++ b/app/i18n/oc/sub.php @@ -34,13 +34,13 @@ return array( ), 'clear_cache' => 'Totjorn escafar lo cache', 'content_action' => array( - '_' => 'Content action when fetching the article content', // TODO - Translation - 'append' => 'Add after existing content', // TODO - Translation - 'prepend' => 'Add before existing content', // TODO - Translation - 'replace' => 'Replace existing content', // TODO - Translation + '_' => 'Accion sul contengut en recuperant lo contengut de l’article', + 'append' => 'Apondre aprèp lo contengut existent', + 'prepend' => 'Apondre abans lo contengut existent', + 'replace' => 'Remplaçar lo contengut existent', ), - 'css_cookie' => 'Use Cookies when fetching the article content', // TODO - Translation - 'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // TODO - Translation + 'css_cookie' => 'Utilizar los cookies en recuperant lo contengut de l’article', + 'css_cookie_help' => 'Exemple : <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', 'css_help' => 'Permet de recuperar los fluxes troncats (atencion, demanda mai de temps !)', 'css_path' => 'Selector CSS dels articles sul site d’origina', 'description' => 'Descripcion', @@ -69,8 +69,8 @@ return array( 'main_stream' => 'Mostar al flux màger', 'normal' => 'Mostar dins sa categoria', ), - 'proxy' => 'Set a proxy for fetching this feed', // TODO - Translation - 'proxy_help' => 'Select a protocol (e.g: SOCKS5) and enter the proxy address (e.g: <kbd>127.0.0.1:1080</kbd>)', // TODO - Translation + 'proxy' => 'Definir un servidor proxy per trapar aqueste flux', + 'proxy_help' => 'Seleccionatz un protocòl (ex : SOCKS5) e picatz l’adreça del proxy (ex : <kbd>127.0.0.1:1080</kbd>)', 'selector_preview' => array( 'show_raw' => 'Veire lo còdi font', 'show_rendered' => 'Veire lo contengut', |
