home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / en_US$RuntimeInstaller_properties.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  3.9 KB  |  64 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en_US$RuntimeInstaller_properties extends ResourceBundle
  6.    {
  7.       public function en_US$RuntimeInstaller_properties()
  8.       {
  9.          super("en_US","RuntimeInstaller");
  10.       }
  11.       
  12.       override protected function getContent() : Object
  13.       {
  14.          return {
  15.             "msiInstallRejected":"Installing and uninstalling Adobe AIR on your system are not allowed by your administrator. Please contact your administrator.",
  16.             "msgInternalLogicError":"Internal runtime installer logic error",
  17.             "msgConfirmRemoveAir":"You are about to remove all versions of Adobe AIR. Installed applications that require Adobe AIR will no longer work.",
  18.             "lblUpdate":"Update:",
  19.             "titleAirSetup":"Adobe AIR Setup",
  20.             "shortUpdateText":"An update to Adobe AIR is ready to be installed.",
  21.             "titleAirUpdater":"Adobe AIR Updater",
  22.             "msgClickToContinue":"Click Continue to install Adobe AIR 1.5.",
  23.             "btnUpdate":"Update",
  24.             "msgConfirmInstallUpdate":"When would you like to install the update?",
  25.             "titleUninstall":"Uninstall Adobe AIR",
  26.             "msgConfirmUpdate":"This installer will update Adobe AIR.<br /><br />Click Update to install this update now.",
  27.             "titleInstCompleted":"Installation completed.",
  28.             "btnClose":"Close",
  29.             "msgInstallCanceled":"Installation canceled.",
  30.             "titleWelcome":"Welcome to the Adobe AIR Installer",
  31.             "progressCanceling":"Canceling...",
  32.             "genericUninstallError":"An error occurred while uninstalling Adobe AIR.  Uninstallation may not be allowed by your administrator. Please contact your administrator.",
  33.             "btnContinue":"Continue",
  34.             "progressUninstalling":"Uninstalling Adobe AIR...",
  35.             "btnUpdateLater":"Update Later",
  36.             "lblInstalled":"Installed:",
  37.             "titleError":"Sorry, an error has occurred.",
  38.             "titleUpdateAIR":"Update Adobe AIR",
  39.             "titleMainTitle":"Adobe┬« AIRΓäó",
  40.             "linuxDistroUnknown":"Adobe AIR could not be installed because this is not a supported Linux distribution. Only RPM- and Debian-based Linux distributions are supported.",
  41.             "msgInstallSuccessful":"Adobe AIR has been successfully installed.",
  42.             "btnUninstall":"Uninstall",
  43.             "msgUninstallSuccessful":"Adobe AIR has been uninstalled.",
  44.             "genericInstallError":"An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.",
  45.             "updateText":"An update to Adobe AIR is ready to be installed. If you want to install it now, quit these running applications:",
  46.             "titleAlreadyInstalled":"Adobe AIR Already Installed",
  47.             "errVersionAlreadyInstalled":"This version of Adobe AIR is already installed on your system.",
  48.             "errNewerVersionAlreadyInstalled":"This version of Adobe AIR cannot be installed because a more recent version is already installed on your system.",
  49.             "progressInstalling":"Installing...",
  50.             "btnCancel":"Cancel",
  51.             "btnUpdateNow":"Update Now",
  52.             "titleNativeWindow":"Adobe AIR",
  53.             "titleUninstCompleted":"Uninstall completed.",
  54.             "btnFinish":"Finish",
  55.             "msgConfirmRemoveAirPrompt":"Are you sure you want to uninstall Adobe AIR?",
  56.             "windowsInstallInProgress":"Adobe AIR could not be installed because another application is already being installed. Complete the first installation before proceeding with this one.",
  57.             "rtInstMainWndWidth":"480",
  58.             "linuxKeyring":"Adobe AIR could not be installed. Either gnome-keyring or Kwallet must be installed prior to installing Adobe AIR."
  59.          };
  60.       }
  61.    }
  62. }
  63.  
  64.