# Version: MPL 1.1 # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Original Code is Rhino code, released # May 6, 1999. # # The Initial Developer of the Original Code is # Netscape Communications Corporation. # Portions created by the Initial Developer are Copyright (C) 1997-1999 # the Initial Developer. All Rights Reserved. # # Contributor(s): # Alex Russell # Richard Backhouse msg.couldnt.open =\ Couldn''t open file "{0}". msg.couldnt.open.url =\ Couldn''t open URL "{0}: {1}". msg.shell.invalid =\ Invalid option "{0}" msg.shell.stripConsoleMissingArg =\ No behaviour provided for stripConsole msg.shell.stripConsoleInvalid =\ Invalid value provided for stripConsole msg.shell.usage =\ Dojo ShrinkSafe 2.0 $Rev$ \n\ \n\ Usage: java -jar shrinksafe.jar [options...] [files or urls]\n\ Valid options are:\n\ \ -?, -help Displays help messages.\n\ \ -escape-unicode Use Javascript \\u#### notation for non-ASCII Characters.\n\ \ -js-version n Sets the version of Javascript used. See the -version\n\ \ option in Rhino for info. e.g. 100|110|120|130|140\n\ \ -stripConsole [ normal | warn | all ]\n\ \ If not specified, all console calls are left alone.\n\ \ normal - all console calls except warn and error are stripped.\n\ \ warn - all console calls except error are stripped.\n\ \ all - all console calls are stripped.\n\