| Author |
Message |
vicmz

Joined: 15 Jan 2012 Posts: 610
|
Posted: Tue 12 Feb 2013, 20:07 Post subject:
|
|
Here's the PupSnap 1.8 .pot file
A question: if a new version of a program is released, will Momanager update its old .pot file?
***EDIT***
PupControl .pot attached, too.
| Description |
|

Download |
| Filename |
pupcontrol-pot-file.tar.gz |
| Filesize |
6.84 KB |
| Downloaded |
90 Time(s) |
| Description |
copy to /usr/share/doc/nls/pupsnap/ (create the pupsnap folder first)
|

Download |
| Filename |
pupsnap-1.8-pot-file.tar.gz |
| Filesize |
2.12 KB |
| Downloaded |
88 Time(s) |
_________________ OpenboxPlus 1.5|Puppy Linux en español|Wiki en español
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Wed 13 Feb 2013, 09:28 Post subject:
PortableObjectTemplate Files Subject description: Which ones have to be provided and why |
|
| vicmz wrote: | | Here's the PupSnap 1.8 .pot file |
Thank you
| vicmz wrote: | | A question: if a new version of a program is released, will Momanager update its old .pot file? |
momanager will always try to update that is:
- use xgettext for creating the .pot
- use msginit for creating an empty .po
- use msgmerge to merge translations from existing .mo
momanager cannot create .pot:
- binary executables, ex: retrovol, ...
- mystery shelll scripts, ex: alsaconf, pupsnap, ....
Thus app.pot files for these "mystery scripts" and binaries have to be provided in /usr/share/doc/nls/app/
Do not provide .pot for scripts which momanager can create .pot files for!
Or you would always have to provide updated .pot files (and waste space world wide )
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Wed 13 Feb 2013, 12:34 Post subject:
PortableObjectTemplate Files Subject description: glipper |
|
I have compiled glipper-0.95-1
and used de.po (others included in source package are: fr and ru)
My binary is 155 k
So we have to wait for a better compiler
<edit 2013-03-15> see http://www.murga-linux.com/puppy/viewtopic.php?t=83672&start=11 </edit>
Thus this here is just a teaser
| Description |
other "ready to use" translations: fr ru only |
| Filesize |
29.63 KB |
| Viewed |
744 Time(s) |

|
Last edited by L18L on Sat 16 Mar 2013, 10:25; edited 3 times in total
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Fri 22 Feb 2013, 11:23 Post subject:
hardinfo Subject description: update |
|
hardinfo.pot updated here
to fit rodin.s's work, see http://www.murga-linux.com/puppy/viewtopic.php?t=75004&start=30
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Sun 03 Mar 2013, 08:37 Post subject:
PortableObjectTemplate Files Subject description: xsane.pot |
|
scanning images with scanner
| Quote: | | For XSane there are already maintained translations for: brasilian-portuguese, chines, czech, danish, dutch, french, german, hungarian, italian, japanese, portuguese, russian, romanian, slovak, spanish, turkish, vietnamese . |
The following translations are currently unmaintained, if you are interested in keeping it up to date then please contact me: slowenian, swedish, serbian .
quoted from from http://www.xsane.org/xsane-l10n.html
Attached is xsane.pot.gz
| Code: | | gunzip xsane.pot.gz | will unzip it to xsane.pot
| Description |
gunzip this file
|

Download |
| Filename |
xsane.pot.gz |
| Filesize |
13.21 KB |
| Downloaded |
67 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Wed 06 Mar 2013, 06:31 Post subject:
PortableObjectTemplate Files Subject description: osmo.pot |
|
| Quote: | | "POT-Creation-Date: 2010-03-15 22:54+0100\n" |
In the german osmo.po I have found many
#fuzzy
which had not been neither checked nor corrected.
That's why I have downloaded osmo.pot (from the sources)
to (new) directory /usr/share/doc/nls/osmo/
Now my momanager will be able to update my osmo.mo
-----
found from link in running osmo:
https://osmo-pim.svn.sourceforge.net/svnroot/osmo-pim/trunk/po/osmo.pot has
| Quote: | | "POT-Creation-Date: 2011-04-08 23:20+0200\n" |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Wed 13 Mar 2013, 09:06 Post subject:
gtklp Subject description: print in your native language |
|
1 gtklp.mo for gtkLP and gtkLPQ
gtklp.pot added to list of pot files in 1st post
also available on http://gtklp.sirtobi.com/download.shtml
danish translation
russian man pages
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Thu 14 Mar 2013, 11:58 Post subject:
pwallpaper Subject description: C source |
|
C source file pwallpaper.c attached as pwallpaper.c.gz
compile:
| Code: | | gcc -o /usr/sbin/pwallpaper pwallpaper.c `pkg-config --libs --cflags gtk+-2.0` |
create pwallpaper.pot:
| Code: | xgettext -d pwallpaper -s -o pwallpaper.pot --keyword=_ pwallpaper.c
mkdir /usr/share/doc/nls/pwallpaper
mv pwallpaper.pot /usr/share/doc/nls/pwallpaper/ |
You can translate pwallpaper in momanager now.
Have fun
| Description |
|
| Filesize |
47.95 KB |
| Viewed |
567 Time(s) |

