1<?php
2
3$lang['max_datasize_exceeded'] = "The maximum size of the image has been exceeded";
4
5$lang['js']['txt_no_java'] = "There's no <a href='http://www.java.com'>Java-Plugin</a> installed in your browser.";
6
7$lang['js']['label_paste_image'] = "Paste image from clipboard";
8$lang['js']['prompt_namespace'] = "Namespace";
9$lang['js']['prompt_filename'] = "Upload as";
10$lang['js']['txt_required'] = "*";
11$lang['js']['txt_required_hint'] = "Required";
12$lang['js']['txt_upload_image'] = "Upload image";
13$lang['js']['upload_button_hint'] = "Upload screenshots and images from the clipboard";
14$lang['js']['upload_button_alt'] = $lang['js']['upload_button_hint'];
15
16// generic errors
17$lang['js']['err_not_loaded_yet'] = 'Supa-Applet not loaded yet.';
18
19// errors while pasting the image from the clipboard
20$lang['js']['err_clipboard_unknown_error'] = 'Unexpected error. See the Java-Applet-Console for details.';
21$lang['js']['err_clipboard_empty'] = 'The clipboard is empty.';
22$lang['js']['err_clipboard_content_unsupported'] = 'The clipboard does not contain a supported image format.';
23$lang['js']['err_clipboard_error_code_unknown'] = "Error! Unfortunately, no error message is implemented for error code: ";
24
25// errors before/during upload
26$lang['js']['err_need_filename'] = "Filename required!.";
27$lang['js']['err_paste_image_first'] = "Please paste an image first!.";
28
29
30?>
31
32