]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 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 1f4f11b504f98203c66df94226403c9cb1165c23..cc38c3201f41d8be94d787077ad524d8c9f5b5bd 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 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',
 };