Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fbbab52f

Von Tamino Steinert vor 7 Monaten hinzugefügt

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

locale für Positionskonfiguration von Wied. Rech.

Unterschiede anzeigen:

SL/Controller/Order.pm
}
} else {
$button_text .= t8('standard');
$button_text .= t8('default');
}
return $button_text;
js/locale/de.js
"Edit picture":"Bild bearbeiten",
"Edit project link":"Projektverknüpfung bearbeiten",
"Edit text block":"Textblock bearbeiten",
"Edit the configuration for periodic invoice item":"Konfiguration für Positionen von wiederkehrende Rechnungen bearbeiten",
"Edit the configuration for periodic invoices":"Konfiguration für wiederkehrende Rechnungen bearbeiten",
"Enter longdescription":"Langtext eingeben",
"Error: #1":"Fehler: #1",
js/locale/en.js
"Edit picture":"",
"Edit project link":"",
"Edit text block":"",
"Edit the configuration for periodic invoice item":"",
"Edit the configuration for periodic invoices":"",
"Enter longdescription":"",
"Error: #1":"",
locale/de/all
'Edit text block' => 'Textblock bearbeiten',
'Edit text block \'#1\'' => 'Textblock \'#1\' bearbeiten',
'Edit text block picture #1' => 'Textblockbild #1 bearbeiten',
'Edit the configuration for periodic invoice item' => 'Konfiguration für Positionen von wiederkehrende Rechnungen bearbeiten',
'Edit the configuration for periodic invoices' => 'Konfiguration für wiederkehrende Rechnungen bearbeiten',
'Edit the currency names in order to rename them.' => 'Bearbeiten Sie den Namen, um eine Währung umzubennen.',
'Edit the purchase_order' => 'Bearbeiten des Lieferantenauftrags',
......
'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.',
'Periodic invoices active' => 'Wiederkehrende Rechnungen aktiv',
'Periodic invoices inactive' => 'Wiederkehrende Rechnungen inaktiv',
'Periodicity' => 'Periodizität',
'Periods' => 'Zeiträume',
'Permissions for invoices' => 'Ansehrechte für Rechnungen',
'Perpetual inventory' => 'Bestandsmethode',
locale/en/all
'Edit text block' => '',
'Edit text block \'#1\'' => '',
'Edit text block picture #1' => '',
'Edit the configuration for periodic invoice item' => '',
'Edit the configuration for periodic invoices' => '',
'Edit the currency names in order to rename them.' => '',
'Edit the purchase_order' => '',
......
'Periodic invoice config of order set to once. Can not have periodic invoice config for item(s) at position #1.' => '',
'Periodic invoices active' => '',
'Periodic invoices inactive' => '',
'Periodicity' => '',
'Periods' => '',
'Permissions for invoices' => '',
'Perpetual inventory' => '',
templates/design40_webpages/order/tabs/_edit_periodic_invoice_items_config.html
<colgroup> <col class="wi-normal"><col class="wi-lightwide"> </colgroup>
<tbody>
<tr>
<th>[% LxERP.t8('Terminated') %]</th>
<th>[% LxERP.t8('terminated') %]</th>
<td>
[% L.yes_no_tag('periodic_invoice_items_config.terminated', CONFIG.terminated) %]
</td>
templates/webpages/order/tabs/_edit_periodic_invoice_items_config.html
<caption>[% title %]</caption>
<tbody>
<tr>
<th>[% LxERP.t8('Terminated') %]</th>
<th>[% LxERP.t8('terminated') %]</th>
<td>
[% L.yes_no_tag('periodic_invoice_items_config.terminated', CONFIG.terminated) %]
</td>

Auch abrufbar als: Unified diff