Lupu- Localising Quickpet

For efforts in internationalising Puppy and solving problems in this area
Message
Author
Tasgarth
Posts: 203
Joined: Mon 06 Oct 2008, 19:08
Location: France, Besancon
Contact:

#41 Post by Tasgarth »

About French locale Files:
Geany OK
Opera OK
Gimp : No in its last version, only an old version of Gimp with a translation

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#42 Post by 01micko »

Hello mave,

I like your gtkdialog-splash script.. :D nice!

Maybe this is what you're after... ?

Code: Select all

#dlgPID=$!
dlgPID=`ps|grep -w 'SPLASH'`
if [ ${#timeout} -gt 0 ]; then
	sleep $timeout
	kill $dlgPID 2>/dev/null
fi
It will look nice in Quickpet.. I like the icon idea.

Cheers
Puppy Linux Blog - contact me for access

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#43 Post by 01micko »

New version 2.1.11
-added LOC_353 and 354
-new splash thanks to mave
-updated current files

Get it from the main post

Cheers
Puppy Linux Blog - contact me for access

User avatar
Bert
Posts: 1103
Joined: Fri 30 Jun 2006, 20:09

DUTCH

#44 Post by Bert »

Dutch localization of "en_US-3".

Bert
Attachments
nl_NL-3.tar.gz
(3.55 KiB) Downloaded 1052 times
[url=http://pupsearch.weebly.com/][img]http://pupsearch.weebly.com/uploads/7/4/6/4/7464374/125791.gif[/img][/url]
[url=https://startpage.com/do/search?q=host%3Awww.murga-linux.com%2F][img]http://i.imgur.com/XJ9Tqc7.png[/img][/url]

mave
Posts: 129
Joined: Thu 02 Apr 2009, 13:42
Location: Germany

gtkdialog-splash - update and a little bit extension

#45 Post by mave »

Hi 01micko,
Maybe this is what you're after... ?

Code:
#dlgPID=$!
dlgPID=`ps|grep -w 'SPLASH'`
if [ ${#timeout} -gt 0 ]; then
sleep $timeout
kill $dlgPID 2>/dev/null
fi
Yeah! ...thinking about splashes and not knowing about other applications are using this this at he same time. This code kills the process searched via gtkdialog splash-enviroment variable and maybe killing the wrong ;-) So, a little luxus for the gtkdialog-splash script: storing in tmp-files PIDs for erasing the right splash. See example 'test', if interested.

Download in the original message above.

Cheers

mave
Posts: 129
Joined: Thu 02 Apr 2009, 13:42
Location: Germany

german/deutsch

#46 Post by mave »

thanks for Quickpet :-)

mave
Attachments
quickpet-2.1.11-deutsch.jpg
(58.79 KiB) Downloaded 2191 times
quickpet_2.1.11_locals-german_deutsch.tar.gz
de_DE (useful for de_AT, de_BE, de_CH, de_LI, de_LU)
(4.08 KiB) Downloaded 903 times

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

Re: german/deutsch

#47 Post by 01micko »

mave wrote:thanks for Quickpet :-)

mave
Thanks for the translation!

New version in a few days with a new feature I know will be a hit!

Cheers
Puppy Linux Blog - contact me for access

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

Quickpet chinese language

#48 Post by sasaqqdan »

:D cheer!
Attachments
sasaqqdan-quickpet-cn001.jpg
Quickpet chinese language show
(64.73 KiB) Downloaded 2051 times
zh_CN-001.tar.gz
Quickpet chinese language v2.1.11
(3.81 KiB) Downloaded 926 times

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#49 Post by 01micko »

Thank you sasaqqdan!

Chinese added,

New pet soon.
Puppy Linux Blog - contact me for access

mave
Posts: 129
Joined: Thu 02 Apr 2009, 13:42
Location: Germany

gtkdialog-splash - updates and a little bit extension

#50 Post by mave »

Thanks to 01micko and Barry, more brilliant extension to this script:

Code: Select all

# gtkdialog-splash

gtkdialog-splash
 
 an easy splash - possible replace for yaf-splash in Lucid Puppy/Quirky... (NOT Puppy 4.x)
 mave 01.05.2010 and great improvements by 01micko and BarryK
 no warranty
 Thanks for Puppy!
 
 usage: gtkdialog-splash [OPTIONS] [-timeout SEC] -text TEXT | -kill PID 
 
 - text EXPRESSION
 - timeout COUNT (in sec, default: 3)
 - icon GTK-XXX (for example: gtk-info all gtk-stock-symbols, default: none)
 - bg COLOR (background color red, blue, yellow..., default: grey)
 - fg COLOR (font color, default: black)
 - placement center|mouse|top|bottom|top-left|bottom-left (default: center)
 - close never|mouseover|box (default is mouseover)
 - fontsize SIZE (small, medium, large, x-large, default: large)

 - kill PID (process ID called before: 	PID=0 auto-search fo the last one,
 					PID=xxxxx kill the last one read by PID=$!)
 - deco (shows windows decorations, default: none)
010610 (europ. date ;-): added option "-deco" for getting window decoration, for those, who want a real window clicking and watching

Markus
Attachments
gtkdialog-splash010610.tar.gz
(2.32 KiB) Downloaded 911 times

User avatar
YoN
Posts: 76
Joined: Wed 04 Jul 2007, 07:28
Location: NIPPON

#51 Post by YoN »

Hi, 01micko

Here is a quickpet's ja_JP.
Image
Attachments
ja_JP.tar.gz
Japanese language file for quickpet-2.1.11
(4.16 KiB) Downloaded 903 times

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

Re: gtkdialog-splash - updates and a little bit extension

#52 Post by BarryK »

mave wrote:Thanks to 01micko and Barry, more brilliant extension to this script:

Code: Select all

# gtkdialog-splash

gtkdialog-splash
 
 an easy splash - possible replace for yaf-splash in Lucid Puppy/Quirky... (NOT Puppy 4.x)
 mave 01.05.2010 and great improvements by 01micko and BarryK
 no warranty
 Thanks for Puppy!
 
 usage: gtkdialog-splash [OPTIONS] [-timeout SEC] -text TEXT | -kill PID 
 
 - text EXPRESSION
 - timeout COUNT (in sec, default: 3)
 - icon GTK-XXX (for example: gtk-info all gtk-stock-symbols, default: none)
 - bg COLOR (background color red, blue, yellow..., default: grey)
 - fg COLOR (font color, default: black)
 - placement center|mouse|top|bottom|top-left|bottom-left (default: center)
 - close never|mouseover|box (default is mouseover)
 - fontsize SIZE (small, medium, large, x-large, default: large)

 - kill PID (process ID called before: 	PID=0 auto-search fo the last one,
 					PID=xxxxx kill the last one read by PID=$!)
 - deco (shows windows decorations, default: none)
010610 (europ. date ;-): added option "-deco" for getting window decoration, for those, who want a real window clicking and watching

Markus
Here is the latest gtkdialog-splash, that I have put into Woof. This will be in Quirky 1.2, completely replacing yaf-splash, currently uploading. I will upload Woof soon also.

Note that in Woof it is /usr/bin/gtkdialog-splash, and /usr/bin/yaf-splash is a symlink to it.

Note also, I modified the -deco to have a window title '-deco "title of window"' (note, the class name of 'gtkdialog-splash' is maintained by the gtkdialog '--class="gtkdialog-splash"' parameter).
Attachments
gtkdialog-splash.gz
As used in Quirky 1.2. Builtin to Woof.
(2.38 KiB) Downloaded 1619 times
[url]https://bkhome.org/news/[/url]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#53 Post by 01micko »

New version 2.2

See main post
Puppy Linux Blog - contact me for access

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#54 Post by 01micko »

Ok Puppy Translators..

Quickpet-2.9.5 is out see the main post

We're almost there :wink: This is the draft for final Puppy 5.1. There will be no more changes.

There are a few changes.

I really appreciate ALL your fantastic help. You are bringing Puppy to the world.

We still need more
  • Spanish
    Portuguese
    Italian
    Hindi
    Greek
    Arabic
    Russian
    Norwegian
    Whatever language you can speak :)
Cheers and enjoy. :D

Mick
Puppy Linux Blog - contact me for access

User avatar
YoN
Posts: 76
Joined: Wed 04 Jul 2007, 07:28
Location: NIPPON

#55 Post by YoN »

Here is New ja_JP:japanese file for version.2.9.5

Thank you.
Attachments
ja_JP-5.tar.gz
japanese langage file for version-2.9.5
(4.44 KiB) Downloaded 885 times

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#56 Post by 01micko »

Thank you YoN!

Cheers
Puppy Linux Blog - contact me for access

mave
Posts: 129
Joined: Thu 02 Apr 2009, 13:42
Location: Germany

#57 Post by mave »

... and german for 2.9.5

mave
Attachments
quickpet-2.9.5-de_DE.tar.gz
(4.17 KiB) Downloaded 838 times

User avatar
MinHundHettePerro
Posts: 852
Joined: Thu 05 Feb 2009, 22:22
Location: SE

sv_SE_2.9.5

#58 Post by MinHundHettePerro »

Ok, here's my on-the-fly translation of QP295 into Swedish.......

nooby (or any other "generic" swede), how the f... do we translate "generic"?

And, to all other "generic" swedes; please proof-read, if you can spare the time...

01micko
export LOC_FILE="File" # Does this refer to a file (as in a data-file) or to File (as in the program's menu)? In the first case the translation would be "Fil", while in the latter it would be "Arkiv" (Haven't tried the latest luci-207(/208) out, yet :oops:.)

Apart from the reservational inquiries above, enjoy! :)/
MHHP
Attachments
QuickPet-2.9.5_sv_SE.gz
(4.1 KiB) Downloaded 821 times
[color=green]Celeron 2.8 GHz, 1 GB, i82845, many ptns, modes 12, 13
Dual Xeon 3.2 GHz, 1 GB, nvidia quadro nvs 285[/color]
Slackos & 214X, ... and Q6xx
[color=darkred]Nämen, vaf....[/color] [color=green]ln -s /dev/null MHHP[/color]

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#59 Post by 01micko »

Thanks muchly MMHP,
nooby (or any other "generic" swede), how the f... do we translate "generic"?
Er, you can use lisense here... "Installed" would be a fine substitute.
export LOC_FILE="File" # Does this refer to a file (as in a data-file) or to File (as in the program's menu)?
It's the menu entry, so the latter will be correct.

If you come accross something like that and you are unsure you could always put both.. one for real and one commented with a brief explanation.

Thanks again,

Cheers

EDIT: MHHP, I used "Arkiv", I think that's right, I also removed "Generisk", is that ok?

Mick
Puppy Linux Blog - contact me for access

User avatar
01micko
Posts: 8741
Joined: Sat 11 Oct 2008, 13:39
Location: qld
Contact:

#60 Post by 01micko »

Updated to 2.9.6 with the updated translations and a few spelling errors (on my part :oops: ) corrected. See main post.

Feel free to PM me your real name if you want to be credited. Else I'll just use your forum name.

Cheers

Mick
Puppy Linux Blog - contact me for access

Post Reply