|
| Description |
remove fake .gz
|

Download |
| Filename |
pwallpaper.c.gz |
| Filesize |
12.63 KB |
| Downloaded |
103 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Sat 16 Mar 2013, 10:13 Post subject:
Re: PortableObjectTemplate Files Subject description: glipper |
|
| L18L wrote: | I have compiled glipper-0.95-1
and used de.po (others included in source package are: fr and ru)
My binary is 155 k
So we have to wait for a better compiler
Thus this here is just a teaser |
Now compiled 22k (thanks technosaurus)
glipper.pot created by:
| Code: | | xgettext --keyword=_ -o glipper.pot *.c |
from technosaurus' version at
http://www.murga-linux.com/puppy/viewtopic.php?t=52235&start=36
Anyhow, glipper is attached as glipper.gz and here is pot file:
| /usr/share/doc/nls/glipper/gler.pot wrote: | # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: glipper 0.95.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-03-16 14:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: main.c:166
msgid ""
"This entry was copied with ctrl+c.\n"
"It can be pasted with ctrl+v."
msgstr ""
#: main.c:200
#, c-format
msgid "Glipper - Clipboardmanager (%s)"
msgstr ""
#: main.c:219
msgid "<No Content>"
msgstr ""
#: main.c:229
msgid ""
"This is the last element to be copied.\n"
"It can be pasted with the middle mouse button."
msgstr ""
#: main.c:270 main.c:626
#, c-format
msgid ""
"Glipper (%s)\n"
"Clipboardmanager"
msgstr ""
#: main.c:369
msgid "Glipper Preferences"
msgstr ""
#: main.c:379
msgid "<b>Limits</b>"
msgstr ""
#: main.c:395
msgid "Amount of entries in history:"
msgstr ""
#: main.c:401
msgid "Length of one history entry:"
msgstr ""
#: main.c:421
msgid "<b>Clipboards</b>"
msgstr ""
#: main.c:431
msgid "Which clipboards should be managed by Glipper?"
msgstr ""
#: main.c:444
msgid "Select - Mark/middle mouse button"
msgstr ""
#: main.c:448
msgid "Copy - Ctrl+C/Ctrl+V"
msgstr ""
#: main.c:453
msgid "<b>Behaviour</b>"
msgstr ""
#: main.c:467
msgid "Tag Ctrl+C clipboard's content in history (bold)"
msgstr ""
#: main.c:471
msgid "Save history"
msgstr ""
#: main.c:479
msgid "Key combination for popup: "
msgstr ""
#: main.c:655
msgid "translator-credits"
msgstr ""
#: main.c:658
msgid "Clipboardmanager for Gnome"
msgstr ""
|
 |
| Description |
gunzip glipper.gz move to /usr/local/bin/
|

Download |
| Filename |
glipper.gz |
| Filesize |
10.18 KB |
| Downloaded |
85 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Sun 17 Mar 2013, 06:44 Post subject:
gdmap |
|
Sorry, there is no direct link to gdmap.pot on the web.
If your language is one of
bg de dk es fr he hr it nb no ru sv tr
then you can download source of gdmap from
http://gdmap.cvs.sourceforge.net/viewvc/gdmap/gdmap/?view=tar
and extract from po directory.
For other languages:
| Code: | | mkdir /usr/share/doc/nls/gdmap |
Dowload attached gdmap.pot.gz
gunzip it (just 1 click)
copy gdmap.pot to /usr/share/doc/nls/gdmap/
make your translation using momanager
Have fun
| Description |
gunzip it (one click or gunzip gdmap.pot.gz )
|

