<?php

$s_plugin_DragAndDropFileUploadJavaApplet_configuration 				= 'Configuration';
$s_plugin_DragAndDropFileUploadJavaApplet_configuration_notice 			= 'Settings will be applied to currently active project only!';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_enabled 				= 'Drag \'n Drop File Upload enabled?';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_enabled_notice 		= 'Turn on/off Drag and Drop File Upload';
$s_plugin_DragAndDropFileUploadJavaApplet_applet_type 					= 'Applet Type';
$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 of Applet Configuration File';
$s_plugin_DragAndDropFileUploadJavaApplet_config_file_notice 			= 'Property file for Drag and Drop File Upload';
$s_plugin_DragAndDropFileUploadJavaApplet_applet_name 					= 'Applet Name';
$s_plugin_DragAndDropFileUploadJavaApplet_applet_name_notice			= 'Displayed when user is asked if applet shall be executed';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_width 					= 'Width of Dropzone Box';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_height	 				= 'Height of Dropzone Box';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_only_by_http			= 'Client IP Addresses for which no SSL Connections shall be used during file upload';
$s_plugin_DragAndDropFileUploadJavaApplet_upload_only_by_http_notice	= 'Use this option when you encounter problems with ssl proxies (list of client (proxy) ip addresses)';
$s_plugin_DragAndDropFileUploadJavaApplet_submit						= 'Save Settings';
$s_plugin_DragAndDropFileUploadJavaApplet_reset							= 'Reset to Default Values';
$s_plugin_DragAndDropFileUploadJavaApplet_account_plugin_prefs			= 'Drag and Drop File Upload (Java Applet) Prefs';
