pMusic language support

For efforts in internationalising Puppy and solving problems in this area
Post Reply
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

pMusic language support

#1 Post by zigbert »

_______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
Last edited by zigbert on Fri 21 Feb 2020, 09:25, edited 134 times in total.

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#2 Post by zigbert »

Italians are sure faster than the speed of light.
Italian support was ready nearly before Pmusic could support it :)

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#3 Post by zigbert »

French is up and running.
esmourguit is a good guy for the French kennel.

See main post

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#4 Post by zigbert »

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. :!:

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#5 Post by zigbert »

German added

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#6 Post by zigbert »

polish added

jyf1987
Posts: 7
Joined: Thu 12 Jun 2008, 17:26
Location: hangzhou,china || huangshan,china...
Contact:

#7 Post by jyf1987 »

can i add simplefied chinese language support for it?
just give me a english version

User avatar
HairyWill
Posts: 2928
Joined: Fri 26 May 2006, 23:29
Location: Southampton, UK

#8 Post by HairyWill »

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: [url=http://www.puppylinux.org]community website[/url], [url=http://tinyurl.com/6c3nm6]screenshots[/url], [url=http://tinyurl.com/6j2gbz]puplets[/url], [url=http://tinyurl.com/57gykn]wiki[/url], [url=http://tinyurl.com/5dgr83]rss[/url]

User avatar
himajin
Posts: 54
Joined: Tue 08 Jul 2008, 08:35
Location: JAPAN
Contact:

#9 Post by himajin »

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.
Team Puppy Linux Japanese Edition

bernard
Posts: 24
Joined: Mon 26 Jan 2009, 18:03

#10 Post by bernard »

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)

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#11 Post by zigbert »

Thank you bernard

I have updated

User avatar
esmourguit
Posts: 1410
Joined: Fri 17 Nov 2006, 14:45
Location: Entre l'ile aux oiseaux.et l'ile de sainte Lucie

#12 Post by esmourguit »

Bonjour Sigmund,
Here the french file for Pmusic 0.5x.
Cordialement ;)
[url=http://moulinier.net/][color=blue][b]Toutou Linux[/b][/color][/url] - [url=http://toutoulinux.free.fr/pet.php][color=blue][b]Paquets français[/b][/color][/url]

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#13 Post by zigbert »

French updated

User avatar
sasaqqdan
Posts: 39
Joined: Fri 06 Jun 2008, 13:56
Location: China,Zhejiang,Hangzhou
Contact:

Re: Pmusic language support

#14 Post by sasaqqdan »

Chinese support,and support chinese filename:
http://puppy.cnbits.com/sites/default/f ... 090415.pet
ftp://mirror.lupaworld.com/puppylinux/p ... 090415.pet
Image

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:

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#15 Post by zigbert »

Chinese added

Chinese patch will be included into the next Pmusic release.
Also autodetection of Chinese environmental LANG variable.

User avatar
sasaqqdan
Posts: 39
Joined: Fri 06 Jun 2008, 13:56
Location: China,Zhejiang,Hangzhou
Contact:

#16 Post by sasaqqdan »

zigbert wrote:Chinese added

Chinese patch will be included into the next Pmusic release.
Also autodetection of Chinese environmental LANG variable.
fine!great work!
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 1659 times

User avatar
sasaqqdan
Posts: 39
Joined: Fri 06 Jun 2008, 13:56
Location: China,Zhejiang,Hangzhou
Contact:

#17 Post by sasaqqdan »


User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#18 Post by zigbert »

Chinese updated

bernard
Posts: 24
Joined: Mon 26 Jan 2009, 18:03

#19 Post by bernard »

Hello,

Updated spanish local file

Greetings
Attachments
pmusic_es_es-v0.6.tar
Pmusic local file (spanish) - v0.6.1-2
(10 KiB) Downloaded 1597 times

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#20 Post by zigbert »

Spanish updated

Post Reply