How can I fix these? They remain untranslated [SOLVED]
How can I fix these? They remain untranslated [SOLVED]
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:
- Attachments
-
- image-12452x498.png
- (44.55 KiB) Downloaded 627 times
-
- image-1.png
- (12.75 KiB) Downloaded 986 times
Last edited by vicmz on Wed 10 Oct 2012, 13:18, edited 1 time in total.
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]
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)
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]
Re. untranslated
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.
Last edited by rodin.s on Tue 25 Sep 2012, 18:51, edited 1 time in total.
- L18L
- Posts: 3479
- Joined: Sat 19 Jun 2010, 18:56
- Location: www.eussenheim.de/
How can I fix these? They remain untranslated
Very interesting,
in the shutdown dialog
I would (I have done it in the german translation) refer to the English button
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
in the shutdown dialog
I would (I have done it in the german translation) refer to the English button

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.
I am in Precise, beta7:
So you should update mo-file in MoManager.
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')"
- L18L
- Posts: 3479
- Joined: Sat 19 Jun 2010, 18:56
- Location: www.eussenheim.de/
How can I fix these? They remain untranslated
... and I am solving the other problem (precise beta6)
/usr/local/petget/installpkg.sh line 50: add #
#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.?
/usr/local/petget/installpkg.sh line 50: add #
line 487:#export LANG=C
#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.?
- Attachments
-
- ppm.png
- PACKAGE:
and CATEGORY:
translated - (5.25 KiB) Downloaded 828 times
- L18L
- Posts: 3479
- Joined: Sat 19 Jun 2010, 18:56
- Location: www.eussenheim.de/
Re: Precise, beta 7.
It was up to date, I simply had forgotten itrodin.s wrote:I am in Precise, beta7:So you should update mo-file in MoManager.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')"

Thank you.
- L18L
- Posts: 3479
- Joined: Sat 19 Jun 2010, 18:56
- Location: www.eussenheim.de/
Which Puppy distro
You might search Barry´s blog "By Content"gcmartin wrote:Which Puppy distro?
internationalisation
and/or
internationalization
for further info
HTH
- L18L
- Posts: 3479
- Joined: Sat 19 Jun 2010, 18:56
- Location: www.eussenheim.de/
How can I fix these? They remain untranslated
Hope that wave is gone soonvicmz wrote:... There's a polar wave here this week...

Barry has fixed it, see http://bkhome.org/blog/?viewDetailed=03007
Cool, and I also could fix the shutdownconfig buttons.
Thank you guys

Thank you guys

- Attachments
-
- image-1.png
- (32.2 KiB) Downloaded 1095 times
[url=http://murga-linux.com/puppy/viewtopic.php?t=76948]Puppy Linux en español[/url]