app-manager.properties 2.1 KB

123456789101112131415161718192021222324252627282930
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. validator.nonExistingFolder=The project folder doesn’t exist
  5. validator.expectProjectFolder=The project folder ends up being a file
  6. validator.noManifestFile=A manifest file is required at project root folder, named either ‘manifest.webapp’ for packaged apps or ‘manifest.json’ for add-ons.
  7. validator.invalidManifestURL=Invalid manifest URL ‘%S’
  8. # LOCALIZATION NOTE (validator.invalidManifestJSON, validator.noAccessManifestURL):
  9. # %1$S is the error message, %2$S is the URI of the manifest.
  10. validator.invalidManifestJSON=The webapp manifest isn’t a valid JSON file: %1$S at: %2$S
  11. validator.noAccessManifestURL=Unable to read manifest file: %1$S at: %2$S
  12. # LOCALIZATION NOTE (validator.invalidHostedManifestURL): %1$S is the URI of
  13. # the manifest, %2$S is the error message.
  14. validator.invalidHostedManifestURL=Invalid hosted manifest URL ‘%1$S’: %2$S
  15. validator.invalidProjectType=Unknown project type ‘%S’
  16. # LOCALIZATION NOTE (validator.missNameManifestProperty, validator.missIconsManifestProperty):
  17. # don't translate 'icons' and 'name'.
  18. validator.missNameManifestProperty=Missing mandatory ‘name’ in Manifest.
  19. validator.missIconsManifestProperty=Missing ‘icons’ in Manifest.
  20. validator.missIconMarketplace2=app submission to the Marketplace requires a 128px icon
  21. validator.invalidAppType=Unknown app type: ‘%S’.
  22. validator.invalidHostedPriviledges=Hosted App can’t be type ‘%S’.
  23. validator.noCertifiedSupport=‘certified’ apps are not fully supported on the App manager.
  24. validator.nonAbsoluteLaunchPath=Launch path has to be an absolute path starting with ‘/’: ‘%S’
  25. validator.accessFailedLaunchPath=Unable to access the app starting document ‘%S’
  26. # LOCALIZATION NOTE (validator.accessFailedLaunchPathBadHttpCode): %1$S is the URI of
  27. # the launch document, %2$S is the http error code.
  28. validator.accessFailedLaunchPathBadHttpCode=Unable to access the app starting document ‘%1$S’, got HTTP code %2$S