Page 1 of 8

New files 'gettextized' for everyone 2015

Posted: Sat 30 Aug 2014, 10:47
by xanad
List of files without gettext. Fixed and tested.

xdialog 2.3.1 gettexted
http://murga-linux.com/puppy/viewtopic. ... 958#868958

-part1
Floppy_Formatter
video-info
video-info-glx
xorgwizard-automatic

-part2-
pns-tool
prename
connectwizard_2nd --> Found some 'gettext' errors in the original file from line 252 to 260. Fixed
Pup-SysInfo + func --> All ok, but I don't know how insert 'gettext' from line 394 to 403

-part3-
desksetup.sh
deskshortcut.sh
didiwiki-gui
f2fs-usb-installer
wirelesswizard

-part4-
gparted_shell *
menumanager
Pdisk
psync
psyncfunc

-part5
sys-info
pdvdrsab
pmetatagger
sfsconvert + func

-part6
dir2pet - update - fixed some trouble with (') and (") quotes
dirs2pets
dir2tgz
dir2sfs

-part7
snap2
snap2engine
snap2shell

I'm not a superpuppy, if you find some bugs please send me a feedback.

-part8
mistery file called 'net-setup.po' (Network Wizard) found in others langpacks for:
rc.network
ndiswrapperGUI.sh
wag-profiles.sh
net-setup.sh

-part9
frontend_funcs
galculator
gcolor2
pinstall_hacks * --> thanks to L18L (need for 'gparted_shell', to be inserted in the langpack)

-part10 (tray apps)
pmusic_trayapp --> thanks to zigbert http://murga-linux.com/puppy/viewtopic. ... 131#663131
firewallstate
network_tray
powerapplet_tray
freememapplet_tray

-part11 http://www.murga-linux.com/puppy/viewto ... 215#821215
gtk.icons
gtk.icons (Pup-SysInfo)
petspec
video_upgrade_wizard

-part12
wcpufreq http://www.murga-linux.com/puppy/viewto ... 715#821715

-part13
wmstartups aka Startup Control http://www.murga-linux.com/puppy/viewto ... h&id=82770

-part14 --> Solved by robwoj44:
flsynclient http://www.murga-linux.com/puppy/viewto ... h&id=83624
gfnrename http://www.murga-linux.com/puppy/viewto ... h&id=83550
gmeasures http://www.murga-linux.com/puppy/viewto ... h&id=83497
gpptp http://www.murga-linux.com/puppy/viewto ... 670#703670
psip32 http://www.murga-linux.com/puppy/viewto ... h&id=83189
https://www.dropbox.com/s/5h6h735azmb837j/i18n.pet?dl=0
ssh-gui http://www.murga-linux.com/puppy/viewto ... 853#703853

-part15
PcurlFtp by SFR http://www.murga-linux.com/puppy/viewto ... 597#822597

-- For these, I can not make it work with gettext --
video_upgrade --> solved (coming soon)

Posted: Sun 31 Aug 2014, 13:34
by xanad
Added 'Pup-SysInfo' + 'func' into 'gettext_part2.tar.gz' in first page.

Posted: Thu 04 Sep 2014, 07:34
by xanad
My way to resolve (translate) right click on folder;
'Search with Pfind', 'Burn with Pburn', 'Copy to Background', etc,

Look out!
Precise and Slacko are different, If it is incorrect you will see the small yellow triangle for the missing item.

Create a shell file, that I called delete.sh, with permissions a+x (then copy into the langpack in /root/Startup) that is self-start and auto-delete after performing the requested command:

precise571:

Code: Select all

#!/bin/sh
mv /root/.config/rox.sourceforge.net/OpenWith/.inode_directory/Search\ with\ Pfind /root/.config/rox.sourceforge.net/OpenWith/.inode_directory/Cerca\ con\ Pfind ;
mv /root/.config/rox.sourceforge.net/OpenWith/.application_x-cd-image/Burn\ with\ Pburn /root/.config/rox.sourceforge.net/OpenWith/.application_x-cd-image/Masterizza\ con\ Pburn ;
rm /root/Startup/delete.sh
Slacko570/600beta:

Code: Select all

#!/bin/sh
mv /root/.config/rox.sourceforge.net/OpenWith/.inode_directory/Search\ with\ Pfind /root/.config/rox.sourceforge.net/OpenWith/.inode_directory/Cerca\ con\ Pfind ;
mv /root/.config/rox.sourceforge.net/OpenWith/.image_gif/Send-to\ Backgrounds /root/.config/rox.sourceforge.net/OpenWith/.image_gif/Copia\ in\ Backgrounds ;
mv /root/.config/rox.sourceforge.net/OpenWith/.image_jpeg/Send-to\ Backgrounds /root/.config/rox.sourceforge.net/OpenWith/.image_jpeg/Copia\ in\ Backgrounds ;
mv /root/.config/rox.sourceforge.net/OpenWith/.image_png/Send-to\ Backgrounds /root/.config/rox.sourceforge.net/OpenWith/.image_png/Copia\ in\ Backgrounds ;
rm /root/Startup/delete.sh
If need, restart X.


File already prepared, and replace with your own language

Posted: Fri 05 Sep 2014, 08:44
by xanad
Tray apps adds in first page:
pmusic_trayapp --> thanks to zigbert
firewallstate
network_tray
powerapplet_tray
freememapplet_tray

frontend_funcs
galculator
gcolor2
pinstall_hacks --> thanks to L18L (need for 'gparted_shell', to be inserted in the langpack)

Posted: Sat 06 Sep 2014, 01:11
by vicmz
Thank you, Xanad. :D These should be comitted to Woof-CE. Sadly I'm having issues with both my hardware and my Internet provider, and there's my job, too, so I can't help in that department just yet.

Posted: Wed 12 Nov 2014, 12:01
by xanad
Quickpet Tahr 6.0 gettextized

Image

Avaiables:
usr/local/bin/quickpet
usr/local/quickpet_precise/small/quickpet
quickpet.pot
quickpet.mo --> italian

useful guide: http://www.murga-linux.com/puppy/viewtopic.php?t=96326

Posted: Mon 15 Dec 2014, 11:27
by xanad
New file:

wmstartups aka Startup Control > export gettext missing (fixed)

Code: Select all

export TEXTDOMAIN=wmstartups
export OUTPUT_CHARSET=UTF-8
. gettext.sh 

Posted: Tue 16 Dec 2014, 10:50
by robwoj44
gpptp gettextized you can find here http://www.murga-linux.com/puppy/viewto ... 670#703670
ssh-gui http://www.murga-linux.com/puppy/viewto ... 853#703853
psip32, pcreatetorrent, pctorrent, urxvtset and others you can find in i18n http://forum.puppylinux.pl/index.php?to ... 49#msg2249

Posted: Tue 16 Dec 2014, 17:29
by xanad
:D Thanks robwoj44,
ssh-gui works fine. Now I'll try the others.
Bravo.

Posted: Tue 23 Dec 2014, 22:10
by ASRI éducation
Thank you xanad,
This discussion help to improve translation of Puppy.
Regards

Posted: Wed 24 Dec 2014, 00:53
by don570
I believe I gettext'd build_gettext. You can check it.

http://www.murga-linux.com/puppy/viewtopic.php?t=84133

_________________________________________________

Posted: Sun 28 Dec 2014, 22:10
by robwoj44
It will be nice to see all gettextized files in woof and woofce.
I gettextized psip32.
1. Download the source from https://chiselapp.com/user/jamesbond/re ... dir?ci=tip
2. In the file psip.c change the line 1185 textdomain ("demo"); to textdomain ("psip");
3. Execute intltool-extract --type=gettext/glade psip.glade (the same for psip_im.glade)
4. Execute xgettext --language=c --keyword=_ --keyword=N_ --output=psip.pot psip.glade.h (the same for psip_im.glade.h)
5. Compile psip32 as the standard build (the details you can find in readme.txt https://chiselapp.com/user/jamesbond/re ... c8f58ea98a)
I added psip.pot in the attachment (so you can skip the points 3 and 4).

Posted: Mon 29 Dec 2014, 10:10
by xanad
It will be nice to see all gettextized files in woof and woofce.
I gettextized psip32.

Thanks robwoj44,
I've read your work in your site and you are doing a good job. We have opened a space for translators and it would be a pleasure for us that you entered to be part of. The knowledge of C is important to insert gettext in those files.
http://puppy-translators-team.40341.n7.nabble.com/

If you can send PSIP compiled (with your edit) and the .pot, we send to github of woofce as pull request.

Posted: Tue 30 Dec 2014, 20:20
by robwoj44
Thank you for the invitation.
Inside this pet you can find psip compiled in racy 5.5 (T2).
https://www.dropbox.com/s/5h6h735azmb837j/i18n.pet?dl=0
In a few days I will compile psip in tharpup and post the link to it here.
psip.pot you can find in my previous post http://www.murga-linux.com/puppy/viewto ... h&id=83189

I just find the simplest solution. I renamed psip.mo to demo.mo and psip32 works with this file out of the box. I checked in racy 5.5 and tharpup. So you can simply translate psip.pot and make demo.mo.

Posted: Tue 06 Jan 2015, 21:12
by robwoj44
gmeasures internationalized.

Posted: Thu 08 Jan 2015, 21:48
by robwoj44
gfnrename internationalized.

Posted: Sat 10 Jan 2015, 21:08
by robwoj44
flSynclient internationalized.
flSynclient compiled statically against fltk.

flSynclient

Posted: Mon 12 Jan 2015, 10:40
by L18L
robwoj44 wrote:flSynclient compiled statically against fltk.
And a 64 bit executable would be nice to have.
Thank you very much.

Posted: Mon 12 Jan 2015, 14:10
by robwoj44
find enclosed flsynclient-x64

flsynclient

Posted: Mon 12 Jan 2015, 15:30
by L18L
robwoj44 wrote:find enclosed flsynclient-x64
found and tested successfully in Fatdog64-700b2
Thank you :D