| Author |
Message |
BDX

Joined: 18 Jan 2012 Posts: 53 Location: Yemen,Aden
|
Posted: Mon 15 Oct 2012, 19:54 Post_subject:
|
|
@L18L
| Quote: | Never make changes in msgid
msgstr is where you put your translation in. |
I did with Katoob, and it works. Except that the characters are reversed, not combined and from left-to-right, which is a problem in reading.
| Quote: | Please post the output of
echo $LANG |
Nothing wrong i guess.....
| Quote: | ROX-Filer can be translated using MoManager
Look into bottom of right side MoManager: Puppy files |
Yep. I figure out yesterday because i was so tired of the scripts and gone to the others
| Quote: | I have extracted Arabic from shinobar's langpack_all (thank you, shinobar)
and momanager has made first langpack from this and what we have done until now. |
I liked the ar-Langpack cuz it made the Rox-Filer from right-to-left, i will start translating the ROX (IT'S WAY LONG )
And i have corrected some grammatical and structure errors.
More will come.
_________________ Puppy linux fact:Life is experiments......Download and try,Don't search and cry.
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1800 Location: Burghaslach, Germany
|
Posted: Tue 16 Oct 2012, 04:32 Post_subject:
The beginning of Arabic translation Sub_title: menu enties |
|
| BDX wrote: | Hi again,
| Quote: | name=Internet
name[ar]=whatever you type in here
and name[ar] will be used for Arabic
Did you try? |
That's the first thing i tried.
For the menu categories and entries, they still the same. No matter what i did in anywhere.
But like i said, i'm 100% sure that it's a JWM problem. And here the prove: |
Thanks for the picture.
Let us take just the example of abiword:
I see Program label=".............." is some letters longer than what is in the menu.
I would like to reproduce it on my system before thinking about it (or crying for help with Joe)
please post the line
Program label=".............." (arabic for abiword menu entry)
Thanks
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1800 Location: Burghaslach, Germany
|
Posted: Tue 16 Oct 2012, 04:38 Post_subject:
The beginning of Arabic translation Sub_title: ROX-Filer |
|
| BDX wrote: | .. i will start translating the ROX (IT'S WAY LONG )
And i have corrected some grammatical and structure errors.
... |
You will become an expert on rox
|
|
Back to top
|
|
 |
BDX

Joined: 18 Jan 2012 Posts: 53 Location: Yemen,Aden
|
Posted: Tue 16 Oct 2012, 17:37 Post_subject:
|
|
Hi,
Here's the line:
Program label [ar]=معالج الكتابة آبي وورد
......
I searched for any other window mangers for wary but with no result, I am pretty sure that fbpanel or lxpanel will solve it because in lucid the day name in the clock is written right. I will try to modify menu entries in lucid to see.
| Quote: | | You will become an expert on rox |
Hope i will
M.H.
_________________ Puppy linux fact:Life is experiments......Download and try,Don't search and cry.
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1800 Location: Burghaslach, Germany
|
Posted: Wed 17 Oct 2012, 05:02 Post_subject:
The beginning of Arabic translation Sub_title: menu entries |
|
| BDX wrote: | ...
Program label [ar]=معالج الكتابة آبي وورد
...... |
That's how I did it
edit /root/.jwmrc
No: Arabic it is jwmrc.
example: Abiword
change
<Program label="Abiword word processor" icon="abiword_16.xpm">abiword</Program>
to
| Code: | | <Program label="Abiword معالج الكتابة آبي وورد " icon="abiword_16.xpm">abiword</Program> |
Menu > Shutdown >Restart JMW
Note, I have found that there must be at least 19 spaces after the arabic, if less than that then some letters are cut off
Next steps:
I will do it using momanager
report to PuppyMaster
----
edited
I have reproduced this in momanager
with less than 19 spaces the Arabic phrase is not completely shown
------------------------------------------------------------------------------
@BarryK,
please let momanager append 19 spaces to menu entries with right-to-left languages.
I think the same has to apply with menu categories
Or is there a hint in fribidi doc
http://www.unicode.org/reports/tr9/
Most of this was Greek to me .
------------------------------------------------------------------------------
edited
I have downloaded latest jwm-2.1.0
./configure --prefix=/usr
# jwm --version
JWM v2.1.0 by Joe Wingbermuehle
compiled options: confirm fribidi icons png shape xft xinerama xpm xrender
system configuration: /usr/etc/system.jwmrc
usage: jwm [ options ]
#
There is no change in behavior.
-------------
same with
# jwm --version
JWM vsvn-581 by Joe Wingbermuehle
compiled options: confirm fribidi icons png shape xft xinerama xpm xrender
system configuration: /usr/etc/system.jwmrc
usage: jwm [ options ]
#
Instead of 19 spaces you can use
| Code: | | DASwarsWIEDEReinmal |
or
| Code: | | Back-To-LEFTtoRIGHT |
------------------------------------------------------------------------------
@BDX,
reported to Joe's Window Manager: Bugs
------------------------------------------------------------------------------
| Description |
|
| Filesize |
17.74 KB |
| Viewed |
571 Time(s) |

|
|
|
Back to top
|
|
 |
BDX

Joined: 18 Jan 2012 Posts: 53 Location: Yemen,Aden
|
Posted: Wed 17 Oct 2012, 18:11 Post_subject:
|
|
Helllo,
Thank you L18L for your try, i think i will make the 19 spaces after it but i have noticed that the trick is not going to work without at least one English character. So i will make the Arabic name and an English with it.
The menu will become too wide but that's OK. I can live with it.
| Description |
WIDE, but nice
|

Download |
| Filename |
capture20067.png |
| Filesize |
447.64 KB |
| Downloaded |
250 Time(s) |
_________________ Puppy linux fact:Life is experiments......Download and try,Don't search and cry.
|
|
Back to top
|
|
 |
BDX

Joined: 18 Jan 2012 Posts: 53 Location: Yemen,Aden
|
Posted: Thu 18 Oct 2012, 01:01 Post_subject:
|
|
Also got that if there was so many Arabic characters (Maybe more than 20 or 23 character) the sentence will cut off.
_________________ Puppy linux fact:Life is experiments......Download and try,Don't search and cry.
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1800 Location: Burghaslach, Germany
|
Posted: Thu 18 Oct 2012, 08:06 Post_subject:
jwm Sub_title: use jwm-tools for translation of menu |
|
Thanks for trying and not crying
May be you try also jwm-tools
http://www.murga-linux.com/puppy/viewtopic.php?t=70804&start=123
Start it
Menu > Desktop > JWM Configuration
Included Arabic is a copy of German and
"Abiword معالج الكتابة آبي وورد " only for now.
Just edit /usr/share/locales/ar/names
It is much faster than using momanager.
Yes, we will have to live with the 19 spaces
I have no hope that Joe will have get it done soon as his last activity on bug fixing was January 2012
|
|
Back to top
|
|
 |
BDX

Joined: 18 Jan 2012 Posts: 53 Location: Yemen,Aden
|
Posted: Mon 22 Oct 2012, 11:58 Post_subject:
|
|
Hi again,
I have completed the translation of the Menu categories and entries. All looks good, until i have downloaded the fbpanel, openbox and obconfig from the quirky repo, THEY WORKS (till now). All Arabic characters are perfect, full form, no missing ones, and most important, no need for the 19 SPACES!!. Even the clock day and month are viewed nice, the JWM always kick out the day name (الإثنين=Monday) and the first character in the month name (أكت=Oct) they viewed as 'Day: ,Month:كت'.
It is better but not built in puppy. So when i finish translating the Lang pack i will make one for non-jwm.
| Description |
Better, and cooler than ever.
|

Download |
| Filename |
yep.png |
| Filesize |
342.28 KB |
| Downloaded |
264 Time(s) |
_________________ Puppy linux fact:Life is experiments......Download and try,Don't search and cry.
|
|
Back to top
|
|
 |
jy4ne
Joined: 25 Oct 2012 Posts: 3
|
Posted: Thu 25 Oct 2012, 02:06 Post_subject:
|
|
Hello BDX;
Please see this:
http://murga-linux.com/puppy/viewtopic.php?p=660417#660417
It may make things easier for you.
I have translated pfind and network wizard in the past but that was before gettext and mo/po files were used. Frankly, I don't know how to use those new formats!!
Best wishes.
JY4NE
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1800 Location: Burghaslach, Germany
|
Posted: Thu 01 Nov 2012, 07:22 Post_subject:
The beginning of Arabic translation Sub_title: momanager |
|
Hi BDX,
glad to see you making progress.
I have tuned momanager to become a bit faster,
see my comment at http://bkhome.org/blog2/?viewDetailed=00002 please
| jy4ne wrote: | | ... that was before gettext and mo/po files were used. Frankly, I don't know how to use those new formats... |
see file /usr/share/doc/HOWTO-internationalization.htm
|
|
Back to top
|
|
 |
bignono1

Joined: 17 May 2009 Posts: 344 Location: New ME
|
Posted: Thu 22 Nov 2012, 01:51 Post_subject:
|
|
أظن ان عدم اكتمال الادخالات بالعربية اذا لم يكن معها مقطع انجليزي انك لم تقم بالامر fixmenus بعد الانتهاء من تحرير القائمة
استخدم الامر واعد تشغيل مدير النوافذ
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1800 Location: Burghaslach, Germany
|
Posted: Mon 26 Nov 2012, 13:00 Post_subject:
The beginning of Arabic translation Sub_title: ..continue using new technique |
|
Hello,
there is a brand new technique for localization of web pages.
We have been thinking about arabic, too
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1800 Location: Burghaslach, Germany
|
Posted: Wed 01 May 2013, 05:49 Post_subject:
jwm: Joe's Window Manager Sub_title: 19 spaces problem solved by Joe |
|
| L18L wrote: | ...Yes, we will have to live with the 19 spaces
I have no hope that Joe will have get it done soon as his last activity on bug fixing was January 2012  |
Sorry that I have been so pessimistic.
Joe has fixed that bug now
see http://www.murga-linux.com/puppy/viewtopic.php?t=83949&start=120 please.
JWM version 738 can write Arabic now
Just wait for the next jwm.pet
May Arabic translation continue.
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2527 Location: Ontario
|
Posted: Wed 01 May 2013, 16:30 Post_subject:
|
|
Correct English is
| Quote: | | Let the Arabic translation commence! |
The subjunctive is tricky in English.
_______________________________________
|
|
Back to top
|
|
 |
|