We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2992400 commit 32fe554Copy full SHA for 32fe554
1 file changed
include/top.php
@@ -148,6 +148,9 @@
148
'signatureMissing' => tr('Firma mancante.'),
149
'readmore' => tr('Mostra tutto'),
150
'readless' => tr('Mostra meno'),
151
+ 'no_results_found' => tr('Nessun risultato trovato per'),
152
+ 'searching' => tr('Ricerca in corso...'),
153
+ 'processing' => tr('Elaborazione in corso...'),
154
];
155
foreach ($translations as $key => $value) {
156
echo '
0 commit comments