Thanks for the updates on Estonian, Italian and Hungarian.
Also I fixed the typos in English except the following:
3.BEGIN
IDS_UNABLE_TO_ESTIMATE_TIME "Unable to estimate time remaining..."
IDS_YEAR "year"
IDS_YEARS "years"
IDS_MONTH "month"
IDS_MONTHS "months"
IDS_DAY_NON_CAPITAL "day"
IDS_DAYS_NON_CAPITAL "days"
IDS_HOUR_NON_CAPITAL "hour"
IDS_HOURS_NON_CAPITAL "hours"
IDS_MINUTE "minute"
IDS_SECOND "second"
IDS_AND "and"
IDS_REMAINING "remaining"
IDS_UNAVAILABLE_F "Unavailable"
IDS_BACKING_UP_PROFILE "Backing up %s profile"
IDS_DELETE_ACTIVITY_ERROR "Could not delete activity!"
END[/i]
Should there be "minutes" and "seconds" included with this?
No, seconds and minutes are present upper in the rc file
4.IDS_COBC_INTRO "This zone will appear when you begin a drag and drop. Drop anything here to upload to COB." - should COB read COS
This string is no longer used. We never change strings in English rc file, just typos are corrected.
This is because most of them were already translated to many languages (Chinese, Estonian, etc...) and they need to be modified for all languages.
So it's better to add a new string and keep the older one unused (we may need it later).
8.LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -changed to read LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
We have just English
There aren't differences in between US and UK, so we will add UK version when there will be differences.
I also updated the zip archive.
Thanks