pMusic language support
pMusic language support
_______pMusic language support__________________________________
English - Native language
French - Jean-Jacques Moulinier (esmourguit) (4.4.7)
German - Lutz-Ulrich Ringel (L18L) (3.3.0)
Italian - David Maria Galardi (xanad) (4.4.8 )
Polish - Robert Wojewódzki (robwoj44) (4.4.7)
Russian - Sergey Rodin (rodin.s), Aleksandr Proklov (pro) (6.0.0)
Spanish - Víctor Martínez (vicmz ) (5.4.0)
pMusic uses gettext for NLS.
You can translate using momanager
Download
username: puppy
password: linux
pmusic_NLS.pet [Mirror] (Puppy package)
pmusic_NLS.tar.gz [Mirror]
pMusic mainpage
Sigmund Berglund
English - Native language
French - Jean-Jacques Moulinier (esmourguit) (4.4.7)
German - Lutz-Ulrich Ringel (L18L) (3.3.0)
Italian - David Maria Galardi (xanad) (4.4.8 )
Polish - Robert Wojewódzki (robwoj44) (4.4.7)
Russian - Sergey Rodin (rodin.s), Aleksandr Proklov (pro) (6.0.0)
Spanish - Víctor Martínez (vicmz ) (5.4.0)
pMusic uses gettext for NLS.
You can translate using momanager
Download
username: puppy
password: linux
pmusic_NLS.pet [Mirror] (Puppy package)
pmusic_NLS.tar.gz [Mirror]
pMusic mainpage
Sigmund Berglund
Last edited by zigbert on Fri 21 Feb 2020, 09:25, edited 134 times in total.
Zigbert is away at the moment.jyf1987 wrote:can i add simplefied chinese language support for it?
just give me a english version
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
We have japanese language files.
http://nami4.dyndns.org/p_blog/resource ... cal.tar.gz
But Pmusic seems can not handring(play) japanese file name.
http://nami4.dyndns.org/p_blog/resource ... cal.tar.gz
But Pmusic seems can not handring(play) japanese file name.
Team Puppy Linux Japanese Edition
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/viewto ... h&id=14795 (0.5.3)
I have updated wow's spanish translation to the last version (my english is really sad, sorry)
http://www.murga-linux.com/puppy/viewto ... h&id=14795 (0.5.3)
- esmourguit
- Posts: 1410
- Joined: Fri 17 Nov 2006, 14:45
- Location: Entre l'ile aux oiseaux.et l'ile de sainte Lucie
Re: Pmusic language support
Chinese support,and support chinese filename:
http://puppy.cnbits.com/sites/default/f ... 090415.pet
ftp://mirror.lupaworld.com/puppylinux/p ... 090415.pet

Patch for Chinese filename support:
# diff -uN func.en func
http://puppy.cnbits.com/sites/default/f ... 090415.pet
ftp://mirror.lupaworld.com/puppylinux/p ... 090415.pet

Patch for Chinese filename support:
# diff -uN func.en func
Code: Select all
--- 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:
[url=http://puppy.cnbits.com]å°èŠæ¯”Linux(small barbie linux)[/url]
:wink: :mrgreen:
[url=http://puppy.cnbits.com]å°èŠæ¯”Linux(small barbie linux)[/url]
:wink: :mrgreen:
fine!great work!zigbert wrote:Chinese added
Chinese patch will be included into the next Pmusic release.
Also autodetection of Chinese environmental LANG variable.
here is chinese support for pfilesearch,pfind,pmusic,pprocess,pwidgets,wallpaper:
- Attachments
-
- psoft001.tar.gz
- chinese support for pfilesearch,pfind,pmusic,pprocess,pwidgets,wallpaper
- (33.99 KiB) Downloaded 1695 times
Hello,
Updated spanish local file
Greetings
Updated spanish local file
Greetings
- Attachments
-
- pmusic_es_es-v0.6.tar
- Pmusic local file (spanish) - v0.6.1-2
- (10 KiB) Downloaded 1665 times