need help for greek translation
-
- Posts: 40
- Joined: Sun 17 Feb 2008, 19:36
- Location: Greece
- Contact:
need help for greek translation
sorry for my english.
we want a greek puppy. (puppel).
we have two problems.
(with el_GR.utf8).
1. in rxvt we dont have greece. with sakura is all ok, so we have it.
but the other problem is important.
In scripts (pmount, etc) there are orange windows, with messages (Puppy Drive Mounter, please wait....).
if we translate it, do not appear Greek, but as symbols. (only the text in orange windows).
we want a greek puppy. (puppel).
we have two problems.
(with el_GR.utf8).
1. in rxvt we dont have greece. with sakura is all ok, so we have it.
but the other problem is important.
In scripts (pmount, etc) there are orange windows, with messages (Puppy Drive Mounter, please wait....).
if we translate it, do not appear Greek, but as symbols. (only the text in orange windows).
[url=http://hamster.tuxhost.gr/][img]http://hamster.tuxhost.gr/images/team.jpg[/img][/url]
-
- Posts: 40
- Joined: Sun 17 Feb 2008, 19:36
- Location: Greece
- Contact:
I found mark's post
here is the full script to replace yaf-splash
http://www.murga-linux.com/puppy/viewtopic.php?t=25536
here is the full script to replace yaf-splash
http://www.murga-linux.com/puppy/viewtopic.php?t=25536
-
- Posts: 40
- Joined: Sun 17 Feb 2008, 19:36
- Location: Greece
- Contact:
-
- Posts: 40
- Joined: Sun 17 Feb 2008, 19:36
- Location: Greece
- Contact:
here is the replacement I used in Muppy:
/usr/X11R7/bin/yaf-splash
I am not certain, that it works with every option for yaf-splash used in Puppy, but in most cases it seems to work.
You can search for options used in Puppy like this:
cd /usr/sbin
grep -n yaf-splash *
Mark
/usr/X11R7/bin/yaf-splash
Code: Select all
#!/bin/bash
XMESSAGE="gxmessage -encoding UTF-8"
text=`echo $@ | sed -e "s/.*-text \(.*\)/\1/"`
#echo "$text"
a=`echo $@ | sed -e "s/-bg pale /-bg /" -e "s/-placement [^ ]* //" -e "s/-outline [^ ]* //" -e "s/-margin [^ ]* //" -e "s/-text .*//"`
#echo $a
exec $XMESSAGE -center -buttons "" -borderless $a "$text"
You can search for options used in Puppy like this:
cd /usr/sbin
grep -n yaf-splash *
Mark
-
- Posts: 40
- Joined: Sun 17 Feb 2008, 19:36
- Location: Greece
- Contact: