diff options
| author | 2025-10-14 15:43:43 +0200 | |
|---|---|---|
| committer | 2025-10-14 15:43:43 +0200 | |
| commit | b7bd18148e65bbdd6be442036a295eb43ca1501e (patch) | |
| tree | 4fba0694a3c45f015f2ed83ebd2356d169241f79 /app/i18n/sk/conf.php | |
| parent | faaa770bc0b396d6e842fe816012661f07eac395 (diff) | |
Option to show user labels instead of tags in RSS share (#8112)
* Option to show user labels instead of tags in RSS share
fix https://github.com/FreshRSS/FreshRSS/discussions/8108#discussioncomment-14668813
<img width="711" height="182" alt="image" src="https://github.com/user-attachments/assets/8effb2cd-fffb-4f00-b628-54e963e8b2dc" />
Diffstat (limited to 'app/i18n/sk/conf.php')
| -rw-r--r-- | app/i18n/sk/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php index 604f2f9ad..d848d8f0d 100644 --- a/app/i18n/sk/conf.php +++ b/app/i18n/sk/conf.php @@ -152,6 +152,7 @@ return array( 'categories' => 'Zobraziť podľa kategórie', 'feeds' => 'Zobraziť podľa kanála', 'order' => 'Zobraziť podľa dátumu', + 'publish_labels_instead_of_tags' => 'Replace <i>feed tags</i> by <i>user labels</i> in the shared RSS', // TODO 'search' => 'Výraz', 'shareOpml' => 'Povoliť zdieľanie prostredníctvom OPML zodpovedajúdich kategórií a kanálov', 'shareRss' => 'Povoliť zdieľanie prostredníctvom HTML & RSS', |
