Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 96b6e28f

Von Moritz Bunkus vor fast 18 Jahren hinzugefügt

  • ID 96b6e28fa0928216c64355cfdef53c4496bb3a31
  • Vorgänger c722e644
  • Nachfolger f58a783a

Recommit von r1009 von skoehler: Nachtrag Bug 323, Benennung korrigiert

Unterschiede anzeigen:

bin/mozilla/rc.pl
71 71
	<tr>
72 72
	  <th align=right>| . $locale->text('From') . qq|</th>
73 73
	  <td><input name=fromdate size=11 title="$myconfig{dateformat}"></td>
74
	  <th align=right>| . $locale->text('To') . qq|</th>
74
	  <th align=right>| . $locale->text('Until') . qq|</th>
75 75
	  <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
76 76
	</tr>
77 77
      </table>
......
152 152
  if ($form->{todate}) {
153 153
    $option .= "\n<br>" if ($option);
154 154
    $option .=
155
        $locale->text('Bis') . "&nbsp;"
155
        $locale->text('Until') . "&nbsp;"
156 156
      . $locale->date(\%myconfig, $form->{todate}, 0);
157 157
  }
158 158

  
locale/de/all
1014 1014
  'Unit of measure'             => 'Ma?einheit',
1015 1015
  'Units'                       => 'Einheiten',
1016 1016
  'Unlock System'               => 'System entsperren',
1017
  'Until'                       => 'Bis',
1017 1018
  'Update'                      => 'Erneuern',
1018 1019
  'Update Dataset'              => 'Datenbank aktualisieren',
1019 1020
  'Update Prices'               => 'Preise aktualisieren',
locale/de/rc
19 19
  'Select all'                  => 'Alle ausw?hlen',
20 20
  'Source'                      => 'Beleg',
21 21
  'Statement Balance'           => 'Sammelrechnungsbilanz',
22
  'To'                          => 'An',
22
  'Until'                       => 'Bis',
23 23
  'Update'                      => 'Erneuern',
24 24
};
25 25

  

Auch abrufbar als: Unified diff