| Author |
Message |
zigbert

Joined: 29 Mar 2006 Posts: 5292 Location: Valåmoen, Norway
|
Posted: Fri 19 Dec 2008, 05:17 Post_subject:
Pmusic language support |
|
_______Pmusic language support__________________________________
English - Native language
French - Jean-Jacques Moulinier (esmourguit) (3.1.3)
German - Lutz-Ulrich Ringel (L18L) (3.3.0)
Russian - Sergey Rodin (rodin.s) (3.2.3)
From version 3.0.0, pMusic uses gettext for NLS.
You can translate using momanager
Download
username: puppy
password: linux
pmusic_NLS.pet
For pMusic 2 you should use this one pmusic_NLS_2.x.x.pet
Pmusic mainpage
Sigmund Berglund
_________________ Stardust resources
Edited_times_total
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5292 Location: Valåmoen, Norway
|
Posted: Fri 19 Dec 2008, 17:00 Post_subject:
|
|
Italians are sure faster than the speed of light.
Italian support was ready nearly before Pmusic could support it
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5292 Location: Valåmoen, Norway
|
Posted: Sat 20 Dec 2008, 06:51 Post_subject:
|
|
French is up and running.
esmourguit is a good guy for the French kennel.
See main post
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5292 Location: Valåmoen, Norway
|
Posted: Sun 21 Dec 2008, 03:08 Post_subject:
|
|
Spanish is added by wow.
It seems that Spanish guys likes to be anonymous. Both wow and droope has translated spanish, but non have given their names. You both deserve the credit, - anonymous or not.
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5292 Location: Valåmoen, Norway
|
Posted: Tue 06 Jan 2009, 11:19 Post_subject:
|
|
German added
_________________ Stardust resources
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5292 Location: Valåmoen, Norway
|
Posted: Tue 13 Jan 2009, 14:41 Post_subject:
|
|
polish added
_________________ Stardust resources
|
|
Back to top
|
|
 |
jyf1987
Joined: 12 Jun 2008 Posts: 7 Location: hangzhou,china || huangshan,china...
|
Posted: Sat 17 Jan 2009, 01:46 Post_subject:
|
|
can i add simplefied chinese language support for it?
just give me a english version
|
|
Back to top
|
|
 |
HairyWill

Joined: 26 May 2006 Posts: 2949 Location: Southampton, UK
|
Posted: Mon 19 Jan 2009, 06:02 Post_subject:
|
|
| jyf1987 wrote: | can i add simplefied chinese language support for it?
just give me a english version | Zigbert is away at the moment.
You should install the latest version of pmusic, currently 0.5.3 and translate the file /usr/local/pmusic/locals/english
Pmusic 0.5.3
_________________ Will
contribute: community website, screenshots, puplets, wiki, rss
|
|
Back to top
|
|
 |
himajin

Joined: 08 Jul 2008 Posts: 54 Location: JAPAN
|
Posted: Sat 24 Jan 2009, 13:31 Post_subject:
|
|
We have japanese language files.
http://nami4.dyndns.org/p_blog/resources/usr_local.tar.gz
But Pmusic seems can not handring(play) japanese file name.
_________________ Team Puppy Linux Japanese Edition
|
|
Back to top
|
|
 |
bernard
Joined: 26 Jan 2009 Posts: 24
|
Posted: Sat 07 Feb 2009, 22:08 Post_subject:
|
|
Hi there,
I have updated wow's spanish translation to the last version (my english is really sad, sorry)
http://www.murga-linux.com/puppy/viewtopic.php?mode=attach&id=14795 (0.5.3)
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5292 Location: Valåmoen, Norway
|
Posted: Sun 08 Feb 2009, 02:27 Post_subject:
|
|
Thank you bernard
I have updated
_________________ Stardust resources
|
|
Back to top
|
|
 |
esmourguit
Joined: 17 Nov 2006 Posts: 1162 Location: Sur l'ile aux oiseaux.
|
Posted: Thu 12 Mar 2009, 12:40 Post_subject:
|
|
Bonjour Sigmund,
Here the french file for Pmusic 0.5x.
Cordialement
_________________ Toutou Linux - Pets francisés
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5292 Location: Valåmoen, Norway
|
Posted: Thu 12 Mar 2009, 14:17 Post_subject:
|
|
French updated
_________________ Stardust resources
|
|
Back to top
|
|
 |
sasaqqdan

Joined: 06 Jun 2008 Posts: 39 Location: China,Zhejiang,Hangzhou
|
Posted: Tue 14 Apr 2009, 18:35 Post_subject:
Re: Pmusic language support |
|
Chinese support,and support chinese filename:
http://puppy.cnbits.com/sites/default/files/pmusic-0.5.4-cn090415.pet
ftp://mirror.lupaworld.com/puppylinux/packages/pmusic-0.5.4-cn090415.pet
Patch for Chinese filename support:
# diff -uN func.en func
| Code: |
--- func.en 2009-02-10 20:14:42.000000000 +0800
+++ func 2009-04-14 21:47:55.000000000 +0800
@@ -998,10 +998,12 @@
echo -e "\c" > $WORKDIR/pmusic-ffmpeg_output
TMP="`cut -d '|' -f 3 $WORKDIR/pmusic-TREE_ITEM`"
if [ "$TMP" = "00:00" ] || [ "$TMP" = "00:01" ]; then #if length is under 2 sec --> piping ffmpeg | aplay fails
- echo "ffmpeg -i \"$PLAYLIST\" -f au -y $WORKDIR/pmusic.au 2> /dev/null" > $WORKDIR/pmusic-exec
+ echo '#!/bin/sh' > $WORKDIR/pmusic-exec
+ echo "ffmpeg -i \"$PLAYLIST\" -f au -y $WORKDIR/pmusic.au 2> /dev/null" >> $WORKDIR/pmusic-exec
echo "aplay $WORKDIR/pmusic.au 2> /dev/null" >> $WORKDIR/pmusic-exec
else #Normal way
- echo "exec ffmpeg -i \"$PLAYLIST\" -ss $SS -f au - 2>> $WORKDIR/pmusic-ffmpeg_output | aplay -f cd 2> /dev/null" > $WORKDIR/pmusic-exec
+ echo '#!/bin/sh' > $WORKDIR/pmusic-exec
+ echo "exec ffmpeg -i \"$PLAYLIST\" -ss $SS -f au - 2>> $WORKDIR/pmusic-ffmpeg_output | aplay -f cd 2> /dev/null" >> $WORKDIR/pmusic-exec
fi
chmod 700 $WORKDIR/pmusic-exec
if [ "$HIGH_CPU" = "true" ]; then
|
_________________ please visit our website:
小芭比Linux(small barbie linux)

|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5292 Location: Valåmoen, Norway
|
Posted: Fri 17 Apr 2009, 07:05 Post_subject:
|
|
Chinese added
Chinese patch will be included into the next Pmusic release.
Also autodetection of Chinese environmental LANG variable.
_________________ Stardust resources
|
|
Back to top
|
|
 |
|