PDA

View Full Version : Notification Messages


ShadowUK
04-29-2008, 01:49 PM
Can someone paste the default contents of the _notification_messages.lua please, I corrupted mine by accident. Would be great help as I can't release any plugins without it. and AMS can't compile without it containing some default code.

TimeSurfer
04-29-2008, 03:04 PM
here you go shadow

if not _tblNotificationMessages then
_tblNotificationMessages = {};
end

-- Translatable messages:
_tblNotificationMessages["MSG_FROM_CAP"]=[[From]];
_tblNotificationMessages["MSG_FROM"]=[[from]];
_tblNotificationMessages["MSG_TO_CAP"]=[[To]];
_tblNotificationMessages["MSG_TO"]=[[to]];
_tblNotificationMessages["MSG_COPYING"]=[[Copying]];
_tblNotificationMessages["MSG_INSTALLING"]=[[Installing]];
_tblNotificationMessages["MSG_MOVING"]=[[Moving]];
_tblNotificationMessages["MSG_DELETING"]=[[Deleting]];
_tblNotificationMessages["MSG_SEARCHING"]=[[Searching]];
_tblNotificationMessages["MSG_READING"]=[[Reading]];
_tblNotificationMessages["MSG_NOTICE"]=[[Notice]];
_tblNotificationMessages["MSG_ERROR"]=[[Error]];
_tblNotificationMessages["MSG_SAVING"]=[[Saving]];
_tblNotificationMessages["MSG_INSTALL_DO_YOU_WANT_OVERWRITE"]=[[Do you want to overwrite the following file?]];
_tblNotificationMessages["MSG_INSTALL_ALWAYS_ASK_OVERWRITE_MSG"]=[[The application would like to install a file, however a file with the same name already exists on your system.]];
_tblNotificationMessages["MSG_INSTALL_FILE_OLDER_MSG"]=[[The application would like to install a file, however a NEWER file with the same name already exists on your system.]];
_tblNotificationMessages["MSG_DOWNLOADING"]=[[Downloading]];
_tblNotificationMessages["MSG_DOWNLOADING_FILE"]=[[Downloading file...]];
_tblNotificationMessages["MSG_DOWNLOADING_FILE_UNKNOWN_TOTAL"]=[[Downloading file, total size is unknown. Kb downloaded so far: ]];
_tblNotificationMessages["MSG_SIZE_BYTES"]=[[bytes]];
_tblNotificationMessages["MSG_SIZE_KILOBYTES"]=[[KB]];
_tblNotificationMessages["MSG_SIZE_MEGABYTES"]=[[MB]];
_tblNotificationMessages["MSG_SIZE_GIGABYTES"]=[[GB]];
_tblNotificationMessages["MSG_REBOOT_FAILED"]=[[System reboot failed. Close all open applications and choose Retry.]];
_tblNotificationMessages["MSG_ESTIMATED_TIME_LEFT"]=[[Estimated time left]];
_tblNotificationMessages["MSG_KB_PER_SEC"]=[[KB/Sec]];
_tblNotificationMessages["MSG_QUERYING_INTERNET"]=[[Querying Internet]];

RizlaUK
04-29-2008, 04:13 PM
lol, you mean.....you dident back it up!!

man, you just broke the cardinal rule of programing..:D

TimeSurfer
04-29-2008, 10:09 PM
theres also the option of deleting the include file itself and simply running the ams7 setup file and choosing the repair option but either works

ShadowUK
04-30-2008, 12:26 AM
Was going to back it up then ran my Setup Factory file and forgot to put the boolean to append on the end on TextFile.WriteToString :P