Download |
| Filename |
gdmap.pot.gz |
| Filesize |
1.24 KB |
| Downloaded |
48 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Thu 28 Mar 2013, 08:32 Post subject:
PortableObjectTemplate Files for ELF 32-bit LSB executables Subject description: xfdiff.pot |
|
Found in Barry's sources:
http://bkhome.org/sources/alphabetical/x/xfdiff-cut-4.5.0.tar.gz
translations for 46 languages!
Some of them are:
Name=Xffm Patch manager
Name[hu]=Xffm foltkezelő
Name[ja]=Xffm パッチマネージャー
Name[uk]=Менеджер латок для Xffm
Name[vi]=Trình quản lý vá lỗi Xffm
GenericName=Differences tool
GenericName[el]=Εργαλείο διαφορών
GenericName[es]=Diferencias
GenericName[es_MX]=Diferencias
GenericName[fi]=Eroavaisuustyökalu
GenericName[gu]=તફાવતો સાધન
GenericName[hu]=Különbség eszköz
GenericName[ja]=差分作成ツール
GenericName[ko]=차이 도구
GenericName[mr]=फरकांचे साधन
GenericName[uk]=Інструмент відображення різниці
GenericName[vi]=Công cụ khác biệt
GenericName[zh_TW]=比較工具
All of them:
# pwd
/root/my-documents/xfdiff-cut-4.5.0/po
# ls *.po | cut -d '.' -f1 | tr '\n' ' '
af ar az bg bn_IN ca cs de el en_CA en_GB es_MX es et eu fa fi fr gu he hi hu it
ja ko lt mr ms nb_NO nl pa pl pt_BR pt_PT ru sk sv ta tr uk vi zh_CN zh_TW
#
If you want to use one of the above translations then
download source
expand source
cd po
edit your .po file
create xfdiff.mo: | Code: | | msgfmt <language>.po -o - > /usr/share/locale/<language>/LC_MESSAGES/xfdiff.mo |
Note,
these might be not accurate (I had to correct much fuzzy in German)
Note2,
momanager cannot handle this translation.
So use just msgfmt and/or msgmerge please.
Just in case you need xdiff.pot, it is attached as xdiff.pot.gz
| Description |
usage: see above note
|

Download |
| Filename |
xfdiff.pot.gz |
| Filesize |
10.01 KB |
| Downloaded |
36 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Wed 24 Apr 2013, 11:55 Post subject:
tile.pot Subject description: Пятнашки Tile sliderspil Kacheln-Schiebe-Spiel Jeu de tuile Mover teselas |
|
| /usr/share/doc/nls/tile/tile.pot wrote: | # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: tile VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-24 16:59+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: tile.c:47
msgid "/_Game"
msgstr ""
#: tile.c:48
msgid "/_Game/_New Game"
msgstr ""
#: tile.c:49
msgid "/_Game/_Quit"
msgstr ""
#: tile.c:50
msgid "/_Size"
msgstr ""
#: tile.c:51
msgid "/_Size/ _3 "
msgstr ""
#: tile.c:52
msgid "/_Size/ _4 "
msgstr ""
#: tile.c:53
msgid "/_Size/ _5 "
msgstr ""
#: tile.c:54
msgid "/_Help"
msgstr ""
#: tile.c:55
msgid "/_Help/_Description"
msgstr ""
#: tile.c:56
msgid "/_Help/_About"
msgstr ""
#: tile.c:82 tile.c:131
msgid "Tile"
msgstr ""
#: tile.c:133
msgid "OK"
msgstr ""
#: tile.c:157
msgid ""
"This is a game in which you try to put the tiles in order.\n"
" A tile must be next to an empty space to be moved.\n"
" Click the tile to move it.\n"
"\n"
"This game isn't the best, but it's my first attempt at using GTK.\n"
" So that's my excuse."
msgstr ""
#: tile.c:166
msgid ""
"Tile 20000915\n"
"by Joe Wingbermuehle"
msgstr ""
#: tile.c:171
msgid " You won!! "
msgstr ""
|
attached version of tile
is internationalized
and a description added
| Description |
|
| Filesize |
22.25 KB |
| Viewed |
145 Time(s) |

|
| Description |
move to /usr/local/bin/tile ( gz removed )
|

Download |
| Filename |
tile.gz |
| Filesize |
8.49 KB |
| Downloaded |
18 Time(s) |
|
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 698
|
Posted: Thu 25 Apr 2013, 09:49 Post subject:
|
|
Nice. Simple fun...
Although...simple? I did not play it long enough to be able to check the dutch translation of " You won !!" Someone with more time and talent will have to try.
Thanks for the pot-file.
| Description |
|
| Filesize |
25.6 KB |
| Viewed |
110 Time(s) |

|
_________________

|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1700 Location: Burghaslach, Germany
|
Posted: Thu 25 Apr 2013, 11:56 Post subject:
Tile game Subject description: solutions |
|
This game was an exercise in GTK for (Joe's window manager) Joe
and for me an exercise in C programing.
Thanks for feedback.
| Bert wrote: | | ...Although...simple?... |
Not every Game has a solution.
See 1st example I (roman 1) in Unmöglich - oder doch möglich? please
[edit 2013-04-28]
found the English version: The Impossible. Some Puzzles
Last edited by L18L on Sun 28 Apr 2013, 04:22; edited 2 times in total
|
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 698
|
Posted: Thu 25 Apr 2013, 12:21 Post subject:
Re: Tile game Subject description: solutions |
|
Terrible! Just looking at it gives me a headache
_________________

|
|
Back to top
|
|
 |
|