Hebrew uses the word "chef" instead of "wizard"lwc (Homepage)
- December 9, 2009 - 11:58am
PortableApps installations that run in Hebrew accidentally use the "chef" instead of "wizard". This is because both words are written almost the same in Hebrew. Chef is שף Please fix it as it looks very funny ("welcome to the installation chef"...). This concerns every application's installation that has a Hebrew translation. ( categories: )
|


First page?
Would that be this line from the welcome page?
LangString welcome ${LANG_HEBREW} "שף ההתקנה ינחה אותך דרך ההתקנה של ${PORTABLEAPPNAME}.\r\n\r\nאם אתה מעדכן התקנה קיימת של ${PORTABLEAPPNAME}, סגור אותה בבקשה לפני המשך ההתקנה.\r\n\r\nלחץ הבא להמשך."
and it should be:
LangString welcome ${LANG_HEBREW} "שף ההתקנה ינחה אותך דרך ההתקנה אשף ${PORTABLEAPPNAME}.\r\n\r\nאם אתה מעדכן התקנה קיימת של ${PORTABLEAPPNAME}, סגור אותה בבקשה לפני המשך ההתקנה.\r\n\r\nלחץ הבא להמשך."
Correct?
Sometimes, the impossible can become possible, if you're awesome!
You fixed just the second occurrence
But it seems weird that this word appears twice. Please here the English translation to compare.
Ok
Here is the English version:
LangString welcome ${LANG_ENGLISH} "This wizard will guide you through the installation of ${PORTABLEAPPNAME}.\r\n\r\nIf you are upgrading an existing installation of ${PORTABLEAPPNAME}, please close it before proceeding.\r\n\r\nClick Next to continue."
I'd wager it's a pasting error as we're pasting an RTL language into an LTR text file.
Sometimes, the impossible can become possible, if you're awesome!
So "wizard" appears only once in English
Alright, I've changed the translation to be an accurate translation of the English translation:
LangString welcome ${LANG_HEBREW} "אשף זה ינחה אתכם דרך ההתקנה של ${PORTABLEAPPNAME}.\r\n\r\nאם אתם מעדכנים התקנה קיימת של ${PORTABLEAPPNAME}, נא סיגרו אותה לפני שתמשיכו.\r\n\r\nליחצו על הבא כדי להמשיך."I'd like to be the steady translator for Hebrew. But is there a way to somehow get a link in the installation ("translated by http://...")?
LOL
Now we're cooking...
But rather than just laughing, I will now attempt to contribute -
Surely the word to be replaced is the one immediately preceding "${PORTABLEAPPNAME}" on the first line?