diff options
| author | 2024-12-10 13:50:44 +0100 | |
|---|---|---|
| committer | 2024-12-10 13:50:44 +0100 | |
| commit | 33fd07f6f26310d4806077cc87bcdf9b8b940e35 (patch) | |
| tree | 97e49bc0769e0f5727a71f952b0c2b4953123244 /app/i18n/lv/sub.php | |
| parent | 88eef9832b7325158a913e203846e5a57829f307 (diff) | |
Conditional retrieval
fix https://github.com/FreshRSS/FreshRSS/issues/6149
Diffstat (limited to 'app/i18n/lv/sub.php')
| -rw-r--r-- | app/i18n/lv/sub.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/i18n/lv/sub.php b/app/i18n/lv/sub.php index 1b074a8ee..bfeca7135 100644 --- a/app/i18n/lv/sub.php +++ b/app/i18n/lv/sub.php @@ -57,13 +57,14 @@ return array( 'prepend' => 'Pievienot pirms esošā satura', 'replace' => 'Aizstāt esošo saturu', ), + 'content_retrieval' => 'Content retrieval', // TODO 'css_cookie' => 'Lietot sīkfailus, kad tiek iegūts raksta saturs', 'css_cookie_help' => 'Piemērs: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', 'css_help' => 'Iegūst saīsinātas RSS plūsmas (uzmanību, prasa vairāk laika!)', 'css_path' => 'Raksta CSS selektors sākotnējā vietnē', 'css_path_filter' => array( '_' => 'Noņemamo elementu CSS selektors', - 'help' => 'CSS selektors var būt saraksts, piemēram.: <kbd>.footer, .aside, p[data-sanitized-class="menu"]</kbd>', + 'help' => 'CSS selektors var būt saraksts, piemēram.: <kbd>.footer, .aside, p[data-sanitized-class~="menu"]</kbd>', ), 'description' => 'Apraksts', 'empty' => 'Šī barotne ir tukša. Lūdzu, pārbaudiet, vai tā joprojām tiek uzturēta.', @@ -201,6 +202,7 @@ return array( 'no_selected' => 'Barotne nav izvēlēta.', 'number_entries' => '%d raksti', 'open_feed' => 'Open feed %s', // TODO + 'path_entries_condition' => 'Condition for content retrieval', // TODO 'priority' => array( '_' => 'Prioritāte', 'archived' => 'Nerādīt (arhivēts)', |
