All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.trypticon.hex.interpreters.Bundle_de.properties Maven / Gradle / Ivy

The newest version!
#
# Hex - a hex viewer and annotator
# Copyright (C) 2009-2014,2016-2017  Trejkaz, Hex Project
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program.  If not, see .
#

Interpreters.GroupedCTime.SHORT=C Zeit
Interpreters.GroupedCTime.LONG=C Zeit

Interpreters.CTime32.SHORT=C Time (32)
Interpreters.CTime32.LONG=32-Bit C Zeit
Interpreters.CTimeBE32.SHORT=C Zeit (BE32)
Interpreters.CTimeBE32.LONG=32-Bit C Zeit (Big Endian)
Interpreters.CTimeLE32.SHORT=C Zeit (LE32)
Interpreters.CTimeLE32.LONG=32-Bit C Zeit (Little Endian)

Interpreters.CTime64.SHORT=C Zeit (64)
Interpreters.CTime64.LONG=64-Bit C Zeit
Interpreters.CTimeBE64.SHORT=C Time (BE64)
Interpreters.CTimeBE64.LONG=64-Bit C Zeit (Big Endian)
Interpreters.CTimeLE64.SHORT=C Zeit (LE64)
Interpreters.CTimeLE64.LONG=64-Bit C Zeit (Little Endian)

Interpreters.JavaTime.SHORT=Java Zeit
Interpreters.JavaTime.LONG=64-Bit Java Zeit

Interpreters.DosDate.SHORT=DOS Datum
Interpreters.DosDate.LONG=16-Bit MS-DOS Datum

Interpreters.DosTime.SHORT=DOS-Zeit
Interpreters.DosTime.LONG=16-Bit MS-DOS-Zeit

Interpreters.DosDateTime.SHORT=DOS DateTime
Interpreters.DosDateTime.LONG=32-Bit MS-DOS DateTime

Interpreters.WindowsFileTime.SHORT=NT FILETIME
Interpreters.WindowsFileTime.LONG=64-Bit Windows NT FILETIME

Interpreters.WindowsSystemTime.SHORT=NT SYSTEMTIME
Interpreters.WindowsSystemTime.LONG=128-Bit Windows NT SYSTEMTIME

Interpreters.WindowsOleDate.SHORT=OLE Datum
Interpreters.WindowsOleDate.LONG=64-Bit Windows OLE Datum

Interpreters.MacNSDate.SHORT=NSDate
Interpreters.MacNSDate.LONG=64-Bit Mac OS X NSDatum

Interpreters.MacClassicDate.SHORT=Mac Datum
Interpreters.MacClassicDate.LONG=32-Bit Mac Classic Datum

Interpreters.NotesTimeDate.SHORT=Notes TIMEDATE
Interpreters.NotesTimeDate.LONG=64-Bit IBM Notes TIMEDATE

Interpreters.Null.SHORT=Unbekannt
Interpreters.Null.LONG=Unbekannter Wert

Interpreters.GroupedSigned.SHORT=SInt
Interpreters.GroupedSigned.LONG=Ganzzahl mit Vorzeichen

Interpreters.SInt8.SHORT=SInt8
Interpreters.SInt8.LONG=8-Bit Ganzzahl mit Vorzeichen

Interpreters.SInt16.SHORT=SInt16
Interpreters.SInt16.LONG=16-Bit Ganzzahl mit Vorzeichen
Interpreters.SInt16BE.SHORT=SInt16 (BE)
Interpreters.SInt16BE.LONG=32-Bit Ganzzahl mit Vorzeichen (Big Endian)
Interpreters.SInt16LE.SHORT=SInt16 (LE)
Interpreters.SInt16LE.LONG=16-Bit Ganzzahl mit Vorzeichen (Little Endian)

Interpreters.SInt32.SHORT=SInt32
Interpreters.SInt32.LONG=32-Bit Ganzzahl mit Vorzeichen
Interpreters.SInt32BE.SHORT=SInt32 (BE)
Interpreters.SInt32BE.LONG=32-Bit Ganzzahl mit Vorzeichen (Big Endian)
Interpreters.SInt32LE.SHORT=SInt32 (LE)
Interpreters.SInt32LE.LONG=32-Bit Ganzzahl mit Vorzeichen (Little Endian)

Interpreters.SInt64.SHORT=SInt64
Interpreters.SInt64.LONG=64-Bit Ganzzahl mit Vorzeichen
Interpreters.SInt64BE.SHORT=SInt64 (BE)
Interpreters.SInt64BE.LONG=64-Bit Ganzzahl mit Vorzeichen (Big Endian)
Interpreters.SInt64LE.SHORT=SInt64 (LE)
Interpreters.SInt64LE.LONG=64-Bit Ganzzahl mit Vorzeichen (Little Endian)

Interpreters.GroupedUnsigned.SHORT=UInt
Interpreters.GroupedUnsigned.LONG=Vorzeichenlose Ganzzahl

Interpreters.UInt8.SHORT=UInt8
Interpreters.UInt8.LONG=Vorzeichenlose 8-Bit Ganzzahl

