mirror of
https://github.com/ManchildProductions/binoc-central-mirror.git
synced 2026-06-23 21:48:40 +00:00
36 lines
1.7 KiB
Properties
36 lines
1.7 KiB
Properties
# LOCALIZATION NOTE (propertyPanel.updateButton.label): Used in the Property
|
|
# Panel that is opened by the Scratchpad window when inspecting an object. This
|
|
# is the Update button label.
|
|
propertyPanel.updateButton.label=Update
|
|
propertyPanel.updateButton.accesskey=U
|
|
|
|
# LOCALIZATION NOTE (export.fileOverwriteConfirmation): This is displayed when
|
|
# the user attempts to save to an already existing file.
|
|
export.fileOverwriteConfirmation=File exists. Overwrite?
|
|
|
|
# LOCALIZATION NOTE (browserWindow.unavailable): This error message is shown
|
|
# when Scratchpad does not find any recently active window of navigator:browser
|
|
# type.
|
|
browserWindow.unavailable=Scratchpad cannot find any browser window to execute the code in.
|
|
|
|
# LOCALIZATION NOTE (openFile.title): This is the file picker title, when you
|
|
# open a file from Scratchpad.
|
|
openFile.title=Open File
|
|
|
|
# LOCALIZATION NOTE (openFile.failed): This is the message displayed when file
|
|
# open fails.
|
|
openFile.failed=Failed to read the file.
|
|
|
|
# LOCALIZATION NOTE (saveFileAs): This is the file picker title, when you save
|
|
# a file in Scratchpad.
|
|
saveFileAs=Save File As
|
|
|
|
# LOCALIZATION NOTE (saveFile.failed): This is the message displayed when file
|
|
# save fails.
|
|
saveFile.failed=The file save operation failed.
|
|
|
|
# LOCALIZATION NOTE (scratchpadIntro): This is a multi-line comment explaining
|
|
# how to use the Scratchpad. Note that this should be a valid JavaScript
|
|
# comment inside /* and */.
|
|
scratchpadIntro=/*\n * This is a JavaScript Scratchpad.\n *\n * Enter some JavaScript, then Right Click or choose from the Execute Menu:\n * 1. Run to evaluate the selected text,\n * 2. Inspect to bring up an Object Inspector on the result, or,\n * 3. Display to insert the result in a comment after the selection.\n */\n\n
|