module.exports =
"~MENU.SAVE": "Save …"
"~MENU.OPEN": "Open …"
"~MENU.NEW": "New …"
"~MENU.SAVE_AS": "Save as …"
"~MENU.REVERT_TO_ORIGINAL": "Revert To Original"
"~MENU.REVERT_TO_LAST_SAVE": "Revert To Last Save"
"~MENU.SETTINGS": "Advanced Settings …"
"~NODE.UNTITLED": "Untitled"
"~NODE-EDIT.TITLE": "Name"
"~NODE-EDIT.COLOR": "Color"
"~NODE-EDIT.IMAGE": "Image"
"~NODE-EDIT.BUILT_IN": "Built-In"
"~NODE-EDIT.DROPPED": "Dropped"
"~NODE-EDIT.REMOTE": "Remote"
"~NODE-EDIT.ADD_REMOTE": "Add remote"
"~NODE-EDIT.DELETE": "Delete"
# views/node-value-inspector-view.coffee
"~NODE-VALUE-EDIT.INITIAL-VALUE": "Initial Value"
"~NODE-VALUE-EDIT.DEFINING_WITH_WORDS": "You are defining values with numbers. Switch to define with words."
"~NODE-VALUE-EDIT.IS_ACCUMULATOR": "Accumulator"
# views/relation-inspector-view.coffee
"~NODE-RELATION-EDIT.DEFINING_WITH_WORDS": "You are defining relationships with graphs. Switch to define with equations."
"~NODE-RELATION-EDIT.INCREASES": "increases"
"~NODE-RELATION-EDIT.DECREASES": "decreases"
"~NODE-RELATION-EDIT.BY": "by"
"~NODE-RELATION-EDIT.ABOUT_THE_SAME": "about the same"
"~NODE-RELATION-EDIT.A_LOT": "a lot"
"~NODE-RELATION-EDIT.A_LITTLE": "a little"
"~NODE-RELATION-EDIT.MORE_AND_MORE": "more and more"
"~NODE-RELATION-EDIT.LESS_AND_LESS": "less and less"
"~LINK-EDIT.DELETE": "✖ Delete Link"
"~LINK-EDIT.TITLE": "Title"
"~LINK-EDIT.COLOR": "Color"
"~ADD-NEW-IMAGE.TITLE": "Add new image"
"~ADD-NEW-IMAGE.IMAGE-SEARCH-TAB": "Image Search"
"~ADD-NEW-IMAGE.MY-COMPUTER-TAB": "My Computer"
"~ADD-NEW-IMAGE.LINK-TAB": "Link"
# views/palette-inspector-view.coffee
"~PALETTE-INSPECTOR.ADD_IMAGE": "New Image"
"~PALETTE-INSPECTOR.ABOUT_IMAGE": "About This Image"
"~PALETTE-INSPECTOR.DELETE": "Delete Image"
"~PALETTE-INSPECTOR.REPLACE": "Replace Image"
# views/palette-delete-view.coffee
"~PALETTE-DIALOG.TITLE": "Delete image?"
"~PALETTE-DIALOG.DELETE": "Delete"
"~PALETTE-DIALOG.REPLACE": "and replace with"
"~PALETTE-DIALOG.OK": "ok"
"~PALETTE-DIALOG.CANCEL": "✖ cancel"
# views/image-metadata-view.coffee
"~METADATA.TITLE": "Title"
"~METADATA.LINK": "Link"
"~METADATA.CREDIT": "Credit"
# views/image-browser-view.coffee
"~IMAGE-BROWSER.PREVIEW": "Preview Your Image"
"~IMAGE-BROWSER.ADD_IMAGE": "Add Image"
"~IMAGE-BROWSER.SEARCH_HEADER": "Search for images"
"~IMAGE-BROWSER.NO_IMAGES_FOUND": "Sorry, no images found."
"~IMAGE-BROWSER.TRY_ANOTHER_SEARCH": "Try another search, or browse images below."
"~IMAGE-BROWSER.LIBRARY_HEADER": "Internal Library Images"
"~IMAGE-BROWSER.NO_INTERNAL_FOUND": "No internal library results found for \"%{query}.\""
"~IMAGE-BROWSER.SEARCHING": "Searching for %{scope}\"%{query}\""
"~IMAGE-BROWSER.NO_EXTERNAL_FOUND": "No openclipart.org results found for \"%{query}.\""
"~IMAGE-BROWSER.SHOWING_N_OF_M": "Showing %{numResults} of %{numTotalResults} matches for \"%{query}.\" "
"~IMAGE-BROWSER.SHOW_ALL": "Show all matches."
"~IMAGE-BROWSER.ALREADY-IN-PALETTE": "Already in palette"
"~IMAGE-BROWSER.PLEASE_DROP_IMAGE": "Please drop an image or enter an image url"
"~IMAGE-BROWSER.DROP_IMAGE_FROM_BROWSER": "Drop image from browser here"
"~IMAGE-BROWSER.TYPE_OR_PASTE_LINK": "Or type or paste a link to the image you want to use:"
"~IMAGE-BROWSER.IMAGE_URL": "Image URL"
"~IMAGE-BROWSER.PREVIEW_IMAGE": "Preview Image"
"~IMAGE-BROWSER.PLEASE_DROP_FILE": "Please select or drop a file"
"~IMAGE-BROWSER.DROP_IMAGE_FROM_DESKTOP": "Drop image from desktop here"
"~IMAGE-BROWSER.CHOOSE_FILE": "Or choose a file from your desktop:"
"~COLOR.YELLOW": "Yellow"
"~COLOR.DARK_BLUE": "Dark Blue"
"~COLOR.LIGHT_BLUE": "Light Blue"
"~COLOR.MED_BLUE": "Blue"
# google-file-interface
"~FILE.CHECKING_AUTH": "Checking authorization..."
"~FILE.CONFIRM": "Are you sure?"
"~FILE.DOWNLOADING": "Downloading..."
"~FILE.FILENAME": "Filename"
"~FILE.UPLOADING": "Uploading..."
"~FILE.CONFIRM_ORIGINAL_REVERT": "Are you sure you want to revert to the original version?"
"~FILE.CONFIRM_LAST_SAVE_REVERT": "Are you sure you want to revert to the last save?"
"~DOCUMENT.ACTIONS.RUN_SIMULATION": "Run simulation"
"~DOCUMENT.ACTIONS.UNDO": "Undo"
"~DOCUMENT.ACTIONS.REDO": "Redo"
"~DROP.ONLY_IMAGES_ALLOWED": "Sorry, only images are allowed."
"~DROPZONE.DROP_IMAGES_HERE": "Drop image here"
"~DROPZONE.SQUARES_LOOK_BEST": "(Squares look best.)"
"~RELATIONSHIP.NO_RELATION": "No relation defined"
"~CODAP.SIMULATION.STEPS.DESCRIPTION": "Number of steps in the simulation."
|