mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-13 09:40:18 +01:00
refactor: modifica dicitura fissa stampa
This commit is contained in:
parent
7f72c42785
commit
749a3ff6e3
@ -14653,7 +14653,7 @@ msgid "Pagina _PAGE_ di _TOTAL_"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base/footer.php:34
|
#: templates/base/footer.php:34
|
||||||
msgid "Stampato con OpenSTAManager"
|
msgid "Generato con OpenSTAManager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base/header.php:39 templates/dashboard/header.php:27 templates/dashboard_settimanale/header.php:27
|
#: templates/base/header.php:39 templates/dashboard/header.php:27 templates/dashboard_settimanale/header.php:27
|
||||||
@ -14920,7 +14920,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: templates/libro_giornale/footer.php:25 templates/liquidazione_iva/footer.php:25 templates/partitario_mastrino/footer.php:25
|
#: templates/libro_giornale/footer.php:25 templates/liquidazione_iva/footer.php:25 templates/partitario_mastrino/footer.php:25
|
||||||
#: templates/scadenzario/footer.php:25
|
#: templates/scadenzario/footer.php:25
|
||||||
msgid "Stampato con OpenSTAManager il _DATE_"
|
msgid "Generato con OpenSTAManager il _DATE_"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/liquidazione_iva/header.php:32 templates/registro_iva/top.php:26
|
#: templates/liquidazione_iva/header.php:32 templates/registro_iva/top.php:26
|
||||||
|
@ -10323,7 +10323,7 @@ msgid "voce eliminata"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base/footer.php:33
|
#: templates/base/footer.php:33
|
||||||
msgid "Stampato con OpenSTAManager"
|
msgid "Generato con OpenSTAManager"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/base/footer.php:37 templates/registro_iva/footer.php:28
|
#: templates/base/footer.php:37 templates/registro_iva/footer.php:28
|
||||||
@ -10642,7 +10642,7 @@ msgstr ""
|
|||||||
#: templates/registro_iva/footer.php:24
|
#: templates/registro_iva/footer.php:24
|
||||||
#: templates/riepilogo_interventi/footer.php:24
|
#: templates/riepilogo_interventi/footer.php:24
|
||||||
#: templates/scadenzario/footer.php:24
|
#: templates/scadenzario/footer.php:24
|
||||||
msgid "Stampato con OpenSTAManager il _DATE_"
|
msgid "Generato con OpenSTAManager il _DATE_"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: templates/registro_iva/top.php:25
|
#: templates/registro_iva/top.php:25
|
||||||
|
@ -17528,7 +17528,7 @@ msgid "Pagina _PAGE_ di _TOTAL_"
|
|||||||
msgstr "Page _PAGE_ of _TOTAL_"
|
msgstr "Page _PAGE_ of _TOTAL_"
|
||||||
|
|
||||||
#: templates/base/footer.php:33
|
#: templates/base/footer.php:33
|
||||||
msgid "Stampato con OpenSTAManager"
|
msgid "Generato con OpenSTAManager"
|
||||||
msgstr "Print with OpenSTAManager"
|
msgstr "Print with OpenSTAManager"
|
||||||
|
|
||||||
#: templates/base/header.php:38 templates/dashboard/header.php:26
|
#: templates/base/header.php:38 templates/dashboard/header.php:26
|
||||||
@ -17829,7 +17829,7 @@ msgstr "Right of call"
|
|||||||
|
|
||||||
#: templates/libro_giornale/footer.php:24 templates/liquidazione_iva/footer.php:24
|
#: templates/libro_giornale/footer.php:24 templates/liquidazione_iva/footer.php:24
|
||||||
#: templates/partitario_mastrino/footer.php:24 templates/scadenzario/footer.php:24
|
#: templates/partitario_mastrino/footer.php:24 templates/scadenzario/footer.php:24
|
||||||
msgid "Stampato con OpenSTAManager il _DATE_"
|
msgid "Generato con OpenSTAManager il _DATE_"
|
||||||
msgstr "Printed with OpenSTAManager the _DATA_"
|
msgstr "Printed with OpenSTAManager the _DATA_"
|
||||||
|
|
||||||
#: templates/liquidazione_iva/header.php:31 templates/registro_iva/top.php:25
|
#: templates/liquidazione_iva/header.php:31 templates/registro_iva/top.php:25
|
||||||
|
@ -31,7 +31,7 @@ return '
|
|||||||
<table style="color:#aaa; font-size:8px;">
|
<table style="color:#aaa; font-size:8px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" style="width:97mm;">
|
<td align="left" style="width:97mm;">
|
||||||
'.tr('Stampato con OpenSTAManager').'
|
'.tr('Generato con OpenSTAManager').'
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-right" style="width:97mm;">
|
<td class="text-right" style="width:97mm;">
|
||||||
|
@ -22,7 +22,7 @@ echo '
|
|||||||
<table style="color:#aaa; font-size:8px;">
|
<table style="color:#aaa; font-size:8px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" style="width:97mm;">
|
<td align="left" style="width:97mm;">
|
||||||
'.tr('Stampato con OpenSTAManager il _DATE_', ['_DATE_' => date('d/m/Y')]).'
|
'.tr('Generato con OpenSTAManager il _DATE_', ['_DATE_' => date('d/m/Y')]).'
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-right" style="width:97mm;">
|
<td class="text-right" style="width:97mm;">
|
||||||
|
@ -22,7 +22,7 @@ echo '
|
|||||||
<table style="color:#aaa; font-size:8px;">
|
<table style="color:#aaa; font-size:8px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" style="width:97mm;">
|
<td align="left" style="width:97mm;">
|
||||||
'.tr('Stampato con OpenSTAManager il _DATE_', ['_DATE_' => date('d/m/Y')]).'
|
'.tr('Generato con OpenSTAManager il _DATE_', ['_DATE_' => date('d/m/Y')]).'
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-right" style="width:97mm;">
|
<td class="text-right" style="width:97mm;">
|
||||||
|
@ -22,7 +22,7 @@ echo '
|
|||||||
<table style="color:#aaa; font-size:8px;">
|
<table style="color:#aaa; font-size:8px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="left" style="width:97mm;">
|
<td align="left" style="width:97mm;">
|
||||||
'.tr('Stampato con OpenSTAManager il _DATE_', ['_DATE_' => date('d/m/Y')]).'
|
'.tr('Generato con OpenSTAManager il _DATE_', ['_DATE_' => date('d/m/Y')]).'
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="text-right" style="width:97mm;">
|
<td class="text-right" style="width:97mm;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user