Author |
Message |
Bert

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

|
_________________

|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3450 Location: www.eussenheim.de/
|
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: 1107
|
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: 3450 Location: www.eussenheim.de/
|
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 |
878 Time(s) |
Description |
|
Filesize |
4.79 KB |
Viewed |
1268 Time(s) |

|
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3450 Location: www.eussenheim.de/
|
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: 3450 Location: www.eussenheim.de/
|
Posted: Fri 24 May 2013, 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
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3450 Location: www.eussenheim.de/
|
Posted: Thu 30 May 2013, 06:20 Post subject:
PortableObjectTemplate Files for ELF 32-bit LSB executables Subject description: chat program ayttm |
|
Ready to use translations exist for the languges:
de en_GB es fr hi nl pt_BR sv
at http://ayttm.sourceforge.net/files.php
download Source .bz2 tarball
click and extract directory po
copy: Code: | cp <your_language>.gmo /usr/share/locale/<your_language>/LC_MESSAGES/ayttm.mo |
for other languages
make directory:
Code: | mkdir -p /usr/share/doc/nls/ayttm |
and download attached ayttm.pot to /usr/share/doc/nls/ayttm/
Then use momanger for translation of ayttm
use chat program (launch from desktop icon) in your language.
Have fun
Description |
remove .gz
|

Download |
Filename |
ayttm.pot.gz |
Filesize |
56.57 KB |
Downloaded |
873 Time(s) |
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1107
|
Posted: Thu 30 May 2013, 12:29 Post subject:
|
|
That's great L18L,
It's always nice to get a translation ready-made, like was the case for nl.
However, there was lots of Fuzzy and the translation was not complete.
Now corrected
Thanks.
_________________

|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1107
|
Posted: Sun 20 Oct 2013, 14:42 Post subject:
|
|
Hi all,
I translated PupSnap from the pot file (because impossible to translate in Momanager)...no luck.. PupScan remains in English.
I then looked at the actual script files (version 2.2.1) and it looks like nothing is internationalized.
Am I missing the obvious again
Thanks for any pointers!
Bert
_________________

|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3450 Location: www.eussenheim.de/
|
Posted: Mon 21 Oct 2013, 10:01 Post subject:
|
|
Bert wrote: | Hi all,
I translated PupSnap from the pot file (because impossible to translate in Momanager)...no luck.. PupScan remains in English.
I then looked at the actual script files (version 2.2.1) and it looks like nothing is internationalized.
Am I missing the obvious again
Thanks for any pointers!
Bert |
Where did you get a pot file from if nothing is internationalized?
Obviously radky is staying with "english only"
At puppy localization solved
01micko wrote: | I suppose what we need to do is apply the standards, that is, everyone who scripts should learn to use gettext and where the locale file should be stored. It's not difficult. Even I roughly learnt some of it! |
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1107
|
Posted: Mon 21 Oct 2013, 11:01 Post subject:
|
|
Quote: | Where did you get a pot file from if nothing is internationalized? Rolling Eyes |
Hi L18L,
In this very thread, page one!
http://murga-linux.com/puppy/viewtopic.php?p=684738#684738
It also has a pot file for PupControl, which I would like to translate.
I searched in the Spanish forum and downloaded the Spanish version, made by Victor, and discovered he translated it directly in situ. (no gettext)
Pupsnap shows up in MoManager, but when clicked, it exits with an error.
So I opened the pot file in Poedit and made a .po and .mo.
_________________

|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3450 Location: www.eussenheim.de/
|
Posted: Mon 21 Oct 2013, 12:53 Post subject:
pupsnap Subject description: i18n |
|
Bert wrote: | ...Pupsnap shows up in MoManager, but when clicked, it exits with an error.... |
Can you upload this version please?
I'd like to see this error.
.... and maybe you can convince radky to use internationalized versions
|
Back to top
|
|
 |
Bert

Joined: 30 Jun 2006 Posts: 1107
|
Posted: Mon 21 Oct 2013, 14:23 Post subject:
|
|
Attached is the pot file.
Description |
fake .gz.
|

Download |
Filename |
pupsnap.pot.gz |
Filesize |
5.28 KB |
Downloaded |
486 Time(s) |
_________________

|
Back to top
|
|
 |
vicmz

Joined: 15 Jan 2012 Posts: 1268
|
Posted: Tue 22 Oct 2013, 01:59 Post subject:
|
|
Here are gettext versions of PupSnap, PupShutdown and PupClockset:
http://www.puppylinuxstuff.meownplanet.net/vicmz
Rodin.s gettexted an older version of PupControl for Slacko, but right now I'm posting from mobile so I'll look for it later.
Radky says the GUI of his apps gets too expanded when translated, that's why he usually offers separate gettext versions when available.
See also:
http://www.murga-linux.com/puppy/viewtopic.php?t=87264
_________________ Puppy Linux en español
|
Back to top
|
|
 |
L18L
Joined: 19 Jun 2010 Posts: 3450 Location: www.eussenheim.de/
|
Posted: Tue 22 Oct 2013, 04:22 Post subject:
separate gettexted version |
|
vicmz wrote: | ...Radky says the GUI of his apps gets too expanded when translated, that's why he usually offers separate gettext versions when available. |
...looks like radky has not really understood puppy's internationisation and gettext
..or maybe he just does not want his apps making the way into woof
|
Back to top
|
|
 |
|