]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 d9e395cdab566982f1a7d9ad66c40673d1eb6898..3d93be781d6e5e5a1048da583afff55be893553f 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 ee69efb30368270a82c57254d04301f46e9c205b..802c06df1ff3928862cb5c8a10f318f6b1931141 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 fc45f116f4d6050254e6ea99fd12c80d60d678a2..1f6f6597c550c44e4a69745330bccd69920e1942 100644 (file)
@@ -19,7 +19,7 @@ $self{texts} = {
   'Select all'                  => 'Alle auswählen',
   'Source'                      => 'Beleg',
   'Statement Balance'           => 'Sammelrechnungsbilanz',
-  'To'                          => 'An',
+  'Until'                       => 'Bis',
   'Update'                      => 'Erneuern',
 };