| Author |
Message |
L18L
Joined: 19 Jun 2010 Posts: 1715 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 |
52 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1715 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 |
39 Time(s) |
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1715 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 |
173 Time(s) |

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

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

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

|
_________________

|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1715 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: 702
|
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: 1715 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 |
30 Time(s) |
| Description |
|
| Filesize |
4.79 KB |
| Viewed |
178 Time(s) |

|
|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 1715 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
|
|
 |
|