Kunden-/Lieferantenstammdaten: Beim Ansprechpartner steht in der Drop-Down-Box oben...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 12 Jun 2007 11:34:55 +0000 (11:34 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 12 Jun 2007 11:34:55 +0000 (11:34 +0000)
bin/mozilla/ct.pl
locale/de/all
locale/de/ct

index e5ba1dd..08d8258 100644 (file)
@@ -661,7 +661,7 @@ sub form_header {
     "$form->{script}?login=$form->{login}&password=$form->{password}&action=get_contact";
 
   my $pjx = new CGI::Ajax( 'get_contact' => $get_contact_url );
-  $form->{selectcontact} = "<option value=0></option>";
+  $form->{selectcontact} = "<option value=0>" . $locale->text('New contact') . "</option>";
   if (@{ $form->{CONTACTS} }) {
     foreach $item (@{ $form->{CONTACTS} }) {
       if ($item->{cp_id} == $form->{cp_id}) {
index 6e9c171..ff5467f 100644 (file)
@@ -710,6 +710,7 @@ aktualisieren wollen?',
   'Netto Terms'                 => 'Zahlungsziel netto',
   'New Buchungsgruppe <TMPL_VAR __counter__>' => 'Neue Buchungsgruppe <TMPL_VAR __counter__>',
   'New Templates'               => 'neue Vorlagen',
+  'New contact'                 => 'Neuer Ansprechpartner',
   'New unit'                    => 'Neue Einheit',
   'Next Dunning Level'          => 'Nächste Mahnstufe',
   'No'                          => 'Nein',
index d88f698..6e5e03e 100644 (file)
@@ -73,6 +73,7 @@ $self->{texts} = {
   'More than one control file with the tag \'%s\' exist.' => 'Es gibt mehr als eine Kontrolldatei mit dem Tag \'%s\'.',
   'Name'                        => 'Name',
   'Name missing!'               => 'Name fehlt!',
+  'New contact'                 => 'Neuer Ansprechpartner',
   'No Customer was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Endkunde gefunden',
   'No Vendor was found matching the search parameters.' => 'Zu dem Suchbegriff wurde kein Händler gefunden',
   'No customer has been selected yet.' => 'Es wurde noch kein Kunde ausgewählt.',