{
  "appname_dev": {
    "message": "Chrome App Builder (Dev)",
    "description": "Title of the Chrome App name. [CHAR LIMIT=44]"
  },
  "appname_beta": {
    "message": "Chrome App Builder (Beta)",
    "description": "Title of the Chrome App name. [CHAR LIMIT=44]"
  },
  "appname": {
    "message": "Chrome App Builder",
    "description": "Title of the Chrome App name. [CHAR LIMIT=44]"
  },
  "app_config__app_config__label": {
    "message": "Application Configuration",
    "description": "Title for the section of the application that contains new app configuration settings."
  },
  "app_config__app_name__label": {
    "message": "App Name",
    "description": "Title for the app configuration setting that controls the new application name."
  },
  "app_config__app_name__help": {
    "message": "Name of the app as it appears in the Chrome Web Store and the title in the app window (if shown).",
    "description": "Help text for the app configuration setting that controls the new application name."
  },
  "app_config__app_name__placeholder": {
    "message": "My Chrome App",
    "description": "Placeholder value for the new application name"
  },
  "app_config__version__label": {
    "message": "Version",
    "description": "Title for the application configuration setting that controls the new application version number."
  },
  "app_config__version__help": {
    "message": "Version of the app as it appears in the Chrome Web Store.",
    "description": "Help text for the application configuration setting that controls the new application version number."
  },
  "app_config__homepage__label": {
    "message": "Home page",
    "description": "Title for the application configuration setting that controls what the new application default homepage URL will be"
  },
  "app_config__homepage__help": {
    "message": "Initial page for the app that is also associated with 'going home'.",
    "description": "Help text for the application configuration setting that controls what the new application default homepage URL will be"
  },
  "app_config__enable_nav_btns__label": {
    "message": "Enable back/forward navigation buttons",
    "description": "Title for the application configuration setting that controls whether to show navigation buttons"
  },
  "app_config__enable_home_btn__label": {
    "message": "Enable home button",
    "description": "Title for the application configuration setting that controls whether to show navigation buttons"
  },
  "app_config__enable_reload_btn__label": {
    "message": "Enable reload button",
    "description": "Title for the application configuration setting that controls whether to show the reload button"
  },
  "app_config__enable_logout_btn__label": {
    "message": "Enable Restart session button",
    "description": "Title for the application configuration setting that controls whether to show a Logout button (labeled 'Restart session')"
  },
  "app_config__enable_navigation_bar__label": {
    "message": "Enable navigation bar",
    "description": "Title for the application configuration setting that controls whether to show the navigation bar"
  },
  "app_config__session_data_timeout_time__label": {
    "message": "Session idle timeout",
    "description": "Title for the application configuration setting that controls the session idle timeout"
  },
  "app_config__session_data_timeout_time__help": {
    "message": "Time (in minutes) that the app is idle before clearing browsing data.",
    "description": "Help text for the application configuration setting that controls the session idle timeout"
  },
  "app_config__session_timeout_time__label": {
    "message": "Timeout to return home",
    "description": "Title for the application configuration setting that controls the session idle timeout"
  },
  "app_config__session_timeout_time__help": {
    "message": "Time (in minutes) that the app is idle before returning to the homepage. Browsing data is not cleared.",
    "description": "Help text for the application configuration setting that controls the session idle timeout"
  },
  "app_config__terms_of_service__label": {
    "message": "Terms of Service",
    "description": "Title for the application configuration setting that determines the terms of service"
  },
  "app_config__terms_of_service__help": {
    "message": "Terms of service that the user must accept before using the kiosk.",
    "description": "Help text for the application configuration setting that determines the terms of service"
  },
  "app_config__terms_of_service__placeholder": {
    "message": "TERMS OF SERVICE",
    "description": "Placeholder for the application configuration setting that determines the terms of service"
  },
  "app_config__rotation__label": {
    "message": "Rotation (Chrome OS only)",
    "description": "Title for the application configuration setting that determines the degree to which the screen should be rotated"
  },
  "app_config__rotation__help": {
    "message": "Measured in degrees.",
    "description": "Help text the application configuration setting that determines the degree to which the screen should be rotated"
  },
  "app_config__kiosk_enabled__label": {
    "message": "Kiosk mode enabled",
    "description": "Title for the application configuration setting that determines whether Kiosk mode is enabled"
  },
  "app_config__kiosk_enabled__help": {
    "message": "Allows the app to run as a kiosk app. If not enabled, it is a standard Chrome App.",
    "description": "Help text for the application configuration setting that determines whether Kiosk mode is enabled"
  },
  "app_config__export_app__label": {
    "message": "Export app",
    "description": "Title for the button that exports the newly configured application"
  },
  "app_config__remove_button__title": {
    "message": "Remove",
    "description": "Title of the button to perform a remove action"
  },
  "app_config__download_button__title": {
    "message": "Download",
    "description": "Title of the button to perform a download action"
  },
  "app_config__back_button__title": {
    "message": "Go back",
    "description": "Title of the button to perform a back navigation action"
  },
  "app_config__forward_button__title": {
    "message": "Go forward",
    "description": "Title of the button to perform a forward navigation action"
  },
  "app_config__home_button__title": {
    "message": "Go home",
    "description": "Title of the button to perform a home navigation action"
  },
  "app_config__reload_button__title": {
    "message": "Reload",
    "description": "Title of the button to perform a reload"
  },
  "app_config__logout_button__title": {
    "message": "Restart session",
    "description": "Title of the button to perform a log out"
  },
  "app_welcome_title": {
    "message": "Welcome to Chrome App Builder",
    "description": "Homepage header title"
  },
  "app_welcome_text_pt1": {
    "message": "Get started by specifying app attributes (such as app homepage, navigation controls and timeouts) in Application Configuration below. After you enter the URL of the app homepage, the homepage replaces this text.",
    "description": "Homepage welcome text, part 1"
  },
  "app_welcome_text_pt2": {
    "message": "When you’ve finished, zip the contents of the app folder and export your app.",
    "description": "Homepage welcome text, part 2"
  },
  "app_welcome_text_pt3": {
    "message": "If you need help, see ",
    "description": "Homepage welcome text, part 3"
  },
  "app_welcome_text_pt4": {
    "message": "Use Chrome App Builder to create a Chrome Kiosk App.",
    "description": "Homepage welcome text, part 4"
  },
  "upload_help_text": {
    "message": "Upload Help",
    "description": "Text for small link to the upload help"
  }
}