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]];