[otrs-cvs] CVS: Artefact/Kernel/Language de_AgentArtefact.pm, 1.6,
1.7
cvs-log at otrs.org
cvs-log at otrs.org
Mon Nov 13 14:04:16 CET 2006
Update of /home/cvs/Artefact/Kernel/Language
In directory lancelot:/tmp/cvs-serv29078/Kernel/Language
Modified Files:
de_AgentArtefact.pm
Log Message:
improved code format
Index: de_AgentArtefact.pm
===================================================================
RCS file: /home/cvs/Artefact/Kernel/Language/de_AgentArtefact.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** de_AgentArtefact.pm 7 Jul 2005 06:38:20 -0000 1.6
--- de_AgentArtefact.pm 13 Nov 2006 13:04:14 -0000 1.7
***************
*** 1,2 ****
--- 1,12 ----
+ # --
+ # Kernel/Language/de_AgentArtefact.pm - the de language for AgentArtefact
+ # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
+ # --
+ # $Id$
+ # --
+ # This software comes with ABSOLUTELY NO WARRANTY. For details, see
+ # the enclosed file COPYING for license information (GPL). If you
+ # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
+ # --
package Kernel::Language::de_AgentArtefact;
***************
*** 4,8 ****
use strict;
-
sub Data {
my $Self = shift;
--- 14,17 ----
***************
*** 10,32 ****
$Self->{Translation} = { %{$Self->{Translation}},
! # Template: AgentArtefact
! 'Artefact' => 'Artefakt',
! 'New Artefact' => 'Neues Artefakt',
! 'Artefact-Search' => 'Artefakt-Suchen',
! 'Between' => 'Zwischen',
! 'Internal Information' => 'Interne Information',
! 'Content' => 'Inhalt',
! 'Filename' => 'Dateiname',
! 'MD5' => 'MD5-Summe',
! 'File Size' => 'Dateigr??e',
! 'exploit' => 'Exploit',
! 'demo code' => 'Demo-Code',
! 'logfile' => 'Logdatei',
! 'demo exploit' => 'Demo-Exploit',
! 'binary' => 'Binary',
! 'other' => 'Sonstiges',
! 'Required Field' => 'Pflichtfeld',
! '' => '',
! '' => '',
};
}
--- 19,41 ----
$Self->{Translation} = { %{$Self->{Translation}},
! # Template: AgentArtefact
! 'Artefact' => 'Artefakt',
! 'New Artefact' => 'Neues Artefakt',
! 'Artefact-Search' => 'Artefakt-Suchen',
! 'Between' => 'Zwischen',
! 'Internal Information' => 'Interne Information',
! 'Content' => 'Inhalt',
! 'Filename' => 'Dateiname',
! 'MD5' => 'MD5-Summe',
! 'File Size' => 'Dateigr??e',
! 'exploit' => 'Exploit',
! 'demo code' => 'Demo-Code',
! 'logfile' => 'Logdatei',
! 'demo exploit' => 'Demo-Exploit',
! 'binary' => 'Binary',
! 'other' => 'Sonstiges',
! 'Required Field' => 'Pflichtfeld',
! '' => '',
! '' => '',
};
}
More information about the cvs-log
mailing list