Page 1 of 1

xarchive language support ???

Posted: Tue 08 May 2012, 04:08
by linux28
How to change xarchive the language? :roll: :roll:

Re: xarchive language support ???

Posted: Tue 08 May 2012, 08:01
by L18L
linux28 wrote:How to change xarchive the language? :roll: :roll:
xarchive is NOT internationalized thus a change of language is not possible but....

change to xarchiver is possible.

I am hoping that your language is one of:
# set of available languages (in alphabetic order)
bg ca cs da de el en_GB es eu fi fr hu id ja nb_NO nl pl pt_BR pt_PT ru sq sv tr uk
:D

Posted: Tue 08 May 2012, 09:18
by linux28
Wary Is xarchive
http://www.murga-linux.com/puppy/viewtopic.php?t=44171

Described here can be changed into other languages ​​and then compile

Code: Select all

1: Download xarchive-0.2.8-6.tar.gz (I attached)
2: # tar xvzf xarchive-0.2.8-6.tar.gz
3: # cd xarchive-0.2.8-6/
4: # cd src/
5: Edit these 3 files into Japanese ...etc. (attached my
japanese samples "xarchive-src-JP.zip")
main.c
myfc_gtk.c
widgets_gtk.c
6: # ./configure && make
7: # new2dir make install
8: When script finished, in directory "xarchive-0.2.8-6-i686" (i686 is
any name...it is named when you did new2dir script.)
There are xxx.spec file and "usr" directory.
You can find "xarchive" binary file in xarchive-0.2.8-6/usr/local/bin.
9: copy it to /usr/local/bin directory.
There are three documents changes to the Japanese? main.c
myfc_gtk.c
widgets_gtk.c

Thank you

Posted: Tue 08 May 2012, 11:33
by L18L
linux28 wrote:...
Described here can be changed into other languages ​​and then compile
Good luck 8)

Posted: Tue 08 May 2012, 15:57
by linux28
I do not know how to modify the main.c
myfc_gtk.c
widgets_gtk.c ah, I will compile, but do not know to modify the source

xarchive language support ???

Posted: Tue 08 May 2012, 19:32
by L18L
linux28 wrote:I do not know how to modify the main.c
myfc_gtk.c
widgets_gtk.c ah, I will compile, but do not know to modify the source
http://www.gnu.org/software/gettext/man ... ng-Strings
Hope that helps :)

Xarchive internationalised

Posted: Wed 16 May 2012, 10:57
by shinobar