blob: 44d9d9195bfb8d077374755374c14f8f48ce7575 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
OpenIDE-Module-Name=Output Window
OpenIDE-Module-Display-Category=Infrastructure
OpenIDE-Module-Short-Description=A simple text area based output window implementation
OpenIDE-Module-Long-Description=Output window based on a java.swing.text.Document over a \
ByteBuffer/CharBuffer
#Title for the output window
LBL_OUTPUT=Output
#Format for the output window title if it includes the name of the current tab
FMT_OUTPUT={0} - {1}
FMT_CannotWrite=Cannot write to system temp directory ({0})
MSG_GenericError=Problem writing to output file
LBL_STDOUT=Standard output
FMT_FILE_EXISTS={0} exists. Overwrite?
TITLE_SAVE_DLG=Save Output As
LBL_SaveAsFailedTitle=Save as failed
MSG_SaveAsFailed=Writing to file {0} failed.
MSG_SearchFromBeg=End of the ouput reached. Continuing search from beginning.
MSG_SearchFromEnd=Beginning of the ouput reached. Continuing search from end.
MSG_Found=''{0}'' found at {1}:{2}
MSG_NotFound=''{0}'' not found
#OutputWindowAction
OutputWindow=&Output
#Find Dialog
LBL_Find_Title=Find
LBL_Find_What=Find:
LBL_Use_RegExp=Regular &Expression
LBL_Match_Case=&Match Case
BTN_Find=&Find
ACSN_Find=N/A
ACSD_Find=Find
ACSD_FindBTN=N/A
ACSD_Find_What=N/A
LBL_Filter_Title=Filter
LBL_Filter_What=Keep lines containing:
BTN_Filter=&Filter
#FontChooser Dialog
LBL_Font_Chooser_Title=Font Chooser
BTN_Defaul_Font=Default Font
#$ave as dialog if selected file exists
TITLE_FILE_EXISTS=Overwrite file?
# invalid regexp dialog
LBL_Invalid_RegExp=Invalid Regular Expression
FMT_Invalid_RegExp=Syntax error in {0}
#Output window popup menu
ACTION_COPY=Copy
ACTION_PASTE=Paste
ACTION_WRAP=Wrap text
ACTION_SAVEAS=Save As...
ACTION_CLOSE=Close
ACTION_CLEAR=Clear
ACTION_PREV_ERROR=Previous Error
ACTION_NEXT_ERROR=Next Error
ACTION_SELECT_ALL=Select all
ACTION_FIND=Find...
ACTION_FIND_NEXT=Find Next
ACTION_FIND_PREVIOUS=Find Previous
ACTION_LARGER_FONT=Larger Font
ACTION_SMALLER_FONT=Smaller Font
ACTION_SETTINGS=Settings...
ACTION_FILTER=Filter...
LBL_OutputFolds=Output Folds
ACTION_COLLAPSE_FOLD=Collapse Fold
ACTION_EXPAND_FOLD=Expand Fold
ACTION_COLLAPSE_ALL=Collapse All
ACTION_EXPAND_ALL=Expand All
ACTION_COLLAPSE_TREE=Collapse Fold Tree
ACTION_EXPAND_TREE=Expand Fold Tree
#Popup menu accelerators
ACTION_COPY.accel=C-C
ACTION_PASTE.accel=C-V
ACTION_WRAP.accel=C-R
ACTION_SAVEAS.accel=C-S
ACTION_CLOSE.accel=C-F4
ACTION_PREV_ERROR.accel=F12
ACTION_NEXT_ERROR.accel=S-F12
ACTION_SELECT_ALL.accel=C-A
ACTION_FIND.accel=C-F
ACTION_FIND_NEXT.accel=F3
ACTION_FIND_PREVIOUS.accel=S-F3
ACTION_CLEAR.accel=C-L
ACTION_LARGER_FONT.accel=D-UP
ACTION_SMALLER_FONT.accel=D-DOWN
ACTION_SETTINGS.accel=
ACTION_FILTER.accel=C-G
#Macintosh popup menu accelerators
ACTION_COPY.accel.mac=M-C
ACTION_PASTE.accel.mac=M-V
ACTION_LARGER_FONT.accel.mac=D-UP
ACTION_SMALLER_FONT.accel.mac=D-DOWN
ACTION_SETTINGS.accel.mac=
ACTION_WRAP.accel.mac=M-R
ACTION_SAVEAS.accel.mac=M-S
ACTION_CLOSE.accel.mac=M-F4
ACTION_PREV_ERROR.accel.mac=F12
ACTION_NEXT_ERROR.accel.mac=M-F12
ACTION_SELECT_ALL.accel.mac=M-A
ACTION_FIND.accel.mac=M-F
ACTION_FIND_NEXT.accel.mac=M-G
ACTION_FIND_PREVIOUS.accel.mac=S-M-G
ACTION_CLEAR.accel.mac=M-L
ACTION_FILTER.accel.mac=C-G
MSG_DiskSpace=Ran out of disk space in {0} for temporary output files. \
Either make more disk space available, change the system temporary \
directory or run with -J-Dnb.output.heap=true
MSG_LINE_TOO_LONG=...line is too long, please switch to wrapped mode to see whole line...