| Author |
Message |
L18L
Joined: 19 Jun 2010 Posts: 1723 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 |
98 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1723 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 |
57 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1723 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 |
47 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1723 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 |
187 Time(s) |

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

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

Joined: 30 Jun 2006 Posts: 712
|
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 |
143 Time(s) |

|
_________________

|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1723 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: 712
|
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
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1723 Location: Burghaslach, Germany
|
Posted: Thu 25 Apr 2013, 12:42 Post subject:
|
|
Just impossible
13 must not jump over 14 15
Should the code be changed to Game with solution only
(for kids)
-> preferences ->
[edit] C source (containing info about compile and xgettext) attached
| Description |
remove fake .gz
tile slider game internationalized
|

Download |
| Filename |
tile.c.gz |
| Filesize |
8.32 KB |
| Downloaded |
36 Time(s) |
| Description |
|
| Filesize |
4.79 KB |
| Viewed |
188 Time(s) |

|
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1723 Location: Burghaslach, Germany
|
Posted: Tue 14 May 2013, 10:54 Post subject:
PortableObjectTemplate Files for ELF 32-bit LSB executables Subject description: gtkam |
|
# pwd
/root/my-documents/gtkam-0.1.18/po
# ls *.po | cut -d'.' -f1 | tr '\n' ' '
be cs da de eo es fr hu id is it ja nb nl pa pl pt_BR pt ru sk sl sv uk vi zh_CN
#
gtkam translations exist for 25 languages
(w )get source from:
http://sourceforge.net/projects/gphoto/files/gtkam/0.1.18/
If your language is not included or not completely translated
then
mkdir -p /usr/share/doc/nls/gtkam
cp po/gtkam.pot /usr/share/doc/nls/gtkam/
... and you can use momanager for translation.
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1723 Location: Burghaslach, Germany
|
Posted: Yesterday, at 11:44 Post subject:
PortableObjectTemplate Files Subject description: Xdialog.pot |
|
po files available for
ca de es fr hu id it nl no_NO pl pt_BR ru sv_SE
in directory po of source at
http://freecode.com/projects/xdialog
Or to translate yourself
mkdir -p /usr/share/doc/nls/Xdialog
and copy the following Xdialog.pot to /usr/share/doc/nls/Xdialog/Xdialog.pot
| Code: | # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2002-03-21 13:29+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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/interface.h:80
msgid "OK"
msgstr ""
#: src/interface.h:81
msgid "Cancel"
msgstr ""
#: src/interface.h:82
msgid "Yes"
msgstr ""
#: src/interface.h:83
msgid "No"
msgstr ""
#: src/interface.h:84
msgid "Help"
msgstr ""
#: src/interface.h:85
msgid "Previous"
msgstr ""
#: src/interface.h:86
msgid "Next"
msgstr ""
#: src/interface.h:87
msgid "Print"
msgstr ""
#: src/interface.h:88
msgid "Add"
msgstr ""
#: src/interface.h:89
msgid "Remove"
msgstr ""
#: src/interface.h:90
msgid "Hours : Minutes : Seconds"
msgstr ""
#: src/interface.h:91
msgid "Time stamp"
msgstr ""
#: src/interface.h:92
msgid "Date - Time"
msgstr ""
#: src/interface.h:93
msgid "Log message"
msgstr ""
#: src/interface.h:94
msgid "Hide typing"
msgstr ""
|
|
|
Back to top
|
|
 |
|