Table des matières

JUpload translations

Presentation

This page redirect to the currently available translation for JUpload. It allows anyone to:

JUpload contains two parts:

Existing translations

The following links contains the two translations, for the applet and the PHP part. If you send me a new translation, please email me the full one, even if you want to use only the Applet part.

The existing translations are :

Create a new translation

If you want to create a new translation .. You're really welcome! :-)

This is simple. Here are the detailed steps:

  1. Open the juploadEnglish page
  2. Copy the whole page into your favorite text editor. Please use something like Word or openOffice, as there are too many different encoding in text files
  3. Translate the strings
  4. Send me a mail, with this file (Word, or RTF files please).

I will then :

  1. Add your translation to the applet and to the coppermine plugin
  2. Generate a beta package, which will be avaible in the download section,
  3. Publich it to my test site, so that you can check everything is Ok,
  4. Generate a new 'official' package, once I have your validation.

The lang_XX.properties file in the applet is in ISO-8859-1 encoding. To create it, I do these steps:

  1. Create a UTF8 file from the content of the given RTF or Word file.
  2. use the native2ascii utility:
    • native2ascii -encoding UTF-8 lang_XX_properties.utf8 lang_XX_properties

The PHP file is encoded in UTF-8.