'Mobile 1' und 'Mobile 2' wieder zu 'Mobile1' und 'Mobile2' gemacht.
authorSven Donath <lxo@dexo.de>
Tue, 24 Apr 2012 22:24:27 +0000 (00:24 +0200)
committerSven Donath <lxo@dexo.de>
Tue, 24 Apr 2012 22:24:27 +0000 (00:24 +0200)
Dabei "Mobile" zu "Mobil" eingedeutscht

bin/mozilla/ct.pl
locale/de/all
locale/de_DE/all

index 01bf4fe..96b52e8 100644 (file)
@@ -329,8 +329,8 @@ sub list_contacts {
     'cp_street'    => { 'text' => $::locale->text('Street'), },
     'cp_phone1'    => { 'text' => $::locale->text('Phone1'), },
     'cp_phone2'    => { 'text' => $::locale->text('Phone2'), },
-    'cp_mobile1'   => { 'text' => $::locale->text('Mobile 1'), },
-    'cp_mobile2'   => { 'text' => $::locale->text('Mobile 2'), },
+    'cp_mobile1'   => { 'text' => $::locale->text('Mobile1'), },
+    'cp_mobile2'   => { 'text' => $::locale->text('Mobile2'), },
     'cp_email'     => { 'text' => $::locale->text('E-mail'), },
     'cp_abteilung' => { 'text' => $::locale->text('Department'), },
     'cp_birthday'  => { 'text' => $::locale->text('Birthday'), },
index 9e59551..bf755e2 100644 (file)
@@ -1140,10 +1140,8 @@ $self->{texts} = {
   'Mitarbeiter'                 => 'Mitarbeiter',
   'Mixed (requires column "type")' => 'Gemischt (erfordert Spalte "type")',
   'Mobile'                      => 'Mobiltelefon',
-  'Mobile 1'                    => '',
-  'Mobile 2'                    => '',
-  'Mobile1'                     => 'Mobile 1',
-  'Mobile2'                     => 'Mobile 2',
+  'Mobile1'                     => 'Mobil 1',
+  'Mobile2'                     => 'Mobil 2',
   'Model'                       => 'Lieferanten-Art-Nr.',
   'Model (with X being a number)' => 'Lieferanten-Art-Nr. (X ist eine fortlaufende Zahl)',
   'Module'                      => 'Modul',
index df19dba..8d090b8 100644 (file)
@@ -1144,8 +1144,9 @@ $self->{texts} = {
   'Missing user id!'            => 'Benutzer ID fehlt!',
   'Mitarbeiter'                 => 'Mitarbeiter',
   'Mixed (requires column "type")' => 'Gemischt (erfordert Spalte "type")',
-  'Mobile1'                     => 'Mobile 1',
-  'Mobile2'                     => 'Mobile 2',
+  'Mobile'                      => 'Mobiltelefon',
+  'Mobile1'                     => 'Mobil 1',
+  'Mobile2'                     => 'Mobil 2',
   'Model'                       => 'Lieferanten-Art-Nr.',
   'Model (with X being a number)' => 'Lieferanten-Art-Nr. (X ist eine fortlaufende Zahl)',
   'Module'                      => 'Modul',