1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 20:10:50 +01:00

Aggiornamento file pot per nuove terminologie

This commit is contained in:
Luca 2022-01-16 10:17:26 +01:00
parent 524505863d
commit 9745955c03
2 changed files with 2659 additions and 1843 deletions

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@ switch (post('op')) {
$operations['aggiorna-liste'] = [ $operations['aggiorna-liste'] = [
'text' => '<span><i class="fa fa-refresh"></i> '.tr('Aggiorna liste').'</span>', 'text' => '<span><i class="fa fa-refresh"></i> '.tr('Aggiorna liste').'</span>',
'data' => [ 'data' => [
'msg' => tr(''), 'msg' => tr('Vuoi davvero aggiornare le liste dei destinatari?'),
'button' => tr('Procedi'), 'button' => tr('Procedi'),
'class' => 'btn btn-lg btn-danger', 'class' => 'btn btn-lg btn-danger',
], ],