Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 504fcaf1

Von Kivitendo Admin vor fast 8 Jahren hinzugefügt

  • ID 504fcaf11d8cbf10f353fb22990f559b36f5478c
  • Vorgänger 88f11e29
  • Nachfolger 988028c3

Übersetzung für Buchungsgruppe -> Booking group

Unterschiede anzeigen:

templates/webpages/csv_import/_form_parts.html
41 41
</tr>
42 42

  
43 43
<tr>
44
 <th align="right" valign="top">[%- LxERP.t8('Default buchungsgruppe') %]:</th>
44
 <th align="right" valign="top">[%- LxERP.t8('Default booking group') %]:</th>
45 45
 <td colspan="10" valign="top">
46 46
  [% L.select_tag('settings.default_buchungsgruppe', SELF.all_buchungsgruppen, title_key = 'description', default = SELF.profile.get('default_buchungsgruppe'), style => 'width: 300px') %]
47 47
  <br>
48
  [% opts = [ [ 'never', LxERP.t8('Do not set default buchungsgruppe') ], [ 'all', LxERP.t8('Apply to all parts') ], [ 'missing', LxERP.t8('Apply to parts without buchungsgruppe') ] ] %]
48
  [% opts = [ [ 'never', LxERP.t8('Do not set default booking group') ], [ 'all', LxERP.t8('Apply to all parts') ], [ 'missing', LxERP.t8('Apply to parts without booking group') ] ] %]
49 49
  [% L.select_tag('settings.apply_buchungsgruppe', opts, default = SELF.profile.get('apply_buchungsgruppe'), style = 'width: 300px') %]
50 50
 </td>
51 51
</tr>

Auch abrufbar als: Unified diff