Right click options for lupu-525 , lupu-520 , Wary , Slacko

Miscellaneous tools
Message
Author
User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#151 Post by vicmz »

I always wanted to do what ASRI said, then I realized how hard and long would be to translate all of the right-click components and menu entries. So, I started isolating some useful right-click functions into individual .pet files localized to Spanish, and posting them in the Spanish language support thread under a section called Extensiones de clic derecho para ROX-Filer (ROX-Filer right-click extensions), with a link to the original right-click for those who don't mind using it in English. I think a Spanish right-click can be built as the number of localized functions grows.
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

#152 Post by ASRI éducation »

don570 wrote: New version 6.1.1
Excellent !
don570 wrote:...
Quelqu'un devra le faire pour la langue française.
Je peux essayer d'en traduire une partie. Pour cela, je te recontacterai par PM.

Cordialement

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#153 Post by don570 »

vicmz wrote: So, I started isolating some useful right-click functions into individual .pet files localized to Spanish, and posting them in the Spanish language support thread under a section called Extensiones de clic derecho para ROX-Filer (ROX-Filer right-click extensions), with a link to the original right-click for those who don't mind using it in English. I think a Spanish right-click can be built as the number of localized functions grows.
I've had a brainstorm!!! :lol:

What I will do is create a gettext application that simply has the
text strings laid out one by one. There will be around one hundred
text strings. So it will take only an hour for an experienced
translator to go thru the list.

Each translator (there's about ten of you) will be able to
use MoManager/Poedit to easily make the translations and then
send the po file to me. It will only take me an hour or so
to take the translations out of the po file for each language.
So the amount of time that I and the translators spend on this
project is manageable 8)

I'll work on this all weekend and have it ready for Monday morning.

___________________________________________________




New version 6.1.2

Available here: mydrive.ch

Username: porteus@don570
Password: porteus



Added a conversion of pot files to po files
Note: this requires devx file to be loaded
and $LANG set to the language that you desire to translate
for example French.

.
Last edited by don570 on Sat 16 Feb 2013, 20:15, edited 1 time in total.

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

#154 Post by ASRI éducation »

French users are ready to help you for translations.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

create a package in your own mother tongue

#155 Post by don570 »

Create a package in your own mother tongue

For people who want a package in their own language
install this script (in an executable place) and (with devx loaded)
run MoManager/poedit and select 'textstrings'

Fill in the translations to your language(around 75 entries)
and post po file on this page or mail to me.

This is a bit too complicated. I should just post the pot file
and people can then use a simple texteditor. :oops:


EDIT: I added four new entries

Code: Select all

echo "$(gettext 'Open with HTML Editor')"
echo "$(gettext 'Open with MyPaint')"
echo "$(gettext 'Open with Evince')"
echo "$(gettext 'Compress Folder')"

Here is the POT file which is a lot easier to fill in.
Just enter the translations in the empty quotes.
Note: You will have to change the extension to post on Murga forum

http://www.datafilehost.com/download-131e207d.html

___________________________________________________
Attachments
textstrings.gz
remove extension to obtain script
(3.76 KiB) Downloaded 602 times
Last edited by don570 on Wed 20 Feb 2013, 20:59, edited 4 times in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#156 Post by don570 »

I noticed a lot of clumsy coding by me while working
on this package :oops:

Improvements:
1) There wasn't icons for a handful of apps
such as audacity gimp and FBReader. I should put in an
entry for Evince. That will be in a future version...

2) I also noticed an app I had put in the package ---> backup_pupsave
which allows the saving of your pupsave file with Pschedule.

Just right click on your pupsave file! I had completely forgotten
about this!!

3) .bac files can be opened with texteditor.

4) I got rid of MIME for Zathura and 'split file in chunks'
RSH script to split file was left in.

5) Newest report-video script by Barry Kauler was put in.


New version 6.1.3

Available here: mydrive.ch

Username: porteus@don570
Password: porteus
Last edited by don570 on Tue 19 Feb 2013, 20:15, edited 1 time in total.

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

Russian translation

#157 Post by rodin.s »

Some time ago I tried to translate this pet into Russian and I have made automatic script to translate right-click options. Gettext is used. Maybe it could be useful.
Attachments
OpenWithTranslate.tar.gz
it has Russian mo and po files and pot-file
(6.3 KiB) Downloaded 612 times

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: create a package in your own mother tongue

#158 Post by L18L »

