Donate Share

httpFileManager

Tracker: Patches

5 Japanese translation - ID: 1492342
Last Update: Comment added ( athenasoft )

I made Japanese translation.
However, translation is not completed.
That is because a defect is in the original message.

ex)
ajax.js:
message = LNGRENAMING+curname+" to "+newname+" on
"+curusrfolder;
lang.en.php:
$LNGRENAMING = "Renaming ";

actual result:
message = "Renaming "+curname+" to "+newname+" on
"+curusrfolder;

A Japanese order style:
message = currentfolder + " on " + curname + " renaming
to " + newname;

It cannot be translated because the order of a word
cannot be changed.


Tadashi Jokagi ( elf2000 ) - 2006-05-21 05:49

5

Closed

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2006-05-22 03:57
Sender: athenasoftProject AdminAccepting Donations

Logged In: YES
user_id=450182

The Japanese translation ha been added to the language
package. Many thanks to Tadashi Jokagi.


Log in to comment.

Attached File ( 1 )

Filename Description Download
lang.ja.php Japanese translation file. Download

Changes ( 3 )

Field Old Value Date By
status_id Open 2006-05-22 03:57 athenasoft
close_date - 2006-05-22 03:57 athenasoft
File Added 178723: lang.ja.php 2006-05-21 05:49 elf2000