diff options
| author | 2024-12-04 22:31:18 +0100 | |
|---|---|---|
| committer | 2024-12-04 22:31:18 +0100 | |
| commit | b6f3bbe18525292ae38831344a4bd5e1b361b4e0 (patch) | |
| tree | af6910be0107e088d02078f91bb64932db3d1291 /app/i18n/nl/sub.php | |
| parent | be9b6c7290dddcd8b8b6a8926bd101b7123528b3 (diff) | |
#4870 opml category text field (#7053)
* Added OPML import field description
* Update CREDITS.md
Almost forgot to add myself to the credits
* make fix-all
* i18n:fr
---------
Co-authored-by: Rogier Schoenmaker <rogier@spreadit.nl>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/nl/sub.php')
| -rw-r--r-- | app/i18n/nl/sub.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php index 6514126ed..2080fa33f 100644 --- a/app/i18n/nl/sub.php +++ b/app/i18n/nl/sub.php @@ -285,6 +285,7 @@ return array( 'add_dynamic_opml' => 'Dynamische OPML toevoegen', 'add_feed' => 'Feed toevoegen', 'add_label' => 'Label toevoegen', + 'add_opml_category' => 'OPML categorienaam', 'delete_label' => 'Label verwijderen', 'feed_management' => 'RSS-feedbeheer', 'rename_label' => 'Label hernoemen', |
