[otrs-cvs] ImportExport/Kernel/Language de_ImportExport.pm,1.4,1.5

cvs-log at otrs.org cvs-log at otrs.org
Mon Feb 4 12:19:59 GMT 2008


Comments:
Update of /home/cvs/ImportExport/Kernel/Language
In directory lancelot:/tmp/cvs-serv6382/Kernel/Language

Modified Files:
	de_ImportExport.pm 
Log Message:
Improved modularisation of import and export functions.

Author: mh

Index: de_ImportExport.pm
===================================================================
RCS file: /home/cvs/ImportExport/Kernel/Language/de_ImportExport.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** de_ImportExport.pm	25 Jan 2008 17:50:43 -0000	1.4
--- de_ImportExport.pm	4 Feb 2008 12:19:54 -0000	1.5
***************
*** 23,26 ****
--- 23,28 ----
      $Self->{Translation}->{'Import/Export'}            = 'Import/Export';
      $Self->{Translation}->{'Import/Export Management'} = 'Import/Export Verwaltung';
+     $Self->{Translation}->{'Import'}                   = 'Import';
+     $Self->{Translation}->{'Export'}                   = 'Export';
      $Self->{Translation}->{'Add mapping template'}     = 'Zuordnungstemplate hinzufügen';
      $Self->{Translation}->{'Step'}                     = 'Schritt';
***************
*** 28,37 ****
      $Self->{Translation}->{'Edit object information'}  = 'Objekt Informationen bearbeiten';
      $Self->{Translation}->{'Edit format information'}  = 'Format Informationen bearbeiten';
!     $Self->{Translation}->{''}                         = '';
!     $Self->{Translation}->{''}                         = '';
!     $Self->{Translation}->{''}                         = '';
!     $Self->{Translation}->{''}                         = '';
!     $Self->{Translation}->{''}                         = '';
!     $Self->{Translation}->{''}                         = '';
  
      return 1;
--- 30,41 ----
      $Self->{Translation}->{'Edit object information'}  = 'Objekt Informationen bearbeiten';
      $Self->{Translation}->{'Edit format information'}  = 'Format Informationen bearbeiten';
!     $Self->{Translation}->{'Edit mapping information'} = 'Mapping Informationen bearbeiten';
!     $Self->{Translation}->{'Only needed for automated importing per script'}
!         = 'Nur für automatischen Import per Script benötigt';
!     $Self->{Translation}->{'Only needed for automated exporting per script'}
!         = 'Nur für automatischen Export per Script benötigt';
!     $Self->{Translation}->{''} = '';
!     $Self->{Translation}->{''} = '';
!     $Self->{Translation}->{''} = '';
  
      return 1;


More information about the cvs-log mailing list