]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/js_strings.tpl
Merge remote-tracking branch 'upstream/2023.09-rc' into ISO-639-1
[friendica.git] / view / theme / frio / templates / js_strings.tpl
index 0eb39d8eab099704b67180cca2fab63924358d04..8077ceb9e37b631e558dce584426fe42e36d2dd8 100644 (file)
@@ -3,9 +3,12 @@
 They are loaded into the html <head> so that js functions can use them *}}
 <script type="text/javascript">
        const aStr = {
-               delitem      : "{{$l10n.delitem|escape:'javascript' nofilter}}",
-               blockAuthor  : "{{$l10n.blockAuthor|escape:'javascript' nofilter}}",
-               ignoreAuthor : "{{$l10n.ignoreAuthor|escape:'javascript' nofilter}}",
+               delitem          : "{{$l10n.delitem|escape:'javascript' nofilter}}",
+               blockAuthor      : "{{$l10n.blockAuthor|escape:'javascript' nofilter}}",
+               ignoreAuthor     : "{{$l10n.ignoreAuthor|escape:'javascript' nofilter}}",
+               collapseAuthor   : "{{$l10n.collapseAuthor|escape:'javascript' nofilter}}",
+               ignoreServer     : "{{$l10n.ignoreServer|escape:'javascript' nofilter}}",
+               ignoreServerDesc : "{{$l10n.ignoreServerDesc|escape:'javascript' nofilter}}",
        };
        const aActErr = {
                like       : "{{$l10n.likeError|escape:'javascript' nofilter}}",