<?php

$lang['max_datasize_exceeded'] = "The maximum size of the image has been exceeded";

$lang['js']['txt_no_java'] = "There's no <a href='http://www.java.com'>Java-Plugin</a> installed in your browser.";

$lang['js']['label_paste_image'] = "Paste image from clipboard";
$lang['js']['prompt_namespace'] = "Namespace";
$lang['js']['prompt_filename'] = "Upload as";
$lang['js']['txt_required'] = "*";
$lang['js']['txt_required_hint'] = "Required";
$lang['js']['txt_upload_image'] = "Upload image";
$lang['js']['upload_button_hint'] = "Upload screenshots and images from the clipboard";
$lang['js']['upload_button_alt'] = $lang['js']['upload_button_hint'];

// generic errors
$lang['js']['err_not_loaded_yet'] = 'Supa-Applet not loaded yet.';

// errors while pasting the image from the clipboard
$lang['js']['err_clipboard_unknown_error'] = 'Unexpected error. See the Java-Applet-Console for details.';
$lang['js']['err_clipboard_empty'] = 'The clipboard is empty.';
$lang['js']['err_clipboard_content_unsupported'] = 'The clipboard does not contain a supported image format.';
$lang['js']['err_clipboard_error_code_unknown'] = "Error! Unfortunately, no error message is implemented for error code: ";

// errors before/during upload
$lang['js']['err_need_filename'] = "Filename required!.";
$lang['js']['err_paste_image_first'] = "Please paste an image first!.";


?>

