JumpLoader
Java File Upload Applet

Documentation

Internationalization

(since 1.3)

Please follow instructions below to add new language support:

  1. Download content of messages.properties (english language) file.
  2. Translate strings (edit file).
  3. Save file (NB! File encoding must remain UTF-8).
  4. Add modified messages.properties file to zip archive (you may give any name to zip, i.e. messages_xx.zip).
  5. Publish zip to the web server at the same directory where jar exists (or custom directory, just update path for step #6).
  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
bulgarian Bulgarian messages_bg.zip Bulgarian
czech Czech messages_cz.zip Czech
german German messages_de.zip German
danish Danish messages_dk.zip Danish
english English messages_en.zip English
spanish Spanish messages_es.zip Spanish
french French messages_fr.zip French
hungarian Hungarian messages_hu.zip Hungarian
italian Italian messages_it.zip Italian
dutch Dutch messages_nl.zip Dutch
polish Polish messages_pl.zip Polish
russian Russian messages_ru.zip Russian
swedish Swedish messages_se.zip Swedish
turkish Turkish messages_tr.zip Turkish

 

advertising WebFM — easy and efficient web file manager.