Nachtrag Bug 323, Benennung korrigiert
authorStephan Köhler <s.koehler@linet-services.de>
Mon, 27 Mar 2006 14:25:23 +0000 (14:25 +0000)
committerStephan Köhler <s.koehler@linet-services.de>
Mon, 27 Mar 2006 14:25:23 +0000 (14:25 +0000)
bin/mozilla/rc.pl
locale/de/all
locale/de/rc

index d9e395c..3d93be7 100644 (file)
@@ -71,7 +71,7 @@ sub reconciliation {
        <tr>
          <th align=right>| . $locale->text('From') . qq|</th>
          <td><input name=fromdate size=11 title="$myconfig{dateformat}"></td>
-         <th align=right>| . $locale->text('To') . qq|</th>
+         <th align=right>| . $locale->text('Until') . qq|</th>
          <td><input name=todate size=11 title="$myconfig{dateformat}"></td>
        </tr>
       </table>
@@ -152,7 +152,7 @@ sub display_form {
   if ($form->{todate}) {
     $option .= "\n<br>" if ($option);
     $option .=
-        $locale->text('Bis') . "&nbsp;"
+        $locale->text('Until') . "&nbsp;"
       . $locale->date(\%myconfig, $form->{todate}, 0);
   }
 
index 1f4f11b..cc38c32 100644 (file)
@@ -792,6 +792,7 @@ $self{texts} = {
   'Unit'                        => 'Einheit',
   'Unit of measure'             => 'Maßeinheit',
   'Unlock System'               => 'System entsperren',
+  'Until'                       => 'Bis',
   'Update'                      => 'Erneuern',
   'Update Dataset'              => 'Datenbank aktualisieren',
   'Updated'                     => 'Erneuert am',
index fc45f11..1f6f659 100644 (file)
@@ -19,7 +19,7 @@ $self{texts} = {
   'Select all'                  => 'Alle auswählen',
   'Source'                      => 'Beleg',
   'Statement Balance'           => 'Sammelrechnungsbilanz',
-  'To'                          => 'An',
+  'Until'                       => 'Bis',
   'Update'                      => 'Erneuern',
 };