<?php

$s_plugin_DragAndDropFileUploadJavaApplet_configuration 				= 'Konfiguration';
$s_plugin_DragAndDropFileUploadJavaApplet_configuration_notice 			= 'Einstellungen gelten nur für das gerade ausgewählte Projekt!';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_enabled 				= 'Drag \'n Drop File Upload aktiviert?';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_enabled_notice 		= 'Drag and Drop File Upload ein- /ausschalten';
$s_plugin_DragAndDropFileUploadJavaApplet_applet_type 					= 'Applet Typ';
$s_plugin_DragAndDropFileUploadJavaApplet_applet_type_notice			= 'What kind of applet do you want to use (lite, standard or plus)?
<br><br>There are three different Rad Upload Applets available:
<br>- Rad Upload Lite (FREE but maximum upload limit is 1 MB and no redirect after upload allowed so you don\'t see your uploaded files immediately)
<br>- Rad Upload (standard version, should satisfy all your needs)
<br>- Rad Upload Plus (enterprise version with enhanced features like resume uploads etc.)
<br>
<br>For best results use the standard or the plus version (no file upload limitations, additional "select files"-menu when clicking with your left
<br>mouse button in the dropbox and redirect after upload so you immediately see your uploaded files attached to the ticket)
<br>
<br>You need to download (http://www.radinks.com/downloads/upload.php) the version you want and copy the 
<br>JAR-file (dndlite.jar, dnd.jar or dndplus.jar) into the folder /plugins/DragAndDropFileUploadJavaApplet/files/
<br>After that configure the settings below AND in the file /plugins/DragAndDropFileUploadJavaApplet/applet_properties.php
<br>see (http://www.radinks.com/upload/settings) for details
';
$s_plugin_DragAndDropFileUploadJavaApplet_config_file 					= 'Name der Applet Konfigurationsdatei';
$s_plugin_DragAndDropFileUploadJavaApplet_config_file_notice 			= 'Konfigurationsdatei für das Java Applet';
$s_plugin_DragAndDropFileUploadJavaApplet_applet_name 					= 'Applet Name';
$s_plugin_DragAndDropFileUploadJavaApplet_applet_name_notice			= 'Der Applet Name wird angezeigt, wenn der Benutzer gefragt wird ob er das Applet ausführen möchte';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_width 					= 'Breite der Dropzone Box';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_height	 				= 'Höhe der Dropzone Box';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_only_by_http			= 'Client IP Addressen für welche der Dateiupload unverschlüsselt erfolgen soll';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_only_by_http_notice	= 'Diese Einstellung sollte verwendet werden, falls Probleme in Zusammenhang mit SSL-Proxies auftreten';
$s_plugin_DragAndDropFileUploadJavaApplet_submit						= 'speichern';
$s_plugin_DragAndDropFileUploadJavaApplet_reset							= 'zurücksetzen zu Standardeinstellungen';
$s_plugin_DragAndDropFileUploadJavaApplet_account_plugin_prefs			= 'Drag and Drop File Upload (Java Applet) Präferenzen';
