Skip to content

Commit 418565b

Browse files
author
ludongping
committedApr 27, 2020
add Bundle.properties files
1 parent f672bdb commit 418565b

File tree

12 files changed

+131
-1
lines changed

12 files changed

+131
-1
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
OpenIDE-Module-Name=INSANE
19+
OpenIDE-Module-Display-Category=Libraries
20+
OpenIDE-Module-Short-Description=INSANE heap profiling library.
21+
OpenIDE-Module-Long-Description=\
22+
A library for doing live heap analysis of the JVM in which it runs.

‎io-swing/src/main/resources/org/openide/io/Bundle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18+
LBL_STDOUT=Standard output
1819
OpenIDE-Module-Name=I/O APIs - Swing
1920
OpenIDE-Module-Display-Category=Infrastructure
2021
OpenIDE-Module-Short-Description=Open APIs relating to displaying output.

‎janitor/src/main/resources/org/netbeans/modules/janitor/Bundle.properties

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# {0} - is the user directory name
2+
# {1} - the days of abandonement
3+
# {2} - the disk space can be reclaimed (in megabytes)
4+
DESC_ABANDONED_USERDIR=Remove unused data and cache directories of NetBeans {0}. Free up {2} MB of disk space.
5+
# {0} - the dirname to be cleaned up
6+
LBL_CLEANUP=Removing user and cache dirs of {0}
7+
lbRunNowInfo_Info=Janitor run. Check your Notifications.
18
# Licensed to the Apache Software Foundation (ASF) under one
29
# or more contributor license agreements. See the NOTICE file
310
# distributed with this work for additional information
@@ -21,3 +28,11 @@ JanitorOptionsPanel.jLabel1.text=Removal threshold (number of days):
2128
JanitorOptionsPanel.btRunNow.text=Run Janitor Now
2229
JanitorOptionsPanel.cbEnabled.text=Run Janitor on Startup
2330
JanitorPanel.cbEnabled.text=Enable Janitor Scan on Startup
31+
OptionsCategory_Janitor=Janitor
32+
# {0} - is the user directory name
33+
# {1} - the days of abandonement
34+
# {2} - the disk space can be reclaimed (in megabytes)
35+
TIT_ABANDONED_USERDIR=NetBeans {0} was last used {1} days ago.
36+
TIT_CONFIRM_CLEANUP=Confirm Cleanup
37+
# {0} - the dirname to be cleaned up
38+
TXT_CONFIRM_CLEANUP=Remove user and cache data for NetBeans {0}?
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
MSG_KeyringAccess=Requesting keyring access
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
OpenIDE-Module-Long-Description=\
18+
Many APIs in NetBeans use Lookup as an observable collection of services. \
19+
The default lookup is the global service registry; selections, project capabilities, and more are also modeled as Lookup instances.
20+
OpenIDE-Module-Name=Lookup API
21+
OpenIDE-Module-Short-Description=Generic service discovery mechanism used throughout NetBeans.

‎master-fs-ui/src/main/resources/org/netbeans/modules/masterfs/ui/suspend/Bundle.properties

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
CTL_PauseAction=Pause I/O Checks
2+
# {0} - number of pending events
3+
MSG_Resume=Resume (pending events: {0})
14
# Licensed to the Apache Software Foundation (ASF) under one
25
# or more contributor license agreements. See the NOTICE file
36
# distributed with this work for additional information

‎master-fs/src/main/resources/org/netbeans/modules/masterfs/filebasedfs/fileobjects/Bundle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717

1818
EXC_FileAlreadyLocked=File {0} is already locked.
1919
EXC_FileLockAlreadyExists=File {0} is already locked (lock {1} exists).
20+
EXC_INVALID_FILE=File {0} is not valid
2021
# {0} - full path
2122
FileObj.readOnlyFile=File {0} cannot be written to because it is read-only.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
# manifest
19+
OpenIDE-Module-Name=Module System API
20+
OpenIDE-Module-Display-Category=Infrastructure
21+
OpenIDE-Module-Short-Description=APIs for getting information about installed modules.
22+
OpenIDE-Module-Long-Description=Allows to get list of installed modules, \
23+
inspect their properties and dependencies.

‎multiview-windows/src/main/resources/org/netbeans/core/multiview/Bundle.properties

+14-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,23 @@
1616
# under the License.
1717

1818
CTL_EditorsAction=&Editors
19+
CTL_EmptyViewName=Empty
20+
CTL_SplitAction=&Split
21+
CTL_SplitDocumentAction=&Split Document
1922
EditorsAction.source=&Source
23+
ERR_EmptyView=Cannot find registrations for mime type "{0}". Consider usage of @MultiViewElement.Registration!
2024
GetLeftEditorAction.name=Editors - Iterate left
2125

2226
GetRightEditorAction.name=Editors - Iterate right
2327

28+
LBL_ClearAllSplitsDialogMessage=Do you really want to clear the split?
29+
LBL_ClearAllSplitsDialogTitle=Clear Split
30+
LBL_ClearSplitAction=&Clear
31+
LBL_SplitDocumentActionHorizontal=&Horizontally
32+
LBL_SplitDocumentActionVertical=&Vertically
33+
LBL_ValueClearSplit=clearSplit
34+
LBL_ValueSplitHorizontal=Split horizontally
35+
LBL_ValueSplitVertical=Split vertically
36+
MultiViewElement.Spliting.Enabled=true
2437
TabButton.tool_tip={0} View
25-
Hint_SplitView=Drag me to split this window horizontally or vertically.
38+
Hint_SplitView=Drag me to split this window horizontally or vertically.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CTL_Discard=&Discard
2+
CTL_Save=Save
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# {0} - file name
2+
MSG_SaveModified=File {0} is modified. Save?
3+
MSG_SaveModified_no_name=File is modified. Save?
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
OpenIDE-Module-Display-Category=Testing Tools
19+
OpenIDE-Module-Long-Description=\
20+
NetBeans extensions to JUnit including assertGC, assertSize, getWorkDir, LineDiff, etc.
21+
OpenIDE-Module-Name=NB JUnit
22+
OpenIDE-Module-Short-Description=NetBeans extensions to JUnit
23+
24+
# Library xml
25+
nb-junit=NB JUnit

0 commit comments

Comments
 (0)
Please sign in to comment.