# Copyright (c) 1992, 2011, Oracle and/or its affiliates. All rights reserved. # ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. # manifest OpenIDE-Module-Name=Utilities API OpenIDE-Module-Display-Category=Infrastructure OpenIDE-Module-Short-Description=Basic Utilities API. OpenIDE-Module-Long-Description=\ Various helper methods and basic concept definitions including actions, lookup, image handling, parallel execution and branding support.\n\ For the list of included fixed bugs please check http://wiki.netbeans.org/NetBeans7.2PatchesInfo #SwingEditors # Box-orientation constants used to specify a position. #NOI18N TOP=TOP #NOI18N LEFT=LEFT #NOI18N BOTTOM=BOTTOM #NOI18N RIGHT=RIGHT #NOI18N CENTER=CENTER #NOI18N LEADING=LEADING #NOI18N TRAILING=TRAILING # Compass-direction constants used to specify a position. #NOI18N NORTH=NORTH #NOI18N NORTH_EAST=NORTH_EAST #NOI18N EAST=EAST #NOI18N SOUTH_EAST=SOUTH_EAST #NOI18N SOUTH=SOUTH #NOI18N SOUTH_WEST=SOUTH_WEST #NOI18N WEST=WEST #NOI18N NORTH_WEST=NORTH_WEST # These constants specify a horizontal or # vertical orientation. For example, they are # used by scrollbars and sliders. #NOI18N HORIZONTAL=HORIZONTAL #NOI18N VERTICAL=VERTICAL #debug graphics constants # Log graphics operations. #NOI18N LOG_OPTION=LOG_OPTION # Flash graphics operations. #NOI18N FLASH_OPTION=FLASH_OPTION # Show buffered operations in a seperate Frame. #NOI18N BUFFERED_OPTION=BUFFERED_OPTION # Don't debug graphics operations. #NOI18N NONE_OPTION=NONE_OPTION # selection constants # A value for the selectionMode property: select one list index # at a time. #NOI18N SINGLE_SELECTION=SINGLE_SELECTION # A value for the selectionMode property: select one contiguous # range of indices at a time. #NOI18N SINGLE_INTERVAL_SELECTION=SINGLE_INTERVAL_SELECTION # A value for the selectionMode property: select one or more # contiguous ranges of indices at a time. #NOI18N MULTIPLE_INTERVAL_SELECTION=MULTIPLE_INTERVAL_SELECTION # JTable # Do not auto resize column when table is resized. #NOI18N AUTO_RESIZE_OFF=AUTO_RESIZE_OFF # Auto resize last column only when table is resized #NOI18N AUTO_RESIZE_LAST_COLUMN=AUTO_RESIZE_LAST_COLUMN # Proportionately resize all columns when table is resized #NOI18N AUTO_RESIZE_ALL_COLUMNS=AUTO_RESIZE_ALL_COLUMNS # WindowConstants # The do-nothing default window close operation #NOI18N DO_NOTHING_ON_CLOSE=DO_NOTHING_ON_CLOSE # The hide-window default window close operation #NOI18N HIDE_ON_CLOSE=HIDE_ON_CLOSE # The dispose-window default window close operation #NOI18N DISPOSE_ON_CLOSE=DISPOSE_ON_CLOSE # JOptionPane # Type meaning look and feel should not supply any options -- only # use the options from the JOptionPane. #NOI18N DEFAULT_OPTION=DEFAULT_OPTION # Type used for showConfirmDialog. #NOI18N YES_NO_OPTION=YES_NO_OPTION # Type used for showConfirmDialog. #NOI18N YES_NO_CANCEL_OPTION=YES_NO_CANCEL_OPTION # Type used for showConfirmDialog. #NOI18N OK_CANCEL_OPTION=OK_CANCEL_OPTION # Used for error messages. #NOI18N ERROR_MESSAGE=ERROR_MESSAGE # Used for information messages. #NOI18N INFORMATION_MESSAGE=INFORMATION_MESSAGE # Used for warning messages. #NOI18N WARNING_MESSAGE=WARNING_MESSAGE # Used for questions. #NOI18N QUESTION_MESSAGE=QUESTION_MESSAGE # No icon is used. #NOI18N PLAIN_MESSAGE=PLAIN_MESSAGE # HttpServer.class SERVER_REGISTERED=An HTTP server is already registered. You cannot use two servers at once. SERVER_CANNOT_UNREGISTER=A module attempted to unregister an HTTP server provided by another module. MSG_ToNowhere=to nowhere MSG_To=to MSG_NoServerRegistered=No server registered. MSG_TooManyArguments=too many arguments MSG_UnmatchedBraces=unmatched braces in the pattern at position # NbBundle MSG_FMT_ObjectForKey=object for key {0} was not found MSG_ClassFinderAlreadySet=ClassFinder already set. # # Utilities # # {0} stays for invalid file EXC_translation_io=WARNING: Cannot load translation table: {0} PROGRESS_CURSOR=Progress cursor