diff --git a/fhem/contrib/DS_Starter/50_SSFile.pm b/fhem/contrib/DS_Starter/50_SSFile.pm
index 1196680e7..2f0fa89ad 100644
--- a/fhem/contrib/DS_Starter/50_SSFile.pm
+++ b/fhem/contrib/DS_Starter/50_SSFile.pm
@@ -199,14 +199,50 @@ my %vNotesExtern = (
# Hints EN
my %vHintsExt_en = (
"2" => "When defining the upload target paths POSIX %-Wildcards can be used as part of the target path. ".
- "This way changing upload targets can be created depending on the current timestamp.",
+ "This way changing upload targets can be created depending on the current timestamp.
".
+ "Examples of prominent wildcards:
".
+ "
".
+ " ".
+ "| Specification | replaced by | Example |
".
+ "| | | |
".
+ "| %a | The abbreviated weekday name according to the current locale | Thu |
".
+ "| %y | Year, last two digits (00-99) | 01 |
".
+ "| %Y | Year incl. century | 2020 |
".
+ "| %m | Month as decimal number (01-12) | 08 |
".
+ "| %d | The day of the month as decimal number (01-31) | 23 |
".
+ "| %H | The hour in 24-hour format (00-23) | 14 |
".
+ "| %M | The minute as decimal number (00-59) | 55 |
".
+ "| %S | The second as decimal number (00-60) | 02 |
".
+ "| %V | The ISO 8601 week number of the current year as decimal number (01-53) | 34 |
".
+ "| %T | The time in 24-hour notation (%H:%M:%S) | 14:55:02 |
".
+ "
".
+ "
"
+ ,
"1" => "The module integrates Synology File Station with FHEM. "
);
# Hints DE
my %vHintsExt_de = (
"2" => encode ("utf8", "Bei der Definition der Upload Zielpfade könnnen POSIX %-Wildcards als Bestandteil des Zielpfads verwendet werden. ".
- "Damit können wechselnde Uploadziele in Abhängigkeit des aktuellen Timestamps erzeugt werden."),
+ "Damit können wechselnde Uploadziele in Abhängigkeit des aktuellen Timestamps erzeugt werden.
".
+ "Beispiele prominenter Wildcards:
".
+ "".
+ " ".
+ "| Spezifizierung | ersetzt durch | Beispiel |
".
+ "| | | |
".
+ "| %a | Der abgekürzte Wochentagsname entsprechend dem aktuellen Gebietsschema | Mo |
".
+ "| %y | Jahr, letzte zwei Ziffern (00-99) | 01 |
".
+ "| %Y | Jahr incl. Jahrhundert | 2020 |
".
+ "| %m | Monat als Dezimalzahl (01-12) | 08 |
".
+ "| %d | Der Tag des Monats als Dezimalzahl (01-31) | 23 |
".
+ "| %H | Die Stunde im 24-Stunden-Format (00-23) | 14 |
".
+ "| %M | Die Minute als Dezimalzahl (00-59) | 55 |
".
+ "| %S | Die Sekunde als Dezimalzahl (00-60) | 02 |
".
+ "| %V | Die ISO 8601-Wochennummer des laufenden Jahres als Dezimalzahl (01-53) | 34 |
".
+ "| %T | Die Uhrzeit in 24-Stunden-Notation (%H:%M:%S) | 14:55:02 |
".
+ "
".
+ "
"
+ ),
"1" => "Das Modul integriert die Synology File Station in FHEM. "
);