don570 wrote:...For people who want a package in their own language
install this script (in an executable place) and (with devx loaded)
run MoManager/poedit and select 'textstrings'

Fill in the translations to your language(around 75 entries)
and post po file on this page or mail to me.
...
German strings attached
Attachments
MoManager-de_AT-UNKNOWN.tar.gz
(2.22 KiB) Downloaded 591 times

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#159 Post by vicmz »

Spanish strings attached
Attachments
MoManager-es_AR-textstrings.tar.gz
(2.36 KiB) Downloaded 578 times
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

Updated po-file for Russian

#160 Post by rodin.s »

Updated po-file for Russian:
Attachments
ru.po.gz
(1.98 KiB) Downloaded 596 times

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#161 Post by don570 »

Here is a POT file that is easier to translate. Just open it
with a text editor and enter the translations in the empty places
between quotes. Then send to me. There's no need to use
MoManager or the devx file.

If you post the file on the Murga forum you must change the extension.

http://www.datafilehost.com/download-131e207d.html

___________________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#162 Post by don570 »

new version 6.4.0 - gettext version

Warning!! This version is only German and English

I am attaching the pot file to this post. Remove the extension
and use a text editor to fill in empty spaces with your translations.

I will continue to make more languages compatible. 8)


Available here: mydrive.ch

Username: porteus@don570
Password: porteus

.
Attachments
pinstall.sh.pot.gz
remove the gz extension to obtain pot file
(10.09 KiB) Downloaded 619 times

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

#163 Post by L18L »

Don't confuse pinstall.sh with existing pinstall.sh (from momanager)
:roll:

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

Updated po-file for Russian

#164 Post by rodin.s »

I have updated ru.po for pinstall.sh.pot.
Attachments
ru.po.gz
real gz
(3.13 KiB) Downloaded 572 times

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#165 Post by don570 »

Thanks rodin.s I 'll work on the package tonite and have it
ready for tomorrow. The great thing about this method
is the speed that is possible in putting a pet package together.

It will only take me about one hour for each language
and small changes can be done in a couple of minutes. 8)

So this is a very viable method.

___________________________________________

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#166 Post by don570 »

deleted post
Last edited by don570 on Wed 27 Feb 2013, 00:15, edited 1 time in total.

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#167 Post by vicmz »

Updated translation to Spanish
Attachments
pinstall.sh_es.tar.gz
(4.52 KiB) Downloaded 816 times
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

Update for Russian

#168 Post by rodin.s »

Update for Russian
Attachments
ru.po.gz
(3.26 KiB) Downloaded 817 times

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

version 6.5.0 added Spanish and Russian

#169 Post by don570 »

new version 6.5.0 - gettext version
Tested on newest Wary and Precise and Slacko

Some dumb errors were fixed ( like making an archive from folder
and some icons :oops: ) It should work with Libre Office. Very nice!

This version is German Russian and Spanish and English.

I would appreciate if translators sent me po files like rodin.s
or the mo file like vicmz did.

The method :

1) Set up your computer for MoManager/Poedit
i.e. devx file is installed. Set your computer to German language
to translate in German language(as an example).
Poedit can be found HERE

2) Extract pet package to obtain pinstall.sh file

3) Drag the file into /root/my-applications/bin (because pinstall.sh is an executable script)

4) Be sure that this is the first time that you are translating pinstall.sh
by launching 'pfind' and searching for pot, po and mo files related to
pinstall.sh . Trash these files, since they can confuse Momanager.

5) Run MoManager and do translation with Poedit.

6) po file will be created by poedit in /tmp and /root (it's the same file)

Send po file (or mo file) to me and it will take 5 minutes (I timed it) to
make a new Right click package.

Warning---> when installing the Rightclick pet package -->
Only install one language i.e. if you're German
set your computer to German and install the German version


Image

I am attaching the pot file to this post if you are more comfortable
using an ordinary text editor. Remove the extension
and use a text editor to fill in empty spaces with your translations.

I will continue to make more languages compatible. 8)
Attachments
pinstall.sh.pot.gz
remove gz extension
(11.14 KiB) Downloaded 779 times
Last edited by don570 on Tue 02 Apr 2013, 18:07, edited 6 times in total.

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

new version 6.5.1

#170 Post by don570 »

new version 6.5.1 - updated Spanish and Russian translations
Thanks to rodin.s and vicmz
Last edited by don570 on Fri 01 Mar 2013, 00:18, edited 1 time in total.

Post Reply