This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8858 - Japanese language file
Attached to Project:
Rockbox
Opened by Suzuki Takumi (takumiboo) - Monday, 07 April 2008, 07:47 GMT+2
Last edited by Kévin Ferrare (TiMiD) - Thursday, 03 July 2008, 06:18 GMT+2
Opened by Suzuki Takumi (takumiboo) - Monday, 07 April 2008, 07:47 GMT+2
Last edited by Kévin Ferrare (TiMiD) - Thursday, 03 July 2008, 06:18 GMT+2
|
DetailsI translated to Japanese.
But I don't know how to patch .diff file. So I upload this file. Sorry,I am Japanese. I can't use English well. |
This task depends upon
Closed by Kévin Ferrare (TiMiD)
Thursday, 03 July 2008, 06:18 GMT+2
Reason for closing: Duplicate
Additional comments about closing: Commited FS#8737 which had more strings
Thursday, 03 July 2008, 06:18 GMT+2
Reason for closing: Duplicate
Additional comments about closing: Commited
<source>
*: "Building database... %d found (OFF to return)"
h100,h120,h300: "Building database... %d found (STOP to return)"
- ipod*: "Building database... %d found (PLAY/PAUSE to return)"
- x5,m5: "Building database... %d found (Left to return)"
+ ipod*: "Building database... %d found (PREV to return)"
+ x5,m5,gigabeatf,mrobe100: "Building database... %d found (LEFT to return)"
h10,h10_5gb,e200,c200: "Building database... %d found (PREV to return)"
</source>
<dest>
*: "Building database... %d found (OFF to return)"
h100,h120,h300: "Building database... %d found (STOP to return)"
ipod*: "Building database... %d found (PLAY/PAUSE to return)"
- x5,m5: "Building database... %d found (Left to return)"
+ x5,m5,gigabeatf,mrobe100: ""
h10,h10_5gb,e200,c200: "Building database... %d found (PREV to return)"
</dest>
the dest string for x5,m5,gigabeatf,mrobe100 is empty and the one for ipod* is wrong.
In a few more places empty strings are added for some targets.