Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fbbab52f

Von Tamino Steinert vor etwa 2 Monaten hinzugefügt

  • ID fbbab52fcd916bac0d43aa6e8cb92ca220422d68
  • Vorgänger 3ba87b60
  • Nachfolger 51114409

locale für Positionskonfiguration von Wied. Rech.

Unterschiede anzeigen:

SL/Controller/Order.pm
874 874
    }
875 875

  
876 876
  } else {
877
    $button_text .= t8('standard');
877
    $button_text .= t8('default');
878 878
  }
879 879

  
880 880
  return $button_text;
js/locale/de.js
69 69
"Edit picture":"Bild bearbeiten",
70 70
"Edit project link":"Projektverknüpfung bearbeiten",
71 71
"Edit text block":"Textblock bearbeiten",
72
"Edit the configuration for periodic invoice item":"Konfiguration für Positionen von wiederkehrende Rechnungen bearbeiten",
72 73
"Edit the configuration for periodic invoices":"Konfiguration für wiederkehrende Rechnungen bearbeiten",
73 74
"Enter longdescription":"Langtext eingeben",
74 75
"Error: #1":"Fehler: #1",
js/locale/en.js
69 69
"Edit picture":"",
70 70
"Edit project link":"",
71 71
"Edit text block":"",
72
"Edit the configuration for periodic invoice item":"",
72 73
"Edit the configuration for periodic invoices":"",
73 74
"Enter longdescription":"",
74 75
"Error: #1":"",
locale/de/all
1511 1511
  'Edit text block'             => 'Textblock bearbeiten',
1512 1512
  'Edit text block \'#1\''      => 'Textblock \'#1\' bearbeiten',
1513 1513
  'Edit text block picture #1'  => 'Textblockbild #1 bearbeiten',
1514
  'Edit the configuration for periodic invoice item' => 'Konfiguration für Positionen von wiederkehrende Rechnungen bearbeiten',
1514 1515
  'Edit the configuration for periodic invoices' => 'Konfiguration für wiederkehrende Rechnungen bearbeiten',
1515 1516
  'Edit the currency names in order to rename them.' => 'Bearbeiten Sie den Namen, um eine Währung umzubennen.',
1516 1517
  'Edit the purchase_order'     => 'Bearbeiten des Lieferantenauftrags',
......
2880 2881
  'Periodic invoice config of order set to once. Can not have periodic invoice config for item(s) at position #1.' => 'Wiederkehrende-Rechnungs-Konfiguration des Auftrags auf einmalig gesetzt. Kann keine Wiederkehrende-Rechnungs-Konfiguration für Artikel an Position #1 besitzen.',
2881 2882
  'Periodic invoices active'    => 'Wiederkehrende Rechnungen aktiv',
2882 2883
  'Periodic invoices inactive'  => 'Wiederkehrende Rechnungen inaktiv',
2884
  'Periodicity'                 => 'Periodizität',
2883 2885
  'Periods'                     => 'Zeiträume',
2884 2886
  'Permissions for invoices'    => 'Ansehrechte für Rechnungen',
2885 2887
  'Perpetual inventory'         => 'Bestandsmethode',
locale/en/all
1511 1511
  'Edit text block'             => '',
1512 1512
  'Edit text block \'#1\''      => '',
1513 1513
  'Edit text block picture #1'  => '',
1514
  'Edit the configuration for periodic invoice item' => '',
1514 1515
  'Edit the configuration for periodic invoices' => '',
1515 1516
  'Edit the currency names in order to rename them.' => '',
1516 1517
  'Edit the purchase_order'     => '',
......
2879 2880
  'Periodic invoice config of order set to once. Can not have periodic invoice config for item(s) at position #1.' => '',
2880 2881
  'Periodic invoices active'    => '',
2881 2882
  'Periodic invoices inactive'  => '',
2883
  'Periodicity'                 => '',
2882 2884
  'Periods'                     => '',
2883 2885
  'Permissions for invoices'    => '',
2884 2886
  'Perpetual inventory'         => '',
templates/design40_webpages/order/tabs/_edit_periodic_invoice_items_config.html
24 24
  <colgroup> <col class="wi-normal"><col class="wi-lightwide"> </colgroup>
25 25
  <tbody>
26 26
    <tr>
27
     <th>[% LxERP.t8('Terminated') %]</th>
27
     <th>[% LxERP.t8('terminated') %]</th>
28 28
     <td>
29 29
       [% L.yes_no_tag('periodic_invoice_items_config.terminated', CONFIG.terminated) %]
30 30
     </td>
templates/webpages/order/tabs/_edit_periodic_invoice_items_config.html
21 21
  <caption>[% title %]</caption>
22 22
  <tbody>
23 23
    <tr>
24
     <th>[% LxERP.t8('Terminated') %]</th>
24
     <th>[% LxERP.t8('terminated') %]</th>
25 25
     <td>
26 26
       [% L.yes_no_tag('periodic_invoice_items_config.terminated', CONFIG.terminated) %]
27 27
     </td>

Auch abrufbar als: Unified diff