Recommit von r1009 von skoehler: Nachtrag Bug 323, Benennung korrigiert
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 22 Nov 2006 15:50:30 +0000 (15:50 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 22 Nov 2006 15:50:30 +0000 (15:50 +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 ee69efb..802c06d 100644 (file)
@@ -1014,6 +1014,7 @@ gestartet',
   'Unit of measure'             => 'Maßeinheit',
   'Units'                       => 'Einheiten',
   'Unlock System'               => 'System entsperren',
+  'Until'                       => 'Bis',
   'Update'                      => 'Erneuern',
   'Update Dataset'              => 'Datenbank aktualisieren',
   'Update Prices'               => 'Preise aktualisieren',
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',
 };