'Assembly items' => 'Erzeugnisbestandteile',
'Asset' => 'Aktiva/Mittelverwendung',
'Assets' => 'Aktiva',
+ 'Assign' => 'Übernehmen',
'Assign article' => 'Artikel zuweisen',
'Assign invoice' => 'Rechnung zuweisen',
'Assign the following article to all sections' => 'Den folgenden Artikel allen Abschnitten zuweisen',
'Client to configure the printers for' => 'Mandant, für den Drucker konfiguriert werden',
'Clients this Group is valid for' => 'Mandanten, für die diese Gruppe gültig ist',
'Clients this user has access to' => 'Mandanten, auf die Benutzer Zugriff hat',
- 'Close' => 'Übernehmen',
'Close Books up to' => 'Die Bücher abschließen bis zum',
'Close Details' => 'Details schließen',
'Close Flash' => 'Schließen',
'Assembly items' => '',
'Asset' => '',
'Assets' => '',
+ 'Assign' => '',
'Assign article' => '',
'Assign invoice' => '',
'Assign the following article to all sections' => '',
'Client to configure the printers for' => '',
'Clients this Group is valid for' => '',
'Clients this user has access to' => '',
- 'Close' => '',
'Close Books up to' => '',
'Close Details' => '',
'Close Flash' => '',
<p id="popup_edit_longdescription_input_container"></p>
<p>
- [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Close")) %]
+ [% L.button_tag("kivi.SalesPurchase.set_longdescription()", LxERP.t8("Assign")) %]
<a onclick="$('#edit_longdescription_dialog').dialog('close');" href="#">[% LxERP.t8("Abort") %]</a>
</p>
</div>
[% L.hidden_tag('action', 'save_periodic_invoices_config') %]
<p>
- [% L.submit_tag('', LxERP.t8('Close')) %]
+ [% L.submit_tag('', LxERP.t8('Assign')) %]
[% L.submit_tag('', LxERP.t8('Cancel'), onclick => "self.close(); return false;") %]
</p>
</form>