Documentation
Internationalization
(since 1.3)
Please follow instructions below to add new language support:
- Download content of messages.properties (english language) file.
- Translate strings (edit file).
- Save file (NB! File encoding must remain UTF-8).
- Add modified messages.properties file to zip archive (you may give any name to zip, i.e. messages_xx.zip).
- Publish zip to the web server at the same directory where jar exists (or custom directory, just update path for step #6).
- Since java 1.6.19 introduced "Mixed Code Protection" feature (http://java.sun.com/javase/6/docs/technotes/guides/jweb/mixed_code.html) this method is no longer valid (warning message appears or messages_xx.zip must be signed too). It is recommended to use applet parameter (value shoud be absolute either relative url to zip file):
<param name="ac_messagesZipUrl" value="messages_xx.zip"/>
Accordingly modify <applet> element of HTML code — insert zip file location right before jar file location:
archive="messages_xx.zip,jumploader_z.jar"
Translation
Hopefully keys in a messages file are self explanatory. For uploader errors it is possible to use predefined patterns (if applicable):
| Pattern | Description |
| ${file.path} | Current file full path |
| ${file.name} | Current file name |
| ${file.length} | Current file length |
| ${uc.maxLength} | Maximum allowed files length (total) |
| ${uc.maxFiles} | Maximum allowed number of files |
| ${uc.maxFileLength} | Maximum allowed single file length |
Localized versions
Translations are contributed by jumploader users, may be incorrect, out of date or incomplete. Don't hesitate to send improved or new localizations.
| Language | File | Demo |
| messages_bg.zip | Bulgarian | |
| messages_cz.zip | Czech | |
| messages_de.zip | German | |
| messages_dk.zip | Danish | |
| messages_en.zip | English | |
| messages_es.zip | Spanish | |
| messages_fr.zip | French | |
| messages_hu.zip | Hungarian | |
| messages_it.zip | Italian | |
| messages_nl.zip | Dutch | |
| messages_pl.zip | Polish | |
| messages_ru.zip | Russian | |
| messages_se.zip | Swedish | |
| messages_tr.zip | Turkish |
| advertising | — easy and efficient web file manager. |