Translating libsturdust with the new momanager does the trickxanad wrote:ok, wellBTW the latest momanager picks up /usr/lib/gtkdialog/ fine. No need for links to bin.

Translating libsturdust with the new momanager does the trickxanad wrote:ok, wellBTW the latest momanager picks up /usr/lib/gtkdialog/ fine. No need for links to bin.
Thank you for this new version.xanad wrote:Hi mavrothal
Now it all seems ok, over time if there are other discrepancies we will see them do.
Thanks for your time and I'm very puzzled to have been the first to translate ppm v2 and find the impossibility of translation in some parts. it is clear that it has never been translated by those who drafted some scripts. Using gettext is valid if it is translated as a test. If it is not translated (at least in their own language) you can not understand the problems. Now ppm is very complete and very useful, thanks again.
ok, I just downloaded the file, now I look at it ...BarryK wrote:xanad,
Hi, I was wondering, have you looked at pcdripper?
http://murga-linux.com/puppy/viewtopic.php?t=24157
I had a very quick look at 3.9.4, the method of translation is very unusual, I don't understand it.
Maybe we should "normalise" it?
I found the way, but is a long text replacement... after gettext ... and after the test ... after translation...xanad wrote:ok, I just downloaded the file, now I look at it ...BarryK wrote:xanad,
Hi, I was wondering, have you looked at pcdripper?
http://murga-linux.com/puppy/viewtopic.php?t=24157
I had a very quick look at 3.9.4, the method of translation is very unusual, I don't understand it.
Maybe we should "normalise" it?
EDIT 3/26/2020: Get the released new version of internationalized snap2 here:BarryK on February 27, 2020 in his blog wrote:Lutz (L18L in the forum) has been running into problems with a German translation of Snap2. He cannot get it to work. It seems that although Snap2 was gettexted, it hasn't actually been tested.
Problem is not the translation, it is the code.rerwin wrote:...
I am unable to test translations, so need someone implementing them to test the attached experimental package with a translation file.
...
Code: Select all
msgid "Help"
msgstr "xHelpX"
MeTooBut I cannot help regarding messages about missing widgit components.
Thank you for trying my version of snap2 and sending me your translations.esmourguit in a PM to me wrote:I send you the french .po and .mo files of snap2 on which you worked.
They seem to work.
Thank you very much for your work.
snap2help: modification to line 17 which had not been fully gettexted:You have not specified the storage directory for all backups, on the 'BACKUP STORAGE' tab.
Code: Select all
$(gettext 'Hard links are used to copy identical files between successive snapshot backups, resulting in a tremendous savings in backup storage space. Furthermore, during a backup, rsync only transmits 'deltas' (changes in files), and those changes are transmitted compressed. This results in a great savings in bandwidth.')
Code: Select all
$(eval_gettext 'There is a default backup exclusions file ($HOME/.snap2/$settingsdir/exclude/default), used for both mirror and snapshot backups. If the configuration option \"Add Default Exclusions\" is checked (ADVANCED tab), it will be used in addition to any directory-specific exclusions.')" >> /tmp/box_help
Code: Select all
# <button><label>$(gettext 'Help')</label></button>
<button><label>$(gettext 'Help')</label><action>snap2help</action></button>
Code: Select all
fi
#elif [ "$exit1" = "Help" ]; then
# if which snap2help &>/dev/null; then #200306...
# snap2help
# else
# showfile /usr/share/doc/snap2/readme.txt
# fi
elif [ "$FILE_DIRECTORY" != "" -o "$FILE_DIRECTORY2" != "" ]; then
Code: Select all
export MSG_DIALOG="<frame $(gettext 'Message')><hbox>