Interpreters.UInt16.SHORT=UInt16
Interpreters.UInt16.LONG=Vorzeichenlose 16-Bit Ganzzahl
Interpreters.UInt16BE.SHORT=UInt16 (BE)
Interpreters.UInt16BE.LONG=Vorzeichenlose 16-Bit Ganzzahl (Big Endian)
Interpreters.UInt16LE.SHORT=UInt16 (LE)
Interpreters.UInt16LE.LONG=Vorzeichenlose 16-Bit Ganzzahl (Little Endian)

Interpreters.UInt32.SHORT=UInt32
Interpreters.UInt32.LONG=Vorzeichenlose 32-Bit Ganzzahl
Interpreters.UInt32BE.SHORT=UInt32 (BE)
Interpreters.UInt32BE.LONG=Vorzeichenlose 32-Bit Ganzzahl (Big Endian)
Interpreters.UInt32LE.SHORT=UInt32 (LE)
Interpreters.UInt32LE.LONG=Vorzeichenlose 32-Bit Ganzzahl (Little Endian)

Interpreters.UInt64.SHORT=UInt64
Interpreters.UInt64.LONG=Vorzeichenlose 64-Bit Ganzzahl
Interpreters.UInt64BE.SHORT=UInt64 (BE)
Interpreters.UInt64BE.LONG=Vorzeichenlose 64-Bit Ganzzahl (Big Endian)
Interpreters.UInt64LE.SHORT=UInt64 (LE)
Interpreters.UInt64LE.LONG=Vorzeichenlose 64-Bit Ganzzahl (Little Endian)

Interpreters.GroupedFloat.SHORT=Float
Interpreters.GroupedFloat.LONG=Floating-Point

Interpreters.Float16.SHORT=Float16
Interpreters.Float16.LONG=16-Bit Floating-Point
Interpreters.Float16BE.SHORT=Float16 (BE)
Interpreters.Float16BE.LONG=16-Bit Floating-Point (Big Endian)
Interpreters.Float16LE.SHORT=Float16 (LE)
Interpreters.Float16LE.LONG=16-Bit Floating-Point (Little Endian)

Interpreters.Float32.SHORT=Float32
Interpreters.Float32.LONG=32-Bit Floating-Point
Interpreters.Float32BE.SHORT=Float32 (BE)
Interpreters.Float32BE.LONG=32-Bit Floating-Point (Big Endian)
Interpreters.Float32LE.SHORT=Float32 (LE)
Interpreters.Float32LE.LONG=32-Bit Floating-Point (Little Endian)

Interpreters.Float64.SHORT=Float64
Interpreters.Float64.LONG=64-Bit Floating-Point
Interpreters.Float64BE.SHORT=Float64 (BE)
Interpreters.Float64BE.LONG=64-Bit Floating-Point (Big Endian)
Interpreters.Float64LE.SHORT=Float64 (LE)
Interpreters.Float64LE.LONG=64-Bit Floating-Point (Little Endian)

Interpreters.Float128.SHORT=Float128
Interpreters.Float128.LONG=128-Bit Floating-Point
Interpreters.Float128BE.SHORT=Float128 (BE)
Interpreters.Float128BE.LONG=128-Bit Floating-Point (Big Endian)
Interpreters.Float128LE.SHORT=Float128 (LE)
Interpreters.Float128LE.LONG=128-Bit Floating-Point (Little Endian)

Interpreters.String.SHORT=String
Interpreters.String.LONG=String
Interpreters.Stringz.SHORT=Stringz
Interpreters.Stringz.LONG=Null-terminierter String
Interpreters.BinaryString.SHORT=BinString
Interpreters.BinaryString.LONG=Bin\u00E4rer String
Interpreters.BinaryStringz.SHORT=BinStringz
Interpreters.BinaryStringz.LONG=Null-terminierter bin\u00E4rer String

LengthOption.AUTO.SHORT=Auto
LengthOption.AUTO.LONG=Automatisch
LengthOption.BIT_8.SHORT=8-Bit
LengthOption.BIT_8.LONG=8-Bit
LengthOption.BIT_16.SHORT=16-Bit
LengthOption.BIT_16.LONG=16-Bit
LengthOption.BIT_32.SHORT=32-Bit
LengthOption.BIT_32.LONG=32-Bit
LengthOption.BIT_64.SHORT=64-Bit
LengthOption.BIT_64.LONG=64-Bit
LengthOption.BIT_128.SHORT=128-Bit
LengthOption.BIT_128.LONG=128-Bit

ByteOrderOption.BIG_ENDIAN.SHORT=Gro\u00DF
ByteOrderOption.BIG_ENDIAN.LONG=Big Endian
ByteOrderOption.LITTLE_ENDIAN.SHORT=Wenig
ByteOrderOption.LITTLE_ENDIAN.LONG=Little Endian

Option.length=L\u00E4nge
Option.byteOrder=Byte-Reihenfolge
Option.encoding=Kodierung




© 2015 - 2024 Weber Informatics LLC | Privacy Policy