Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 79cd754f

Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt

  • ID 79cd754ff953300226866f7ed96b8e1c4d598e05
  • Vorgänger 0d5564ee
  • Nachfolger 2fd17923

Überschriften in History übersetzt

Unterschiede anzeigen:

locale/de/all
137 137
  'Accounting method'           => 'Versteuerungsart',
138 138
  'Accrual'                     => 'Soll-Versteuerung',
139 139
  'Accrual accounting'          => 'Soll-Versteuerung',
140
  'Action'                      => 'Aktion',
140 141
  'Activate kivitendo module'   => 'Modul aktivieren',
141 142
  'Active'                      => 'Aktiv',
142 143
  'Active?'                     => 'Aktiviert?',
......
213 214
  'Add unit'                    => 'Einheit hinzufügen',
214 215
  'Added sections and function blocks: #1' => 'Hinzugefügte Abschnitte und Funktionsblöcke: #1',
215 216
  'Added text blocks: #1'       => 'Hinzugefügte Textblöcke: #1',
217
  'Addition'                    => 'Zusatz',
216 218
  'Additional articles'         => 'Zusätzliche Artikel',
217 219
  'Additional articles actions' => 'Aktionen zu zusätzlichen Artikeln',
218 220
  'Additionally the invoice is marked for direct debit and would have been checked automatically had the bank information been entered.' => 'Weiterhin ist die Rechnung für Lastschrifteinzug vorgesehen und wäre standardmäßig ausgewählt, wenn die Bankinformationen eingetragen wären.',
......
3206 3208
  'This will reduce the appropriate Master Data price by this in percent points.' => 'Diese Option reduziert den zugehörigen Stammdatenpreis um den angegebenen Wert in Prozentpunkten.',
3207 3209
  'This will set an exact price.' => 'Diese Option setzt einen festen Preis.',
3208 3210
  'Three Options:'              => 'Drei Optionen:',
3211
  'Time'                        => 'Zeit',
3209 3212
  'Time Format'                 => 'Uhrzeitformat',
3210 3213
  'Time and price estimate'     => 'Zeit- und Preisschätzung',
3211 3214
  'Time estimate'               => 'Zeitschätzung',
......
3512 3515
  'Your browser does not currently support Javascript.' => 'Ihr Browser unterstützt im Moment kein Javascript!',
3513 3516
  'Your download does not exist anymore. Please re-run the DATEV export assistant.' => 'Ihr Download existiert nicht mehr. Bitte starten Sie den DATEV-Exportassistenten erneut.',
3514 3517
  'Your import is being processed.' => 'Ihr Import wird verarbeitet',
3515
  'Zeitpunkt'                   => 'Zeitpunkt',
3516 3518
  'Zeitraum'                    => 'Zeitraum',
3517 3519
  'Zero amount posting!'        => 'Buchung ohne Wert',
3518 3520
  'Zip, City'                   => 'PLZ, Ort',
3519 3521
  'Zipcode'                     => 'PLZ',
3520
  'Zusatz'                      => 'Zusatz',
3521 3522
  '[email]'                     => '[email]',
3522 3523
  'absolute'                    => 'absolut',
3523 3524
  'account_description'         => 'Beschreibung',
templates/webpages/common/show_history.html
23 23
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
24 24
        <tr>
25 25
          <td align="center" valign="middle">
26
           &nbsp;[% 'Zeitpunkt' | $T8 %]&nbsp;
26
           &nbsp;[% 'Time' | $T8 %]&nbsp;
27 27
          </td>
28 28
          <td valign="top">
29 29
           [% PROCESS column_header THIS_COLUMN=ITIME THIS_COLUMN_DOWN=ITIMEBY column='h.itime' %]
......
35 35
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
36 36
        <tr>
37 37
          <td align="center" valign="middle">
38
            &nbsp;[% 'Mitarbeiter' | $T8 %]&nbsp;
38
            &nbsp;[% 'Employee' | $T8 %]&nbsp;
39 39
          </td>
40 40
          <td valign="top">
41 41
           [% PROCESS column_header THIS_COLUMN=NAME THIS_COLUMN_DOWN=NAMEBY column='emp.name' %]
......
47 47
      <table>
48 48
        <tr>
49 49
          <td>
50
            &nbsp;[% 'Aktion' | $T8 %]&nbsp;
50
            &nbsp;[% 'Action' | $T8 %]&nbsp;
51 51
          </td>
52 52
        </tr>
53 53
      </table>
......
56 56
      <table>
57 57
        <tr>
58 58
          <td>
59
            &nbsp;[% 'Zusatz' | $T8 %]&nbsp;
59
            &nbsp;[% 'Addition' | $T8 %]&nbsp;
60 60
          </td>
61 61
        </tr>
62 62
      </table>
......
65 65
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
66 66
        <tr>
67 67
          <td align="center" valign="middle">
68
           &nbsp;[% 'ID-Nummer' | $T8 %]&nbsp;
68
           &nbsp;[% 'ID number' | $T8 %]&nbsp;
69 69
          </td>
70 70
          <td valign="top">
71 71
            [% PROCESS column_header THIS_COLUMN=TRANS_ID THIS_COLUMN_DOWN=TRANS_IDBY column='h.trans_id' %]
......
77 77
      <table height="0" width="0" cellpadding="0" cellspacing="0" marginheight="0" marginwidth="0" border="0">
78 78
        <tr>
79 79
          <td align="center" valign="middle">
80
           &nbsp;[% 'Belegnummer' | $T8 %]&nbsp;
80
           &nbsp;[% 'Record number' | $T8 %]&nbsp;
81 81
          </td>
82 82
          <td valign="top">
83 83
            [% PROCESS column_header THIS_COLUMN=SNUMBERS THIS_COLUMN_DOWN=SNUMBERSBY column='h.snumbers' %]
......
112 112
</tbody>
113 113
</table>
114 114
[% ELSE %]
115
<b>[% 'Keine Suchergebnisse gefunden!' | $T8 %]</b><br>
115
<b>[% 'No search results found!' | $T8 %]</b><br>
116 116
[% END %]
117 117
<p>
118 118
[% IF NONEWWINDOW %]

Auch abrufbar als: Unified diff