Page 1 of 1

How can I fix these? They remain untranslated [SOLVED]

Posted: Sun 23 Sep 2012, 19:08
by vicmz
The dialog for installation of .pet package shows PACKAGE and CATEGORY in English instead of Spanish. The buttons SAVE TO FILE and SAVE TO CD in the savefile wizard remain in English, too. See the pictures:

Posted: Sun 23 Sep 2012, 20:47
by gcmartin
Which Puppy distro?

Posted: Sun 23 Sep 2012, 21:25
by vicmz
All original Puppy versions within the new internationalization system, that is 5.3 and above. I mainly work with Wary 5.3, but my translations are meant to be compatible with Slacko, Precise and Racy, too. I'm a language pack maintainer. (See first link in my signature)

Re. untranslated

Posted: Tue 25 Sep 2012, 17:02
by rodin.s
Shutdownconfig have been fixed since Racy-5.3 times. CATEGORY and PACKAGE are untranslated. They are used by script in search so I didn't dare to translate them. Maybe Barry will as he knows scripts better.

How can I fix these? They remain untranslated

Posted: Tue 25 Sep 2012, 17:18
by L18L
Very interesting,

in the shutdown dialog

I would (I have done it in the german translation) refer to the English button :lol:
Pulsar el buton SAVE TO FILE ...
...
Pulsar el buton SAVE TO CD ...

The other problem: wait awhile, I am in ancient puppy431 at the moment

Precise, beta 7.

Posted: Tue 25 Sep 2012, 17:35
by rodin.s
I am in Precise, beta7:

Code: Select all

# grep 'SAVE TO CD' /usr/sbin/shutdownconfig
T_cd="$(gettext 'SAVE TO CD')"
# grep 'SAVE TO FILE' /usr/sbin/shutdownconfig
T_savetofile="$(gettext 'SAVE TO FILE')"
So you should update mo-file in MoManager.

How can I fix these? They remain untranslated

Posted: Tue 25 Sep 2012, 18:28
by L18L
... and I am solving the other problem (precise beta6)

/usr/local/petget/installpkg.sh line 50: add #
#export LANG=C
line 487:
#echo "PACKAGE: $DLPKG_NAME CATEGORY: $CATEGORY" >> /tmp/petget-installed-pkgs-log
echo "$(gettext 'PACKAGE:') $DLPKG_NAME $(gettext 'CATEGORY:') $CATEGORY" >> /tmp/petget-installed-pkgs-log


@vicmz
Can you fix it now or do you need further help.?

Re: Precise, beta 7.

Posted: Tue 25 Sep 2012, 19:40
by L18L
rodin.s wrote:I am in Precise, beta7:

Code: Select all

# grep 'SAVE TO CD' /usr/sbin/shutdownconfig
T_cd="$(gettext 'SAVE TO CD')"
# grep 'SAVE TO FILE' /usr/sbin/shutdownconfig
T_savetofile="$(gettext 'SAVE TO FILE')"
So you should update mo-file in MoManager.
It was up to date, I simply had forgotten it :oops:
Thank you.

Posted: Wed 26 Sep 2012, 04:52
by vicmz
Sorry I'll have to test later because of frequent power failure. There's a polar wave here this week, I suppose everyone turned on their heaters at once :shock:

Which Puppy distro

Posted: Wed 26 Sep 2012, 15:31
by L18L
gcmartin wrote:Which Puppy distro?
You might search Barry´s blog "By Content"
internationalisation
and/or
internationalization
for further info
HTH

How can I fix these? They remain untranslated

Posted: Mon 01 Oct 2012, 18:03
by L18L
vicmz wrote:... There's a polar wave here this week...
Hope that wave is gone soon :wink:
Barry has fixed it, see http://bkhome.org/blog/?viewDetailed=03007

Posted: Wed 10 Oct 2012, 13:23
by vicmz
Cool, and I also could fix the shutdownconfig buttons. 8)
Thank you guys :D