Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324

    Notification Messages

    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.

  2. #2
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476
    here you go shadow

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

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    lol, you mean.....you dident back it up!!

    man, you just broke the cardinal rule of programing..
    Open your eyes to Narcissism, Don't let her destroy your life!!

  4. #4
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476
    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

  5. #5
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    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

Similar Threads

  1. Get console messages while installing
    By professioras in forum Setup Factory 7.0
    Replies: 4
    Last Post: 02-13-2008, 09:53 AM
  2. Translate Error Messages?
    By SonG0han in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 03-16-2007, 11:41 AM
  3. change notification message default button
    By repekcan in forum Setup Factory 7.0
    Replies: 0
    Last Post: 12-08-2006, 01:00 AM
  4. SUF6.0.0.2 -- installer hangs.
    By jassing in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-19-2001, 11:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts