Merge branch 'master' of github.com:kivitendo/kivitendo-erp
authorNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 3 Jun 2013 11:50:52 +0000 (13:50 +0200)
committerNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 3 Jun 2013 11:50:52 +0000 (13:50 +0200)
1  2 
locale/de/all
templates/webpages/client_config/form.html

diff --combined locale/de/all
@@@ -619,7 -619,6 +619,6 @@@ $self->{texts} = 
    'Default Bin'                 => 'Standard-Lagerplatz',
    'Default Customer/Vendor Language' => 'Standard-Kunden-/Lieferantensprache',
    'Default Warehouse'           => 'Standard-Lager',
-   'Default Customer/Vendor Language' => 'Standard-Kunden-/Lieferantensprache',
    'Default buchungsgruppe'      => 'Standardbuchungsgruppe',
    'Default currency'            => 'Standardwährung',
    'Default currency missing!'   => 'Standardwährung fehlt!',
    'Show old dunnings'           => 'Alte Mahnungen anzeigen',
    'Show overdue sales quotations and requests for quotations...' => 'Überfällige Angebote und Preisanfragen anzeigen...',
    'Show settings'               => 'Einstellungen anzeigen',
 +  'Show the weights of articles and the total weight in orders, invoices and delivery notes?' => 'Sollen Warengewichte und Gesamtgewicht in Aufträgen, Rechnungen und Lieferscheinen angezeigt werden?',
 +  'Show weights'                => 'Gewichte anzeigen',
    'Show your TODO list after loggin in' => 'Aufgabenliste nach dem Anmelden anzeigen',
    'Signature'                   => 'Unterschrift',
    'Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.' => 'Da Lagerpl&auml;tze kein Pflichtfeld sind, geben Sie bitte einen Lagerplatz an, in dem Waren ohne spezifizierten Lagerplatz eingelagert werden sollen.',
    'Total Fees'                  => 'Kumulierte Gebühren',
    'Total stock value'           => 'Gesamter Bestandswert',
    'Total sum'                   => 'Gesamtsumme',
 +  'Total weight'                => 'Gesamtgewicht',
    'Totals'                      => 'Summen',
    'Trade Discount'              => 'Rabatt',
    'Trans Id'                    => 'Trans-ID',
@@@ -1,4 -1,4 +1,4 @@@
- [%- USE T8 %][%- USE L %][% USE LxERP %]
+ [%- USE T8 %][%- USE L %][% USE LxERP %][%- USE HTML -%]
  
  [% PROCESS 'common/select_warehouse_bin.html'  WAREHOUSES=SELF.WAREHOUSES warehouse_id=SELF.warehouse_id bin_id=SELF.bin_id %]
  <h1>[% title | html %]</h1>
   </tr>
  
  
 + <tr class='listheading'>
 +   <th colspan="3">[% 'Weight' | $T8 %]</th>
 + </tr>
 + <tr>
 +   <td align="right">[% 'Show weights' | $T8 %]</td>
 +   <td>
 +     [% L.yes_no_tag('show_weight', SELF.show_weight) %]
 +   </td>
 +   <td>
 +     [% 'Show the weights of articles and the total weight in orders, invoices and delivery notes?' | $T8 %]<br>
 +   </td>
 + </tr>
  </table>
  
  <br>