ShareX/ShareX.UploadersLib/Forms/UploadersConfigForm.de.resx

703 lines
27 KiB
Plaintext
Raw Normal View History

2015-02-11 09:49:28 +13:00
<?xml version="1.0" encoding="utf-8"?>
2015-01-16 06:17:58 +13:00
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
2015-01-16 06:17:58 +13:00
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
2015-01-16 06:17:58 +13:00
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
2015-01-16 06:17:58 +13:00
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
2015-01-16 06:17:58 +13:00
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
2015-01-16 06:17:58 +13:00
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
2015-01-16 06:17:58 +13:00
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
2015-01-16 06:17:58 +13:00
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
2015-01-16 06:17:58 +13:00
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
2016-03-24 09:26:29 +13:00
<data name="cbAmazonS3CustomCNAME.Text" xml:space="preserve">
<value>Benutze eigene Domain:</value>
2015-01-16 06:17:58 +13:00
</data>
2016-03-24 09:26:29 +13:00
<data name="cbAmazonS3CustomCNAME.ToolTip" xml:space="preserve">
<value>Benutze diese Option wenn du Bucket mit einer eigenen Domain benutzt.
Wenn das Textfeld leer ist, dann wird der Bucketname für die URL benutzt.
z. B.: wenn dein Bucket bucket.example.com heißt, wird die URL http://bucket.example.com/... sein</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="tpOtherUploaders.Text" xml:space="preserve">
<value>Andere Uploader</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="tpURLShorteners.Text" xml:space="preserve">
<value>URL Kürzer</value>
</data>
<data name="btnTwitterAdd.Text" xml:space="preserve">
<value>Hinzufügen</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="btnTwitterRemove.Text" xml:space="preserve">
<value>Entfernen</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblTwitterDescription.Text" xml:space="preserve">
<value>Name:</value>
</data>
<data name="cbTwitterSkipMessageBox.Text" xml:space="preserve">
<value>Überspringe Tweet Nachrichtenbox</value>
New Crowdin translations (#3265) * New translations ClipboardContentViewer.resx (Hungarian) * New translations UpdateMessageBox.resx (Vietnamese) * New translations OAuthControl.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations AccountTypeControl.resx (Vietnamese) * New translations AccountsControl.resx (Vietnamese) * New translations FTPClientForm.resx (Vietnamese) * New translations ScrollingCaptureForm.resx (Vietnamese) * New translations EmailForm.resx (Vietnamese) * New translations JiraUpload.resx (Vietnamese) * New translations OAuthWebForm.resx (Vietnamese) * New translations ResponseForm.resx (Vietnamese) * New translations TwitterTweetForm.resx (Vietnamese) * New translations UserPassBox.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations HistoryForm.resx (Vietnamese) * New translations HistoryItemInfoForm.resx (Vietnamese) * New translations ImageHistoryForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ImageEffectsForm.resx (Vietnamese) * New translations ImageCombinerForm.resx (Vietnamese) * New translations VideoThumbnailerForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations FFmpegOptionsForm.resx (Vietnamese) * New translations UploadersConfigForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations DNSChangerForm.resx (Hungarian) * New translations GradientPickerForm.resx (Hungarian) * New translations TaskSettingsForm.resx (Vietnamese) * New translations VideoEncodersForm.resx (Vietnamese) * New translations WatchFolderForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ColorPickerForm.resx (Hungarian) * New translations ScreenColorPicker.resx (Vietnamese) * New translations ExportImportControl.resx (Hungarian) * New translations MyPictureBox.resx (Hungarian) * New translations ScreenRecordForm.resx (Vietnamese) * New translations HotkeySelectionControl.resx (Vietnamese) * New translations AutoCaptureForm.resx (Vietnamese) * New translations AboutForm.resx (Vietnamese) * New translations ActionsForm.resx (Vietnamese) * New translations AfterCaptureForm.resx (Vietnamese) * New translations AfterUploadForm.resx (Vietnamese) * New translations ApplicationSettingsForm.resx (Vietnamese) * New translations BeforeUploadForm.resx (Vietnamese) * New translations ClipboardFormatForm.resx (Vietnamese) * New translations EncoderProgramForm.resx (Vietnamese) * New translations FileExistForm.resx (Vietnamese) * New translations FirstTimeConfigForm.resx (Vietnamese) * New translations HotkeySettingsForm.resx (Vietnamese) * New translations MainForm.resx (Vietnamese) * New translations QRCodeForm.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Korean) * New translations StickerPackForm.resx (Korean) * New translations GradientPickerForm.resx (Italian) * New translations MonitorTestForm.resx (Chinese Simplified) * New translations DNSChangerForm.resx (Chinese Simplified) * New translations ClipboardContentViewer.resx (Chinese Simplified) * New translations DebugForm.resx (Chinese Simplified) * New translations ErrorForm.resx (Chinese Simplified) * New translations HashCheckForm.resx (Chinese Simplified) * New translations InputBox.resx (Chinese Simplified) * New translations PrintForm.resx (Chinese Simplified) * New translations PrintTextForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations DownloaderForm.resx (Chinese Simplified) * New translations UpdateCheckerLabel.resx (Chinese Simplified) * New translations UpdateMessageBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations MyPictureBox.resx (Chinese Simplified) * New translations HistoryItemInfoForm.resx (Chinese Simplified) * New translations VideoEncodersForm.resx (Italian) * New translations QuickTaskInfoEditForm.resx (Italian) * New translations QuickTaskMenuEditorForm.resx (Italian) * New translations ScreenColorPicker.resx (Italian) * New translations ScreenRecordForm.resx (Italian) * New translations TaskSettingsForm.resx (Italian) * New translations WatchFolderForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ColorPickerForm.resx (Chinese Simplified) * New translations GradientPickerForm.resx (Chinese Simplified) * New translations ExportImportControl.resx (Chinese Simplified) * New translations HistoryForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Chinese Simplified) * New translations MainForm.resx (Italian) * New translations AccountsControl.resx (Chinese Simplified) * New translations OAuthControl.resx (Chinese Simplified) * New translations FTPClientForm.resx (Chinese Simplified) * New translations EmailForm.resx (Chinese Simplified) * New translations JiraUpload.resx (Chinese Simplified) * New translations OAuthWebForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ResponseForm.resx (Chinese Simplified) * New translations TwitterTweetForm.resx (Chinese Simplified) * New translations UploadersConfigForm.resx (Chinese Simplified) * New translations UserPassBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations HotkeySelectionControl.resx (Chinese Simplified) * New translations AccountTypeControl.resx (Chinese Simplified) * New translations WebpageCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ImageEffectsForm.resx (Chinese Simplified) * New translations ImageCombinerForm.resx (Chinese Simplified) * New translations VideoThumbnailerForm.resx (Chinese Simplified) * New translations TextDrawingInputBox.resx (Chinese Simplified) * New translations FFmpegOptionsForm.resx (Chinese Simplified) * New translations ScrollingCaptureForm.resx (Chinese Simplified) * New translations QRCodeForm.resx (Italian) * New translations HotkeySettingsForm.resx (Italian) * New translations ActionsForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Italian) * New translations DownloaderForm.resx (Italian) * New translations UpdateCheckerLabel.resx (Italian) * New translations UpdateMessageBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HistoryForm.resx (Italian) * New translations HistoryItemInfoForm.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintTextForm.resx (Italian) * New translations ImageEffectsForm.resx (Italian) * New translations ImageCombinerForm.resx (Italian) * New translations VideoThumbnailerForm.resx (Italian) * New translations Resources.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintForm.resx (Italian) * New translations ExportImportControl.resx (Italian) * New translations MyPictureBox.resx (Italian) * New translations DNSChangerForm.resx (Italian) * New translations ClipboardContentViewer.resx (Italian) * New translations DebugForm.resx (Italian) * New translations ErrorForm.resx (Italian) * New translations HashCheckForm.resx (Italian) * New translations InputBox.resx (Italian) * New translations MonitorTestForm.resx (Italian) * New translations FFmpegOptionsForm.resx (Italian) * New translations FirstTimeConfigForm.resx (Italian) * New translations ActionsToolbarEditForm.resx (Italian) * New translations UserPassBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HotkeySelectionControl.resx (Italian) * New translations AboutForm.resx (Italian) * New translations ActionsForm.resx (Italian) * New translations AfterCaptureForm.resx (Italian) * New translations TwitterTweetForm.resx (Italian) * New translations AfterUploadForm.resx (Italian) * New translations ApplicationSettingsForm.resx (Italian) * New translations AutoCaptureForm.resx (Italian) * New translations BeforeUploadForm.resx (Italian) * New translations ClipboardFormatForm.resx (Italian) * New translations EncoderProgramForm.resx (Italian) * New translations FileExistForm.resx (Italian) * New translations UploadersConfigForm.resx (Italian) * New translations ResponseForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ScrollingCaptureForm.resx (Italian) * New translations TextDrawingInputBox.resx (Italian) * New translations WebpageCaptureForm.resx (Italian) * New translations AccountTypeControl.resx (Italian) * New translations AccountsControl.resx (Italian) * New translations OAuthControl.resx (Italian) * New translations FTPClientForm.resx (Italian) * New translations EmailForm.resx (Italian) * New translations JiraUpload.resx (Italian) * New translations OAuthWebForm.resx (Italian) * New translations AboutForm.resx (Chinese Simplified) * New translations ActionsToolbarEditForm.resx (Chinese Simplified) * New translations StickerForm.resx (Korean) * New translations TaskSettingsForm.resx (Dutch) * New translations MainForm.resx (Dutch) * New translations QRCodeForm.resx (Dutch) * New translations ScreenColorPicker.resx (Dutch) * New translations ScreenRecordForm.resx (Dutch) * New translations FirstTimeConfigForm.resx (Dutch) * New translations VideoEncodersForm.resx (Dutch) * New translations WatchFolderForm.resx (Dutch) * New translations Resources.resx (Dutch) * New translations ColorPickerForm.resx (Korean) * New translations GradientPickerForm.resx (Korean) * New translations HotkeySettingsForm.resx (Dutch) * New translations FileExistForm.resx (Dutch) * New translations AboutForm.resx (Dutch) * New translations TwitterTweetForm.resx (Dutch) * New translations UploadersConfigForm.resx (Dutch) * New translations UserPassBox.resx (Dutch) * New translations Resources.resx (Dutch) * New translations HotkeySelectionControl.resx (Dutch) * New translations ActionsForm.resx (Dutch) * New translations EncoderProgramForm.resx (Dutch) * New translations AfterCaptureForm.resx (Dutch) * New translations AfterUploadForm.resx (Dutch) * New translations ApplicationSettingsForm.resx (Dutch) * New translations AutoCaptureForm.resx (Dutch) * New translations BeforeUploadForm.resx (Dutch) * New translations ClipboardFormatForm.resx (Dutch) * New translations ExportImportControl.resx (Korean) * New translations ImageThumbnailerForm.resx (Korean) * New translations ImageHistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageEffectsForm.resx (Korean) * New translations DirectoryIndexerForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageCombinerForm.resx (Korean) * New translations VideoThumbnailerForm.resx (Korean) * New translations HistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations CanvasSizeForm.resx (Korean) * New translations EditorStartupForm.resx (Korean) * New translations FFmpegOptionsForm.resx (Korean) * New translations ImageSizeForm.resx (Korean) * New translations NewImageForm.resx (Korean) * New translations ScrollingCaptureForm.resx (Korean) * New translations HistoryItemInfoForm.resx (Korean) * New translations Resources.resx (Korean) * New translations MyPictureBox.resx (Korean) * New translations HashCheckForm.resx (Korean) * New translations DNSChangerForm.resx (Korean) * New translations ClipboardContentViewer.resx (Korean) * New translations DebugForm.resx (Korean) * New translations ErrorForm.resx (Korean) * New translations InputBox.resx (Korean) * New translations UpdateMessageBox.resx (Korean) * New translations MonitorTestForm.resx (Korean) * New translations PrintForm.resx (Korean) * New translations PrintTextForm.resx (Korean) * New translations Resources.resx (Korean) * New translations DownloaderForm.resx (Korean) * New translations UpdateCheckerLabel.resx (Korean) * New translations ResponseForm.resx (Dutch) * New translations OCRSpaceForm.resx (Dutch) * New translations AfterCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ColorPickerForm.resx (Dutch) * New translations GradientPickerForm.resx (Dutch) * New translations ExportImportControl.resx (Dutch) * New translations VideoEncodersForm.resx (Chinese Simplified) * New translations MyPictureBox.resx (Dutch) * New translations DNSChangerForm.resx (Dutch) * New translations ClipboardContentViewer.resx (Dutch) * New translations DebugForm.resx (Dutch) * New translations ErrorForm.resx (Dutch) * New translations WatchFolderForm.resx (Chinese Simplified) * New translations InputBox.resx (Dutch) * New translations FileExistForm.resx (Chinese Simplified) * New translations AfterUploadForm.resx (Chinese Simplified) * New translations ApplicationSettingsForm.resx (Chinese Simplified) * New translations AutoCaptureForm.resx (Chinese Simplified) * New translations BeforeUploadForm.resx (Chinese Simplified) * New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-30 09:04:35 +13:00
</data>
<data name="lblTwitterDefaultMessage.Text" xml:space="preserve">
<value>Standard Tweet-Nachricht:</value>
New Crowdin translations (#3265) * New translations ClipboardContentViewer.resx (Hungarian) * New translations UpdateMessageBox.resx (Vietnamese) * New translations OAuthControl.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations AccountTypeControl.resx (Vietnamese) * New translations AccountsControl.resx (Vietnamese) * New translations FTPClientForm.resx (Vietnamese) * New translations ScrollingCaptureForm.resx (Vietnamese) * New translations EmailForm.resx (Vietnamese) * New translations JiraUpload.resx (Vietnamese) * New translations OAuthWebForm.resx (Vietnamese) * New translations ResponseForm.resx (Vietnamese) * New translations TwitterTweetForm.resx (Vietnamese) * New translations UserPassBox.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations HistoryForm.resx (Vietnamese) * New translations HistoryItemInfoForm.resx (Vietnamese) * New translations ImageHistoryForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ImageEffectsForm.resx (Vietnamese) * New translations ImageCombinerForm.resx (Vietnamese) * New translations VideoThumbnailerForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations FFmpegOptionsForm.resx (Vietnamese) * New translations UploadersConfigForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations DNSChangerForm.resx (Hungarian) * New translations GradientPickerForm.resx (Hungarian) * New translations TaskSettingsForm.resx (Vietnamese) * New translations VideoEncodersForm.resx (Vietnamese) * New translations WatchFolderForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ColorPickerForm.resx (Hungarian) * New translations ScreenColorPicker.resx (Vietnamese) * New translations ExportImportControl.resx (Hungarian) * New translations MyPictureBox.resx (Hungarian) * New translations ScreenRecordForm.resx (Vietnamese) * New translations HotkeySelectionControl.resx (Vietnamese) * New translations AutoCaptureForm.resx (Vietnamese) * New translations AboutForm.resx (Vietnamese) * New translations ActionsForm.resx (Vietnamese) * New translations AfterCaptureForm.resx (Vietnamese) * New translations AfterUploadForm.resx (Vietnamese) * New translations ApplicationSettingsForm.resx (Vietnamese) * New translations BeforeUploadForm.resx (Vietnamese) * New translations ClipboardFormatForm.resx (Vietnamese) * New translations EncoderProgramForm.resx (Vietnamese) * New translations FileExistForm.resx (Vietnamese) * New translations FirstTimeConfigForm.resx (Vietnamese) * New translations HotkeySettingsForm.resx (Vietnamese) * New translations MainForm.resx (Vietnamese) * New translations QRCodeForm.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Korean) * New translations StickerPackForm.resx (Korean) * New translations GradientPickerForm.resx (Italian) * New translations MonitorTestForm.resx (Chinese Simplified) * New translations DNSChangerForm.resx (Chinese Simplified) * New translations ClipboardContentViewer.resx (Chinese Simplified) * New translations DebugForm.resx (Chinese Simplified) * New translations ErrorForm.resx (Chinese Simplified) * New translations HashCheckForm.resx (Chinese Simplified) * New translations InputBox.resx (Chinese Simplified) * New translations PrintForm.resx (Chinese Simplified) * New translations PrintTextForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations DownloaderForm.resx (Chinese Simplified) * New translations UpdateCheckerLabel.resx (Chinese Simplified) * New translations UpdateMessageBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations MyPictureBox.resx (Chinese Simplified) * New translations HistoryItemInfoForm.resx (Chinese Simplified) * New translations VideoEncodersForm.resx (Italian) * New translations QuickTaskInfoEditForm.resx (Italian) * New translations QuickTaskMenuEditorForm.resx (Italian) * New translations ScreenColorPicker.resx (Italian) * New translations ScreenRecordForm.resx (Italian) * New translations TaskSettingsForm.resx (Italian) * New translations WatchFolderForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ColorPickerForm.resx (Chinese Simplified) * New translations GradientPickerForm.resx (Chinese Simplified) * New translations ExportImportControl.resx (Chinese Simplified) * New translations HistoryForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Chinese Simplified) * New translations MainForm.resx (Italian) * New translations AccountsControl.resx (Chinese Simplified) * New translations OAuthControl.resx (Chinese Simplified) * New translations FTPClientForm.resx (Chinese Simplified) * New translations EmailForm.resx (Chinese Simplified) * New translations JiraUpload.resx (Chinese Simplified) * New translations OAuthWebForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ResponseForm.resx (Chinese Simplified) * New translations TwitterTweetForm.resx (Chinese Simplified) * New translations UploadersConfigForm.resx (Chinese Simplified) * New translations UserPassBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations HotkeySelectionControl.resx (Chinese Simplified) * New translations AccountTypeControl.resx (Chinese Simplified) * New translations WebpageCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ImageEffectsForm.resx (Chinese Simplified) * New translations ImageCombinerForm.resx (Chinese Simplified) * New translations VideoThumbnailerForm.resx (Chinese Simplified) * New translations TextDrawingInputBox.resx (Chinese Simplified) * New translations FFmpegOptionsForm.resx (Chinese Simplified) * New translations ScrollingCaptureForm.resx (Chinese Simplified) * New translations QRCodeForm.resx (Italian) * New translations HotkeySettingsForm.resx (Italian) * New translations ActionsForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Italian) * New translations DownloaderForm.resx (Italian) * New translations UpdateCheckerLabel.resx (Italian) * New translations UpdateMessageBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HistoryForm.resx (Italian) * New translations HistoryItemInfoForm.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintTextForm.resx (Italian) * New translations ImageEffectsForm.resx (Italian) * New translations ImageCombinerForm.resx (Italian) * New translations VideoThumbnailerForm.resx (Italian) * New translations Resources.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintForm.resx (Italian) * New translations ExportImportControl.resx (Italian) * New translations MyPictureBox.resx (Italian) * New translations DNSChangerForm.resx (Italian) * New translations ClipboardContentViewer.resx (Italian) * New translations DebugForm.resx (Italian) * New translations ErrorForm.resx (Italian) * New translations HashCheckForm.resx (Italian) * New translations InputBox.resx (Italian) * New translations MonitorTestForm.resx (Italian) * New translations FFmpegOptionsForm.resx (Italian) * New translations FirstTimeConfigForm.resx (Italian) * New translations ActionsToolbarEditForm.resx (Italian) * New translations UserPassBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HotkeySelectionControl.resx (Italian) * New translations AboutForm.resx (Italian) * New translations ActionsForm.resx (Italian) * New translations AfterCaptureForm.resx (Italian) * New translations TwitterTweetForm.resx (Italian) * New translations AfterUploadForm.resx (Italian) * New translations ApplicationSettingsForm.resx (Italian) * New translations AutoCaptureForm.resx (Italian) * New translations BeforeUploadForm.resx (Italian) * New translations ClipboardFormatForm.resx (Italian) * New translations EncoderProgramForm.resx (Italian) * New translations FileExistForm.resx (Italian) * New translations UploadersConfigForm.resx (Italian) * New translations ResponseForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ScrollingCaptureForm.resx (Italian) * New translations TextDrawingInputBox.resx (Italian) * New translations WebpageCaptureForm.resx (Italian) * New translations AccountTypeControl.resx (Italian) * New translations AccountsControl.resx (Italian) * New translations OAuthControl.resx (Italian) * New translations FTPClientForm.resx (Italian) * New translations EmailForm.resx (Italian) * New translations JiraUpload.resx (Italian) * New translations OAuthWebForm.resx (Italian) * New translations AboutForm.resx (Chinese Simplified) * New translations ActionsToolbarEditForm.resx (Chinese Simplified) * New translations StickerForm.resx (Korean) * New translations TaskSettingsForm.resx (Dutch) * New translations MainForm.resx (Dutch) * New translations QRCodeForm.resx (Dutch) * New translations ScreenColorPicker.resx (Dutch) * New translations ScreenRecordForm.resx (Dutch) * New translations FirstTimeConfigForm.resx (Dutch) * New translations VideoEncodersForm.resx (Dutch) * New translations WatchFolderForm.resx (Dutch) * New translations Resources.resx (Dutch) * New translations ColorPickerForm.resx (Korean) * New translations GradientPickerForm.resx (Korean) * New translations HotkeySettingsForm.resx (Dutch) * New translations FileExistForm.resx (Dutch) * New translations AboutForm.resx (Dutch) * New translations TwitterTweetForm.resx (Dutch) * New translations UploadersConfigForm.resx (Dutch) * New translations UserPassBox.resx (Dutch) * New translations Resources.resx (Dutch) * New translations HotkeySelectionControl.resx (Dutch) * New translations ActionsForm.resx (Dutch) * New translations EncoderProgramForm.resx (Dutch) * New translations AfterCaptureForm.resx (Dutch) * New translations AfterUploadForm.resx (Dutch) * New translations ApplicationSettingsForm.resx (Dutch) * New translations AutoCaptureForm.resx (Dutch) * New translations BeforeUploadForm.resx (Dutch) * New translations ClipboardFormatForm.resx (Dutch) * New translations ExportImportControl.resx (Korean) * New translations ImageThumbnailerForm.resx (Korean) * New translations ImageHistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageEffectsForm.resx (Korean) * New translations DirectoryIndexerForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageCombinerForm.resx (Korean) * New translations VideoThumbnailerForm.resx (Korean) * New translations HistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations CanvasSizeForm.resx (Korean) * New translations EditorStartupForm.resx (Korean) * New translations FFmpegOptionsForm.resx (Korean) * New translations ImageSizeForm.resx (Korean) * New translations NewImageForm.resx (Korean) * New translations ScrollingCaptureForm.resx (Korean) * New translations HistoryItemInfoForm.resx (Korean) * New translations Resources.resx (Korean) * New translations MyPictureBox.resx (Korean) * New translations HashCheckForm.resx (Korean) * New translations DNSChangerForm.resx (Korean) * New translations ClipboardContentViewer.resx (Korean) * New translations DebugForm.resx (Korean) * New translations ErrorForm.resx (Korean) * New translations InputBox.resx (Korean) * New translations UpdateMessageBox.resx (Korean) * New translations MonitorTestForm.resx (Korean) * New translations PrintForm.resx (Korean) * New translations PrintTextForm.resx (Korean) * New translations Resources.resx (Korean) * New translations DownloaderForm.resx (Korean) * New translations UpdateCheckerLabel.resx (Korean) * New translations ResponseForm.resx (Dutch) * New translations OCRSpaceForm.resx (Dutch) * New translations AfterCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ColorPickerForm.resx (Dutch) * New translations GradientPickerForm.resx (Dutch) * New translations ExportImportControl.resx (Dutch) * New translations VideoEncodersForm.resx (Chinese Simplified) * New translations MyPictureBox.resx (Dutch) * New translations DNSChangerForm.resx (Dutch) * New translations ClipboardContentViewer.resx (Dutch) * New translations DebugForm.resx (Dutch) * New translations ErrorForm.resx (Dutch) * New translations WatchFolderForm.resx (Chinese Simplified) * New translations InputBox.resx (Dutch) * New translations FileExistForm.resx (Chinese Simplified) * New translations AfterUploadForm.resx (Chinese Simplified) * New translations ApplicationSettingsForm.resx (Chinese Simplified) * New translations AutoCaptureForm.resx (Chinese Simplified) * New translations BeforeUploadForm.resx (Chinese Simplified) * New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-30 09:04:35 +13:00
</data>
<data name="btnTwitterNameUpdate.Text" xml:space="preserve">
<value>Aktualisieren</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="lblBitlyDomain.Text" xml:space="preserve">
<value>Domain:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblYourlsNote.Text" xml:space="preserve">
<value>Anmerkung: Wenn du eine Signatur hast brauchst du keinen Benutzernamen/Passwort</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblYourlsPassword.Text" xml:space="preserve">
<value>Passwort:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblYourlsUsername.Text" xml:space="preserve">
<value>Benutzername:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblYourlsSignature.Text" xml:space="preserve">
2022-12-19 12:53:47 +13:00
<value>Signatur:</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="llAdflyLink.Text" xml:space="preserve">
<value>Du kannst deinen API Schlüssel und UID hier finden</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="lblAdflyAPIKEY.Text" xml:space="preserve">
<value>API Schlüssel:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblPolrAPIKey.Text" xml:space="preserve">
<value>API Schlüssel:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblPolrAPIHostname.Text" xml:space="preserve">
<value>API Hostname: (z. B. http://beispiel.de/api.php, Leer lassen um polr.me zu benutzen)</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblStreamableUsername.Text" xml:space="preserve">
<value>Benutzername:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblStreamablePassword.Text" xml:space="preserve">
<value>Passwort:</value>
</data>
<data name="tpSharedFolder.Text" xml:space="preserve">
<value>Freigegebene Ordner</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="tpEmail.Text" xml:space="preserve">
<value>E-Mail</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="tpFileUploaders.Text" xml:space="preserve">
<value>Dateiuploader</value>
2015-01-16 07:44:39 +13:00
</data>
<data name="tpTextUploaders.Text" xml:space="preserve">
<value>Textuploader</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblOneTimeSecretEmail.Text" xml:space="preserve">
<value>E-Mail:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblOneTimeSecretAPIKey.Text" xml:space="preserve">
<value>API Schlüssel:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblHastebinCustomDomain.Text" xml:space="preserve">
<value>Eigene Domain:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblHastebinSyntaxHighlighting.Text" xml:space="preserve">
<value>Syntax-Hervorhebung:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblUpasteUserKey.Text" xml:space="preserve">
<value>Benutzer Schlüssel:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="cbUpasteIsPublic.Text" xml:space="preserve">
<value>Ist es ein öffentlicher Upload?</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblPaste_eeUserAPIKey.Text" xml:space="preserve">
<value>Benutzer API Schlüssel:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="btnPastebinLogin.Text" xml:space="preserve">
<value>Einloggen</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblPastebinLoginStatus.Text" xml:space="preserve">
<value>Status:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblPastebinUsername.Text" xml:space="preserve">
<value>Benutzername:</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="lblPastebinPassword.Text" xml:space="preserve">
<value>Passwort:</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="lblPastebinTitle.Text" xml:space="preserve">
<value>Einfügtitel:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblPastebinPrivacy.Text" xml:space="preserve">
<value>Datenschutz:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblPastebinExpiration.Text" xml:space="preserve">
<value>Verfall:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblPastebinSyntax.Text" xml:space="preserve">
<value>Einfügsyntax:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="btnPastebinRegister.Text" xml:space="preserve">
<value>Registrieren...</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblEmailSmtpPort.Text" xml:space="preserve">
<value>Port:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblEmailDefaultBody.Text" xml:space="preserve">
<value>Standardnachricht:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblEmailDefaultSubject.Text" xml:space="preserve">
<value>Standardbetreff:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblEmailFrom.Text" xml:space="preserve">
<value>E-Mail:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="cbEmailRememberLastTo.Text" xml:space="preserve">
<value>Erinnere die Adresse des letzten Empfängers</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblEmailPassword.Text" xml:space="preserve">
<value>Passwort:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblEmailSmtpServer.Text" xml:space="preserve">
<value>SMTP server:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSharedFolderImages.Text" xml:space="preserve">
<value>Bild:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSharedFolderText.Text" xml:space="preserve">
<value>Text:</value>
</data>
<data name="lblSharedFolderFiles.Text" xml:space="preserve">
<value>Datei:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSulAPIKey.Text" xml:space="preserve">
<value>API Schlüssel:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSeafileAuthToken.Text" xml:space="preserve">
<value>Auth-Token:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="cbSeafileCreateShareableURL.Text" xml:space="preserve">
<value>Teilbare URL erstellen</value>
</data>
<data name="cbSeafileIgnoreInvalidCert.Text" xml:space="preserve">
<value>Ungültiges SSL-Zertifikat ignorieren</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSeafilePassword.Text" xml:space="preserve">
<value>Passwort:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSeafileUsername.Text" xml:space="preserve">
<value>E-Mail:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="btnSeafileGetAuthToken.Text" xml:space="preserve">
<value>Holen</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="grpSeafileObtainAuthToken.Text" xml:space="preserve">
<value>Auth-Token abfragen</value>
</data>
<data name="btnSeafileCheckAPIURL.Text" xml:space="preserve">
<value>Validieren</value>
</data>
<data name="btnSeafileCheckAuthToken.Text" xml:space="preserve">
<value>Validieren</value>
</data>
<data name="lblSeafileAccInfoUsage.Text" xml:space="preserve">
<value>Benutzung:</value>
</data>
<data name="lblSeafileAccInfoEmail.Text" xml:space="preserve">
<value>E-Mail:</value>
</data>
<data name="btnRefreshSeafileAccInfo.Text" xml:space="preserve">
<value>Aktualisieren</value>
</data>
<data name="grpSeafileAccInfo.Text" xml:space="preserve">
<value>Accountinformationen</value>
</data>
<data name="lblSeafileSelectLibrary.Text" xml:space="preserve">
<value>Bibliothek auswählen:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="txtSeafileUploadLocationRefresh.Text" xml:space="preserve">
<value>Aktualisieren</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSeafilePath.Text" xml:space="preserve">
<value>Pfad:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSeafileWritePermNotif.Text" xml:space="preserve">
<value>Bibliotheken ohne Schreibrechte sind versteckt.
Das Benutzen einer verschlüsselten Bibliothek deaktiviert das Teilen.</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="btnSeafilePathValidate.Text" xml:space="preserve">
<value>Validieren</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="colSeafileLibraryEncrypted.Text" xml:space="preserve">
<value>Verschlüsselt</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="colSeafileLibrarySize.Text" xml:space="preserve">
<value>Größe</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="colSeafileLibraryName.Text" xml:space="preserve">
<value>Name</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSeafileLibraryPassword.Text" xml:space="preserve">
<value>Bibliothekspasswort:</value>
2015-01-16 07:44:39 +13:00
</data>
<data name="btnSeafileLibraryPasswordValidate.Text" xml:space="preserve">
<value>Validieren</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSeafileDaysToExpire.Text" xml:space="preserve">
<value>Tage bis zum Ablauf:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="lblSeafileSharePassword.Text" xml:space="preserve">
<value>"Teilen" Passwort:</value>
</data>
<data name="grpSeafileShareSettings.Text" xml:space="preserve">
<value>Seafile "Teilen" Einstellungen:</value>
</data>
<data name="lblPomfUploadURL.Text" xml:space="preserve">
<value>Upload-URL:</value>
2015-01-16 07:44:39 +13:00
</data>
<data name="lblPomfResultURL.Text" xml:space="preserve">
<value>Ergebnis URL:</value>
2015-01-16 07:44:39 +13:00
</data>
<data name="lblLambdaUploadURL.Text" xml:space="preserve">
<value>Link URL:</value>
2015-01-16 07:44:39 +13:00
</data>
New Crowdin translations (#3265) * New translations ClipboardContentViewer.resx (Hungarian) * New translations UpdateMessageBox.resx (Vietnamese) * New translations OAuthControl.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations AccountTypeControl.resx (Vietnamese) * New translations AccountsControl.resx (Vietnamese) * New translations FTPClientForm.resx (Vietnamese) * New translations ScrollingCaptureForm.resx (Vietnamese) * New translations EmailForm.resx (Vietnamese) * New translations JiraUpload.resx (Vietnamese) * New translations OAuthWebForm.resx (Vietnamese) * New translations ResponseForm.resx (Vietnamese) * New translations TwitterTweetForm.resx (Vietnamese) * New translations UserPassBox.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations HistoryForm.resx (Vietnamese) * New translations HistoryItemInfoForm.resx (Vietnamese) * New translations ImageHistoryForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ImageEffectsForm.resx (Vietnamese) * New translations ImageCombinerForm.resx (Vietnamese) * New translations VideoThumbnailerForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations FFmpegOptionsForm.resx (Vietnamese) * New translations UploadersConfigForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations DNSChangerForm.resx (Hungarian) * New translations GradientPickerForm.resx (Hungarian) * New translations TaskSettingsForm.resx (Vietnamese) * New translations VideoEncodersForm.resx (Vietnamese) * New translations WatchFolderForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ColorPickerForm.resx (Hungarian) * New translations ScreenColorPicker.resx (Vietnamese) * New translations ExportImportControl.resx (Hungarian) * New translations MyPictureBox.resx (Hungarian) * New translations ScreenRecordForm.resx (Vietnamese) * New translations HotkeySelectionControl.resx (Vietnamese) * New translations AutoCaptureForm.resx (Vietnamese) * New translations AboutForm.resx (Vietnamese) * New translations ActionsForm.resx (Vietnamese) * New translations AfterCaptureForm.resx (Vietnamese) * New translations AfterUploadForm.resx (Vietnamese) * New translations ApplicationSettingsForm.resx (Vietnamese) * New translations BeforeUploadForm.resx (Vietnamese) * New translations ClipboardFormatForm.resx (Vietnamese) * New translations EncoderProgramForm.resx (Vietnamese) * New translations FileExistForm.resx (Vietnamese) * New translations FirstTimeConfigForm.resx (Vietnamese) * New translations HotkeySettingsForm.resx (Vietnamese) * New translations MainForm.resx (Vietnamese) * New translations QRCodeForm.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Korean) * New translations StickerPackForm.resx (Korean) * New translations GradientPickerForm.resx (Italian) * New translations MonitorTestForm.resx (Chinese Simplified) * New translations DNSChangerForm.resx (Chinese Simplified) * New translations ClipboardContentViewer.resx (Chinese Simplified) * New translations DebugForm.resx (Chinese Simplified) * New translations ErrorForm.resx (Chinese Simplified) * New translations HashCheckForm.resx (Chinese Simplified) * New translations InputBox.resx (Chinese Simplified) * New translations PrintForm.resx (Chinese Simplified) * New translations PrintTextForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations DownloaderForm.resx (Chinese Simplified) * New translations UpdateCheckerLabel.resx (Chinese Simplified) * New translations UpdateMessageBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations MyPictureBox.resx (Chinese Simplified) * New translations HistoryItemInfoForm.resx (Chinese Simplified) * New translations VideoEncodersForm.resx (Italian) * New translations QuickTaskInfoEditForm.resx (Italian) * New translations QuickTaskMenuEditorForm.resx (Italian) * New translations ScreenColorPicker.resx (Italian) * New translations ScreenRecordForm.resx (Italian) * New translations TaskSettingsForm.resx (Italian) * New translations WatchFolderForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ColorPickerForm.resx (Chinese Simplified) * New translations GradientPickerForm.resx (Chinese Simplified) * New translations ExportImportControl.resx (Chinese Simplified) * New translations HistoryForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Chinese Simplified) * New translations MainForm.resx (Italian) * New translations AccountsControl.resx (Chinese Simplified) * New translations OAuthControl.resx (Chinese Simplified) * New translations FTPClientForm.resx (Chinese Simplified) * New translations EmailForm.resx (Chinese Simplified) * New translations JiraUpload.resx (Chinese Simplified) * New translations OAuthWebForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ResponseForm.resx (Chinese Simplified) * New translations TwitterTweetForm.resx (Chinese Simplified) * New translations UploadersConfigForm.resx (Chinese Simplified) * New translations UserPassBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations HotkeySelectionControl.resx (Chinese Simplified) * New translations AccountTypeControl.resx (Chinese Simplified) * New translations WebpageCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ImageEffectsForm.resx (Chinese Simplified) * New translations ImageCombinerForm.resx (Chinese Simplified) * New translations VideoThumbnailerForm.resx (Chinese Simplified) * New translations TextDrawingInputBox.resx (Chinese Simplified) * New translations FFmpegOptionsForm.resx (Chinese Simplified) * New translations ScrollingCaptureForm.resx (Chinese Simplified) * New translations QRCodeForm.resx (Italian) * New translations HotkeySettingsForm.resx (Italian) * New translations ActionsForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Italian) * New translations DownloaderForm.resx (Italian) * New translations UpdateCheckerLabel.resx (Italian) * New translations UpdateMessageBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HistoryForm.resx (Italian) * New translations HistoryItemInfoForm.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintTextForm.resx (Italian) * New translations ImageEffectsForm.resx (Italian) * New translations ImageCombinerForm.resx (Italian) * New translations VideoThumbnailerForm.resx (Italian) * New translations Resources.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintForm.resx (Italian) * New translations ExportImportControl.resx (Italian) * New translations MyPictureBox.resx (Italian) * New translations DNSChangerForm.resx (Italian) * New translations ClipboardContentViewer.resx (Italian) * New translations DebugForm.resx (Italian) * New translations ErrorForm.resx (Italian) * New translations HashCheckForm.resx (Italian) * New translations InputBox.resx (Italian) * New translations MonitorTestForm.resx (Italian) * New translations FFmpegOptionsForm.resx (Italian) * New translations FirstTimeConfigForm.resx (Italian) * New translations ActionsToolbarEditForm.resx (Italian) * New translations UserPassBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HotkeySelectionControl.resx (Italian) * New translations AboutForm.resx (Italian) * New translations ActionsForm.resx (Italian) * New translations AfterCaptureForm.resx (Italian) * New translations TwitterTweetForm.resx (Italian) * New translations AfterUploadForm.resx (Italian) * New translations ApplicationSettingsForm.resx (Italian) * New translations AutoCaptureForm.resx (Italian) * New translations BeforeUploadForm.resx (Italian) * New translations ClipboardFormatForm.resx (Italian) * New translations EncoderProgramForm.resx (Italian) * New translations FileExistForm.resx (Italian) * New translations UploadersConfigForm.resx (Italian) * New translations ResponseForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ScrollingCaptureForm.resx (Italian) * New translations TextDrawingInputBox.resx (Italian) * New translations WebpageCaptureForm.resx (Italian) * New translations AccountTypeControl.resx (Italian) * New translations AccountsControl.resx (Italian) * New translations OAuthControl.resx (Italian) * New translations FTPClientForm.resx (Italian) * New translations EmailForm.resx (Italian) * New translations JiraUpload.resx (Italian) * New translations OAuthWebForm.resx (Italian) * New translations AboutForm.resx (Chinese Simplified) * New translations ActionsToolbarEditForm.resx (Chinese Simplified) * New translations StickerForm.resx (Korean) * New translations TaskSettingsForm.resx (Dutch) * New translations MainForm.resx (Dutch) * New translations QRCodeForm.resx (Dutch) * New translations ScreenColorPicker.resx (Dutch) * New translations ScreenRecordForm.resx (Dutch) * New translations FirstTimeConfigForm.resx (Dutch) * New translations VideoEncodersForm.resx (Dutch) * New translations WatchFolderForm.resx (Dutch) * New translations Resources.resx (Dutch) * New translations ColorPickerForm.resx (Korean) * New translations GradientPickerForm.resx (Korean) * New translations HotkeySettingsForm.resx (Dutch) * New translations FileExistForm.resx (Dutch) * New translations AboutForm.resx (Dutch) * New translations TwitterTweetForm.resx (Dutch) * New translations UploadersConfigForm.resx (Dutch) * New translations UserPassBox.resx (Dutch) * New translations Resources.resx (Dutch) * New translations HotkeySelectionControl.resx (Dutch) * New translations ActionsForm.resx (Dutch) * New translations EncoderProgramForm.resx (Dutch) * New translations AfterCaptureForm.resx (Dutch) * New translations AfterUploadForm.resx (Dutch) * New translations ApplicationSettingsForm.resx (Dutch) * New translations AutoCaptureForm.resx (Dutch) * New translations BeforeUploadForm.resx (Dutch) * New translations ClipboardFormatForm.resx (Dutch) * New translations ExportImportControl.resx (Korean) * New translations ImageThumbnailerForm.resx (Korean) * New translations ImageHistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageEffectsForm.resx (Korean) * New translations DirectoryIndexerForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageCombinerForm.resx (Korean) * New translations VideoThumbnailerForm.resx (Korean) * New translations HistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations CanvasSizeForm.resx (Korean) * New translations EditorStartupForm.resx (Korean) * New translations FFmpegOptionsForm.resx (Korean) * New translations ImageSizeForm.resx (Korean) * New translations NewImageForm.resx (Korean) * New translations ScrollingCaptureForm.resx (Korean) * New translations HistoryItemInfoForm.resx (Korean) * New translations Resources.resx (Korean) * New translations MyPictureBox.resx (Korean) * New translations HashCheckForm.resx (Korean) * New translations DNSChangerForm.resx (Korean) * New translations ClipboardContentViewer.resx (Korean) * New translations DebugForm.resx (Korean) * New translations ErrorForm.resx (Korean) * New translations InputBox.resx (Korean) * New translations UpdateMessageBox.resx (Korean) * New translations MonitorTestForm.resx (Korean) * New translations PrintForm.resx (Korean) * New translations PrintTextForm.resx (Korean) * New translations Resources.resx (Korean) * New translations DownloaderForm.resx (Korean) * New translations UpdateCheckerLabel.resx (Korean) * New translations ResponseForm.resx (Dutch) * New translations OCRSpaceForm.resx (Dutch) * New translations AfterCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ColorPickerForm.resx (Dutch) * New translations GradientPickerForm.resx (Dutch) * New translations ExportImportControl.resx (Dutch) * New translations VideoEncodersForm.resx (Chinese Simplified) * New translations MyPictureBox.resx (Dutch) * New translations DNSChangerForm.resx (Dutch) * New translations ClipboardContentViewer.resx (Dutch) * New translations DebugForm.resx (Dutch) * New translations ErrorForm.resx (Dutch) * New translations WatchFolderForm.resx (Chinese Simplified) * New translations InputBox.resx (Dutch) * New translations FileExistForm.resx (Chinese Simplified) * New translations AfterUploadForm.resx (Chinese Simplified) * New translations ApplicationSettingsForm.resx (Chinese Simplified) * New translations AutoCaptureForm.resx (Chinese Simplified) * New translations BeforeUploadForm.resx (Chinese Simplified) * New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-30 09:04:35 +13:00
<data name="lblLambdaApiKey.Text" xml:space="preserve">
<value>API Schlüssel:</value>
2015-01-16 07:44:39 +13:00
</data>
<data name="lblLambdaInfo.Text" xml:space="preserve">
<value>Melde dich bei Lambda unter https://lambda.sx/ an und klicke auf deinen Nutzernamen und "Manage Account", um einen API-Schlüssel zu bekommen.</value>
2015-01-16 07:44:39 +13:00
</data>
<data name="lblJiraHost.Text" xml:space="preserve">
<value>Jira host:</value>
2015-01-16 06:17:58 +13:00
</data>
<data name="txtJiraConfigHelp.Text" xml:space="preserve">
<value>Vorlage</value>
2015-01-16 07:53:58 +13:00
</data>
<data name="lblJiraIssuePrefix.Text" xml:space="preserve">
<value>Jira Ausgabe Prefix:</value>
2015-01-16 07:53:58 +13:00
</data>
<data name="lblLocalhostrEmail.Text" xml:space="preserve">
<value>E-Mail:</value>
</data>
<data name="lblLocalhostrPassword.Text" xml:space="preserve">
<value>Passwort:</value>
</data>
<data name="cbLocalhostrDirectURL.Text" xml:space="preserve">
<value>Benutze direkte URL, wenn sie existiert </value>
</data>
<data name="lblSendSpaceUsername.Text" xml:space="preserve">
<value>Benutzername:</value>
</data>
<data name="lblSendSpacePassword.Text" xml:space="preserve">
<value>Passwort:</value>
</data>
<data name="btnSendSpaceRegister.Text" xml:space="preserve">
<value>&amp;Registrieren...</value>
</data>
<data name="lblPushbulletUserKey.Text" xml:space="preserve">
<value>Benutzer API Schlüssel:</value>
</data>
<data name="btnPushbulletGetDeviceList.Text" xml:space="preserve">
<value>Bekomme Geräteliste</value>
</data>
<data name="lblPushbulletDevices.Text" xml:space="preserve">
<value>Gerät:</value>
</data>
<data name="lblMediaFireEmail.Text" xml:space="preserve">
<value>E-Mail:</value>
</data>
<data name="lblMediaFirePassword.Text" xml:space="preserve">
<value>Passwort:</value>
</data>
<data name="lblMediaFirePath.Text" xml:space="preserve">
<value>Uploadpfad:</value>
</data>
<data name="cbMediaFireUseLongLink.Text" xml:space="preserve">
2022-12-19 12:53:47 +13:00
<value>Benutze einen langen Link, der den Dateinamen beinhaltet</value>
</data>
<data name="lblOwnCloudHost.Text" xml:space="preserve">
<value>Host:</value>
</data>
<data name="lblOwnCloudUsername.Text" xml:space="preserve">
<value>Benutzername:</value>
</data>
<data name="lblOwnCloudPassword.Text" xml:space="preserve">
<value>Passwort:</value>
</data>
<data name="lblOwnCloudPath.Text" xml:space="preserve">
<value>Pfad:</value>
</data>
<data name="cbOwnCloudCreateShare.Text" xml:space="preserve">
<value>Erstelle teilbare URL</value>
</data>
<data name="cbOwnCloudDirectLink.Text" xml:space="preserve">
<value>Direkter Link (Fügt "&amp;download" zur URL hinzu)</value>
</data>
<data name="cbOwnCloud81Compatibility.Text" xml:space="preserve">
<value>ownCloud 8.1+ Unterstützung</value>
</data>
<data name="lblMegaPassword.Text" xml:space="preserve">
<value>Passwort:</value>
</data>
<data name="btnMegaLogin.Text" xml:space="preserve">
<value>Einloggen</value>
</data>
<data name="lblMegaEmail.Text" xml:space="preserve">
<value>E-Mail:</value>
</data>
<data name="lblMegaStatusTitle.Text" xml:space="preserve">
<value>Status:</value>
</data>
<data name="lblMegaFolder.Text" xml:space="preserve">
<value>Ordner:</value>
</data>
<data name="btnMegaRegister.Text" xml:space="preserve">
New Crowdin translations (#3265) * New translations ClipboardContentViewer.resx (Hungarian) * New translations UpdateMessageBox.resx (Vietnamese) * New translations OAuthControl.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations AccountTypeControl.resx (Vietnamese) * New translations AccountsControl.resx (Vietnamese) * New translations FTPClientForm.resx (Vietnamese) * New translations ScrollingCaptureForm.resx (Vietnamese) * New translations EmailForm.resx (Vietnamese) * New translations JiraUpload.resx (Vietnamese) * New translations OAuthWebForm.resx (Vietnamese) * New translations ResponseForm.resx (Vietnamese) * New translations TwitterTweetForm.resx (Vietnamese) * New translations UserPassBox.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations HistoryForm.resx (Vietnamese) * New translations HistoryItemInfoForm.resx (Vietnamese) * New translations ImageHistoryForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ImageEffectsForm.resx (Vietnamese) * New translations ImageCombinerForm.resx (Vietnamese) * New translations VideoThumbnailerForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations FFmpegOptionsForm.resx (Vietnamese) * New translations UploadersConfigForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations DNSChangerForm.resx (Hungarian) * New translations GradientPickerForm.resx (Hungarian) * New translations TaskSettingsForm.resx (Vietnamese) * New translations VideoEncodersForm.resx (Vietnamese) * New translations WatchFolderForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ColorPickerForm.resx (Hungarian) * New translations ScreenColorPicker.resx (Vietnamese) * New translations ExportImportControl.resx (Hungarian) * New translations MyPictureBox.resx (Hungarian) * New translations ScreenRecordForm.resx (Vietnamese) * New translations HotkeySelectionControl.resx (Vietnamese) * New translations AutoCaptureForm.resx (Vietnamese) * New translations AboutForm.resx (Vietnamese) * New translations ActionsForm.resx (Vietnamese) * New translations AfterCaptureForm.resx (Vietnamese) * New translations AfterUploadForm.resx (Vietnamese) * New translations ApplicationSettingsForm.resx (Vietnamese) * New translations BeforeUploadForm.resx (Vietnamese) * New translations ClipboardFormatForm.resx (Vietnamese) * New translations EncoderProgramForm.resx (Vietnamese) * New translations FileExistForm.resx (Vietnamese) * New translations FirstTimeConfigForm.resx (Vietnamese) * New translations HotkeySettingsForm.resx (Vietnamese) * New translations MainForm.resx (Vietnamese) * New translations QRCodeForm.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Korean) * New translations StickerPackForm.resx (Korean) * New translations GradientPickerForm.resx (Italian) * New translations MonitorTestForm.resx (Chinese Simplified) * New translations DNSChangerForm.resx (Chinese Simplified) * New translations ClipboardContentViewer.resx (Chinese Simplified) * New translations DebugForm.resx (Chinese Simplified) * New translations ErrorForm.resx (Chinese Simplified) * New translations HashCheckForm.resx (Chinese Simplified) * New translations InputBox.resx (Chinese Simplified) * New translations PrintForm.resx (Chinese Simplified) * New translations PrintTextForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations DownloaderForm.resx (Chinese Simplified) * New translations UpdateCheckerLabel.resx (Chinese Simplified) * New translations UpdateMessageBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations MyPictureBox.resx (Chinese Simplified) * New translations HistoryItemInfoForm.resx (Chinese Simplified) * New translations VideoEncodersForm.resx (Italian) * New translations QuickTaskInfoEditForm.resx (Italian) * New translations QuickTaskMenuEditorForm.resx (Italian) * New translations ScreenColorPicker.resx (Italian) * New translations ScreenRecordForm.resx (Italian) * New translations TaskSettingsForm.resx (Italian) * New translations WatchFolderForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ColorPickerForm.resx (Chinese Simplified) * New translations GradientPickerForm.resx (Chinese Simplified) * New translations ExportImportControl.resx (Chinese Simplified) * New translations HistoryForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Chinese Simplified) * New translations MainForm.resx (Italian) * New translations AccountsControl.resx (Chinese Simplified) * New translations OAuthControl.resx (Chinese Simplified) * New translations FTPClientForm.resx (Chinese Simplified) * New translations EmailForm.resx (Chinese Simplified) * New translations JiraUpload.resx (Chinese Simplified) * New translations OAuthWebForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ResponseForm.resx (Chinese Simplified) * New translations TwitterTweetForm.resx (Chinese Simplified) * New translations UploadersConfigForm.resx (Chinese Simplified) * New translations UserPassBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations HotkeySelectionControl.resx (Chinese Simplified) * New translations AccountTypeControl.resx (Chinese Simplified) * New translations WebpageCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ImageEffectsForm.resx (Chinese Simplified) * New translations ImageCombinerForm.resx (Chinese Simplified) * New translations VideoThumbnailerForm.resx (Chinese Simplified) * New translations TextDrawingInputBox.resx (Chinese Simplified) * New translations FFmpegOptionsForm.resx (Chinese Simplified) * New translations ScrollingCaptureForm.resx (Chinese Simplified) * New translations QRCodeForm.resx (Italian) * New translations HotkeySettingsForm.resx (Italian) * New translations ActionsForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Italian) * New translations DownloaderForm.resx (Italian) * New translations UpdateCheckerLabel.resx (Italian) * New translations UpdateMessageBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HistoryForm.resx (Italian) * New translations HistoryItemInfoForm.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintTextForm.resx (Italian) * New translations ImageEffectsForm.resx (Italian) * New translations ImageCombinerForm.resx (Italian) * New translations VideoThumbnailerForm.resx (Italian) * New translations Resources.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintForm.resx (Italian) * New translations ExportImportControl.resx (Italian) * New translations MyPictureBox.resx (Italian) * New translations DNSChangerForm.resx (Italian) * New translations ClipboardContentViewer.resx (Italian) * New translations DebugForm.resx (Italian) * New translations ErrorForm.resx (Italian) * New translations HashCheckForm.resx (Italian) * New translations InputBox.resx (Italian) * New translations MonitorTestForm.resx (Italian) * New translations FFmpegOptionsForm.resx (Italian) * New translations FirstTimeConfigForm.resx (Italian) * New translations ActionsToolbarEditForm.resx (Italian) * New translations UserPassBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HotkeySelectionControl.resx (Italian) * New translations AboutForm.resx (Italian) * New translations ActionsForm.resx (Italian) * New translations AfterCaptureForm.resx (Italian) * New translations TwitterTweetForm.resx (Italian) * New translations AfterUploadForm.resx (Italian) * New translations ApplicationSettingsForm.resx (Italian) * New translations AutoCaptureForm.resx (Italian) * New translations BeforeUploadForm.resx (Italian) * New translations ClipboardFormatForm.resx (Italian) * New translations EncoderProgramForm.resx (Italian) * New translations FileExistForm.resx (Italian) * New translations UploadersConfigForm.resx (Italian) * New translations ResponseForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ScrollingCaptureForm.resx (Italian) * New translations TextDrawingInputBox.resx (Italian) * New translations WebpageCaptureForm.resx (Italian) * New translations AccountTypeControl.resx (Italian) * New translations AccountsControl.resx (Italian) * New translations OAuthControl.resx (Italian) * New translations FTPClientForm.resx (Italian) * New translations EmailForm.resx (Italian) * New translations JiraUpload.resx (Italian) * New translations OAuthWebForm.resx (Italian) * New translations AboutForm.resx (Chinese Simplified) * New translations ActionsToolbarEditForm.resx (Chinese Simplified) * New translations StickerForm.resx (Korean) * New translations TaskSettingsForm.resx (Dutch) * New translations MainForm.resx (Dutch) * New translations QRCodeForm.resx (Dutch) * New translations ScreenColorPicker.resx (Dutch) * New translations ScreenRecordForm.resx (Dutch) * New translations FirstTimeConfigForm.resx (Dutch) * New translations VideoEncodersForm.resx (Dutch) * New translations WatchFolderForm.resx (Dutch) * New translations Resources.resx (Dutch) * New translations ColorPickerForm.resx (Korean) * New translations GradientPickerForm.resx (Korean) * New translations HotkeySettingsForm.resx (Dutch) * New translations FileExistForm.resx (Dutch) * New translations AboutForm.resx (Dutch) * New translations TwitterTweetForm.resx (Dutch) * New translations UploadersConfigForm.resx (Dutch) * New translations UserPassBox.resx (Dutch) * New translations Resources.resx (Dutch) * New translations HotkeySelectionControl.resx (Dutch) * New translations ActionsForm.resx (Dutch) * New translations EncoderProgramForm.resx (Dutch) * New translations AfterCaptureForm.resx (Dutch) * New translations AfterUploadForm.resx (Dutch) * New translations ApplicationSettingsForm.resx (Dutch) * New translations AutoCaptureForm.resx (Dutch) * New translations BeforeUploadForm.resx (Dutch) * New translations ClipboardFormatForm.resx (Dutch) * New translations ExportImportControl.resx (Korean) * New translations ImageThumbnailerForm.resx (Korean) * New translations ImageHistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageEffectsForm.resx (Korean) * New translations DirectoryIndexerForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageCombinerForm.resx (Korean) * New translations VideoThumbnailerForm.resx (Korean) * New translations HistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations CanvasSizeForm.resx (Korean) * New translations EditorStartupForm.resx (Korean) * New translations FFmpegOptionsForm.resx (Korean) * New translations ImageSizeForm.resx (Korean) * New translations NewImageForm.resx (Korean) * New translations ScrollingCaptureForm.resx (Korean) * New translations HistoryItemInfoForm.resx (Korean) * New translations Resources.resx (Korean) * New translations MyPictureBox.resx (Korean) * New translations HashCheckForm.resx (Korean) * New translations DNSChangerForm.resx (Korean) * New translations ClipboardContentViewer.resx (Korean) * New translations DebugForm.resx (Korean) * New translations ErrorForm.resx (Korean) * New translations InputBox.resx (Korean) * New translations UpdateMessageBox.resx (Korean) * New translations MonitorTestForm.resx (Korean) * New translations PrintForm.resx (Korean) * New translations PrintTextForm.resx (Korean) * New translations Resources.resx (Korean) * New translations DownloaderForm.resx (Korean) * New translations UpdateCheckerLabel.resx (Korean) * New translations ResponseForm.resx (Dutch) * New translations OCRSpaceForm.resx (Dutch) * New translations AfterCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ColorPickerForm.resx (Dutch) * New translations GradientPickerForm.resx (Dutch) * New translations ExportImportControl.resx (Dutch) * New translations VideoEncodersForm.resx (Chinese Simplified) * New translations MyPictureBox.resx (Dutch) * New translations DNSChangerForm.resx (Dutch) * New translations ClipboardContentViewer.resx (Dutch) * New translations DebugForm.resx (Dutch) * New translations ErrorForm.resx (Dutch) * New translations WatchFolderForm.resx (Chinese Simplified) * New translations InputBox.resx (Dutch) * New translations FileExistForm.resx (Chinese Simplified) * New translations AfterUploadForm.resx (Chinese Simplified) * New translations ApplicationSettingsForm.resx (Chinese Simplified) * New translations AutoCaptureForm.resx (Chinese Simplified) * New translations BeforeUploadForm.resx (Chinese Simplified) * New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-30 09:04:35 +13:00
<value>Registrieren...</value>
</data>
<data name="lblMegaStatus.Text" xml:space="preserve">
<value>Konfiguriert / Nicht Konfiguriert</value>
</data>
<data name="btnMegaRefreshFolders.Text" xml:space="preserve">
<value>Aktualisieren</value>
</data>
<data name="lblAmazonS3AccessKey.Text" xml:space="preserve">
<value>Access Key:</value>
</data>
<data name="lblAmazonS3SecretKey.Text" xml:space="preserve">
<value>Secret Key:</value>
</data>
<data name="lblAmazonS3ObjectPrefix.Text" xml:space="preserve">
<value>Uploadpfad:</value>
</data>
<data name="lblAmazonS3Endpoint.Text" xml:space="preserve">
<value>Endpunkt:</value>
</data>
<data name="lblAmazonS3BucketName.Text" xml:space="preserve">
<value>Bucketname:</value>
</data>
<data name="lblAmazonS3PathPreview.Text" xml:space="preserve">
<value>Vorschau</value>
</data>
<data name="lblAmazonS3PathPreviewLabel.Text" xml:space="preserve">
<value>URL-Vorschau:</value>
</data>
<data name="btnBoxRefreshFolders.Text" xml:space="preserve">
<value>Aktualisiere Ordnerliste</value>
</data>
<data name="lblBoxFolderID.Text" xml:space="preserve">
<value>Ausgewählter Ordner:</value>
</data>
<data name="chBoxFoldersName.Text" xml:space="preserve">
<value>Ordnername</value>
</data>
<data name="cbBoxShare.Text" xml:space="preserve">
<value>Erstelle teilbaren Link</value>
</data>
<data name="lblBoxFolderTip.Text" xml:space="preserve">
<value>Anmerkung: Du kannst auf den Ordner doppelt klicken um in ihn zu gehen</value>
</data>
<data name="cbGoogleDriveIsPublic.Text" xml:space="preserve">
<value>Ist es ein öffentlicher Upload?</value>
</data>
<data name="btnGoogleDriveRefreshFolders.Text" xml:space="preserve">
<value>Aktualisiere Ordnerliste</value>
</data>
<data name="chGoogleDriveDescription.Text" xml:space="preserve">
<value>Beschreibung</value>
</data>
<data name="chGoogleDriveTitle.Text" xml:space="preserve">
<value>Titel</value>
</data>
<data name="lblGoogleDriveFolderID.Text" xml:space="preserve">
<value>Ordner ID:</value>
</data>
<data name="cbGoogleDriveUseFolder.Text" xml:space="preserve">
<value>Lade Dateien in ausgewählten Ordner hoch</value>
</data>
<data name="cbOneDriveCreateShareableLink.Text" xml:space="preserve">
<value>Teilbaren Link erstellen</value>
</data>
<data name="lblOneDriveFolderID.Text" xml:space="preserve">
<value>ausgewählter Ordner</value>
</data>
<data name="lblDropboxPath.Text" xml:space="preserve">
<value>Uploadpfad:</value>
</data>
<data name="cbDropboxAutoCreateShareableLink.Text" xml:space="preserve">
<value>Erstelle teilbare URL:</value>
</data>
<data name="tpImageUploaders.Text" xml:space="preserve">
<value>Bilduploader</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Zieleinstellungen</value>
</data>
<data name="lblCheveretoAPIKey.Text" xml:space="preserve">
<value>API Schlüssel:</value>
</data>
<data name="cbCheveretoDirectURL.Text" xml:space="preserve">
<value>Direkte URL</value>
</data>
<data name="btnPicasaRefreshAlbumList.Text" xml:space="preserve">
<value>Aktualisiere Albumliste</value>
</data>
<data name="chPicasaDescription.Text" xml:space="preserve">
<value>Beschreibung</value>
</data>
<data name="chPicasaName.Text" xml:space="preserve">
<value>Name</value>
</data>
<data name="lblPicasaAlbumID.Text" xml:space="preserve">
<value>Album ID für Upload (Leer = Kein Albumupload)</value>
</data>
<data name="lblPhotobucketAccountStatus.Text" xml:space="preserve">
2022-12-19 12:53:47 +13:00
<value>Login erforderlich</value>
</data>
<data name="btnPhotobucketAuthComplete.Text" xml:space="preserve">
<value>2. Schritt: Schließe die Autorisierung ab</value>
2016-02-05 03:43:59 +13:00
</data>
<data name="lblPhotobucketVerificationCode.Text" xml:space="preserve">
<value>Verifikationscode (Hole den Code von der Authorisierungsseite):</value>
2016-02-05 03:43:59 +13:00
</data>
<data name="btnPhotobucketAuthOpen.Text" xml:space="preserve">
<value>1. Schritt: Öffne Autorisierungsseite...</value>
</data>
<data name="lblPhotobucketDefaultAlbumName.Text" xml:space="preserve">
<value>Standard-Albumname</value>
</data>
<data name="gbPhotobucketUserAccount.Text" xml:space="preserve">
<value>Benutzerkonto</value>
</data>
<data name="btnPhotobucketCreateAlbum.Text" xml:space="preserve">
<value>Erstelle Album</value>
</data>
<data name="lblPhotobucketParentAlbumPath.Text" xml:space="preserve">
<value>Ursprünglicher Albumpfad</value>
</data>
<data name="lblPhotobucketNewAlbumName.Text" xml:space="preserve">
<value>Neuer Album Name (muss zwischen 2 und 5ß Zeichen sein. Gültige Zeichen sind Buchstaben, Nummern, Unterstriche (_), Bindestriche (-), und Leerzeichen)</value>
</data>
<data name="btnPhotobucketRemoveAlbum.Text" xml:space="preserve">
<value>Entferne Album</value>
</data>
<data name="btnPhotobucketAddAlbum.Text" xml:space="preserve">
<value>Album hinzufügen</value>
</data>
<data name="gbPhotobucketAlbumPath.Text" xml:space="preserve">
<value>Lade Bilder hoch nach</value>
</data>
<data name="lblImageShackPassword.Text" xml:space="preserve">
<value>Passwort:</value>
</data>
<data name="lblImageShackUsername.Text" xml:space="preserve">
<value>Benutzername:</value>
</data>
<data name="btnImageShackOpenMyImages.Text" xml:space="preserve">
<value>Öffne meine Bilder Seite...</value>
</data>
<data name="cbImageShackIsPublic.Text" xml:space="preserve">
<value>Ist es ein öffentlicher Upload?</value>
</data>
<data name="btnImageShackOpenPublicProfile.Text" xml:space="preserve">
<value>Öffne öffentliche Profil Seite...</value>
</data>
<data name="btnImageShackLogin.Text" xml:space="preserve">
<value>Einloggen</value>
</data>
<data name="lblImgurThumbnailType.Text" xml:space="preserve">
<value>Thumbnailtyp:</value>
</data>
<data name="btnImgurRefreshAlbumList.Text" xml:space="preserve">
New Crowdin translations (#3265) * New translations ClipboardContentViewer.resx (Hungarian) * New translations UpdateMessageBox.resx (Vietnamese) * New translations OAuthControl.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations AccountTypeControl.resx (Vietnamese) * New translations AccountsControl.resx (Vietnamese) * New translations FTPClientForm.resx (Vietnamese) * New translations ScrollingCaptureForm.resx (Vietnamese) * New translations EmailForm.resx (Vietnamese) * New translations JiraUpload.resx (Vietnamese) * New translations OAuthWebForm.resx (Vietnamese) * New translations ResponseForm.resx (Vietnamese) * New translations TwitterTweetForm.resx (Vietnamese) * New translations UserPassBox.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations HistoryForm.resx (Vietnamese) * New translations HistoryItemInfoForm.resx (Vietnamese) * New translations ImageHistoryForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ImageEffectsForm.resx (Vietnamese) * New translations ImageCombinerForm.resx (Vietnamese) * New translations VideoThumbnailerForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations FFmpegOptionsForm.resx (Vietnamese) * New translations UploadersConfigForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations DNSChangerForm.resx (Hungarian) * New translations GradientPickerForm.resx (Hungarian) * New translations TaskSettingsForm.resx (Vietnamese) * New translations VideoEncodersForm.resx (Vietnamese) * New translations WatchFolderForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ColorPickerForm.resx (Hungarian) * New translations ScreenColorPicker.resx (Vietnamese) * New translations ExportImportControl.resx (Hungarian) * New translations MyPictureBox.resx (Hungarian) * New translations ScreenRecordForm.resx (Vietnamese) * New translations HotkeySelectionControl.resx (Vietnamese) * New translations AutoCaptureForm.resx (Vietnamese) * New translations AboutForm.resx (Vietnamese) * New translations ActionsForm.resx (Vietnamese) * New translations AfterCaptureForm.resx (Vietnamese) * New translations AfterUploadForm.resx (Vietnamese) * New translations ApplicationSettingsForm.resx (Vietnamese) * New translations BeforeUploadForm.resx (Vietnamese) * New translations ClipboardFormatForm.resx (Vietnamese) * New translations EncoderProgramForm.resx (Vietnamese) * New translations FileExistForm.resx (Vietnamese) * New translations FirstTimeConfigForm.resx (Vietnamese) * New translations HotkeySettingsForm.resx (Vietnamese) * New translations MainForm.resx (Vietnamese) * New translations QRCodeForm.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Korean) * New translations StickerPackForm.resx (Korean) * New translations GradientPickerForm.resx (Italian) * New translations MonitorTestForm.resx (Chinese Simplified) * New translations DNSChangerForm.resx (Chinese Simplified) * New translations ClipboardContentViewer.resx (Chinese Simplified) * New translations DebugForm.resx (Chinese Simplified) * New translations ErrorForm.resx (Chinese Simplified) * New translations HashCheckForm.resx (Chinese Simplified) * New translations InputBox.resx (Chinese Simplified) * New translations PrintForm.resx (Chinese Simplified) * New translations PrintTextForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations DownloaderForm.resx (Chinese Simplified) * New translations UpdateCheckerLabel.resx (Chinese Simplified) * New translations UpdateMessageBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations MyPictureBox.resx (Chinese Simplified) * New translations HistoryItemInfoForm.resx (Chinese Simplified) * New translations VideoEncodersForm.resx (Italian) * New translations QuickTaskInfoEditForm.resx (Italian) * New translations QuickTaskMenuEditorForm.resx (Italian) * New translations ScreenColorPicker.resx (Italian) * New translations ScreenRecordForm.resx (Italian) * New translations TaskSettingsForm.resx (Italian) * New translations WatchFolderForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ColorPickerForm.resx (Chinese Simplified) * New translations GradientPickerForm.resx (Chinese Simplified) * New translations ExportImportControl.resx (Chinese Simplified) * New translations HistoryForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Chinese Simplified) * New translations MainForm.resx (Italian) * New translations AccountsControl.resx (Chinese Simplified) * New translations OAuthControl.resx (Chinese Simplified) * New translations FTPClientForm.resx (Chinese Simplified) * New translations EmailForm.resx (Chinese Simplified) * New translations JiraUpload.resx (Chinese Simplified) * New translations OAuthWebForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ResponseForm.resx (Chinese Simplified) * New translations TwitterTweetForm.resx (Chinese Simplified) * New translations UploadersConfigForm.resx (Chinese Simplified) * New translations UserPassBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations HotkeySelectionControl.resx (Chinese Simplified) * New translations AccountTypeControl.resx (Chinese Simplified) * New translations WebpageCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ImageEffectsForm.resx (Chinese Simplified) * New translations ImageCombinerForm.resx (Chinese Simplified) * New translations VideoThumbnailerForm.resx (Chinese Simplified) * New translations TextDrawingInputBox.resx (Chinese Simplified) * New translations FFmpegOptionsForm.resx (Chinese Simplified) * New translations ScrollingCaptureForm.resx (Chinese Simplified) * New translations QRCodeForm.resx (Italian) * New translations HotkeySettingsForm.resx (Italian) * New translations ActionsForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Italian) * New translations DownloaderForm.resx (Italian) * New translations UpdateCheckerLabel.resx (Italian) * New translations UpdateMessageBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HistoryForm.resx (Italian) * New translations HistoryItemInfoForm.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintTextForm.resx (Italian) * New translations ImageEffectsForm.resx (Italian) * New translations ImageCombinerForm.resx (Italian) * New translations VideoThumbnailerForm.resx (Italian) * New translations Resources.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintForm.resx (Italian) * New translations ExportImportControl.resx (Italian) * New translations MyPictureBox.resx (Italian) * New translations DNSChangerForm.resx (Italian) * New translations ClipboardContentViewer.resx (Italian) * New translations DebugForm.resx (Italian) * New translations ErrorForm.resx (Italian) * New translations HashCheckForm.resx (Italian) * New translations InputBox.resx (Italian) * New translations MonitorTestForm.resx (Italian) * New translations FFmpegOptionsForm.resx (Italian) * New translations FirstTimeConfigForm.resx (Italian) * New translations ActionsToolbarEditForm.resx (Italian) * New translations UserPassBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HotkeySelectionControl.resx (Italian) * New translations AboutForm.resx (Italian) * New translations ActionsForm.resx (Italian) * New translations AfterCaptureForm.resx (Italian) * New translations TwitterTweetForm.resx (Italian) * New translations AfterUploadForm.resx (Italian) * New translations ApplicationSettingsForm.resx (Italian) * New translations AutoCaptureForm.resx (Italian) * New translations BeforeUploadForm.resx (Italian) * New translations ClipboardFormatForm.resx (Italian) * New translations EncoderProgramForm.resx (Italian) * New translations FileExistForm.resx (Italian) * New translations UploadersConfigForm.resx (Italian) * New translations ResponseForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ScrollingCaptureForm.resx (Italian) * New translations TextDrawingInputBox.resx (Italian) * New translations WebpageCaptureForm.resx (Italian) * New translations AccountTypeControl.resx (Italian) * New translations AccountsControl.resx (Italian) * New translations OAuthControl.resx (Italian) * New translations FTPClientForm.resx (Italian) * New translations EmailForm.resx (Italian) * New translations JiraUpload.resx (Italian) * New translations OAuthWebForm.resx (Italian) * New translations AboutForm.resx (Chinese Simplified) * New translations ActionsToolbarEditForm.resx (Chinese Simplified) * New translations StickerForm.resx (Korean) * New translations TaskSettingsForm.resx (Dutch) * New translations MainForm.resx (Dutch) * New translations QRCodeForm.resx (Dutch) * New translations ScreenColorPicker.resx (Dutch) * New translations ScreenRecordForm.resx (Dutch) * New translations FirstTimeConfigForm.resx (Dutch) * New translations VideoEncodersForm.resx (Dutch) * New translations WatchFolderForm.resx (Dutch) * New translations Resources.resx (Dutch) * New translations ColorPickerForm.resx (Korean) * New translations GradientPickerForm.resx (Korean) * New translations HotkeySettingsForm.resx (Dutch) * New translations FileExistForm.resx (Dutch) * New translations AboutForm.resx (Dutch) * New translations TwitterTweetForm.resx (Dutch) * New translations UploadersConfigForm.resx (Dutch) * New translations UserPassBox.resx (Dutch) * New translations Resources.resx (Dutch) * New translations HotkeySelectionControl.resx (Dutch) * New translations ActionsForm.resx (Dutch) * New translations EncoderProgramForm.resx (Dutch) * New translations AfterCaptureForm.resx (Dutch) * New translations AfterUploadForm.resx (Dutch) * New translations ApplicationSettingsForm.resx (Dutch) * New translations AutoCaptureForm.resx (Dutch) * New translations BeforeUploadForm.resx (Dutch) * New translations ClipboardFormatForm.resx (Dutch) * New translations ExportImportControl.resx (Korean) * New translations ImageThumbnailerForm.resx (Korean) * New translations ImageHistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageEffectsForm.resx (Korean) * New translations DirectoryIndexerForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageCombinerForm.resx (Korean) * New translations VideoThumbnailerForm.resx (Korean) * New translations HistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations CanvasSizeForm.resx (Korean) * New translations EditorStartupForm.resx (Korean) * New translations FFmpegOptionsForm.resx (Korean) * New translations ImageSizeForm.resx (Korean) * New translations NewImageForm.resx (Korean) * New translations ScrollingCaptureForm.resx (Korean) * New translations HistoryItemInfoForm.resx (Korean) * New translations Resources.resx (Korean) * New translations MyPictureBox.resx (Korean) * New translations HashCheckForm.resx (Korean) * New translations DNSChangerForm.resx (Korean) * New translations ClipboardContentViewer.resx (Korean) * New translations DebugForm.resx (Korean) * New translations ErrorForm.resx (Korean) * New translations InputBox.resx (Korean) * New translations UpdateMessageBox.resx (Korean) * New translations MonitorTestForm.resx (Korean) * New translations PrintForm.resx (Korean) * New translations PrintTextForm.resx (Korean) * New translations Resources.resx (Korean) * New translations DownloaderForm.resx (Korean) * New translations UpdateCheckerLabel.resx (Korean) * New translations ResponseForm.resx (Dutch) * New translations OCRSpaceForm.resx (Dutch) * New translations AfterCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ColorPickerForm.resx (Dutch) * New translations GradientPickerForm.resx (Dutch) * New translations ExportImportControl.resx (Dutch) * New translations VideoEncodersForm.resx (Chinese Simplified) * New translations MyPictureBox.resx (Dutch) * New translations DNSChangerForm.resx (Dutch) * New translations ClipboardContentViewer.resx (Dutch) * New translations DebugForm.resx (Dutch) * New translations ErrorForm.resx (Dutch) * New translations WatchFolderForm.resx (Chinese Simplified) * New translations InputBox.resx (Dutch) * New translations FileExistForm.resx (Chinese Simplified) * New translations AfterUploadForm.resx (Chinese Simplified) * New translations ApplicationSettingsForm.resx (Chinese Simplified) * New translations AutoCaptureForm.resx (Chinese Simplified) * New translations BeforeUploadForm.resx (Chinese Simplified) * New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-30 09:04:35 +13:00
<value>Aktualisiere Albumliste</value>
</data>
<data name="chImgurDescription.Text" xml:space="preserve">
<value>Beschreibung</value>
2016-02-05 03:43:59 +13:00
</data>
<data name="chImgurTitle.Text" xml:space="preserve">
<value>Titel</value>
</data>
<data name="cbImgurDirectLink.Text" xml:space="preserve">
<value>Benutze direkten Link</value>
</data>
<data name="cbImgurUploadSelectedAlbum.Text" xml:space="preserve">
<value>Lade Bilder in ausgewähltes Album hoch</value>
</data>
<data name="cbImgurUseGIFV.Text" xml:space="preserve">
<value>Benutze GIFV Link statt GIF</value>
</data>
<data name="gbPhotobucketAlbums.Text" xml:space="preserve">
<value>Erstelle neues Album</value>
</data>
<data name="cbYouTubeUseShortenedLink.Text" xml:space="preserve">
<value>Gekürzten Link verwenden</value>
</data>
<data name="lblTeknikUrlShortenerAPIUrl.Text" xml:space="preserve">
<value>URL-Kürzer-API-URL:</value>
</data>
<data name="lblFTPRemoteDirectory.Text" xml:space="preserve">
<value>Remote-Verzeichnis:</value>
</data>
<data name="cbFTPAppendRemoteDirectory.Text" xml:space="preserve">
<value>Remote-Verzeichnis an URL-Pfad anhängen</value>
</data>
<data name="lblFirebaseDomainExample.Text" xml:space="preserve">
<value>Beispiel: google.page.link</value>
</data>
<data name="tpGooglePhotos.Text" xml:space="preserve">
<value>Google Fotos</value>
</data>
<data name="lblFTPURLPreview.Text" xml:space="preserve">
<value>URL-Vorschau:</value>
</data>
<data name="lblGoogleCloudStoragePathPreview.Text" xml:space="preserve">
<value>Vorschau</value>
</data>
<data name="lblGoogleCloudStoragePathPreviewLabel.Text" xml:space="preserve">
<value>URL-Vorschau:</value>
</data>
<data name="lblAzureStorageURLPreview.Text" xml:space="preserve">
<value>Vorschau</value>
</data>
<data name="lblAzureStorageURLPreviewLabel.Text" xml:space="preserve">
<value>URL-Vorschau:</value>
</data>
<data name="lblB2UrlPreview.Text" xml:space="preserve">
<value>URL-Vorschau:</value>
</data>
<data name="cbOwnCloudUsePreviewLinks.Text" xml:space="preserve">
<value>Vorschaulinks verwenden (nur NextCloud)</value>
</data>
<data name="gbPlikSettings.Text" xml:space="preserve">
<value>Andere Einstellungen</value>
</data>
<data name="gbFTPAccount.Text" xml:space="preserve">
<value>Konto</value>
</data>
<data name="lblFTPAccounts.Text" xml:space="preserve">
<value>Konten:</value>
</data>
<data name="lblAzureStorageAccountName.Text" xml:space="preserve">
<value>Kontoname:</value>
</data>
<data name="btnLithiioGetAPIKey.Text" xml:space="preserve">
<value>Kontoseite öffnen</value>
</data>
<data name="llVgymeAccountDetailsPage.Text" xml:space="preserve">
<value>Du bekommst den Nutzerschlüssel von der Kontodetails-Seite.</value>
</data>
<data name="cbHastebinUseFileExtension.Text" xml:space="preserve">
<value>Dateierweiterung für Syntax-Hervorhebung nutzen (außer .txt)</value>
</data>
<data name="lblGoogleCloudStorageStripExtension.Text" xml:space="preserve">
<value>Dateierweiterung entfernen bei:</value>
</data>
<data name="lblAmazonS3StripExtension.Text" xml:space="preserve">
<value>Dateierweiterung entfernen bei:</value>
</data>
<data name="cbFTPRemoveFileExtension.Text" xml:space="preserve">
<value>Dateierweiterung vom URL-Pfad entfernen</value>
</data>
2022-12-19 12:53:47 +13:00
</root>